Searched
full:1000 (Results
676 -
700 of
9567) sorted by null
<<21222324252627282930>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
dqNextToward.decTest | 276 dqnextt781 nexttoward -Inf -1000 -> -9.999999999999999999999999999999999E+6144 281 dqnextt786 nexttoward -Inf 1000 -> -9.999999999999999999999999999999999E+6144 282 dqnextt787 nexttoward -1000 -Inf -> -1000.000000000000000000000000000001 288 dqnextt793 nexttoward 1000 -Inf -> 999.9999999999999999999999999999999 292 dqnextt801 nexttoward Inf -1000 -> 9.999999999999999999999999999999999E+6144 297 dqnextt806 nexttoward Inf 1000 -> 9.999999999999999999999999999999999E+6144 299 dqnextt808 nexttoward -1000 Inf -> -999.9999999999999999999999999999999 305 dqnextt814 nexttoward 1000 Inf -> 1000.000000000000000000000000000001 309 dqnextt822 nexttoward NaN -1000 -> NaN 314 dqnextt827 nexttoward NaN 1000 -> Na [all...] |
dqOr.decTest | 307 dqor781 or -Inf -1000 -> NaN Invalid_operation 312 dqor786 or -Inf 1000 -> NaN Invalid_operation 313 dqor787 or -1000 -Inf -> NaN Invalid_operation 319 dqor793 or 1000 -Inf -> NaN Invalid_operation 323 dqor801 or Inf -1000 -> NaN Invalid_operation 328 dqor806 or Inf 1000 -> NaN Invalid_operation 330 dqor808 or -1000 Inf -> NaN Invalid_operation 336 dqor814 or 1000 Inf -> NaN Invalid_operation 340 dqor822 or NaN -1000 -> NaN Invalid_operation 345 dqor827 or NaN 1000 -> NaN Invalid_operatio [all...] |
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
qm_select_unittest.cc | 78 EXPECT_EQ(-4, qm_resolution_->Initialize(1000, 0, 640, 480, 1)); 79 EXPECT_EQ(-4, qm_resolution_->Initialize(1000, 30, 640, 0, 1)); 80 EXPECT_EQ(-4, qm_resolution_->Initialize(1000, 30, 0, 480, 1)); 86 EXPECT_EQ(0, qm_resolution_->Initialize(1000, 30, 640, 480, 1)); 597 int encoder_sent_rate2[] = {1000, 1000, 1000, 1000, 1000}; [all...] |
/build/tools/fs_config/ |
fs_config.c | 49 // data/app 1000 1000 771 54 // data/app 1000 1000 771 selabel=u:object_r:apk_data_file:s0
|
/cts/apps/CtsVerifier/jni/cameraanalyzer/ |
com_android_cts_verifier_camera_analyzer_MeteringTest.cpp | 98 // Camera.Area type, which defines the top left corner to (-1000, -1000) and 99 // bottom right corner to (1000, 1000).
|
/cts/suite/audio_quality/test_description/test/ |
unknown_element.xml | 20 <sound id="sound1" type="sin:100:1000:20000" unsupprotedattrib="should fail" />
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
GlobalTest.java | 25 for (int i = 0; i < 1000; i++) {
|
/cts/tests/tests/view/res/anim/ |
accelerate_alpha.xml | 21 android:duration="1000" />
|
layout_anim_controller_animation.xml | 23 android:duration="1000" />
|
/cts/tests/tests/webkit/assets/webkit/ |
test_timer.html | 29 setInterval('updateTitle()', 1000);
|
/dalvik/dx/tests/045-dex-switch-ops/ |
Blort.java | 49 case 1000: {
|
/dalvik/dx/tests/086-ssa-edge-split/ |
run | 18 dx --dump --width=1000 --ssa-blocks --ssa-step=edge-split Blort.class
|
/dalvik/dx/tests/088-ssa-combine-blocks/ |
run | 18 dx --dump --width=1000 --optimize --rop-blocks Blort.class
|
/dalvik/dx/tests/127-merge-stress/com/android/dx/merge/ |
MergeTest.java | 13 private static final int NUMBER_OF_TRIES = 1000;
|
/development/samples/ApiDemos/res/anim/ |
animator.xml | 18 android:duration="1000"
|
color_animator.xml | 18 android:duration="1000"
|
object_animator.xml | 18 android:duration="1000"
|
shake.xml | 17 <translate xmlns:android="http://schemas.android.com/apk/res/android" android:fromXDelta="0" android:toXDelta="10" android:duration="1000" android:interpolator="@anim/cycle_7" />
|
/development/samples/devbytes/animation/ViewAnimations/res/anim/ |
rotate_anim.xml | 19 android:duration="1000"/>
|
scale_anim.xml | 21 android:duration="1000"/>
|
translate_anim.xml | 19 android:duration="1000" />
|
/development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/ |
ViewAnimations.java | 58 alphaAnimation.setDuration(1000); 65 translateAnimation.setDuration(1000); 70 rotateAnimation.setDuration(1000); 74 scaleAnimation.setDuration(1000);
|
/device/asus/flo/bluetooth/ |
bdroid_buildcfg.h | 30 #define BTA_DISABLE_DELAY 1000 /* in milliseconds */
|
/device/lge/mako/bluetooth/ |
bdroid_buildcfg.h | 21 #define BTA_DISABLE_DELAY 1000 /* in milliseconds */
|
/external/arduino/hardware/arduino/cores/arduino/ |
wiring.h | 90 #define clockCyclesToMicroseconds(a) ( ((a) * 1000L) / (F_CPU / 1000L) ) 91 #define microsecondsToClockCycles(a) ( ((a) * (F_CPU / 1000L)) / 1000L )
|
Completed in 1851 milliseconds
<<21222324252627282930>>