HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 151 - 175 of 7621) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/replicaisland/res/anim/
button_slide.xml 5 android:duration="1000" /
fade_out.xml 5 android:duration="1000"
wait_message_fade.xml 5 android:duration="1000"
  /external/valgrind/drd/tests/
hold_lock.c 19 ts.tv_sec = ms / 1000;
20 ts.tv_nsec = (ms % 1000) * 1000 * 1000;
  /external/valgrind/exp-bbv/tests/amd64-linux/
ll.vgtest 3 vgopts: --interval-size=1000 --bb-out-file=ll.out.bb
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.vgtest 2 vgopts: --interval-size=1000 --bb-out-file=ll.out.bb
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.vgtest 2 vgopts: --interval-size=1000 --bb-out-file=ll.out.bb
  /external/valgrind/exp-bbv/tests/x86-linux/
ll.vgtest 2 vgopts: --interval-size=1000 --bb-out-file=ll.out.bb
  /external/valgrind/none/tests/linux/
stack-overflow.c 5 int main(int argc, char *argv[]) { volatile int arr[1000]; return main(arr[argc%2], 0); }
  /external/valgrind/none/tests/
thread-exits.stdout.exp 13 1000...
  /external/valgrind/perf/
sarp.c 14 #define REPS 1000*1000*10
36 req.tv_nsec = 100*1000*1000; // 0.1s
  /frameworks/compile/slang/tests/F_global_init/
global_init.rs 13 int ica[2] = {ic, 1000};
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
kvm_para.h 13 #define KVM_ENOSYS 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...]
  /external/vogar/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);
  /system/bt/gki/ulinux/
gki_ulinux.c 68 return (timespec.tv_sec * 1000) + (timespec.tv_nsec / 1000000);
74 delay.tv_sec = timeout_ms / 1000;
75 delay.tv_nsec = 1000 * 1000 * (timeout_ms % 1000);

Completed in 1301 milliseconds

1 2 3 4 5 67 8 91011>>