Home
last modified time | relevance | path

Searched refs:print_format (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gtest/src/
H A Dgtest-printers.cc272 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
284 print_format = kHexEscape; in PrintCharsAsStringTo()
288 return print_format; in PrintCharsAsStringTo()
/third_party/ffmpeg/tests/fate/
H A Dmpegts.mak6 -print_format default -bitexact -v 0
H A Dmov.mak107 fate-mov-aac-2048-priming: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compact $(TARGET_SAMPLES)/mov/aac-2048-priming.mov
109 fate-mov-zombie: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_streams -show_packets -show_frames -bitexact -print_format compact $(TARGET_SAMPLES)/mov/white_zombie_scrunch-part.mov
111 fate-mov-init-nonkeyframe: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compact -select_streams v $(TARGET_SAMPLES)/mov/mp4-init-nonkeyframe.mp4
131 fate-mov-mp4-extended-atom: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -print_format compact -select_streams v $(TARGET_SAMPLES)/mov/extended_atom_size_probe
H A Daudio.mak70 fate-flcl1905: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_frames -show_packets -print_format compact $(TARGET_SAMPLES)/wav/FLCL_Ending_My-short.wav
H A Dmxf.mak22 -print_format default -bitexact -v 0
/third_party/googletest/googletest/src/
H A Dgtest-printers.cc343 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
355 print_format = kHexEscape; in PrintCharsAsStringTo()
359 return print_format; in PrintCharsAsStringTo()
/third_party/node/deps/googletest/src/
H A Dgtest-printers.cc346 CharFormat print_format = kAsIs; in PrintCharsAsStringTo() local
358 print_format = kHexEscape; in PrintCharsAsStringTo()
362 return print_format; in PrintCharsAsStringTo()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc5126 PrintRegisterFormat print_format =
5128 // Make sure that the print_format only includes a single lane.
5129 print_format =
5130 static_cast<PrintRegisterFormat>(print_format & ~kPrintRegAsVectorMask);
5145 LogVRead(addr, rt, print_format, lane);
5148 LogVWrite(addr, rt, print_format, lane);
5156 LogVRead(addr, rt, print_format, lane);
5157 LogVRead(addr + esize, rt2, print_format, lane);
5160 LogVWrite(addr, rt, print_format, lane);
5161 LogVWrite(addr + esize, rt2, print_format, lan
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_loudnorm.c64 enum PrintFormat print_format; member
118 { "print_format", "set print format for stats", OFFSET(print_format), AV_OPT_TYPE_INT, {.i64 = NONE}, NONE, PF_NB -1, FLAGS, "print_format" },
119 { "none", 0, 0, AV_OPT_TYPE_CONST, {.i64 = NONE}, 0, 0, FLAGS, "print_format" },
120 { "json", 0, 0, AV_OPT_TYPE_CONST, {.i64 = JSON}, 0, 0, FLAGS, "print_format" },
121 { "summary", 0, 0, AV_OPT_TYPE_CONST, {.i64 = SUMMARY}, 0, 0, FLAGS, "print_format" },
822 switch(s->print_format) { in uninit()
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc4390 PrintRegisterFormat print_format = in Simulator() local
4396 LogVRead(srcdst, print_format, address); in Simulator()
4398 LogExtendingRead(srcdst, print_format, access_size, address); in Simulator()
4402 LogVWrite(srcdst, print_format, address); in Simulator()
4522 PrintRegisterFormat print_format = in Simulator() local
4528 LogVRead(rt, print_format, address); in Simulator()
4529 LogVRead(rt2, print_format, address2); in Simulator()
4531 LogExtendingRead(rt, print_format, element_size, address); in Simulator()
4532 LogExtendingRead(rt2, print_format, element_size, address2); in Simulator()
4534 LogRead(rt, print_format, addres in Simulator()
8350 PrintRegisterFormat print_format = Simulator() local
8591 PrintRegisterFormat print_format = Simulator() local
[all...]
/third_party/ffmpeg/fftools/
H A Dffprobe.c135 static char *print_format; variable
3968 { "print_format", OPT_STRING | HAS_ARG, { &print_format },
3970 { "of", OPT_STRING | HAS_ARG, { &print_format }, "alias for -print_format", "format" },
4089 if (!print_format) in main()
4090 print_format = av_strdup("default"); in main()
4091 if (!print_format) { in main()
4095 w_name = av_strtok(print_format, "=", &buf); in main()
4164 av_freep(&print_format); in main()
[all...]
/third_party/ffmpeg/tests/
H A Dfate-run.sh89 run ffprobe${PROGSUF}${EXECSUF} -bitexact -show_entries format=format_name -print_format default=nw=1:nk=1 "$@"

Completed in 29 milliseconds