OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:1000
(Results
976 - 1000
of
4948
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/chromium/net/base/
transport_security_state_unittest.cc
147
const base::Time expiry = current_time + base::TimeDelta::FromSeconds(
1000
);
160
const base::Time expiry = current_time + base::TimeDelta::FromSeconds(
1000
);
173
const base::Time expiry = current_time + base::TimeDelta::FromSeconds(
1000
);
186
const base::Time expiry = current_time + base::TimeDelta::FromSeconds(
1000
);
219
const base::Time expiry = current_time + base::TimeDelta::FromSeconds(
1000
);
253
const base::Time expiry = current_time + base::TimeDelta::FromSeconds(
1000
);
276
const base::Time expiry = current_time + base::TimeDelta::FromSeconds(
1000
);
277
const base::Time older = current_time - base::TimeDelta::FromSeconds(
1000
);
296
const base::Time expiry = current_time + base::TimeDelta::FromSeconds(
1000
);
551
const base::Time expiry = current_time + base::TimeDelta::FromSeconds(
1000
);
[
all
...]
/external/valgrind/tsan/
thread_sanitizer_test.cc
54
// Insert range [
1000
,
1000
+100) with value 1.
55
map.InsertInfo(
1000
, TestHeapInfo(
1000
, 100, 1));
57
info = map.GetInfo(
1000
);
59
EXPECT_EQ(
1000
U, info->ptr);
63
EXPECT_TRUE(map.GetInfo(
1000
));
79
info = map.GetInfo(
1000
);
87
info = map.GetInfo(
1000
);
108
EXPECT_TRUE((info = map.GetInfo(
1000
)));
[
all
...]
/frameworks/native/libs/utils/tests/
Looper_test.cpp
130
int result = mLooper->pollOnce(
1000
);
144
int result = mLooper->pollOnce(
1000
);
257
int result = mLooper->pollOnce(
1000
);
467
int result = mLooper->pollOnce(
1000
);
493
int result = mLooper->pollOnce(
1000
);
503
result = mLooper->pollOnce(
1000
);
526
mLooper->sendMessageDelayed(ms2ns(-
1000
), handler, Message(MSG_TEST1));
566
int result = mLooper->pollOnce(
1000
);
576
result = mLooper->pollOnce(
1000
);
600
mLooper->sendMessageAtTime(now - ms2ns(
1000
), handler, Message(MSG_TEST1))
[
all
...]
/external/v8/test/mjsunit/
object-define-property.js
107
var dataConfigurable = { value:
1000
, configurable: true };
263
assertEquals(obj1.foobar,
1000
);
264
assertEquals(desc.value,
1000
);
270
//Try writing to non writable attribute - should remain
1000
272
assertEquals(obj1.foobar,
1000
);
341
assertEquals(obj2.foo,
1000
);
342
assertEquals(desc.value,
1000
);
384
assertEquals(obj2.bar,
1000
);
385
assertEquals(desc.value,
1000
);
398
var obj3 = {x:
1000
};
[
all
...]
/libcore/luni/src/test/java/tests/api/java/util/
ArraysTest.java
73
convertedList.set(50, new Integer(
1000
));
75
50).equals(new Integer(
1000
)));
325
byte d[] = new byte[
1000
];
338
byte d[] = new byte[
1000
];
381
short d[] = new short[
1000
];
394
short d[] = new short[
1000
];
429
char d[] = new char[
1000
];
441
char d[] = new char[
1000
];
476
int d[] = new int[
1000
];
489
int d[] = new int[
1000
];
[
all
...]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c
130
#define POLL_TIMEOUT
1000
205
// t->lapse /=
1000
;
239
lapse /=
1000
;
339
if (delay >
1000
)
341
linux_cb.write_time.tv_sec += delay /
1000
;
342
delay %=
1000
;
344
unsigned long write_delay = delay *
1000
*
1000
;
346
if (linux_cb.write_time.tv_nsec >
1000
*
1000
*1000
[
all
...]
/external/libvorbis/lib/
vorbisenc.c
272
g->coupling_pointlimit[0][i]=kHz*
1000
./vi->rate*ci->blocksizes[0];
273
g->coupling_pointlimit[1][i]=kHz*
1000
./vi->rate*ci->blocksizes[1];
277
g->sliding_lowpass[0][i]=kHz*
1000
./vi->rate*ci->blocksizes[0];
278
g->sliding_lowpass[1][i]=kHz*
1000
./vi->rate*ci->blocksizes[1];
284
g->coupling_pointlimit[0][i]=kHz*
1000
./vi->rate*ci->blocksizes[0];
285
g->coupling_pointlimit[1][i]=kHz*
1000
./vi->rate*ci->blocksizes[1];
291
g->sliding_lowpass[0][i]=kHz*
1000
./vi->rate*ci->blocksizes[0];
292
g->sliding_lowpass[1][i]=kHz*
1000
./vi->rate*ci->blocksizes[1];
519
double freq=ci->hi.lowpass_kHz*
1000
.;
536
freq=ci->psy_g_param.coupling_pkHz[PACKETBLOBS-1]*
1000
.
[
all
...]
/cts/tests/tests/view/src/android/view/animation/cts/
AnimationSetTest.java
50
private static final long ANIMATIONSET_DURATION =
1000
;
162
final long[] originChildDuration = {
1000
,
1000
, 500 };
163
final long[] originChildStartOffset = { 2000,
1000
, 0 };
265
final long[] originChildStartTime = {
1000
, 2000, 3000};
272
assertEquals(
1000
, animationSet.getStartTime());
/development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c
46
return tv.tv_sec*
1000
. + tv.tv_usec/
1000
.;
195
Fixed ft = FIXED_FROM_FLOAT(t/
1000
.);
347
1000
./avgFrame,
1000
./maxFrame,
1000
./minFrame,
/external/dropbear/libtomcrypt/src/ciphers/safer/
safer.c
433
/* now see if we can encrypt all zero bytes
1000
times, decrypt and come back where we started */
435
for (y = 0; y <
1000
; y++) safer_ecb_encrypt(buf[0], buf[0], &skey);
436
for (y = 0; y <
1000
; y++) safer_ecb_decrypt(buf[0], buf[0], &skey);
475
/* now see if we can encrypt all zero bytes
1000
times, decrypt and come back where we started */
477
for (y = 0; y <
1000
; y++) safer_ecb_encrypt(buf[0], buf[0], &skey);
478
for (y = 0; y <
1000
; y++) safer_ecb_decrypt(buf[0], buf[0], &skey);
/external/grub/netboot/
3c509.c
33
#define udelay(n) waiton_timer2(((n)*TICKS_PER_MS)/
1000
)
78
udelay(
1000
);
129
udelay(
1000
);
285
udelay(
1000
); /* if incomplete wait 1 ms */
478
udelay(
1000
); /* Must wait 800 ?s, be conservative */
493
udelay(
1000
); /* wait 1 ms */
/external/opencv/cvaux/src/
cvfindhandregion.cpp
134
vmin =
1000
;
135
vmax = -
1000
;
359
vmin =
1000
;
360
vmax = -
1000
;
361
jmin =
1000
;
362
jmax = -
1000
;
/external/qemu/distrib/sdl-1.2.15/test/
testoverlay2.c
312
fprintf(stderr, "The -fps option requires an argument [from 1 to
1000
], default is 12.\n");
315
if ((fps<0) || (fps>
1000
))
317
fprintf(stderr, "The -fps option must be in range from 1 to
1000
, default is 12.\n");
325
fprintf(stderr, "The -fps option requires an argument [from 1 to
1000
], default is 12.\n");
377
fprintf(stderr, "The -fps option requires an argument [from 1 to
1000
], default is 12.\n");
506
fpsdelay=
1000
/fps;
/gdk/samples/bitmap-plasma-llvm/jni/
plasma.cpp
200
Fixed ft = FIXED_FROM_FLOAT(t/
1000
.);
286
return tv.tv_sec*
1000
. + tv.tv_usec/
1000
.;
358
1000
./avgFrame,
1000
./maxFrame,
1000
./minFrame,
/packages/apps/Camera/jni/feature_mos/src/mosaic/
ImageUtils.cpp
50
int val = (int) (REDY * r + GREENY * g + BLUEY * b) /
1000
+ 16;
55
val = (int) (REDV * r - GREENV * g - BLUEV * b) /
1000
+ 128;
60
val = (int) (-REDU * r - GREENU * g + BLUEU * b) /
1000
+ 128;
94
int val = (int) (REDY * r + GREENY * g + BLUEY * b) /
1000
+ 16;
99
val = (int) (REDV * r - GREENV * g - BLUEV * b) /
1000
+ 128;
104
val = (int) (-REDU * r - GREENU * g + BLUEU * b) /
1000
+ 128;
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp
50
int val = (int) (REDY * r + GREENY * g + BLUEY * b) /
1000
+ 16;
55
val = (int) (REDV * r - GREENV * g - BLUEV * b) /
1000
+ 128;
60
val = (int) (-REDU * r - GREENU * g + BLUEU * b) /
1000
+ 128;
94
int val = (int) (REDY * r + GREENY * g + BLUEY * b) /
1000
+ 16;
99
val = (int) (REDV * r - GREENV * g - BLUEV * b) /
1000
+ 128;
104
val = (int) (-REDU * r - GREENU * g + BLUEU * b) /
1000
+ 128;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/
libgcc.a
31
_muldi3.o/ 1331373717
1000
1000
100644 3796 `
120
, libgcc2.c __muldi3 ! % ) 7 >