HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 226 - 250 of 8031) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
dqMin.decTest 85 dqmin091 min Inf -1000 -> -1000
90 dqmin096 min Inf 1000 -> 1000
92 dqmin098 min -1000 Inf -> -1000
98 dqmin104 min 1000 Inf -> 1000
102 dqmin121 min -Inf -1000 -> -Infinity
107 dqmin126 min -Inf 1000 -> -Infinit
    [all...]
rotate.decTest 50 rotx020 rotate 1 -1000 -> NaN Invalid_operation
53 rotx023 rotate 1 1000 -> NaN Invalid_operation
100 rotx151 rotate 1.00000000E-999 -1 -> 1.0000000E-1000
103 rotx154 rotate 1.00000000E-999 8 -> 1.0000000E-1000
104 rotx155 rotate 9.00000000E-999 -1 -> 9.0000000E-1000
107 rotx158 rotate 9.00000000E-999 8 -> 9.0000000E-1000
121 rotx181 rotate -1.00000000E-999 -1 -> -1.0000000E-1000
124 rotx184 rotate -1.00000000E-999 8 -> -1.0000000E-1000
125 rotx185 rotate -9.00000000E-999 -1 -> -9.0000000E-1000
128 rotx188 rotate -9.00000000E-999 8 -> -9.0000000E-1000
    [all...]
  /art/test/107-int-math2/
expected.txt 29 catchBlock(1000) PASSED
  /cts/suite/audio_quality/test_description/
dut_playback_thd.xml 20 <!-- prepare sound source id: to be used in output, sine 1000Hz, 4000ms long -->
21 <sound id="sound1" type="sin:32000:1000:4000" preload="1" />
28 <input device="host" id="dummy" gain="100" time="1000" sync="complete" />
34 <process method="script:playback_thd" input="id:host_in_$k,consti:1000,constf:5.0" output="val:thd_device_$k" />
  /cts/tests/src/android/renderscript/cts/
shared.rsh 12 return ((float)t) / 1000.f;
  /cts/tests/src/android/rsg/cts/
shared.rsh 12 return ((float)t) / 1000.f;
  /development/ndk/platforms/android-3/arch-arm/include/asm/
delay.h 19 #define udelay(n) (__builtin_constant_p(n) ? ((n) > (MAX_UDELAY_MS * 1000) ? __bad_udelay() : __const_udelay((n) * ((2199023U*HZ)>>11))) : __udelay(n))
  /development/samples/TtsEngine/assets/
eng-GBR.freq 23 d:1000
eng-USA.freq 23 w:1000
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPdfExportAttributes.java 13 // For parameters below, units are in mils (1/1000 of inches).
  /external/chromium_org/chrome/app/
chrome_exe_resource.h 18 #define _APS_NEXT_SYMED_VALUE 1000
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer_resource.h 19 #define _APS_NEXT_CONTROL_VALUE 1000
  /external/chromium_org/third_party/WebKit/ManualTests/
bad-clearTimeout-crash.html 9 setTimeout('',1000);
  /external/chromium_org/third_party/WebKit/ManualTests/memory/
string-growth.html 13 for (var i = 0; i < 1000; ++i) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/Parser/
query-selector-all-first.html 10 for (var i = 0; i < 1000; i++) {
query-selector-first.html 10 for (var i = 0; i < 1000; i++) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
localcomm.asm 5 .comm failed,1000,32
  /external/icu4c/samples/layout/
resource.h 19 #define _APS_NEXT_CONTROL_VALUE 1000
  /external/iproute2/examples/diffserv/
efcbq 9 "10Mbit cell 8 avpkt 1000 mpu 64\n";
14 "10Mbit rate 1500Kbit avpkt 1000 prio 1 bounded isolated ".
25 "10Mbit rate 5Mbit avpkt 1000 prio 7 allot 1514 weight 1 ".
28 "min 15KB max 45KB burst 20 avpkt 1000 bandwidth 10Mbit ".
  /external/qemu/distrib/sdl-1.2.15/test/
testhread.c 26 SDL_Delay(1*1000);
35 SDL_Delay(5*1000);
56 SDL_Delay(5*1000);
67 SDL_Delay(5*1000);
testtimer.c 49 SDL_Delay(10*1000);
58 desired, (double)(10*1000)/ticks);
75 SDL_Delay(10*1000);
80 SDL_Delay(5*1000);
  /external/valgrind/main/massif/tests/
peak.c 8 p = malloc(1600); // With --peak-inaccuracy=1000, the first 10 of
  /external/valgrind/main/none/tests/
manythreads.c 17 if (i > 0 && i % 1000 == 0)
  /packages/apps/Mms/src/com/android/mms/transaction/
DefaultRetryScheme.java 33 0, 1 * 60 * 1000, 5 * 60 * 1000, 10 * 60 * 1000, 30 * 60 * 1000};
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerServiceTest.java 31 sleep(1000);
33 sleep(1000);
51 sleep(1000);
53 sleep(1000);

Completed in 830 milliseconds

1 2 3 4 5 6 7 8 91011>>