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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
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...]
ddMinMag.decTest 85 ddmng091 minmag Inf -1000 -> -1000
90 ddmng096 minmag Inf 1000 -> 1000
92 ddmng098 minmag -1000 Inf -> -1000
98 ddmng104 minmag 1000 Inf -> 1000
102 ddmng121 minmag -Inf -1000 -> -1000
    [all...]
dqMinMag.decTest 85 dqmng091 minmag Inf -1000 -> -1000
90 dqmng096 minmag Inf 1000 -> 1000
92 dqmng098 minmag -1000 Inf -> -1000
98 dqmng104 minmag 1000 Inf -> 1000
102 dqmng121 minmag -Inf -1000 -> -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 18 gfx::Size layer_size(1000, 1000);
19 gfx::Size viewport_size(1000, 1000);
60 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/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/browser/
chrome_browser_field_trials_mobile.cc 59 // server, and is configured to be 100% = 1000 / 1000 until overridden by the
62 "DataCompressionProxyRollout", 1000, 1000);
66 // percentage is configured to be 10% = 100 / 1000 until overridden by the
70 "DataCompressionProxyPromoVisibility", 100, 1000);
  /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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/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/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 98 n1 = pytree.Node(1000, [l1, l2])
99 self.assertEqual(n1.type, 1000)
105 n1 = pytree.Node(1000, [l1, l2])
107 "Node(1000, [%s, %s])" % (repr(l1), repr(l2)))
112 n1 = pytree.Node(1000, [l1, l2])
118 n1 = pytree.Node(1000, [l1])
127 n1 = pytree.Node(1000, [l1, l2])
134 n2 = pytree.Node(1000, [n1, l3])
141 n1 = pytree.Node(1000, ())
142 n2 = pytree.Node(1000, [], context=(" ", (1, 0))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 98 n1 = pytree.Node(1000, [l1, l2])
99 self.assertEqual(n1.type, 1000)
105 n1 = pytree.Node(1000, [l1, l2])
107 "Node(1000, [%s, %s])" % (repr(l1), repr(l2)))
112 n1 = pytree.Node(1000, [l1, l2])
118 n1 = pytree.Node(1000, [l1])
127 n1 = pytree.Node(1000, [l1, l2])
134 n2 = pytree.Node(1000, [n1, l3])
141 n1 = pytree.Node(1000, ())
142 n2 = pytree.Node(1000, [], context=(" ", (1, 0))
    [all...]

Completed in 5029 milliseconds

1 2 3 4 5 6 7 8 91011>>