HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 126 - 150 of 5289) sorted by null

1 2 3 4 56 7 8 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...]
  /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);
  /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/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/statements/
break.js 43 for (i = 0; i < 1000; i++)
55 for (i = 0; i < 1000; i++)
60 for (j = 0; j < 1000; j++)
75 while (i < 1000)
90 while (i < 1000)
96 while (j < 1000)
117 } while (i < 1000);
137 }while (j < 1000);
142 }while (i < 1000);
  /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/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;
  /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...]
  /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...]
  /libcore/luni/src/test/java/tests/api/java/util/
SimpleTimeZoneTest.java 38 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST");
41 .getRawOffset() == 1000);
53 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER,
63 assertEquals("Incorrect TZ constructed", 1000, st.getRawOffset());
67 new SimpleTimeZone(1000, "TEST", 12,
76 new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER,
85 new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER,
94 new SimpleTimeZone(1000, "TEST", Calendar.DECEMBER,
110 SimpleTimeZone st = new SimpleTimeZone(1000, "TEST", Calendar.NOVEMBER,
112 0, 1000 * 60 * 60)
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
SchedulerTest.java 24 scheduler.postDelayed(new AddToTranscript("three"), 1000);
32 assertThat(scheduler.advanceBy(1000), equalTo(true));
38 scheduler.postDelayed(new AddToTranscript("one"), 1000);
42 scheduler.advanceBy(1000);
88 scheduler.postDelayed(new AddToTranscript("three"), 1000);
90 }, 1000);
92 }, 1000);
94 scheduler.advanceBy(1000);
  /external/skia/legacy/src/ports/
SkTime_Unix.cpp 38 return (SkMSec) (tv.tv_sec * 1000 + tv.tv_usec / 1000 ); // microseconds to milliseconds
  /external/skia/src/ports/
SkTime_Unix.cpp 38 return (SkMSec) (tv.tv_sec * 1000 + tv.tv_usec / 1000 ); // microseconds to milliseconds
  /external/valgrind/main/drd/tests/
annotate_hb_race.c 30 const struct timespec delay = { 0, 100 * 1000 * 1000 };
  /external/valgrind/main/gdbserver_tests/
mcvabits.stdoutB.exp 4 100 if (line > 1000)
11 100 if (line > 1000)
  /external/valgrind/main/helgrind/tests/
tc05_simple_race.c 25 const struct timespec delay = { 0, 100 * 1000 * 1000 };
tc16_byterace.c 19 const struct timespec delay = { 0, 100 * 1000 * 1000 };
  /external/valgrind/main/memcheck/tests/
custom-overlap.c 14 x = malloc(1000);
22 x = malloc(1000);
  /external/valgrind/main/perf/
heap.c 6 #define NITERS (3*1000*1000)
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
label-001.js 24 LabelTest(-1, 1000);
31 woo: for ( var result = 0; result < 1000; result++ ) { if (result == limit) { break woo; } else { continue woo; } };
  /external/webkit/Source/WebCore/manual-tests/
plugin-in-iframe-scroll.html 5 <div style="height:1000px">&nbsp;</div>
7 <div style="height:1000px">&nbsp;</div>
  /cts/suite/audio_quality/test_description/
dut_playback_thd.xml 20 <!-- prepare sound source id: to be used in output, sine 1000Hz, 4000ms long -->
21 <sound id="sound1" type="sin:32000:1000:4000" preload="1" />
28 <input device="host" id="dummy" gain="100" time="1000" sync="complete" />
34 <process method="script:playback_thd" input="id:host_in_$k,consti:1000,constf:5.0" output="val:thd_device_$k" />
  /cts/tests/src/android/renderscript/cts/
shared.rsh 12 return ((float)t) / 1000.f;
  /cts/tests/src/android/rsg/cts/
shared.rsh 12 return ((float)t) / 1000.f;

Completed in 1009 milliseconds

1 2 3 4 56 7 8 91011>>