Searched refs:PRIuS (Results 1 - 25 of 106) sorted by last modified time

12345

/external/clang/test/SemaCXX/
H A Dcxx0x-compat.cpp34 #define PRIuS "uS" macro
38 printf("foo is %"PRIuS", bar is %"PRIuS, foo, bar); // expected-warning 2{{identifier after literal will be treated as a reserved user-defined literal suffix in C++11}}
/external/chromium_org/ui/gfx/range/
H A Drange.cc81 return base::StringPrintf("{%" PRIuS ",%" PRIuS "}", start(), end());
/external/chromium_org/ui/gfx/
H A Drender_text_unittest.cc923 SCOPED_TRACE(base::StringPrintf("Testing cases[%" PRIuS "]", i));
952 SCOPED_TRACE(base::StringPrintf("Testing cases[%" PRIuS "]", i));
975 SCOPED_TRACE(base::StringPrintf("Testing case[%" PRIuS "]", i));
1945 SCOPED_TRACE(base::StringPrintf("kTestStrings[%" PRIuS "]", i));
1973 SCOPED_TRACE(base::StringPrintf("kTestStrings[%" PRIuS "]", i));
2000 SCOPED_TRACE(base::StringPrintf("kTestStrings[%" PRIuS "]", i));
2027 SCOPED_TRACE(base::StringPrintf("kTestStrings[%" PRIuS "]", i));
2121 SCOPED_TRACE(base::StringPrintf("Case %" PRIuS ", char %" PRIuS, i, j));
2147 SCOPED_TRACE(base::StringPrintf("Case %" PRIuS,
[all...]
H A Dselection_model.cc33 base::StringAppendF(&str, "%" PRIuS, caret_pos());
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dconfig.h.in236 #undef PRIuS
H A Dconfig_android.h236 #define PRIuS "zu" macro
H A Dconfig_freebsd.h236 #define PRIuS "u" macro
245 #define PRIuS "lu" macro
H A Dconfig_linux.h236 #define PRIuS "zu" macro
H A Dconfig_win.h265 #define PRIuS "Iu" macro
H A Ddebugallocation.cc489 RAW_LOG(ERROR, "Massive size passed to malloc: %"PRIuS"", size);
968 TracePrintf(TraceFd(), "%s\t%"PRIuS"\t%p\t%"GPRIuPTHREAD, \
1230 RAW_LOG(FATAL, "Unable to allocate %"PRIuS" bytes: new failed.", size);
1257 RAW_LOG(FATAL, "Unable to allocate %"PRIuS" bytes: new[] failed.", size);
H A Dheap-checker.cc574 RAW_VLOG(16, "Recording Alloc: %p of %"PRIuS "; %d", ptr, size,
594 RAW_VLOG(17, "Alloc Recorded: %p of %"PRIuS"", ptr, size);
777 RAW_VLOG(11, "Not %s-disabling %"PRIuS" bytes at %p"
784 RAW_VLOG(11, "%s-disabling %"PRIuS" bytes at %p",
1068 RAW_VLOG(11, "Live registers at %p of %"PRIuS" bytes",
1105 RAW_VLOG(11, "Ignored live object at %p of %"PRIuS" bytes",
1114 RAW_LOG(FATAL, "Object at %p of %"PRIuS" bytes from an"
1401 RAW_VLOG(13, "Looking for heap pointers in %p of %"PRIuS" bytes",
1472 RAW_VLOG(14, "Found pointer to %p of %"PRIuS" bytes at %p "
1473 "inside %p of size %"PRIuS"",
[all...]
H A Dheap-profile-table.cc677 RAW_LOG(ERROR, "Leak check %s detected leaks of %" PRIuS " bytes "
678 "in %" PRIuS " objects",
748 RAW_LOG(ERROR, "leaked %" PRIuS " byte object %p", v->bytes, ptr);
H A Dheap-profiler.cc428 "mmap(start=0x%" PRIxPTR ", len=%" PRIuS ", prot=0x%x, flags=0x%x, "
446 "mremap(old_addr=0x%" PRIxPTR ", old_size=%" PRIuS ", "
447 "new_size=%" PRIuS ", flags=0x%x, new_addr=0x%" PRIxPTR ") = "
462 RAW_LOG(INFO, "munmap(start=0x%" PRIxPTR ", len=%" PRIuS ")",
H A Dmemory_region_map.cc660 RAW_VLOG(10, "Removing global region %p..%p; have %" PRIuS " regions",
727 RAW_VLOG(12, "Removed region %p..%p; have %" PRIuS " regions",
752 RAW_VLOG(10, "MMap = 0x%" PRIxPTR " of %" PRIuS " at %" PRIu64 " "
763 RAW_VLOG(10, "MUnmap of %p %" PRIuS, ptr, size);
773 RAW_VLOG(10, "MRemap = 0x%" PRIxPTR " of 0x%" PRIxPTR " %" PRIuS " "
774 "to %" PRIuS " flags %d new_addr=0x%" PRIxPTR,
H A Dprofiledata.cc194 fprintf(stderr, "PROFILE: interrupts/evictions/bytes = %d/%d/%" PRIuS "\n",
H A Dtcmalloc.cc456 out->printf("class %3d [ %8" PRIuS " bytes ] : "
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmarkidle_unittest.cc95 VLOG(0, "Original usage: %"PRIuS"\n", original);
96 VLOG(0, "Post allocation: %"PRIuS"\n", post_allocation);
97 VLOG(0, "Post idle: %"PRIuS"\n", post_idle);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dconfig.h254 #define PRIuS "Iu" macro
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dconfig.h.in233 #undef PRIuS
H A Ddebugallocation.cc491 RAW_LOG(ERROR, "Massive size passed to malloc: %"PRIuS"", size);
961 TracePrintf(TraceFd(), "%s\t%"PRIuS"\t%p\t%"GPRIuPTHREAD, \
1218 RAW_LOG(FATAL, "Unable to allocate %"PRIuS" bytes: new failed.", size);
1245 RAW_LOG(FATAL, "Unable to allocate %"PRIuS" bytes: new[] failed.", size);
H A Dheap-checker.cc574 RAW_VLOG(16, "Recording Alloc: %p of %"PRIuS "; %d", ptr, size,
594 RAW_VLOG(17, "Alloc Recorded: %p of %"PRIuS"", ptr, size);
777 RAW_VLOG(11, "Not %s-disabling %"PRIuS" bytes at %p"
784 RAW_VLOG(11, "%s-disabling %"PRIuS" bytes at %p",
1068 RAW_VLOG(11, "Live registers at %p of %"PRIuS" bytes",
1105 RAW_VLOG(11, "Ignored live object at %p of %"PRIuS" bytes",
1114 RAW_LOG(FATAL, "Object at %p of %"PRIuS" bytes from an"
1401 RAW_VLOG(13, "Looking for heap pointers in %p of %"PRIuS" bytes",
1472 RAW_VLOG(14, "Found pointer to %p of %"PRIuS" bytes at %p "
1473 "inside %p of size %"PRIuS"",
[all...]
H A Dheap-profile-table.cc619 RAW_LOG(ERROR, "Leak check %s detected leaks of %"PRIuS" bytes "
620 "in %"PRIuS" objects",
690 RAW_LOG(ERROR, "leaked %"PRIuS" byte object %p", v->bytes, ptr);
H A Dheap-profiler.cc349 "mmap(start=0x%"PRIxPTR", len=%"PRIuS", prot=0x%x, flags=0x%x, "
367 "mremap(old_addr=0x%"PRIxPTR", old_size=%"PRIuS", "
368 "new_size=%"PRIuS", flags=0x%x, new_addr=0x%"PRIxPTR") = "
383 RAW_LOG(INFO, "munmap(start=0x%"PRIxPTR", len=%"PRIuS")",
H A Dmemory_region_map.cc515 RAW_VLOG(10, "Removing global region %p..%p; have %"PRIuS" regions",
574 RAW_VLOG(12, "Removed region %p..%p; have %"PRIuS" regions",
589 RAW_VLOG(10, "MMap = 0x%"PRIxPTR" of %"PRIuS" at %"PRIu64" "
600 RAW_VLOG(10, "MUnmap of %p %"PRIuS"", ptr, size);
610 RAW_VLOG(10, "MRemap = 0x%"PRIxPTR" of 0x%"PRIxPTR" %"PRIuS" "
611 "to %"PRIuS" flags %d new_addr=0x%"PRIxPTR,
H A Dprofiledata.cc194 fprintf(stderr, "PROFILE: interrupts/evictions/bytes = %d/%d/%" PRIuS "\n",

Completed in 572 milliseconds

12345