/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
LVC_Mixer_VarSlope_SetTimeConstant.c | 30 /* Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) */ 94 pInstance->Delta=Delta; // Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) in Q 0.31 format
|
/frameworks/base/cmds/rawbu/ |
backup.cpp | 249 if (!write_int64(fh, ((int64_t)st->st_atime)*1000*1000*1000)) return 0; 250 if (!write_int64(fh, ((int64_t)st->st_mtime)*1000*1000*1000)) return 0; 251 if (!write_int64(fh, ((int64_t)st->st_ctime)*1000*1000*1000)) return 0; 484 st->st_atime = (time_t)(ltime/1000/1000/1000) [all...] |
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
ConnectivityManagerStressTestRunner.java | 42 public int mSleepTime = 2 * 60 * 1000; 101 mSleepTime = 1000 * sleepTime;
|
/frameworks/base/core/tests/coretests/src/android/view/ |
VelocityTest.java | 68 vt.computeCurrentVelocity(1000); 79 vt.computeCurrentVelocity(1000); 91 vt.computeCurrentVelocity(1000); 103 vt.computeCurrentVelocity(1000); 117 // 100px, 2 steps, 100ms => 1000px/s 119 vt.computeCurrentVelocity(1000); 160 drag(vt, 100, 200, 100, 200, 10, t + 3600*1000, 400); // on hour later 222 vt.computeCurrentVelocity(1000);
|
/frameworks/base/media/mca/tests/src/android/camera/mediaeffects/tests/functional/ |
EffectsVideoCapture.java | 36 private static final long WAIT_FOR_PREVIEW = 4 * 1000; // 4 seconds 44 int video_duration = 4 * 1000; // 4 seconds
|
/frameworks/base/tools/layoutlib/bridge/src/android/os/ |
SystemClock_Delegate.java | 92 return System.currentTimeMillis() * 1000; 104 return elapsedRealtime() * 1000;
|
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
DumpCommand.java | 65 bridge.waitForIdle(1000, 1000 * 10);
|
/frameworks/wilhelm/src/itf/ |
IVibra.c | 102 } else if (!(0 <= intensity && intensity <= 1000)) { 156 thiz->mIntensity = 1000;
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
TBSCertList.java | 146 && ((revocationDate.getTime() / 1000) 147 == (rcert.revocationDate.getTime() / 1000)) 154 return userCertificate.hashCode() * 37 + (int)revocationDate.getTime() / 1000 275 && thisUpdate.getTime() / 1000 276 == that.thisUpdate.getTime() / 1000 279 : nextUpdate.getTime() / 1000 280 == that.nextUpdate.getTime() / 1000) 292 + (int)thisUpdate.getTime() / 1000;
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldDatagramPacketTest.java | 28 DatagramPacket dp = new DatagramPacket("Hello".getBytes(), 5, InetAddress.getLocalHost(), 1000); 29 assertEquals("Incorrect port returned", 1000, dp.getPort());
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
dash-W | 23 utouch(1000, 'a.x'); 54 &utouch(1000, 'foo.x');
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
timeval.h | 36 #define PA_MSEC_PER_SEC 1000 39 #define PA_USEC_PER_MSEC 1000
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
timeval.h | 36 #define PA_MSEC_PER_SEC 1000 39 #define PA_USEC_PER_MSEC 1000
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
timeval.h | 36 #define PA_MSEC_PER_SEC 1000 39 #define PA_USEC_PER_MSEC 1000
|
/system/core/fs_mgr/ |
fs_mgr_priv.h | 26 #define CRYPTO_TMPFS_OPTIONS "size=128m,mode=0771,uid=1000,gid=1000"
|
/system/extras/su/ |
su.c | 39 * su 1000 40 * su 1000 ls -l
|
/frameworks/base/core/java/android/os/ |
BatteryStats.java | [all...] |
/external/regex-re2/benchlog/ |
benchlog.c2 | 55 Search_Easy0_CachedPCRE/512K 1000 1361625 ns/op 385.05 MB/s 80 Search_Easy0_CachedRE2/4M 1000 1522926 ns/op 2754.11 MB/s 99 Search_Easy1_CachedPCRE/512K 1000 1370065 ns/op 382.67 MB/s 124 Search_Easy1_CachedRE2/4M 1000 1522720 ns/op 2754.48 MB/s 139 Search_Medium_CachedPCRE/32K 1000 1545797 ns/op 21.20 MB/s 159 Search_Medium_CachedRE2/512K 1000 1657280 ns/op 316.35 MB/s 191 Search_Hard_CachedRE2/512K 1000 1657228 ns/op 316.36 MB/s 214 Search_Parens_CachedRE2/512K 1000 1657076 ns/op 316.39 MB/s 249 Search_BigFixed_CachedRE2/512K 1000 1253377 ns/op 418.30 MB/s 266 Search_Success_PCRE/256K 1000 1355784 ns/op 193.35 MB/ [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
DateTest.java | 49 Date d2 = new Date(0 + d1.getTimezoneOffset() * 60 * 1000); 68 Date d2 = new Date(0 + d1.getTimezoneOffset() * 60 * 1000 + 60 * 60 69 * 1000 + 60 * 1000); 84 Date d2 = new Date(0 + d1.getTimezoneOffset() * 60 * 1000 + 60 * 60 85 * 1000 + 60 * 1000 + 1000); 437 "1 Jan 1971 00:00:00 GMT", new Date((long) 365 * 24 * 60 * 60 * 1000).toGMTString() 478 0, 1, 0, 0, 0) == (long) 365 * 24 * 60 * 60 * 1000); [all...] |
/cts/tests/tests/view/src/android/view/animation/cts/ |
AnimationTest.java | 45 private static final long ACCELERATE_ALPHA_DURATION = 1000; 113 // android:duration="1000" /> 232 anim.getTransformation(startTime + 1000, transformation); 241 new PollingCheck(duration * 2 + 1000) { 291 anim.getTransformation(startTime + 1000, transformation); 300 new PollingCheck(duration * 2 + 1000) { 340 // android:duration="1000" /> 387 // android:duration="1000" /> 402 // android:duration="1000" /> 448 assertFalse(anim.getTransformation(startTime + 1000, transformation)) [all...] |
/external/aac/libAACenc/src/ |
metadata_compressor.cpp | 276 FL2FXCONST_DBL((10.f/1000.f)/METADATA_INT_SCALE), 277 FL2FXCONST_DBL((10.f/1000.f)/METADATA_INT_SCALE), 278 FL2FXCONST_DBL((10.f/1000.f)/METADATA_INT_SCALE), 279 FL2FXCONST_DBL((10.f/1000.f)/METADATA_INT_SCALE), 280 FL2FXCONST_DBL((10.f/1000.f)/METADATA_INT_SCALE), 281 FL2FXCONST_DBL( (0.f/1000.f)/METADATA_INT_SCALE) 284 FL2FXCONST_DBL((1000.f/1000.f)/METADATA_INT_SCALE), 285 FL2FXCONST_DBL((1000.f/1000.f)/METADATA_INT_SCALE) [all...] |
/cts/suite/audio_quality/test_description/test/ |
missing_mandatory.xml | 23 <input device="host" id="host_in" gain="70" time="1000" sync="complete" />
|
wrong_attrib.xml | 20 <sound id="sound1" type="sin:100:1000:20000" unsupprotedattrib="should fail" />
|
/cts/tests/assets/webkit/ |
jsform.html | 27 <body onload="window.setTimeout(function() { fireSubmit(); }, 1000);">
|
/cts/tests/res/drawable/ |
animationdrawable.xml | 21 <item android:drawable="@drawable/scenery" android:duration="1000"/>
|