Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gtest/src/
Dgtest-printers.cc272 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
284 print_format = kHexEscape; in PrintCharsAsStringTo()
288 return print_format; in PrintCharsAsStringTo()
/third_party/googletest/googletest/src/
Dgtest-printers.cc344 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
356 print_format = kHexEscape; in PrintCharsAsStringTo()
360 return print_format; in PrintCharsAsStringTo()
/third_party/node/deps/googletest/src/
Dgtest-printers.cc346 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
358 print_format = kHexEscape; in PrintCharsAsStringTo()
362 return print_format; in PrintCharsAsStringTo()
/third_party/ffmpeg/tests/fate/
Dmov.mak105 fate-mov-aac-2048-priming: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compac…
107 …ROGSSUF)$(EXESUF) -show_streams -show_packets -show_frames -bitexact -print_format compact $(TARGE…
109 fate-mov-init-nonkeyframe: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compac…
129 fate-mov-mp4-extended-atom: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compa…
Dmpegts.mak6 -print_format default -bitexact -v 0
Daudio.mak70 fate-flcl1905: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_frames -show_packets -print_format compa…
Dmxf.mak22 -print_format default -bitexact -v 0
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc5126 PrintRegisterFormat print_format = in NEONLoadStoreSingleStructHelper() local
5129 print_format = in NEONLoadStoreSingleStructHelper()
5130 static_cast<PrintRegisterFormat>(print_format & ~kPrintRegAsVectorMask); in NEONLoadStoreSingleStructHelper()
5145 LogVRead(addr, rt, print_format, lane); in NEONLoadStoreSingleStructHelper()
5148 LogVWrite(addr, rt, print_format, lane); in NEONLoadStoreSingleStructHelper()
5156 LogVRead(addr, rt, print_format, lane); in NEONLoadStoreSingleStructHelper()
5157 LogVRead(addr + esize, rt2, print_format, lane); in NEONLoadStoreSingleStructHelper()
5160 LogVWrite(addr, rt, print_format, lane); in NEONLoadStoreSingleStructHelper()
5161 LogVWrite(addr + esize, rt2, print_format, lane); in NEONLoadStoreSingleStructHelper()
5169 LogVRead(addr, rt, print_format, lane); in NEONLoadStoreSingleStructHelper()
[all …]
/third_party/ffmpeg/libavfilter/
Daf_loudnorm.c64 enum PrintFormat print_format; member
118 …{ "print_format", "set print format for stats", OFFSET(print_format), AV_OPT_TYPE_I…
833 switch(s->print_format) { in uninit()
/third_party/ffmpeg/fftools/
Dffprobe.c120 static char *print_format; variable
3609 { "print_format", OPT_STRING | HAS_ARG, { &print_format },
3611 { "of", OPT_STRING | HAS_ARG, { &print_format }, "alias for -print_format", "format" },
3732 if (!print_format) in main()
3733 print_format = av_strdup("default"); in main()
3734 if (!print_format) { in main()
3738 w_name = av_strtok(print_format, "=", &buf); in main()
3801 av_freep(&print_format); in main()
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.cc4234 PrintRegisterFormat print_format = in Simulator() local
4240 LogVRead(srcdst, print_format, address); in Simulator()
4242 LogExtendingRead(srcdst, print_format, access_size, address); in Simulator()
4246 LogVWrite(srcdst, print_format, address); in Simulator()
4366 PrintRegisterFormat print_format = in Simulator() local
4372 LogVRead(rt, print_format, address); in Simulator()
4373 LogVRead(rt2, print_format, address2); in Simulator()
4375 LogExtendingRead(rt, print_format, element_size, address); in Simulator()
4376 LogExtendingRead(rt2, print_format, element_size, address2); in Simulator()
4378 LogRead(rt, print_format, address); in Simulator()
[all …]
/third_party/ffmpeg/doc/
Dffprobe.texi41 writer, which is specified by the @option{print_format} option.
83 @item -of, -print_format @var{writer_name}[=@var{writer_options}]
91 -print_format json
Dfilters.texi4874 @item print_format
/third_party/ffmpeg/tests/
Dfate-run.sh89 …run ffprobe${PROGSUF}${EXECSUF} -show_entries format=format_name -print_format default=nw=1:nk=1 "…
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc12079 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
12091 print_format = kHexEscape; in PrintCharsAsStringTo()
12095 return print_format; in PrintCharsAsStringTo()