HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 176 - 200 of 8031) sorted by null

1 2 3 4 5 6 78 91011>>

  /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...]
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...]
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...]
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/java/com/example/bluetooth/le/
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);
  /frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java 38 ParcelUuid.fromString("0000110B-0000-1000-8000-00805F9B34FB");
40 ParcelUuid.fromString("0000110A-0000-1000-8000-00805F9B34FB");
42 ParcelUuid.fromString("0000110D-0000-1000-8000-00805F9B34FB");
44 ParcelUuid.fromString("00001108-0000-1000-8000-00805F9B34FB");
46 ParcelUuid.fromString("00001112-0000-1000-8000-00805F9B34FB");
48 ParcelUuid.fromString("0000111E-0000-1000-8000-00805F9B34FB");
50 ParcelUuid.fromString("0000111F-0000-1000-8000-00805F9B34FB");
52 ParcelUuid.fromString("0000110E-0000-1000-8000-00805F9B34FB");
54 ParcelUuid.fromString("0000110C-0000-1000-8000-00805F9B34FB");
56 ParcelUuid.fromString("00001105-0000-1000-8000-00805f9b34fb")
    [all...]
  /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/chromium_org/tools/perf/metrics/
smoothness.py 81 results.Add('first_paint', 'ms', round(first_paint_secs * 1000, 1))
88 Average(s.total_time, s.screen_frame_count, 1000, 3))
108 Average(s.commit_time, s.commit_count, 1000, 3),
124 1000, 3),
139 1000, 3),
145 1000, 3),
148 Average(s.touch_ui_latency, s.touch_ui_count, 1000, 3),
152 1000, 3),
156 1000, 3),
  /packages/apps/Email/tests/src/com/android/email/activity/
RecentMailboxManagerTest.java 107 mMockClock.advance(1000L);
115 touchTime += 1000L;
140 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[7].mId).get(); // costello
158 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[3].mId); // sent
159 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[4].mId); // trash
160 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[2].mId); // outbox
161 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[8].mId); // bud_lou
162 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[7].mId); // costello
163 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[9].mId).get(); // laurel
184 mMockClock.advance(1000L); mManager.touch(1L, mMailboxArray[0].mId); // inbo
    [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/linux-tools-perf/util/
util.c 100 if (value > 1000) {
101 value /= 1000;
105 if (value > 1000) {
106 value /= 1000;
110 if (value > 1000) {
111 value /= 1000;
  /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/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...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
TelephonyUtilsTest.java 96 assertTrue(rm.configure(3, 1000, 0));
98 assertEquals(1000, rm.getRetryTimer());
99 assertEquals(rm.getRetryTimer(), 1000);
102 assertEquals(1000, rm.getRetryTimer());
105 assertEquals(1000, rm.getRetryTimer());
108 assertEquals(1000, rm.getRetryTimer());
132 assertTrue(rm.configure("1000,2000,3000,max_retries=infinite"));
134 assertEquals(1000, rm.getRetryTimer());
157 "\"max_retries=4, default_randomization=100,1000, 2000 :200 , 3000\""));
160 assertTrue((time >= 1000) && (time < 1100))
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
backup.test 60 INSERT INTO t1 VALUES(1, randstr(1000,1000));
61 INSERT INTO t1 VALUES(2, randstr(1000,1000));
62 INSERT INTO t1 VALUES(3, randstr(1000,1000));
63 INSERT INTO t1 VALUES(4, randstr(1000,1000));
64 INSERT INTO t1 VALUES(5, randstr(1000,1000));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
settings.h 276 _Settings() : algorithm_strategy(heuristic), sort_algorithm(MWMS), partial_sum_algorithm(LINEAR), multiway_merge_algorithm(LOSER_TREE), find_algorithm(CONSTANT_SIZE_BLOCKS), sort_splitting(EXACT), merge_splitting(EXACT), multiway_merge_splitting(EXACT), accumulate_minimal_n(1000), adjacent_difference_minimal_n(1000), count_minimal_n(1000), fill_minimal_n(1000), find_increasing_factor(2.0), find_initial_block_size(256), find_maximum_block_size(8192), find_sequential_search_size(256), for_each_minimal_n(1000), generate_minimal_n(1000), max_element_minimal_n(1000), merge_minimal_n(1000), merge_oversampling(10), min_element_minimal_n(1000), multiway_merge_minimal_n(1000), multiway_merge_minimal_k(2), multiway_merge_oversampling(10), nth_element_minimal_n(1000), parti (…)
    [all...]
  /external/iputils/
ping_common.c 26 int interval = 1000; /* interval between packets (msec) */
29 int lingertime = MAXWAIT*1000;
284 !finite(dbl) || dbl < 0.0 || dbl >= (double)INT_MAX / 1000 - 1.0) {
289 interval = (int)(dbl * 1000);
390 lingertime *= 1000;
424 if (waittime < 1000*interval)
425 waittime = 1000*interval;
427 waittime = lingertime*1000;
429 if (next < 0 || next < waittime/1000)
430 next = waittime/1000;
    [all...]

Completed in 1737 milliseconds

1 2 3 4 5 6 78 91011>>