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

1 2 3 4 5 6 78 91011>>

  /external/conscrypt/libcore-stub/src/main/java/android/system/
StructTimeval.java 40 long tv_sec = millis / 1000;
41 long tv_usec = (millis - (tv_sec * 1000)) * 1000;
46 return (tv_sec * 1000) + (tv_usec / 1000);
  /frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
fp_mad.rs 12 for (int ct=0; ct < 1000 * (1000 / 80); ct++) {
13 for (int i=0; i < (1000); i++) {
28 rsDebug("fp_mad4 M ops", 1000.f / time);
35 for (int ct=0; ct < 1000 * (1000 / 20); ct++) {
36 for (int i=0; i < (1000); i++) {
51 rsDebug("fp_mad M ops", 1000.f / time);
58 for (int ct=0; ct < 1000 * 10; ct++) {
59 for (int i=0; i < (1000); i++)
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
fp_mad.rs 28 for (int ct=0; ct < 1000 * (1000 / 80); ct++) {
29 for (int i=0; i < (1000); i++) {
44 rsDebug("fp_mad4 M ops", 1000.f / time);
51 for (int ct=0; ct < 1000 * (1000 / 20); ct++) {
52 for (int i=0; i < (1000); i++) {
67 rsDebug("fp_mad M ops", 1000.f / time);
74 for (int ct=0; ct < 1000 * 10; ct++) {
75 for (int i=0; i < (1000); i++)
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
fp_mad.rs 30 for (int ct=0; ct < 1000 * (1000 / 80); ct++) {
31 for (int i=0; i < (1000); i++) {
46 rsDebug("fp_mad4 M ops", 1000.f / time);
53 for (int ct=0; ct < 1000 * (1000 / 20); ct++) {
54 for (int i=0; i < (1000); i++) {
69 rsDebug("fp_mad M ops", 1000.f / time);
76 for (int ct=0; ct < 1000 * 10; ct++) {
77 for (int i=0; i < (1000); i++)
    [all...]
  /frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
fp_mad.rs 12 for (int ct=0; ct < 1000 * (1000 / 80); ct++) {
13 for (int i=0; i < (1000); i++) {
28 rsDebug("fp_mad4 M ops", 1000.f / time);
35 for (int ct=0; ct < 1000 * (1000 / 20); ct++) {
36 for (int i=0; i < (1000); i++) {
51 rsDebug("fp_mad M ops", 1000.f / time);
58 for (int ct=0; ct < 1000 * 10; ct++) {
59 for (int i=0; i < (1000); i++)
    [all...]
  /frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
fp_mad.rs 12 for (int ct=0; ct < 1000 * (1000 / 80); ct++) {
13 for (int i=0; i < (1000); i++) {
28 rsDebug("fp_mad4 M ops", 1000.f / time);
35 for (int ct=0; ct < 1000 * (1000 / 20); ct++) {
36 for (int i=0; i < (1000); i++) {
51 rsDebug("fp_mad M ops", 1000.f / time);
58 for (int ct=0; ct < 1000 * 10; ct++) {
59 for (int i=0; i < (1000); i++)
    [all...]
  /frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
fp_mad.rs 12 for (int ct=0; ct < 1000 * (1000 / 80); ct++) {
13 for (int i=0; i < (1000); i++) {
28 rsDebug("fp_mad4 M ops", 1000.f / time);
35 for (int ct=0; ct < 1000 * (1000 / 20); ct++) {
36 for (int i=0; i < (1000); i++) {
51 rsDebug("fp_mad M ops", 1000.f / time);
58 for (int ct=0; ct < 1000 * 10; ct++) {
59 for (int i=0; i < (1000); i++)
    [all...]
  /libcore/luni/src/main/java/android/system/
StructTimeval.java 40 long tv_sec = millis / 1000;
41 long tv_usec = (millis - (tv_sec * 1000)) * 1000;
46 return (tv_sec * 1000) + (tv_usec / 1000);
  /packages/apps/LegacyCamera/tests/src/com/android/camera/unittest/
CameraTest.java 82 points = new float[] {-1000, -1000, 0, 0, 1000, 1000, 0, 1000, -750, 250};
88 points = new float[] {-1000, -1000, 0, 0, 1000, 1000, 0, 1000, -750, 250}
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_constants.py 139 "base_uuid": "00000000-0000-1000-8000-00805F9B34FB",
140 "sdp": "00000001-0000-1000-8000-00805F9B34FB",
141 "udp": "00000002-0000-1000-8000-00805F9B34FB",
142 "rfcomm": "00000003-0000-1000-8000-00805F9B34FB",
143 "tcp": "00000004-0000-1000-8000-00805F9B34FB",
144 "tcs_bin": "00000005-0000-1000-8000-00805F9B34FB",
145 "tcs_at": "00000006-0000-1000-8000-00805F9B34FB",
146 "att": "00000007-0000-1000-8000-00805F9B34FB",
147 "obex": "00000008-0000-1000-8000-00805F9B34FB",
148 "ip": "00000009-0000-1000-8000-00805F9B34FB"
    [all...]
  /art/test/913-heaps/
expected_d8.diff 2 < root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=13,location= 30])--> 1@1000 [size=16, length=-1]
5 > root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=8,location= 31])--> 1@1000 [size=16, length=-1]
7 < root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=11,location= 8])--> 1@1000 [size=16, length=-1]
9 > root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=10,location= 8])--> 1@1000 [size=16, length=-1]
11 < root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestRoot,vreg=4,location= 19])--> 1@1000 [size=16, length=-1]
13 > root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestRoot,vreg=5,location= 21])--> 1@1000 [size=16, length=-1]
14 > root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestRoot,vreg=8,location= 21])--> 1@1000 [size=16, length=-1]
16 < root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=13,location= 30])--> 1@1000 [size=16, length=-1]
19 > root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=8,location= 31])--> 1@1000 [size=16, length=-1]
21 < root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=11,location= 8])--> 1@1000 [size=16, length=-1
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
mii.h 21 #define MII_CTRL1000 0x09 /* 1000BASE-T control */
22 #define MII_STAT1000 0x0a /* 1000BASE-T status */
38 #define BMCR_SPEED1000 0x0040 /* MSB of Speed (1000) */
70 #define ADVERTISE_1000XFULL 0x0020 /* Try for 1000BASE-X full-duplex */
72 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */
74 #define ADVERTISE_1000XPAUSE 0x0080 /* Try for 1000BASE-X pause */
76 #define ADVERTISE_1000XPSE_ASYM 0x0100 /* Try for 1000BASE-X asym pause */
93 #define LPA_1000XFULL 0x0020 /* Can do 1000BASE-X full-duplex */
95 #define LPA_1000XHALF 0x0040 /* Can do 1000BASE-X half-duplex */
97 #define LPA_1000XPAUSE 0x0080 /* Can do 1000BASE-X pause *
    [all...]
  /external/perfetto/src/ftrace_reader/test/data/android_flounder_lte_LRX16F_3.10.40/events/sysedp/sysedp_dynamic_capping/
format 14 print fmt: "CPU %u, GPU %u, EMC %u, favor_gpu=%d", REC->cpu / 1000, REC->gpu / 1000, REC->emc / 1000, REC->favor_gpu
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.keras.applications.densenet.pbtxt 5 argspec: "args=[\'include_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\'], varargs=None, keywords=None, defaults=[\'True\', \'imagenet\', \'None\', \'None\', \'None\', \'1000\'], "
9 argspec: "args=[\'include_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\'], varargs=None, keywords=None, defaults=[\'True\', \'imagenet\', \'None\', \'None\', \'None\', \'1000\'], "
13 argspec: "args=[\'include_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\'], varargs=None, keywords=None, defaults=[\'True\', \'imagenet\', \'None\', \'None\', \'None\', \'1000\'], "
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
bwe_simulations.cc 60 RunFor(60 * 1000);
73 RunFor(22 * 60 * 1000);
98 choke.set_capacity_kbps(1000);
100 RunFor(60 * 1000);
102 RunFor(60 * 1000);
103 choke.set_capacity_kbps(1000);
104 RunFor(60 * 1000);
114 choke.set_capacity_kbps(1000);
116 RunFor(60 * 1000);
118 RunFor(60 * 1000);
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
main6.c 24 diff = (tvnow.tv_sec - tvstart.tv_sec) * 1000 * 1000 + (tvnow.tv_usec - tvstart.tv_usec);
28 if (diff > 50 * 1000)
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
main6.c 24 diff = (tvnow.tv_sec - tvstart.tv_sec) * 1000 * 1000 + (tvnow.tv_usec - tvstart.tv_usec);
28 if (diff > 50 * 1000)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/rx/
rx-asm-bad.s 15 .LBBA 1000h
16 ldr #1000h,LBBA
17 lda 1000h,0,1200h,1
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
emit-relocs-257-be.d 11 +1000c: 1234123c \.word 0x1234123c
12 +1000c: R_AARCH64_ABS16 tempy3
13 +1000e: R_AARCH64_ABS16 tempy3\+0x8
emit-relocs-257.d 11 +1000c: 123c1234 \.word 0x123c1234
12 +1000c: R_AARCH64_ABS16 tempy3
13 +1000e: R_AARCH64_ABS16 tempy3\+0x8
emit-relocs-260-be.d 9 +1000c: fff404f2 \.word 0xfff404f2
10 +1000c: R_AARCH64_PREL16 _GOT_
11 +1000e: R_AARCH64_PREL16 _GOT_\+0x500
emit-relocs-260.d 11 +1000c: 04f2fff4 \.word 0x04f2fff4
12 +1000c: R_AARCH64_PREL16 _GOT_
13 +1000e: R_AARCH64_PREL16 _GOT_\+0x500
emit-relocs-262.d 11 +1000c: 123c1234 \.word 0x123c1234
12 +1000c: R_AARCH64_PREL16 tempy3
13 +1000e: R_AARCH64_PREL16 tempy3\+0x8
emit-relocs-311.d 9 +1000c: b00001a7 adrp x7, 45000 <tempy2>
10 +1000c: R_AARCH64_ADR_PREL_PG_HI21 tempy2
11 +10010: b0ffff91 adrp x17, 1000 <tempy3-0x234>
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothCodecStatusTest.java 42 1000, 2000, 3000, 4000);
50 1000, 2000, 3000, 4000);
58 1000, 2000, 3000, 4000);
69 1000, 2000, 3000, 4000);
79 1000, 2000, 3000, 4000);
88 1000, 2000, 3000, 4000);
99 1000, 2000, 3000, 4000);
109 1000, 2000, 3000, 4000);
118 1000, 2000, 3000, 4000);
128 1000, 2000, 3000, 4000)
    [all...]

Completed in 1129 milliseconds

1 2 3 4 5 6 78 91011>>