Home
last modified time | relevance | path

Searched refs:DURATION (Results 1 - 25 of 37) sorted by relevance

12

/third_party/skia/tools/fiddle/
H A Dexamples.h41 #define REGISTER_FIDDLE(NAME, WIDTH, HEIGHT, TEXT, IMG_INDEX, DURATION, SRGB, F16, \
46 fiddle::Example{&example_##NAME::draw, #NAME, DURATION, IMG_INDEX, \
51 #define REG_FIDDLE_SRGB(NAME, W, H, T, I, DURATION, F16) \
52 REGISTER_FIDDLE(NAME, W, H, T, I, DURATION, true, F16, \
55 #define REG_FIDDLE_ANIMATED(NAME, W, H, T, I, DURATION) \
56 REGISTER_FIDDLE(NAME, W, H, T, I, DURATION, false, false, \
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkTimelineSemaphore.hpp53 template<class CLOCK, class DURATION>
54 VkResult wait(uint64_t value, const std::chrono::time_point<CLOCK, DURATION> end_ns);
105 template<class CLOCK, class DURATION>
106 VkResult wait(uint64_t value, const std::chrono::time_point<CLOCK, DURATION> end_ns);
H A DVkFence.hpp57 template<class CLOCK, class DURATION>
58 VkResult wait(const std::chrono::time_point<CLOCK, DURATION> &timeout) in wait()
/third_party/icu/icu4j/perf-tests/
H A Dperftests.pl44 my $DURATION = 10; # duration in seconds for each pass
92 my $t = measure2($testclass, $testMethod, $pat, -$DURATION);
102 my $b = measure2($testclass, $baselineMethod, $pat, -$DURATION);
136 my $t = measure2($testclass, $testMethod, $pat, -$DURATION);
146 my $b = measure2($testclass, $baselineMethod, $pat, -$DURATION);
H A Ddateformatperf.pl41 my $DURATION = 10; # duration in seconds for each pass
115 my $t = measure2($testMethod, $pat, -$DURATION);
123 my $b = measure2($baselineMethod, $pat, -$DURATION);
H A Dnormperf.pl97 my $DURATION = 10; # duration in seconds for each pass
164 my $t = measure2($testMethod, $pat, -$DURATION);
172 my $b = measure2($baselineMethod, $pat, -$DURATION);
H A Ddecimalformatperf.pl37 my $DURATION = 10; # duration in seconds for each pass
110 my $t = measure2($testMethod, $pat, -$DURATION);
118 my $b = measure2($baselineMethod, $pat, -$DURATION);
H A Dconverterperf.pl63 my $DURATION = 10; # duration in seconds for each pass
130 my $t = measure2($testMethod, $pat, -$DURATION);
138 my $b = measure2($baselineMethod, $pat, -$DURATION);
H A Ducharacterperf.pl45 my $DURATION = 10; # duration in seconds for each pass
112 my $t = measure2($testMethod, $pat, -$DURATION);
120 my $b = measure2($baselineMethod, $pat, -$DURATION);
H A Dunicodesetperf.pl35 my $DURATION = 10; # duration in seconds for each pass
102 my $t = measure2($testMethod, $pat, -$DURATION);
110 my $b = measure2($baselineMethod, $pat, -$DURATION);
/third_party/ltp/testcases/kernel/fs/racer/
H A Dfs_racer.sh73 echo usage: fs_racer.sh -t DURATION [Execute the testsuite for given DURATION seconds]
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSynchronization.hpp92 template<class CLOCK, class DURATION>
93 bool wait(const std::chrono::time_point<CLOCK, DURATION> &timeout) const in wait()
/third_party/ltp/
H A Drunltp113 -N -n [ -o OUTPUTFILE ] -p -q -Q [ -r LTPROOT ] [ -s PATTERN ] [ -t DURATION ]
160 -t DURATION Execute the testsuite for given duration. Examples:
201 local DURATION=
431 DURATION="-t $OPTARG" ;;
711 PAN_COMMAND="${LTPROOT}/bin/ltp-pan $QUIET_MODE $NO_KMSG -e -S $INSTANCES $DURATION -a ${ZOOFILE} \
807 "${LTPROOT}/bin/ltp-pan" $QUIET_MODE $NO_KMSG -e -S $INSTANCES $DURATION -a ${ZOOFILE} -n $$ $PRETTY_PRT -f ${TMP}/alltests $LOGFILE $OUTPUTFILE $FAILCMDFILE $TCONFCMDFILE
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DElapsedTimer.java98 RuleBasedNumberFormat.DURATION); in getFormat()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DElapsedTimer.java95 RuleBasedNumberFormat.DURATION); in getFormat()
/third_party/ffmpeg/tests/fate/
H A Dmatroska.mak172 fate-matroska-pgs-remux-durations: CMD = transcode sup $(TARGET_SAMPLES)/sub/pgs_sub.sup matroska "-copyts -c:s copy -bsf pgs_frame_merge,setts=duration=if(gt(DURATION\,0)\,DURATION\,if(eq(PTS\,NOPTS)\,0\,if(eq(NEXT_PTS\,NOPTS)\,0\,NEXT_PTS-PTS))):pts=PTS" "-copyts -c:s copy"
182 fate-matroska-dvbsub-remux: CMD = transcode mpegts $(TARGET_SAMPLES)/sub/dvbsubtest_filter.ts matroska "-map 0:s -map 0:s -t 20 -c copy -bsf:0 setts=duration=if(gt(DURATION\,0)\,DURATION\,if(eq(PTS\,NOPTS)\,0\,if(eq(NEXT_PTS\,NOPTS)\,0\,NEXT_PTS-PTS))):pts=PTS" "-map 0 -c copy"
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DRbnfRoundTripTest.java44 RuleBasedNumberFormat.DURATION); in TestDurationsRT()
H A DRbnfLenientScannerTest.java82 RuleBasedNumberFormat.DURATION); in TestDurations()
H A DRbnfTest.java227 new RuleBasedNumberFormat(greek, RuleBasedNumberFormat.DURATION), in TestUndefinedSpellout()
340 RuleBasedNumberFormat.DURATION); in TestDurations()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DRbnfRoundTripTest.java41 RuleBasedNumberFormat.DURATION); in TestDurationsRT()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java346 static final int DURATION = 15; field in PerfTest
533 if (options[DURATION].doesOccur) { in parseOptions()
535 duration = Integer.parseInt(options[DURATION].value); in parseOptions()
/third_party/skia/src/ports/skia_ohos/
H A DHmSymbolConfig_ohos.cpp61 const char DURATION[] = "duration"; variable
498 std::vector<std::string> tags = {CURVE, CURVE_ARGS, DURATION, DELAY, PROPERTIES}; in ParseSymbolPiecewisePara()
511 {DURATION, PiecewiseParaDurationCase}, in ParseSymbolPiecewisePara()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
H A DRbnfLenientScannerTest.java79 RuleBasedNumberFormat.DURATION); in TestDurations()
/third_party/ffmpeg/libavfilter/
H A Dasrc_sine.c65 OPT_GENERIC(name, field, def, min, max, descr, DURATION, str, __VA_ARGS__)
/third_party/ffmpeg/libavformat/
H A Dmatroska.h387 #define DURATION "webm_dash_manifest_duration" macro

Completed in 22 milliseconds

12