Home
last modified time | relevance | path

Searched refs:print_format (Results 1 – 17 of 17) sorted by relevance

/external/bcc/tools/
Dbpflist.py82 print_format = "%%-6s %%-16s %%-%ss %%s" % (max_type_len + 1) variable
84 print(print_format % ("PID", "COMM", "TYPE", "COUNT"))
87 print(print_format % (pid, comm, typ, count))
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-printers.cc274 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
286 print_format = kHexEscape; in PrintCharsAsStringTo()
290 return print_format; in PrintCharsAsStringTo()
/external/libva-utils/test/gtest/src/
Dgtest-printers.cc321 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
333 print_format = kHexEscape; in PrintCharsAsStringTo()
337 return print_format; in PrintCharsAsStringTo()
/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/src/
Dgtest-printers.cc344 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
356 print_format = kHexEscape; in PrintCharsAsStringTo()
360 return print_format; in PrintCharsAsStringTo()
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/src/
Dgtest-printers.cc346 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
358 print_format = kHexEscape; in PrintCharsAsStringTo()
362 return print_format; in PrintCharsAsStringTo()
/external/mesa3d/src/gtest/src/
Dgtest-printers.cc344 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
356 print_format = kHexEscape; in PrintCharsAsStringTo()
360 return print_format; in PrintCharsAsStringTo()
/external/libvpx/third_party/googletest/src/src/
Dgtest-printers.cc344 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
356 print_format = kHexEscape; in PrintCharsAsStringTo()
360 return print_format; in PrintCharsAsStringTo()
/external/cronet/tot/third_party/googletest/src/googletest/src/
Dgtest-printers.cc346 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
358 print_format = kHexEscape; in PrintCharsAsStringTo()
362 return print_format; in PrintCharsAsStringTo()
/external/cronet/stable/third_party/googletest/src/googletest/src/
Dgtest-printers.cc346 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
358 print_format = kHexEscape; in PrintCharsAsStringTo()
362 return print_format; in PrintCharsAsStringTo()
/external/libaom/third_party/googletest/src/googletest/src/
Dgtest-printers.cc344 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
356 print_format = kHexEscape; in PrintCharsAsStringTo()
360 return print_format; in PrintCharsAsStringTo()
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/src/
Dgtest-printers.cc346 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
358 print_format = kHexEscape; in PrintCharsAsStringTo()
362 return print_format; in PrintCharsAsStringTo()
/external/googletest/googletest/src/
Dgtest-printers.cc346 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
358 print_format = kHexEscape; in PrintCharsAsStringTo()
362 return print_format; in PrintCharsAsStringTo()
/external/libxkbcommon/scripts/
Dperfect_hash.py348 def print_format(self): member in Format
404 fmt.print_format()
/external/libtraceevent/src/
Devent-parse.c6457 char print_format[32]; in parse_arg_format() local
6523 memcpy(print_format, start, len); in parse_arg_format()
6524 print_format[len] = 0; in parse_arg_format()
6526 parse_arg_add(parse, print_format, in parse_arg_format()
6553 memcpy(print_format, start, len); in parse_arg_format()
6554 print_format[len] = 0; in parse_arg_format()
6561 if (ls == 1 && (p = strchr(print_format, 'l'))) in parse_arg_format()
6569 parse_arg_add(parse, print_format, in parse_arg_format()
6591 memcpy(print_format, start, len); in parse_arg_format()
6592 print_format[len] = 0; in parse_arg_format()
[all …]
/external/vixl/src/aarch64/
Dsimulator-aarch64.cc4567 PrintRegisterFormat print_format = in LoadStoreHelper() local
4573 LogVRead(srcdst, print_format, address); in LoadStoreHelper()
4575 LogExtendingRead(srcdst, print_format, access_size, address); in LoadStoreHelper()
4579 LogVWrite(srcdst, print_format, address); in LoadStoreHelper()
4711 PrintRegisterFormat print_format = in LoadStorePairHelper() local
4717 LogVRead(rt, print_format, address); in LoadStorePairHelper()
4718 LogVRead(rt2, print_format, address2); in LoadStorePairHelper()
4720 LogExtendingRead(rt, print_format, element_size, address); in LoadStorePairHelper()
4721 LogExtendingRead(rt2, print_format, element_size, address2); in LoadStorePairHelper()
4723 LogRead(rt, print_format, address); in LoadStorePairHelper()
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.11.0/
Dgmock-gtest-all.cc12079 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
12091 print_format = kHexEscape; in PrintCharsAsStringTo()
12095 return print_format; in PrintCharsAsStringTo()
/external/fmtlib/test/gtest/
Dgmock-gtest-all.cc12050 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
12062 print_format = kHexEscape; in PrintCharsAsStringTo()
12066 return print_format; in PrintCharsAsStringTo()