Home
last modified time | relevance | path

Searched defs:times (Results 1 – 25 of 239) sorted by relevance

12345678910

/external/libjpeg-turbo/simd/x86_64/
Djchuff-sse2.asm53 times 1 << 14 db 15 label
54 times 1 << 13 db 14 label
55 times 1 << 12 db 13 label
56 times 1 << 11 db 12 label
57 times 1 << 10 db 11 label
58 times 1 << 9 db 10 label
59 times 1 << 8 db 9 label
60 times 1 << 7 db 8 label
61 times 1 << 6 db 7 label
62 times 1 << 5 db 6 label
[all …]
/external/libjpeg-turbo/simd/i386/
Djchuff-sse2.asm52 times 1 << 14 db 15 label
53 times 1 << 13 db 14 label
54 times 1 << 12 db 13 label
55 times 1 << 11 db 12 label
56 times 1 << 10 db 11 label
57 times 1 << 9 db 10 label
58 times 1 << 8 db 9 label
59 times 1 << 7 db 8 label
60 times 1 << 6 db 7 label
61 times 1 << 5 db 6 label
[all …]
/external/mockito/src/test/java/org/mockito/internal/progress/
DVerificationModeBuilder.java14 private Integer times = 1; field in VerificationModeBuilder
20 public VerificationModeBuilder times(int times) { in times() method in VerificationModeBuilder
/external/cronet/third_party/icu/source/test/perf/howExpensiveIs/
Dsieve.cpp85 double midpoint(double *times, double i, int n) { in midpoint()
96 double medianof(double *times, int n, int type) { in medianof()
108 double qs(double *times, int n, double *q1, double *q2, double *q3) { in qs()
115 U_CAPI double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError) { in uprv_getMeanTime()
201 double times[SAMPLES]; in uprv_getSieveTime() local
/external/icu/icu4c/source/test/perf/howExpensiveIs/
Dsieve.cpp85 double midpoint(double *times, double i, int n) { in midpoint()
96 double medianof(double *times, int n, int type) { in medianof()
108 double qs(double *times, int n, double *q1, double *q2, double *q3) { in qs()
115 U_CAPI double uprv_getMeanTime(double *times, uint32_t *timeCount, double *marginOfError) { in uprv_getMeanTime()
201 double times[SAMPLES]; in uprv_getSieveTime() local
/external/gson/gson/src/test/java/com/google/gson/
DObjectTypeAdapterTest.java60 private static String repeat(String s, int times) { in repeat()
71 int times = 10000; in testDeserializeDeeplyNestedArrays() local
91 int times = 10000; in testDeserializeDeeplyNestedObjects() local
DJsonParserTest.java93 private static String repeat(String s, int times) { in repeat()
103 int times = 10000; in testParseDeeplyNestedArrays() local
122 int times = 10000; in testParseDeeplyNestedObjects() local
/external/apache-http/src/org/apache/http/impl/conn/
DIdleConnectionHandler.java98 TimeValues times = connectionToTimes.remove(connection); in remove() local
134 TimeValues times = connectionToTimes.get(conn); in closeIdleConnections() local
162 TimeValues times = connectionToTimes.get(conn); in closeExpiredConnections() local
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_log.c116 struct times { struct
122 process_chunk(struct fd_context *ctx, struct fd_log_chunk *chunk, struct times *t) in process_chunk() argument
172 struct times times = {0}; in fd_log_process() local
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DUninterruptibleFutureTest.java180 private static void runUntimedInterruptsTest(int times) in runUntimedInterruptsTest()
188 private static void runTimedInterruptsTest(int times) in runTimedInterruptsTest()
197 int times, SettableFuture<String> future, FutureTask<Boolean> interruptReporter) in runNInterruptsTest()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DUninterruptibleFutureTest.java180 private static void runUntimedInterruptsTest(int times) in runUntimedInterruptsTest()
188 private static void runTimedInterruptsTest(int times) in runTimedInterruptsTest()
197 int times, SettableFuture<String> future, FutureTask<Boolean> interruptReporter) in runNInterruptsTest()
/external/ltp/testcases/kernel/syscalls/futimesat/
Dfutimesat01.c59 int myfutimesat(int dirfd, const char *filename, struct timeval *times) in myfutimesat()
67 struct timeval times[2]; in main() local
/external/easymock/src/org/easymock/
DIExpectationSetters.java117 IExpectationSetters<T> times(int count); in times() method
129 IExpectationSetters<T> times(int min, int max); in times() method
/external/caliper/caliper/src/main/java/com/google/caliper/util/
DShortDuration.java133 public abstract ShortDuration times(long multiplicand); in times() method in ShortDuration
142 public abstract ShortDuration times(BigDecimal multiplicand, RoundingMode roundingMode); in times() method in ShortDuration
227 @Override public ShortDuration times(long multiplicand) { in times() method in ShortDuration.PositiveShortDuration
237 @Override public ShortDuration times(BigDecimal multiplicand, RoundingMode roundingMode) { in times() method in ShortDuration.PositiveShortDuration
/external/easymock/src/org/easymock/internal/
DMocksControl.java218 public IExpectationSetters<Object> times(int times) { in times() argument
227 public IExpectationSetters<Object> times(int min, int max) { in times() method in MocksControl
/external/rust/crates/nix/src/sys/
Dstat.rs365 let times: [libc::timeval; 2] = [*atime.as_ref(), *mtime.as_ref()]; in utimes() localVariable
397 let times: [libc::timeval; 2] = [*atime.as_ref(), *mtime.as_ref()]; in lutimes() localVariable
412 let times: [libc::timespec; 2] = [*atime.as_ref(), *mtime.as_ref()]; in futimens() localVariable
455 let times: [libc::timespec; 2] = [*atime.as_ref(), *mtime.as_ref()]; in utimensat() localVariable
/external/musl/src/time/
Dtimes.c4 clock_t times(struct tms *tms) in times() function
Dutime.c6 int utime(const char *path, const struct utimbuf *times) in utime()
/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/
DBufferUtils.kt47 operator fun times(other: Int4) = Int4(x * other.x, y * other.y, z * other.z, w * other.w) in plus() method in com.google.android.renderscript_test.Int4
48 operator fun times(n: Int) = Int4(x * n, y * n, z * n, w * n) in plus() method in com.google.android.renderscript_test.Int4
70 operator fun times(other: Float4) = Float4(x * other.x, y * other.y, z * other.z, w * other.w) in plus() method in com.google.android.renderscript_test.Float4
71 operator fun times(f: Float) = Float4(x * f, y * f, z * f, w * f) in plus() method in com.google.android.renderscript_test.Float4
124 operator fun times(other: Rgba) = Rgba(r * other.r, g * other.g, b * other.b, a * other.a) shr 8 in plus() method in com.google.android.renderscript_test.Rgba
125 operator fun times(scalar: Int) = Rgba(r * scalar, g * scalar, b * scalar, a * scalar) shr 8 in plus() method in com.google.android.renderscript_test.Rgba
424 operator fun FloatArray.times(other: FloatArray) = FloatArray(size) { this[it] * other[it] } in <lambda>() method
425 operator fun FloatArray.times(other: Float) = FloatArray(size) { this[it] * other } in <lambda>() method
/external/grpc-grpc/test/core/profiling/
Dmark_timings.stp8 global starts, times, times_per_tag variable
/external/catch2/include/internal/benchmark/detail/
Dcatch_estimate_clock.hpp32 std::vector<TimePoint<Clock>> times; in resolution() local
83 std::vector<double> times; in estimate_clock_cost() local
/external/strace/
Dtimes.c41 SYS_FUNC(times) in SYS_FUNC() argument
/external/perfetto/tools/
Dtouch_file.py25 def touch(fname, times=None): argument
/external/musl/src/legacy/
Dlutimes.c8 struct timespec times[2]; in lutimes() local
Dfutimes.c7 struct timespec times[2]; in futimes() local

12345678910