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

1 2

  /external/ltp/tools/pounder21/test_scripts/
memxfer5b 34 # Run this test ten times.
35 TIMES=0
36 while [ $TIMES -lt 2 ]; do
38 TIMES=$((TIMES + 1))
  /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...]
dhry_1.c 46 #ifdef TIMES
48 extern int times ();
49 /* see library function "times" */
116 #ifdef TIMES
117 times (&time_info);
177 #ifdef TIMES
178 times (&time_info);
  /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++) {
  /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++) {
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/X64/
PageTables.asm 60 TIMES 0x1000-PGTBLS_OFFSET($) DB 0
70 TIMES 0x2000-PGTBLS_OFFSET($) DB 0
  /frameworks/base/services/core/java/com/android/server/notification/
ZenLog.java 42 private static final long[] TIMES = new long[SIZE];
213 TIMES[sNext] = System.currentTimeMillis();
230 pw.print(FORMAT.format(new Date(TIMES[j])));
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia16/
ResetVectorVtf0.asm 30 TIMES (0x1000 - ($ - EndOfPageTables) - 0x20) DB 0
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
VbeShim.asm 37 TIMES 256 nop
40 TIMES 256 nop
  /external/netperf/src/
netlib.h 23 #define MAXTIMES 4 /* how many times may we loop */
446 #define TIMES 3
netlib.c 92 #include <sys/times.h>
190 this is now obsolete - in favor of either pstat(), times, or a
    [all...]
  /external/fonttools/Lib/fontTools/
agl.py 387 2297;circlemultiply;CIRCLED TIMES
  /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 
  /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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 910 milliseconds

1 2