HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 501 - 525 of 7621) sorted by null

<<21222324252627282930>>

  /cts/suite/cts/deviceTests/jank2/src/android/cts/jank/ui/
CtsDeviceJankUi.java 31 private final static int NUM_ELEMENTS = 1000;
32 private static final long DEFAULT_ANIMATION_TIME = 2 * 1000;
33 private static final long POST_SCROLL_IDLE_TIME = 2 *1000;
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
AdvertiseSettingsTest.java 46 final int timeoutMillis = 60 * 1000;
68 builder.setTimeout(180 * 1000).build();
71 builder.setTimeout(180 * 1000 + 1).build();
  /cts/tests/tests/graphics/src/android/graphics/cts/
InterpolatorTest.java 73 interpolator.setKeyFrame(0, (int)(time + 1000), new float[] {2.0f});
81 interpolator.setKeyFrame(1, (int)(time - 1000), new float[] {3.0f});
101 assertValue(1000, 1.0f, Result.FREEZE_START, interpolator);
106 assertValue(-1000, 2.0f, Result.FREEZE_END, interpolator);
144 assertValue(1000, 1.0f, Result.FREEZE_START, interpolator);
151 assertValue( 1000, 4.0f, Result.FREEZE_END, interpolator); // known bug
160 assertValue( 1000, 4.0f, Result.FREEZE_END, interpolator); // known bug
175 assertValue(1000, 0.0f, Result.FREEZE_START, interpolator);
194 assertValue(1000, 0.0f, Result.FREEZE_START, interpolator);
201 assertValue(1000, 0.0f, Result.FREEZE_START, interpolator)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
Status002Debuggee.java 61 waitMlsecsTime(1000);
64 waitMlsecsTime(1000); // to make sure that status002DebuggeeThread is sleeping
96 long mlsecTimeToSleep = 1000 * 60 * 3;
Status003Debuggee.java 61 waitMlsecsTime(1000);
64 waitMlsecsTime(1000); // to make sure that status003DebuggeeThread is sleeping
96 long mlsecTimeToSleep = 1000 * 60 * 3;
  /external/droiddriver/src/io/appium/droiddriver/actions/accessibility/
AccessibilityClickAction.java 31 public static final AccessibilityClickAction SINGLE = new SingleClick(1000L);
32 public static final AccessibilityClickAction LONG = new LongClick(1000L);
33 public static final AccessibilityClickAction DOUBLE = new DoubleClick(1000L);
  /external/jemalloc/test/include/test/
mq.h 94 if (timeout.tv_nsec >= 1000*1000*1000) { \
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSConstants.java 47 public static final int PROBE_CONFLICT_INTERVAL = 1000; // milliseconds to wait after conflict.
50 public static final int ANNOUNCE_WAIT_INTERVAL = 1000; // milliseconds between Announce loops.
59 public static final int NETWORK_CHECK_INTERVAL = 10 * 1000; // 10 secondes
  /external/libxml2/python/tests/
reader6.py 70 <item>1000</item>
76 #Type byte doesn't allow value '1000'
82 expect="""Type byte doesn't allow value '1000'
  /external/llvm/test/Transforms/InstCombine/
constant-fold-gep.ll 60 @X = global [1000 x i8] zeroinitializer, align 16
64 %A = bitcast i8* getelementptr inbounds ([1000 x i8], [1000 x i8]* @X, i64 1, i64 0) to i8*
65 %B = bitcast i8* getelementptr inbounds ([1000 x i8], [1000 x i8]* @X, i64 0, i64 0) to i8*
73 ; CHECK: ret i64 1000
76 @X_as1 = addrspace(1) global [1000 x i8] zeroinitializer, align 16
80 ; CHECK: ret i16 1000
83 %A = bitcast i8 addrspace(1)* getelementptr inbounds ([1000 x i8], [1000 x i8] addrspace(1)* @X_as1, i64 1, i64 0) to i8 addrspace(1)
    [all...]
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
Util.java 38 static final long NANOS_IN_ONE_MICROSECOND = 1000;
39 static final long NANOS_IN_ONE_MILLISECOND = NANOS_IN_ONE_MICROSECOND * 1000;
40 static final long NANOS_IN_ONE_SECOND = NANOS_IN_ONE_MILLISECOND * 1000;
  /external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/impl/
PerfTest.java 51 int LEN = 1000 * 1000 * 10;
58 // duration is about 16 *micro*seconds for 1000 iterations
  /external/v8/test/intl/overrides/
caching.js 33 for (var i = 0; i < 1000; i++) {
41 for (var i = 0; i < 1000; i++) {
50 for (var i = 0; i < 1000; i++) {
  /frameworks/base/core/java/com/android/internal/os/
SensorPowerCalculator.java 44 final long sensorTime = timer.getTotalTimeLocked(rawRealtimeUs, statsType) / 1000;
48 app.gpsPowerMah = (app.gpsTimeMs * mGpsPowerOn) / (1000*60*60);
55 app.sensorPowerMah += (sensorTime * s.getPower()) / (1000*60*60);
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 58 private final static int LOW_PRIORITY = 1000;
209 sleep(1000);
219 sleep(1000);
230 sleep(1000);
233 sleep(1000);
240 sleep(1000);
264 sleep(1000);
267 sleep(1000);
272 sleep(1000);
284 sleep(1000);
    [all...]
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
AbstractLayoutTest.java 58 int N = 1000;
67 p.layout(0, 0, 1000 + (i % 2), 500 + (i % 2));
69 Log.d(tag(), "Time: " + (float) (System.currentTimeMillis() - start) / N * 1000 + "mics");
  /frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
TestFramerateView.java 54 if (mLastTime_us > 0 && elapsedTime_us > longFrameTime_ms*1000) {
55 Log.v(TAG, "Long frame: " + elapsedTime_us/1000.f + " ms (" + fps + " fps)");
73 long now_us = System.nanoTime() / 1000;
  /libcore/luni/src/test/java/libcore/java/lang/ref/
ReferenceQueueTest.java 54 referenceQueue.remove(1000);
69 assertNotNull(referenceQueue.remove(1000));
86 referenceQueue.remove(1000);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
timeval.h 37 #define PA_MSEC_PER_SEC ((pa_usec_t) 1000ULL)
46 #define PA_USEC_PER_MSEC ((pa_usec_t) 1000ULL)
52 #define PA_NSEC_PER_USEC ((unsigned long long) 1000ULL)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
timeval.h 37 #define PA_MSEC_PER_SEC ((pa_usec_t) 1000ULL)
46 #define PA_USEC_PER_MSEC ((pa_usec_t) 1000ULL)
52 #define PA_NSEC_PER_USEC ((unsigned long long) 1000ULL)
  /system/bt/btif/src/
btif_debug_conn.c 41 const uint64_t ms = ts / 1000;
42 const time_t secs = ms / 1000;
46 snprintf(buffer, len, buffer, (uint16_t)(ms % 1000));
  /system/extras/tests/sdcard/
README 37 adb shell sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100
39 This test will write 1000kbyte (1M) files using writes of 100kbytes (so 10 writes per file) using
46 adb shell sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 --dump >/tmp/data.txt
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
divideint.decTest 85 dvix163 divideint 1 1000 -> 0
94 dvix173 divideint 1 -1000 -> -0
103 dvix183 divideint -1 1000 -> -0
112 dvix193 divideint -1 -1000 -> 0
172 dvix138 divideint 1120 1000 -> 1
204 dvix211 divideint 1E+1000 0 -> Infinity Division_by_zero
212 dvix221 divideint -1E+1000 0 -> -Infinity Division_by_zero
353 dvix581 divideint Inf -1000 -> -Infinity
358 dvix586 divideint Inf 1000 -> Infinity
360 dvix588 divideint -1000 Inf -> -
    [all...]
dqAnd.decTest 34 dqand005 and 1100 1010 -> 1000
326 dqand781 and -Inf -1000 -> NaN Invalid_operation
331 dqand786 and -Inf 1000 -> NaN Invalid_operation
332 dqand787 and -1000 -Inf -> NaN Invalid_operation
338 dqand793 and 1000 -Inf -> NaN Invalid_operation
342 dqand801 and Inf -1000 -> NaN Invalid_operation
347 dqand806 and Inf 1000 -> NaN Invalid_operation
349 dqand808 and -1000 Inf -> NaN Invalid_operation
355 dqand814 and 1000 Inf -> NaN Invalid_operation
359 dqand822 and NaN -1000 -> NaN Invalid_operatio
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
divideint.decTest 85 dvix163 divideint 1 1000 -> 0
94 dvix173 divideint 1 -1000 -> -0
103 dvix183 divideint -1 1000 -> -0
112 dvix193 divideint -1 -1000 -> 0
172 dvix138 divideint 1120 1000 -> 1
204 dvix211 divideint 1E+1000 0 -> Infinity Division_by_zero
212 dvix221 divideint -1E+1000 0 -> -Infinity Division_by_zero
353 dvix581 divideint Inf -1000 -> -Infinity
358 dvix586 divideint Inf 1000 -> Infinity
360 dvix588 divideint -1000 Inf -> -
    [all...]

Completed in 961 milliseconds

<<21222324252627282930>>