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

1 2 3 4 5 6 7 891011>>

  /hardware/invensense/libsensors_iio/
sensor_params.h 99 #define ACCEL_MPU6500_MINDELAY (1000)
104 #define ACCEL_MPU9250_MINDELAY (1000)
109 #define ACCEL_MPU9150_MINDELAY (1000)
142 #define ACCEL_BMA250_MINDELAY (1000)
159 #define ACCEL_MPU6050_MINDELAY (1000)
166 #define GYRO_MPU3050_MINDELAY (1000)
171 #define GYRO_MPU6050_MINDELAY (1000)
176 #define GYRO_MPU9150_MINDELAY (1000)
181 #define GYRO_MPU9250_MINDELAY (1000)
186 #define GYRO_MPU6500_MINDELAY (1000)
    [all...]
  /development/apps/Fallback/
AndroidManifest.xml 13 <intent-filter android:priority="-1000">
18 <intent-filter android:priority="-1000">
24 <intent-filter android:priority="-1000">
32 <intent-filter android:priority="-1000">
41 <intent-filter android:priority="-1000">
47 <intent-filter android:priority="-1000">
54 <intent-filter android:priority="-1000">
  /external/iproute2/examples/
cbqinit.eth1 14 $BANDWIDTH avpkt 1000 mpu 64
26 $BANDWIDTH rate 10Mbit allot 1514 maxburst 50 avpkt 1000
37 prio 6 maxburst 50 avpkt 1000 split 1:0 defmap ff3d
49 prio 2 maxburst 100 avpkt 1000 split 1:0 defmap c0
57 prio 7 maxburst 10 avpkt 1000 split 1:0 defmap 2
64 rate 5Mbit $BANDWIDTH allot 1514b avpkt 1000 \
74 rate 1Mbit $BANDWIDTH allot 1514b avpkt 1000 weight 10Kbit \
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_AudioEffects.c 111 if(pProgress->uiProgress > 1000)
113 pProgress->uiProgress = 1000;
126 i32sample /= 1000;
158 if(pProgress->uiProgress > 1000)
160 pProgress->uiProgress = 1000;
162 pProgress->uiProgress = 1000 - pProgress->uiProgress;
174 i32sample /= 1000;
  /external/webrtc/src/system_wrappers/interface/
tick_util.h 188 return (now._ticks * 1000) / qpfreq.QuadPart;
195 return now._ticks / 1000LL;
207 return (now._ticks * 1000) / (qpfreq.QuadPart/1000);
209 return now._ticks *1000LL;
212 return now._ticks / 1000LL;
229 return (qpfreq.QuadPart * ms) / 1000;
236 return ms * 1000LL;
246 return (ticks * 1000) / qpfreq.QuadPart;
253 return ticks / 1000LL
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
GeneralNameTest.java 92 {"010a:020b:3337:1000:FFFA:ABCD:9999:0000",
95 {"010a:020b:3337:1000:FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0f10",
100 {"010a:020b:1133:1000:FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0f10",
105 {"010a:020b:1133:1000:FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0f10",
116 "010a:0000:3333:1000:FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0",
117 "010a:020b:3:1000:FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0f10",
118 "010a:020b:33:1000:FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0f10",
119 "010a:020b:333:1000:FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0f10",
121 "010a:020b:1133:1000-FFFA:ABCD:9999:0000/0102:0304:0506:0708:090A:0b0c:0D0e:0f10",
122 "010a:020b:1133:1000:FFFA:ABCD:9999"
    [all...]
  /sdk/chimpchat/test/com/android/chimpchat/adb/
LinearInterpolatorTest.java 51 1000);
52 List<Integer> REVERSE_STEP_POINTS = Lists.newArrayList(1000, 900, 800, 700, 600, 500, 400, 300,
59 new LinearInterpolator.Point(1000, 100),
72 lerp.interpolate(new LinearInterpolator.Point(1000, 100),
86 lerp.interpolate(new LinearInterpolator.Point(100, 1000),
101 new LinearInterpolator.Point(100, 1000),
115 new LinearInterpolator.Point(1000, 1000),
128 lerp.interpolate(new LinearInterpolator.Point(1000, 1000),
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/
15.4.5.1-1.js 76 "var A = new Array(); A.length = 1000; A.length",
77 1000,
78 eval("var A = new Array(); A.length = 1000; A.length") );
82 "var A = new Array(1000); A.name = 'name of this array'; A.name",
84 eval("var A = new Array(1000); A.name = 'name of this array'; A.name") );
87 "var A = new Array(1000); A.name = 'name of this array'; A.length",
88 1000,
89 eval("var A = new Array(1000); A.name = 'name of this array'; A.length") );
96 "var A = new Array(1000); A[123] = 'hola'; A[123]",
98 eval("var A = new Array(1000); A[123] = 'hola'; A[123]") )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/
libgmp.a 24 assert.o/ 1331373494 1000 1000 100644 1400 `
42 ? ? Lcompat.o/ 1331373494 1000 1000 100644 1252 `
53 +3,3CS`ccompat.c__gmpn_divexact_by3__gmpn_divexact_by3c__gmpn_divmod_1__gmpn_divrem_1__gmpz_legendre__gmpz_jacobi# W a 8Perrno.o/ 1331373494 1000 1000 100644 1240 `
64   /? 4Hextract-dbl.o/ 1331373494 1000 1000 100644 1196 `
85  ?$???extract-dbl.c__gmp_extract_double invalid.o/ 1331373494 1000 1000 100644 980
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_configuration.c 32 #define LOG2_1000 301 /* log2*1000 */
33 #define PI2_1000 1571 /* pi/2*1000*/
34 #define ATAN_COEF1 3560 /* 1000/0.280872f*/
35 #define ATAN_COEF2 281 /* 1000*0.280872f*/
90 * description: calculates 1000*atan(x/1000)
94 * return: 1000*atan(x/1000)
102 if(L_sub(val, 1000) < 0) {
103 y = extract_l(((1000 * val) / (1000 + ((val * val) / ATAN_COEF1))))
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/statements/
continue.js 58 for (i = 0; i < 1000; i++)
63 for (var k = 0; k < 1000; k++)
93 while (i < 1000)
99 while (k < 1000)
150 }while (k < 1000);
155 }while (i < 1000);
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test.h 53 #define TEST_FOCUS_AREA "(0,0,1000,1000,300),(-1000,-1000,1000,1000,300),(0,0,0,0,0)"
  /packages/apps/MusicFX/src/com/android/audiofx/
OpenSLESConstants.java 43 public static final short BASSBOOST_MAX_STRENGTH = 1000;
93 public static final short REVERB_MAX_DIFFUSION = 1000;
101 public static final short REVERB_MAX_DENSITY = 1000;
110 public static final short VIRTUALIZER_MAX_STRENGTH = 1000;
119 public static final short VOLUME_MIN_STEREO_POSITION = -1000;
123 public static final short VOLUME_MAX_STEREO_POSITION = 1000;
  /system/extras/tests/memtest/
fptest.cpp 68 for (int ct=0; ct < (1000 * (1000 / 20)); ct++) {
69 for (int i=0; i < 1000; i++) {
104 for (int ct=0; ct < (1000 * (1000 / 80)); ct++) {
105 for (int i=0; i < 1000; i++) {
  /system/extras/tests/timetest/
timetest.c 33 r.tv_nsec += 1000 * 1000 * 1000;
37 r.tv_nsec -= 1000 * 1000 * 1000;
  /cts/suite/audio_quality/test_description/test/
test_rms_vma.xml 20 <!-- prepare sound source id: to be used in output, sine 1000Hz, 20000ms long -->
21 <sound id="sound1" type="sin:100:1000:20000" />
29 <process method="builtin:rms_mva" input="id:sound1,consti:1000,consti:2000" output="val:rms_$i_$j" />
test_io.xml 20 <!-- prepare sound source id: to be used in output, sine 1000Hz, 1000ms long -->
21 <sound id="sound1" type="sin:10000:1000:1000" preload="1" />
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/srt/
SrtParser.java 56 return hours * 60 * 60 * 1000 + minutes * 60 * 1000 + seconds * 1000 + millies;
  /external/ppp/pppd/plugins/radius/
util.c 58 tv.tv_sec = (int) msecs / 1000;
59 tv.tv_usec = (msecs % 1000) * 1000;
  /external/qemu/distrib/sdl-1.2.15/src/timer/dc/
SDL_systimer.c 35 jif = ms * HZ /1000
36 ms = jif * 1000/HZ
47 return((jiffies-start)*1000/HZ);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
PinFailureLogger.java 27 private static final long LOG_INTERVAL_NANOS = 1000 * 1000 * 1000 * 60 * 60;
  /system/media/audio_effects/include/audio_effects/
effect_environmentalreverb.h 38 REVERB_PARAM_DECAY_HF_RATIO, // in permilles, range 100 to 1000
43 REVERB_PARAM_DIFFUSION, // in permilles, range 0 to 1000
44 REVERB_PARAM_DENSITY, // in permilles, range 0 to 1000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/
libgmp.a 75 assert.o/ 1331374341 1000 1000 100644 2016 `
96  r ????????w ????????= ???????? @Pcompat.o/ 1331374341 1000 1000 100644 1704 `
105 3CS ccompat.c__gmpn_divexact_by3__gmpn_divexact_by3c__gmpn_divmod_1__gmpn_divrem_1__gmpz_legendre__gmpz_jacobi ???????? ????????! ???????? 4H errno.o/ 1331374341 1000 1000 100644 1832 `
116 ???????? ???????? ????????:????????J???????? 40H@extract-dbl.o/ 1331374341 1000 1000 100644 1656 `
127  )???extract-dbl.c.LC0__gmp_extract_double???????? invalid.o/ 1331374341 1000 1000 100644 1432
    [all...]
  /cts/suite/audio_quality/test_description/
dut_recording_thd.xml 20 <!-- prepare sound source id: to be used in output, sine 1000Hz, 40000ms long -->
21 <sound id="sound1" type="sin:32000:1000:40000" />
23 <sound id="sound2" type="sin:1:1000:2" preload="1"/>
35 <process method="script:recording_thd" input="id:host_in_$k,id:dut_in_$k,consti:1000,constf:1.0" output="val:thd_host_$k,val:thd_device_$k" />
  /dalvik/tests/002-sleep/src/
Main.java 3 int millis = 1000;

Completed in 1091 milliseconds

1 2 3 4 5 6 7 891011>>