HomeSort by relevance Sort by last modified time
    Searched defs:TIMES (Results 1 - 25 of 40) sorted by null

1 2

  /external/capstone/suite/
fuzz.py 25 TIMES = 64
100 for j in xrange(1, TIMES):
113 for j in xrange(1, TIMES):
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
feature_keys.py 34 class Times(object):
35 """Key formats for accepting/returning times."""
37 TIMES = "times"
42 # Floating point, with one or more values corresponding to each time in TIMES.
46 class TrainEvalFeatures(Times, Values):
51 class PredictionFeatures(Times, State):
56 class FilteringFeatures(Times, Values, State):
61 class PredictionResults(Times):
66 class FilteringResults(Times, State)
    [all...]
  /external/mockito/src/test/java/org/mockitousage/bugs/
ConcurrentModificationExceptionOnMultiThreadedVerificationTest.java 28 static final int TIMES = 100;
43 int expectedMaxTestLength = TIMES * INTERVAL_MILLIS + potentialOverhead;
48 verify(target, timeout(expectedMaxTestLength).times(TIMES * nThreads)).targetMethod("arg");
70 for (int i = 0; i < TIMES; i++) {
  /cts/hostsidetests/sustainedperf/dhrystone/
dhry.h 30 * In addition, Berkeley UNIX system calls "times ()" or "time ()"
102 * execution times for this version should be the same as
141 * five or more times
143 * six or more times
155 * The "times" function of UNIX (returning process times)
160 * access, use the "times ()" function. If you have
169 * In Berkeley UNIX, the function "times" returns process
191 * For 16-Bit processors (e.g. 80186, 80286), times for all compilation
354 #ifndef TIMES
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
VbeShim.asm 37 TIMES 256 nop
40 TIMES 256 nop
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc4.c 47 #include <sys/times.h>
64 * TIMES: number of times to read raw I/O device (~25MB)
70 #define TIMES 5000
113 clock_t start_time; /* start & stop times */
179 | o reads block of size BLOCK_SIZE n times |
209 * Read through predefined number of blocks TIMES number of times.
212 for (i = 0; i < TIMES; i++) {
sched_tc5.c 49 #include <sys/times.h>
62 * TIMES: number of times preform calculations
67 #define TIMES 20
110 clock_t start_time; /* start & stop times */
148 for (i = 0; i < TIMES; i++)
sched_tc6.c 70 * TIMES: number of times to read raw I/O device (~25MB)
76 #define TIMES 10
137 clock_t start_time; /* start & stop times */
325 /* read file for "TIMES" number of times */
329 for (loop_count = 1; loop_count <= TIMES; loop_count++) {
  /frameworks/base/services/core/java/com/android/server/notification/
ZenLog.java 43 private static final long[] TIMES = new long[SIZE];
227 TIMES[sNext] = System.currentTimeMillis();
244 pw.print(FORMAT.format(new Date(TIMES[j])));
  /external/libxkbcommon/xkbcommon/src/xkbcomp/
parser.h 86 TIMES = 44,
152 #define TIMES 44
parser.c 196 TIMES = 44,
262 #define TIMES 44
663 "LOGO", "VIRTUAL", "EQUALS", "PLUS", "MINUS", "DIVIDE", "TIMES",
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
core-3.1.1.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3/
auto-value-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.3-rc1/
auto-value-1.3-rc1.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.5.2/
auto-value-1.5.2.jar 
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /external/kotlinc/lib/
kotlin-reflect.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 358 milliseconds

1 2