HomeSort by relevance Sort by last modified time
    Searched full:1000 (Results 201 - 225 of 13422) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
stride-reuse.ll 5 @B = external global [1000 x float], align 32
6 @A = external global [1000 x float], align 32
7 @P = external global [1000 x i32], align 32
16 %tmp2 = getelementptr [1000 x float]* @B, i32 0, i32 %i.019.0
19 %tmp5 = getelementptr [1000 x float]* @A, i32 0, i32 %i.019.0
23 %tmp10 = getelementptr [1000 x i32]* @P, i32 0, i32 %i.019.0
  /external/wpa_supplicant_8/src/ap/
bss_load.c 36 sec = ((hapd->bss_load_update_timeout / 1000) * 1024) / 1000;
37 usec = (hapd->bss_load_update_timeout % 1000) * 1024;
54 sec = ((hapd->bss_load_update_timeout / 1000) * 1024) / 1000;
55 usec = (hapd->bss_load_update_timeout % 1000) * 1024;
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
screen_finder_unittest.py 80 prev_corners = np.asfarray(([1000, 1000], [0, 1000], [0, 0], [1000, 0]))
128 # Box with corners at (0, 0), (1000, 0), (0, 1000), (1000, 1000)
131 lines.append(np.asfarray(((1000, 1001, 1000, -1)))
    [all...]
  /device/huawei/angler/
thermal-engine-angler.conf 10 sampling 1000
19 sampling 1000
28 sampling 1000
37 sampling 1000
46 sampling 1000
56 sampling 1000
165 sampling 1000
174 sampling 1000
184 sampling 1000
194 sampling 1000
    [all...]
  /prebuilts/go/darwin-x86/test/
bounds.go 16 a1k [1000]int
20 p1k *[1000]int
137 use(s[i%1000])
138 use(a1[i%1000])
139 use(a1k[i%1000])
140 use(a100k[i%1000])
141 use(p1[i%1000])
142 use(p1k[i%1000])
143 use(p100k[i%1000])
145 use(s[ui%1000])
    [all...]
  /prebuilts/go/linux-x86/test/
bounds.go 16 a1k [1000]int
20 p1k *[1000]int
137 use(s[i%1000])
138 use(a1[i%1000])
139 use(a1k[i%1000])
140 use(a100k[i%1000])
141 use(p1[i%1000])
142 use(p1k[i%1000])
143 use(p100k[i%1000])
145 use(s[ui%1000])
    [all...]
  /external/llvm/test/Object/Inputs/
archive-test.a-irix6-mips64el 4 ???f1f2f3f4f5f1.o/ 1423595232 1000 1000 100644 1240 `
13 ( f.cs_ds_foof1   f2.o/ 1423595240 1000 1000 100644 1240 `
22 ( f.cs_ds_foof2   f3.o/ 1423595244 1000 1000 100644 1240 `
31 ( f.cs_ds_foof3   f4.o/ 1423595248 1000 1000 100644 1240 `
40 ( f.cs_ds_foof4   f5.o/ 1423595251 1000 1000 100644 1240
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
attributes.c 46 { XvGettable | XvSettable, -1000, 1000, XV_BRIGHTNESS },
47 { XvGettable | XvSettable, -1000, 1000, XV_CONTRAST },
48 { XvGettable | XvSettable, -1000, 1000, XV_SATURATION },
49 { XvGettable | XvSettable, -1000, 1000, XV_HUE },
138 *value = context_priv->procamp.brightness * 1000;
140 *value = context_priv->procamp.contrast * 1000 - 1000
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimators_test.cc 47 RunFor(10 * 60 * 1000);
56 RunFor(10 * 60 * 1000);
75 delay.SetOneWayDelayMs(1000);
76 RunFor(10 * 60 * 1000);
84 RunFor(10 * 60 * 1000);
87 RunFor(10 * 1000);
89 RunFor(10 * 60 * 1000);
98 RunFor(1 * 60 * 1000);
101 RunFor(10 * 1000);
104 RunFor(10 * 60 * 1000);
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkApp.java 36 static final int DISP_TEXT_CLEAR_AFTER_DELAY_TIMEOUT = (15 * 1000);
37 static final int DISP_TEXT_WAIT_FOR_USER_TIMEOUT = (60 * 1000);
40 static final int UI_TIMEOUT = (30 * 1000);
43 static final int TONE_DFEAULT_TIMEOUT = (2 * 1000);
56 timeout = 1000 * 60;
59 timeout = 1000 / 10;
63 timeout = 1000;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
cmpct1.xd 6 start address 0x0+1000
9 LOAD off 0x0+80 vaddr 0x0+1000 paddr 0x0+1000 align 2\*\*7
16 0 \.text 00000008 0+1000 0+1000 00000080 2\*\*0
23 0+1000 l d \.text 0+ (|\.text)
35 0+1000 g \.text 0+ start
  /frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
nbody.rs 14 float CENTER_MASS = 1000;
35 float3 point = {rsRand(-1000.f, 1000.f),
36 rsRand(-1000.f, 1000.f),
37 rsRand(-1000.f, 1000.f)};
39 float4 v = {rsRand(-1000.f, 1000.f),
40 rsRand(-1000.f, 1000.f)
    [all...]
  /packages/apps/TV/src/com/android/tv/tuner/util/
StatusTextUtils.java 26 private static final int PACKETS_PER_SEC_RED = 1000;
48 // audioPosition should go in rate of 1000ms.
49 long audioPositionMsRate = audioPositionUsRate / 1000;
51 if (Math.abs(audioPositionMsRate - 1000) > AUDIO_POSITION_MS_RATE_DIFF_RED) {
53 } else if (Math.abs(audioPositionMsRate - 1000) > AUDIO_POSITION_MS_RATE_DIFF_YELLOW) {
60 String.format(Locale.US, "audioPositionMs: %d (%d)<br>", audioPositionUs / 1000,
64 buffer.append(String.format(Locale.US, "audioPtsMs: %d (%d, %d)<br>", audioPtsUs / 1000,
65 audioPtsUsRate / 1000, (audioPtsUs - audioPositionUs) / 1000));
66 buffer.append(String.format(Locale.US, "videoPtsMs: %d (%d, %d)<br>", videoPtsUs / 1000,
    [all...]
  /external/clang/test/CodeGenOpenCL/
unroll-hint.cl 8 for( int i = 0; i < 1000; ++i);
16 for( int i = 0; i < 1000; ++i);
24 for( int i = 0; i < 1000; ++i);
32 int i = 1000;
41 int i = 1000;
50 int i = 1000;
60 int i = 1000;
69 int i = 1000;
78 int i = 1000;
  /external/jemalloc/test/include/test/
mq.h 92 if (ns < 1000*1000*1000) { \
95 if (ns > 1000*1000*1000) \
96 ns = 1000*1000*1000; \
  /toolchain/binutils/binutils-2.25/gold/
main.cc 265 elapsed.user / 1000, (elapsed.user % 1000) * 1000,
266 elapsed.sys / 1000, (elapsed.sys % 1000) * 1000,
267 elapsed.wall / 1000, (elapsed.wall % 1000) * 1000);
273 elapsed.user / 1000, (elapsed.user % 1000) * 1000
    [all...]
  /frameworks/rs/tests/java_api/RSTest_CompatLib/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_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/RsTest/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_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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
mii.h 22 #define MII_CTRL1000 0x09 /* 1000BASE-T control */
23 #define MII_STAT1000 0x0a /* 1000BASE-T status */
39 #define BMCR_SPEED1000 0x0040 /* MSB of Speed (1000) */
71 #define ADVERTISE_1000XFULL 0x0020 /* Try for 1000BASE-X full-duplex */
73 #define ADVERTISE_1000XHALF 0x0040 /* Try for 1000BASE-X half-duplex */
75 #define ADVERTISE_1000XPAUSE 0x0080 /* Try for 1000BASE-X pause */
77 #define ADVERTISE_1000XPSE_ASYM 0x0100 /* Try for 1000BASE-X asym pause */
94 #define LPA_1000XFULL 0x0020 /* Can do 1000BASE-X full-duplex */
96 #define LPA_1000XHALF 0x0040 /* Can do 1000BASE-X half-duplex */
98 #define LPA_1000XPAUSE 0x0080 /* Can do 1000BASE-X pause *
    [all...]

Completed in 2746 milliseconds

1 2 3 4 5 6 7 891011>>