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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
kvm_para.h 13 #define KVM_ENOSYS 1000
  /external/chromium_org/media/cast/net/
cast_transport_defines.h 66 // Add 1000 to both sides to avoid underflows.
67 if (1000 + ret - largest_frame_id_seen_ > 1000 + 127) {
69 } else if (1000 + ret - largest_frame_id_seen_ < 1000 - 128) {
72 if (1000 + ret - largest_frame_id_seen_ > 1000) {
  /external/chromium_org/third_party/sqlite/src/test/
crash7.test 39 INSERT INTO abc VALUES(randomblob(100), randomblob(200), randomblob(1000));
41 SELECT randomblob(1000), randomblob(200), randomblob(100)
44 SELECT randomblob(100), randomblob(200), randomblob(1000)
47 SELECT randomblob(100), randomblob(200), randomblob(1000)
50 SELECT randomblob(100), randomblob(200), randomblob(1000)
53 SELECT randomblob(100), randomblob(200), randomblob(1000)
59 SELECT randomblob(100), randomblob(200), randomblob(1000)
  /cts/libs/vogar-expect/src/vogar/util/
TimeUtilities.java 28 long milliseconds = duration % 1000;
29 duration /= 1000;
65 if (ns < 1000L) {
68 return Long.toString(ns/1000L) + "us";
75 long nanoseconds = duration % 1000;
76 duration /= 1000;
77 long microseconds = duration % 1000;
78 duration /= 1000;
79 long milliseconds = duration % 1000;
80 duration /= 1000;
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHalCommon.cpp 49 ALOGD("PPM: %s :%ld.%ld ms", str, ( ppm.tv_sec /1000 ), ( ppm.tv_sec % 1000 ));
76 absolute *= 1000;
77 absolute += ppm.tv_usec /1000;
79 ALOGD("PPM: %s :%llu.%llu ms : %llu ms", str, ( elapsed /1000 ), ( elapsed % 1000 ), absolute);
106 absolute *= 1000;
107 absolute += ppm.tv_usec /1000;
112 ALOGD("PPM: %s :%ld.%ld ms : %llu ms", temp_str, ( ppm.tv_sec /1000 ), ( ppm.tv_sec % 1000 ), absolute)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddMax.decTest 96 ddmax091 max Inf -1000 -> Infinity
101 ddmax096 max Inf 1000 -> Infinity
103 ddmax098 max -1000 Inf -> Infinity
109 ddmax104 max 1000 Inf -> Infinity
113 ddmax121 max -Inf -1000 -> -1000
118 ddmax126 max -Inf 1000 -> 1000
121 ddmax129 max -1000 -Inf -> -1000
    [all...]
dqMax.decTest 96 dqmax091 max Inf -1000 -> Infinity
101 dqmax096 max Inf 1000 -> Infinity
103 dqmax098 max -1000 Inf -> Infinity
109 dqmax104 max 1000 Inf -> Infinity
113 dqmax121 max -Inf -1000 -> -1000
118 dqmax126 max -Inf 1000 -> 1000
121 dqmax129 max -1000 -Inf -> -1000
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
ddMax.decTest 96 ddmax091 max Inf -1000 -> Infinity
101 ddmax096 max Inf 1000 -> Infinity
103 ddmax098 max -1000 Inf -> Infinity
109 ddmax104 max 1000 Inf -> Infinity
113 ddmax121 max -Inf -1000 -> -1000
118 ddmax126 max -Inf 1000 -> 1000
121 ddmax129 max -1000 -Inf -> -1000
    [all...]
dqMax.decTest 96 dqmax091 max Inf -1000 -> Infinity
101 dqmax096 max Inf 1000 -> Infinity
103 dqmax098 max -1000 Inf -> Infinity
109 dqmax104 max 1000 Inf -> Infinity
113 dqmax121 max -Inf -1000 -> -1000
118 dqmax126 max -Inf 1000 -> 1000
121 dqmax129 max -1000 -Inf -> -1000
    [all...]
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
SampleGattAttributes.java 26 public static String HEART_RATE_MEASUREMENT = "00002a37-0000-1000-8000-00805f9b34fb";
27 public static String CLIENT_CHARACTERISTIC_CONFIG = "00002902-0000-1000-8000-00805f9b34fb";
31 attributes.put("0000180d-0000-1000-8000-00805f9b34fb", "Heart Rate Service");
32 attributes.put("0000180a-0000-1000-8000-00805f9b34fb", "Device Information Service");
35 attributes.put("00002a29-0000-1000-8000-00805f9b34fb", "Manufacturer Name String");
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
SampleGattAttributes.java 26 public static String HEART_RATE_MEASUREMENT = "00002a37-0000-1000-8000-00805f9b34fb";
27 public static String CLIENT_CHARACTERISTIC_CONFIG = "00002902-0000-1000-8000-00805f9b34fb";
31 attributes.put("0000180d-0000-1000-8000-00805f9b34fb", "Heart Rate Service");
32 attributes.put("0000180a-0000-1000-8000-00805f9b34fb", "Device Information Service");
35 attributes.put("00002a29-0000-1000-8000-00805f9b34fb", "Manufacturer Name String");
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
SampleGattAttributes.java 26 public static String HEART_RATE_MEASUREMENT = "00002a37-0000-1000-8000-00805f9b34fb";
27 public static String CLIENT_CHARACTERISTIC_CONFIG = "00002902-0000-1000-8000-00805f9b34fb";
31 attributes.put("0000180d-0000-1000-8000-00805f9b34fb", "Heart Rate Service");
32 attributes.put("0000180a-0000-1000-8000-00805f9b34fb", "Device Information Service");
35 attributes.put("00002a29-0000-1000-8000-00805f9b34fb", "Manufacturer Name String");
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp 43 return currVal.QuadPart / (freq.QuadPart / 1000);
49 long long iDiff = (now.tv_sec * 1000LL) + now.tv_nsec/1000000LL;
56 long long iDiff = (now.tv_sec * 1000LL) + now.tv_usec/1000LL;
67 usleep(p_mili * 1000);
  /external/chromium_org/cc/layers/
texture_layer_impl_unittest.cc 21 gfx::Size layer_size(1000, 1000);
22 gfx::Size viewport_size(1000, 1000);
63 gfx::Rect occluded(200, 0, 800, 1000);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp 43 return currVal.QuadPart / (freq.QuadPart / 1000);
49 long long iDiff = (now.tv_sec * 1000LL) + now.tv_nsec/1000000LL;
56 long long iDiff = (now.tv_sec * 1000LL) + now.tv_usec/1000LL;
67 usleep(p_mili * 1000);
  /external/kernel-headers/original/uapi/linux/
mii.h 22 #define MII_CTRL1000 0x09 /* 1000BASE-T control */
23 #define MII_STAT1000 0x0a /* 1000BASE-T status */
41 #define BMCR_SPEED1000 0x0040 /* MSB of Speed (1000) */
73 #define ADVERTISE_1000XFULL 0x0020 /* Try for 1000BASE-X full-duplex */
75 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */
77 #define ADVERTISE_1000XPAUSE 0x0080 /* Try for 1000BASE-X pause */
79 #define ADVERTISE_1000XPSE_ASYM 0x0100 /* Try for 1000BASE-X asym pause */
96 #define LPA_1000XFULL 0x0020 /* Can do 1000BASE-X full-duplex */
98 #define LPA_1000XHALF 0x0040 /* Can do 1000BASE-X half-duplex */
100 #define LPA_1000XPAUSE 0x0080 /* Can do 1000BASE-X pause *
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsTightBoundsTest.cpp 17 for (int index = 0; index < 1000; ++index) {
22 path.moveTo(ran.nextRangeF(-1000, 1000), ran.nextRangeF(-1000, 1000));
24 path.lineTo(ran.nextRangeF(-1000, 1000), ran.nextRangeF(-1000, 1000));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dsp_helper_unittest.cc 23 // Fill input with 1000.
25 input[i] = 1000;
37 EXPECT_EQ(1000 * i / kLen, output[i]);
44 EXPECT_EQ(1000 * i / kLen, input[i]);
52 // Fill input with 1000.
55 input[channel][i] = 1000;
73 EXPECT_EQ(1000, input[channel][i]);
79 EXPECT_EQ(1000 * (i - kLen) / kLen, input[channel][i]);
85 EXPECT_EQ(1000, input[channel][i]);
  /hardware/invensense/65xx/libsensors_iio/
sensor_params.h 45 #define COMPASS_MPU9350_MINDELAY (1000)
113 #define ACCEL_MPU6500_MINDELAY (1000)
118 #define ACCEL_MPU9350_MINDELAY (1000)
123 #define ACCEL_MPU9250_MINDELAY (1000)
128 #define ACCEL_MPU9150_MINDELAY (1000)
161 #define ACCEL_BMA250_MINDELAY (1000)
178 #define ACCEL_MPU6050_MINDELAY (1000)
185 #define GYRO_MPU3050_MINDELAY (1000)
190 #define GYRO_MPU6050_MINDELAY (1000)
195 #define GYRO_MPU9150_MINDELAY (1000)
    [all...]
  /external/tremolo/Tremolo/
misc.c 115 if(start_time==-1)start_time=(tv.tv_sec*1000)+(tv.tv_usec/1000);
121 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
124 -start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
129 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
131 fprintf(out,"%ld, %ld\n",-start_time+(tv.tv_sec*1000)+(tv.tv_usec/1000),
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
background.js 12 var HOUR_MS = 1000 * 60 * 60;
41 var alarmTime = (alarmHours * 60 + alarmMinutes) * 60 * 1000;
44 d.getMinutes() * 60 * 1000 +
45 d.getSeconds() * 1000;
48 if (delta >= -5000 && delta < 1000) {
59 if (delta >= 1000) {
  /external/chromium_org/third_party/webrtc/video/
receive_statistics_proxy.cc 29 // 1000ms window, scale 1000 for ms to s.
30 decode_fps_estimator_(1000, 1000),
31 renders_fps_estimator_(1000, 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);
71 sleep(1000);
73 sleep(1000);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
settings.h 296 accumulate_minimal_n(1000),
297 adjacent_difference_minimal_n(1000),
298 count_minimal_n(1000),
299 fill_minimal_n(1000),
304 for_each_minimal_n(1000),
305 generate_minimal_n(1000),
306 max_element_minimal_n(1000),
307 merge_minimal_n(1000),
309 min_element_minimal_n(1000),
310 multiway_merge_minimal_n(1000),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
settings.h 296 accumulate_minimal_n(1000),
297 adjacent_difference_minimal_n(1000),
298 count_minimal_n(1000),
299 fill_minimal_n(1000),
304 for_each_minimal_n(1000),
305 generate_minimal_n(1000),
306 max_element_minimal_n(1000),
307 merge_minimal_n(1000),
309 min_element_minimal_n(1000),
310 multiway_merge_minimal_n(1000),
    [all...]

Completed in 1731 milliseconds

1 2 3 4 5 6 7 8 91011>>