Searched
full:1000 (Results
301 -
325 of
9786) sorted by null
<<11121314151617181920>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
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...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothUuid.java | 40 ParcelUuid.fromString("0000110B-0000-1000-8000-00805F9B34FB"); 42 ParcelUuid.fromString("0000110A-0000-1000-8000-00805F9B34FB"); 44 ParcelUuid.fromString("0000110D-0000-1000-8000-00805F9B34FB"); 46 ParcelUuid.fromString("00001108-0000-1000-8000-00805F9B34FB"); 48 ParcelUuid.fromString("00001112-0000-1000-8000-00805F9B34FB"); 50 ParcelUuid.fromString("0000111E-0000-1000-8000-00805F9B34FB"); 52 ParcelUuid.fromString("0000111F-0000-1000-8000-00805F9B34FB"); 54 ParcelUuid.fromString("0000110E-0000-1000-8000-00805F9B34FB"); 56 ParcelUuid.fromString("0000110C-0000-1000-8000-00805F9B34FB"); 58 ParcelUuid.fromString("00001105-0000-1000-8000-00805f9b34fb") [all...] |
/art/test/107-int-math2/ |
expected.txt | 29 catchBlock(1000) PASSED
|
/bionic/libc/bionic/ |
bionic_time_conversions.cpp | 39 ts.tv_nsec = tv.tv_usec * 1000; 44 ts.tv_sec = ms / 1000; 45 ts.tv_nsec = (ms % 1000) * 1000000; 50 tv.tv_usec = ts.tv_nsec / 1000;
|
/cts/suite/audio_quality/test_description/ |
dut_playback_sample.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_sample" input="id:host_in_$k,consti:1000,constf:5.0" output="val:freq_device_$k" />
|
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/tests/renderscript/src/android/renderscript/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/ash/shelf/ |
shelf_constants.cc | 14 const int kTimeToSwitchBackgroundMs = 1000;
|
/external/chromium_org/cc/layers/ |
solid_color_scrollbar_layer_impl_unittest.cc | 14 gfx::Size layer_size(10, 1000); 15 gfx::Size viewport_size(1000, 1000); 67 gfx::Rect occluded(0, 0, 5, 1000);
|
/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/components/search_provider_logos/ |
logo_common.cc | 9 const int64 kMaxTimeToLiveMS = GG_INT64_C(30 * 24 * 60 * 60 * 1000); // 30 days
|
/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/Animation/resources/ |
framerate.js | 12 PerfTestRunner.measureValueAsync(1000 * framesPerTimerReading / (currTime - startTime));
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/Shapes/ |
ShapeOutsideContentBox.html | 16 PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000));
|
ShapeOutsideInset.html | 16 PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000));
|
ShapeOutsideRaster.html | 16 PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000));
|
ShapeOutsideRasterWithMargin.html | 17 PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000));
|
ShapeOutsideSVGWithMargin.html | 17 PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000));
|
ShapeOutsideSimplePolygon.html | 16 PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000));
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/ |
query-selector-all-first.html | 10 for (var i = 0; i < 1000; i++) {
|
Completed in 312 milliseconds
<<11121314151617181920>>