Searched refs:VLOG (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/src/sksl/ |
D | SkSLPool.cpp | 12 #define VLOG(...) // printf(__VA_ARGS__) macro 35 VLOG("DELETE Pool:0x%016llX\n", (uint64_t)fMemPool.get()); in ~Pool() 41 VLOG("CREATE Pool:0x%016llX\n", (uint64_t)pool->fMemPool.get()); in Create() 50 VLOG("ATTACH Pool:0x%016llX\n", (uint64_t)fMemPool.get()); in attachToThread() 57 VLOG("DETACH Pool:0x%016llX\n", (uint64_t)memPool); in detachFromThread() 68 VLOG("ALLOC Pool:0x%016llX 0x%016llX\n", (uint64_t)memPool, (uint64_t)ptr); in AllocMemory() 74 VLOG("ALLOC Pool:__________________ 0x%016llX\n", (uint64_t)ptr); in AllocMemory() 82 VLOG("FREE Pool:0x%016llX 0x%016llX\n", (uint64_t)memPool, (uint64_t)ptr); in FreeMemory() 88 VLOG("FREE Pool:__________________ 0x%016llX\n", (uint64_t)ptr); in FreeMemory()
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | logger_test.cc | 108 VLOG(1) << "Hello"; in TEST_F() 112 VLOG(0) << "Hello"; in TEST_F() 119 VLOG(1) << "Hello"; in TEST_F() 123 VLOG(0) << "Hello"; in TEST_F() 157 VLOG(verbose_log_level + 1) << "Hello 3"; in TEST_F() 161 VLOG(verbose_log_level - 1) << "Hello"; in TEST_F() 165 VLOG(verbose_log_level) << "Hello 2"; in TEST_F()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumberutil.cc | 1358 VLOG(1) << "Trying to format number from invalid region " << calling_from in FormatOutOfCountryCallingNumber() 1677 VLOG(1) << "Trying to format number from invalid region " << calling_from in FormatOutOfCountryKeepingAlphaChars() 1879 VLOG(1) << "Missing/invalid country calling code (" in GetRegionCodeForNumber() 2203 VLOG(2) << "The string supplied did not seem to be a phone number."; in ParseHelper() 2209 VLOG(1) << "Missing or invalid default country."; in ParseHelper() 2263 VLOG(2) << "The string supplied is too short to be a phone number."; in ParseHelper() 2290 VLOG(2) << "The string supplied is too short to be a phone number."; in ParseHelper() 2294 VLOG(2) << "The string supplied is too long to be a phone number."; in ParseHelper() 2519 VLOG(4) << "Number type unknown - doesn't match general national number" in GetNumberTypeHelper() 2524 VLOG(4) << "Number is a premium number."; in GetNumberTypeHelper() [all …]
|
D | default_logger.h | 85 inline LoggerHandler VLOG(int n) {
|
/third_party/cef/libcef/browser/net/ |
D | crlset_file_util_impl.cc | 32 VLOG(1) << "Loading " << crl_set_bytes.size() in LoadFromDisk()
|
/third_party/re2/re2/testing/ |
D | simplify_test.cc | 250 VLOG(1) << "Testing " << tests[i].regexp; in TEST()
|
D | possible_match_test.cc | 204 VLOG(3) << CEscape(regexp); in HandleRegexp()
|
D | tester.cc | 184 VLOG(1) << CEscape(regexp_str); in TestInstance() 517 VLOG(1) << "Try: regexp " << CEscape(regexp_str_) in RunCase()
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | log.h | 69 #define VLOG(x) \ macro
|
D | benchmark.cc | 203 VLOG(2) << "Running " << b.name << " for " << iters << "\n"; in RunBenchmark() 223 VLOG(2) << "Ran in " << results.cpu_time_used << "/" in RunBenchmark() 272 VLOG(3) << "Next iters: " << next_iters << ", " << multiplier << "\n"; in RunBenchmark()
|
/third_party/re2/util/ |
D | logging.h | 55 #define VLOG(x) if((x)>0){}else LOG_INFO.stream() macro
|
/third_party/cef/include/base/ |
D | cef_logging.h | 279 #define VLOG(verbose_level) \ macro
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 42514 - VLOG(1) << "File type is not supported: " << file->name 42516 + VLOG(1) << "File type is not supported: " << path << " has mime type "
|