HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 976 - 1000 of 9567) sorted by null

<<31323334353637383940>>

  /frameworks/base/services/core/java/com/android/server/location/
LocationRequestStatistics.java 189 s.append("Interval ").append(mFastestIntervalMs / 1000).append(" seconds");
191 s.append("Min interval ").append(mFastestIntervalMs / 1000).append(" seconds");
192 s.append(": Max interval ").append(mSlowestIntervalMs / 1000).append(" seconds");
195 .append((getDurationMs() / 1000) / 60)
197 .append((getTimeSinceFirstRequestMs() / 1000) / 60)
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 159 print " ARM-CPU time at", i/1000, "MHz: ", MHZtime[i], "s"
192 util = int(0.5 - 1000 * uptime_idle/uptime_total) / 10
203 util = int(0.5 + 1000 * proctime_work/uptime_total) / 10
208 util = int(0.5 + 1000 * proctime_kernel/uptime_total) / 10
209 proc_util = int(0.5 + 1000 * proctime_kernel/proctime_work) / 10
  /sdk/emulator/opengl/tests/event_injector/
iolooper-select.c 200 tm->tv_sec = duration / 1000;
201 tm->tv_usec = (duration - 1000*tm->tv_sec) * 1000;
258 return gettimeofday(&time_now, NULL) ? -1 : (int64_t)time_now.tv_sec * 1000LL +
259 time_now.tv_usec / 1000;
  /sdk/emulator/skins/assets/
basic_controls.svg 27 inkscape:vp_y="0 : 1000 : 0"
35 inkscape:vp_y="0 : 1000 : 0"
42 inkscape:vp_y="0 : 1000 : 0"
49 inkscape:vp_y="0 : 1000 : 0"
56 inkscape:vp_y="0 : 1000 : 0"
  /external/chromium_org/tools/telemetry/unittest_data/
batterystats_v7.csv 21 7,hsp,20,system:ui,1000
26 7,hsp,25,*alarm*:android.intent.action.TIME_TICK,1000
73 7,0,i,uid,1000,com.android.inputdevices
74 7,0,i,uid,1000,com.android.keychain
75 7,0,i,uid,1000,android
76 7,0,i,uid,1000,com.android.location.fused
77 7,0,i,uid,1000,com.android.settings
78 7,0,i,uid,1000,com.android.providers.settings
181 7,1000,t,pwi,uid,0.157
223 7,1000,t,wl,NetworkStats,0,f,0,0,p,0,0,w,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
remainder.decTest 137 remx114 remainder 1E+1000 0 -> NaN Invalid_operation
145 remx124 remainder 1E+1000 -0 -> NaN Invalid_operation
208 remx211 remainder 1E+1000 0 -> NaN Invalid_operation
250 remx306 remainder 13 1000 -> 13
368 remx681 remainder Inf -1000 -> NaN Invalid_operation
373 remx686 remainder Inf 1000 -> NaN Invalid_operation
375 remx688 remainder -1000 Inf -> -1000
381 remx695 remainder 1000 Inf -> 1000
    [all...]
divide.decTest 62 divx032 divide 1000 1 -> 1000
63 divx033 divide 1000 100 -> 10
369 divx497 divide 0E+86 1000E-13 -> 0E+92 Clamped
370 divx498 divide 0E-98 1000E+13 -> 0E-98 Clamped
432 divx553 divide 240 1000 -> 0.24
436 divx557 divide 2400 1000 -> 2.4
595 divx781 divide Inf -1000 -> -Infinity
600 divx786 divide Inf 1000 -> Infinity
602 divx788 divide -1000 Inf -> -0E-398 Clampe
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
remainder.decTest 137 remx114 remainder 1E+1000 0 -> NaN Invalid_operation
145 remx124 remainder 1E+1000 -0 -> NaN Invalid_operation
208 remx211 remainder 1E+1000 0 -> NaN Invalid_operation
250 remx306 remainder 13 1000 -> 13
368 remx681 remainder Inf -1000 -> NaN Invalid_operation
373 remx686 remainder Inf 1000 -> NaN Invalid_operation
375 remx688 remainder -1000 Inf -> -1000
381 remx695 remainder 1000 Inf -> 1000
    [all...]
divide.decTest 62 divx032 divide 1000 1 -> 1000
63 divx033 divide 1000 100 -> 10
369 divx497 divide 0E+86 1000E-13 -> 0E+92 Clamped
370 divx498 divide 0E-98 1000E+13 -> 0E-98 Clamped
432 divx553 divide 240 1000 -> 0.24
436 divx557 divide 2400 1000 -> 2.4
595 divx781 divide Inf -1000 -> -Infinity
600 divx786 divide Inf 1000 -> Infinity
602 divx788 divide -1000 Inf -> -0E-398 Clampe
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
inv_self_test.c 461 1000 at the full scale used during self-test
470 (long)(gyro_bias[0].l / 1000.f * 65536.f / scale_ratio);
472 (long)(gyro_bias[1].l / 1000.f * 65536.f / scale_ratio);
474 (long)(gyro_bias[2].l / 1000.f * 65536.f / scale_ratio);
482 // When we read accel bias, the bias is in raw units scaled by 1000.
496 // Convert scaling from raw units scaled by 1000 to raw scaled by 2^16
499 by 1000 at the full scale used during self-test
508 (long)(accel_bias[0].l / 1000.f * 65536.f * scale_ratio);
510 (long)(accel_bias[1].l / 1000.f * 65536.f * scale_ratio);
512 (long)(accel_bias[2].l / 1000.f * 65536.f * scale_ratio)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/
GpsTestActivity.java 104 LocationManager.GPS_PROVIDER, 1 * 1000, 8, false);
110 LocationManager.GPS_PROVIDER, 5 * 1000, 8, false);
116 LocationManager.GPS_PROVIDER, 15 * 1000, 8, false);
  /cts/suite/audio_quality/lib/src/
ClientSocket.cpp 92 timeInSec = timeoutInMs / 1000;
93 timeInUs = (timeoutInMs % 1000) * 1000;
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorSetTest.java 33 private long mDuration = 1000;
83 mAnimatorSet.setDuration(1000);
87 assertEquals(mAnimatorSet.getDuration(), 1000);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlAppSwitchTest.java 39 private static final long TASK_SWITCH_SLOW_WAIT_TIME_MS = 15 * 1000;
44 private static final int MAX_RUNNING_TASKS = 1000;
82 Thread.sleep(1000);
  /cts/tests/tests/view/src/android/view/animation/cts/
LayoutAnimationControllerTest.java 49 /** Duration defined in layout_anim_controller_animation.xml is 1000 */
50 private static final int DURATION = 1000;
90 assertEquals(1000, childAnimation3.getStartOffset());
105 childAnimation1.getTransformation(startTime + 1000, transformation1);
106 childAnimation2.getTransformation(startTime + 1000, transformation2);
107 childAnimation3.getTransformation(startTime + 1000, transformation3);
133 assertEquals(1000, childAnimation1.getStartOffset());
146 childAnimation1.getTransformation(startTime + 1000, transformation1);
147 childAnimation2.getTransformation(startTime + 1000, transformation2);
148 childAnimation3.getTransformation(startTime + 1000, transformation3)
    [all...]
  /development/ndk/platforms/android-3/include/linux/
jiffies.h 50 #define TICK_NSEC (SH_DIV (1000000UL * 1000, ACTHZ, 8))
52 #define TICK_NSEC_HPET (SH_DIV(1000000UL * 1000, ACTHZ_HPET, 8))
56 #define TICK_USEC_TO_NSEC(TUSEC) (SH_DIV (TUSEC * USER_HZ * 1000, ACTHZ, 8))
  /external/bluetooth/bluedroid/osi/src/
reactor.c 89 tv.tv_sec = timeout_ms / 1000;
90 tv.tv_usec = (timeout_ms % 1000) * 1000;
  /external/chromium_org/content/child/
web_database_observer_impl.cc 34 // SQLExceptionCode starts at 1000
35 if (websql_error >= 1000)
36 websql_error -= 1000;
  /external/chromium_org/device/hid/
hid_report_descriptor_item.h 26 kMainTagInput = 0x08, // 1000
42 kGlobalTagReportId = 0x08, // 1000
56 kLocalTagStringMinimum = 0x08, // 1000
  /external/chromium_org/media/cast/congestion_control/
congestion_control_unittest.cc 72 uint32 safe_bitrate = frame_size * 1000 / frame_delay;
95 frame_id_++, safe_bitrate * 100 / 1000, testing_clock_.NowTicks());
107 frame_id_++, safe_bitrate * 100 / 1000, testing_clock_.NowTicks());
  /external/chromium_org/net/quic/congestion_control/
leaky_bucket_test.cc 31 EXPECT_EQ(1000u, leaky_bucket_->BytesPending(clock_.Now()));
64 EXPECT_EQ(1000u, leaky_bucket_->BytesPending(clock_.Now()));
69 EXPECT_EQ(1000u, leaky_bucket_->BytesPending(clock_.Now()));
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationNodeTiming.cpp 26 return m_parent->specifiedTiming().startDelay * 1000;
31 return m_parent->specifiedTiming().endDelay * 1000;
78 element0 = m_parent->specifiedTiming().iterationDuration * 1000;
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
config.js 31 kRelativeTimeUpdateFrequency: 1000 * 60,
32 kTreeStatusUpdateFrequency: 1000 * 30,
33 kUpdateFrequency: 10 * 60 * 1000,
  /external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
JsonpRequestBuilderTest.java 41 String url = HttpServer.execute(1000, "{\"id\": \"data\"}");
60 builder.setTimeout(1000);
83 String urlBase = HttpServer.execute(1000, "{\"id\": \"data\"}");
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
aq_segment_test.cc 59 cfg_.rc_buf_sz = 1000;
79 cfg_.rc_buf_sz = 1000;
99 cfg_.rc_buf_sz = 1000;

Completed in 2231 milliseconds

<<31323334353637383940>>