/external/chromium_org/v8/test/webkit/ |
apply-varargs.js | 76 // Run multiple times so that the JIT kicks in
|
dfg-constant-fold-misprediction.js | 56 // Call foo() enough times to make totally sure that we optimize.
|
/ndk/toolchains/arm-linux-androideabi-4.6/ |
setup.mk | 22 # Note that this file may end up being parsed several times in future
|
/ndk/toolchains/arm-linux-androideabi-4.8/ |
setup.mk | 22 # Note that this file may end up being parsed several times in future
|
/ndk/toolchains/arm-linux-androideabi-4.9/ |
setup.mk | 22 # Note that this file may end up being parsed several times in future
|
/ndk/toolchains/x86-clang3.3/ |
setup.mk | 22 # Note that this file may end up being parsed several times in future
|
/ndk/toolchains/x86-clang3.4/ |
setup.mk | 22 # Note that this file may end up being parsed several times in future
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
InputPointersTests.java | 36 assertNotNull("new instance times", src.getTimes()); 44 final int[] times = src.getXCoordinates(); local 51 assertNotSame("times after reset", times, src.getTimes()); 73 assertEquals("times at " + i, time, src.getTimes()[i]); 96 assertEquals("times at " + i, time, src.getTimes()[i]); 116 assertSame("times after set", dst.getTimes(), src.getTimes()); 135 assertNotSame("times after copy", dst.getTimes(), src.getTimes()); 143 assertIntArrayEquals("times values after copy", 187 assertIntArrayEquals("times after append zero" [all...] |
/prebuilts/misc/common/swig/include/2.0.11/perl5/ |
perlkw.swg | 196 PERLBN(times);
|
/system/core/logd/ |
LogBuffer.cpp | 95 LogBuffer::LogBuffer(LastLogTimes *times) 96 : mTimes(*times) {
|
/frameworks/base/services/core/java/com/android/server/content/ |
SyncManager.java | 1627 int times; local 1863 int times; field in class:SyncManager.AuthoritySyncStats 1874 int times; field in class:SyncManager.AccountSyncStats [all...] |
/external/ceres-solver/internal/ceres/ |
program_evaluator.h | 305 return execution_summary_.times();
|
/external/chromium_org/chrome/browser/history/ |
expire_history_backend_unittest.cc | 177 // The IDs of the added URLs, and the times of the four added visits will be 183 // Four times for each visit. 263 // Four times for each visit. 605 // Expires all URLs with times in a given set. 620 std::vector<base::Time> times; local 621 times.push_back(visit_times[3]); 622 times.push_back(visit_times[2]); 623 expirer_.ExpireHistoryForTimes(times); 729 // The visit times should be updated.
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
util.js | 132 * Builds a string by repeating |str| |count| times. 134 * @param {number} count The number of times to repeat |str|.
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_wrap.h | 119 int utime(const char* filename, const struct utimbuf* times);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 283 times 8 dw 0x10 286 times 8 dw 0x08
|
/external/chromium_org/third_party/libxml/src/ |
testHTML.c | 862 printf("\t--repeat : parse the file 100 times, for timing\n");
|
/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
rand_unix.c | 123 #include <sys/times.h> 150 As a precaution, we generate 4 times the minimum required amount of
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
howExpensiveIs.cpp | 172 double times[ITERATIONS]; local 175 subIterations = runTest(×[i]); 177 fprintf(stderr, "trial: %d/%d = %.9fs\n", i, ITERATIONS,times[i]); 182 *subTime = uprv_getMeanTime(times,&iterations,marginOfError);
|
/external/libvpx/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 283 times 8 dw 0x10 286 times 8 dw 0x08
|
/external/openssl/crypto/rand/ |
rand_unix.c | 123 #include <sys/times.h> 150 As a precaution, we generate 4 times the minimum required amount of
|
/external/strace/ |
resource.c | 33 #include <sys/times.h>
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 283 times 8 dw 0x10 286 times 8 dw 0x08
|
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
PublicApiFunctionalTest.java | 34 import static org.mockito.Mockito.times; 619 verify(mNotifManager, times(1)).cancelAll(); 631 verify(mNotifManager, times(1)).cancelAll(); 643 verify(mNotifManager, times(1)).cancelAll(); [all...] |
/prebuilts/tools/common/easymock-tools/ |
easymock-3.1.jar | |