/external/icu/icu4c/source/i18n/ |
olsontz.cpp | 746 UDate* times = (UDate*)uprv_malloc(sizeof(UDate)*transCount); /* large enough to store all transition times */ local 747 if (times == NULL) { 753 // Gather all start times for each pair of offsets 760 times[nTimes++] = tt; 774 uprv_free(times); 783 raw, dst, times, nTimes, DateTimeRule::UTC_TIME); 792 uprv_free(times); [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
idctllm_mmx.asm | 289 times 4 dw 0x8A8C 292 times 4 dw 0x4E7B 295 times 4 dw 0x0004
|
/external/skia/tests/ |
PathOpsSkpClipTest.cpp | 1085 SkTDArray<SortByTime*> times; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
idctllm_mmx.asm | 289 times 4 dw 0x8A8C 292 times 4 dw 0x4E7B 295 times 4 dw 0x0004
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_postproc_mmx.asm | 527 times 16 dw 16 528 times 8 dw 64 529 times 16 dw 16 530 times 8 dw 0 533 times 4 dw 0x40
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_postproc_mmx.asm | 528 times 16 dw 16 529 times 8 dw 64 530 times 16 dw 16 531 times 8 dw 0 534 times 4 dw 0x40
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
vp9_postproc_mmx.asm | 528 times 16 dw 16 529 times 8 dw 64 530 times 16 dw 16 531 times 8 dw 0 534 times 4 dw 0x40
|
/external/littlemock/src/com/google/testing/littlemock/ |
LittleMock.java | 72 * verify(mockFoo, times(3)).aString(anyInt()); // This will fail, was called once only. 203 public static <T> T verify(T mock) { return verify(mock, times(1)); } 246 public static CallCount times(long n) { return new CallCount(n, n); } 616 * The number of times a given call should be verified. 688 expect(mHowManyTimes != null, "verifying mock doesn't know how many times"); [all...] |
/frameworks/base/libs/androidfw/ |
BackupHelpers.cpp | [all...] |
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
AndroidCamera2AgentImpl.java | 371 // However, it can be requested multiple times in succession; the effect of [all...] |
/external/chromium_org/chrome/browser/component_updater/ |
background_downloader_win.cc | 293 BG_JOB_TIMES times = {0}; local 294 HRESULT hr = job->GetTimes(×); 299 const base::Time creation_time(base::Time::FromFileTime(times.CreationTime)); 442 // reset multiple times.
|
/external/chromium_org/media/audio/win/ |
audio_output_win_unittest.cc | 65 // Returns how many times OnMoreData() has been called. 69 // Returns how many times the OnError callback was called. 516 // We expect the amount of pending bytes will reaching up to 2 times of 540 .Times(AnyNumber()) 545 .Times(AnyNumber()) 549 .Times(AnyNumber()) 626 int times = 0; local 630 if ((times > 0) && (buffers_state.pending_bytes < 1000)) __debugbreak(); 633 ++times;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
caltest.cpp | 1357 int32_t times = 20; local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
Inet6AddressTest.java | 835 int times = bytes.length \/ 4; local [all...] |
/external/chromium_org/chrome/browser/history/ |
delete_directive_handler.cc | 64 // Converts global IDs in |global_id_directive| to times. 67 std::set<base::Time> *times) { 69 times->insert( 191 // Group times represented by global IDs by time ranges of delete directives.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/ |
popup.js | 91 // multiple times.
|
/external/chromium_org/content/test/data/media/ |
webrtc_test_audio.js | 10 // Gathers |numSamples| samples at |frequency| number of times per second and
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_wrap_newlib.cc | 256 int WRAP(utimes)(const char* pathname, const struct timeval times[2]) { 257 ERRNO_RTN(ki_utimes(pathname, times));
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
downsample_fast_neon.S | 53 bge POST_LOOP_ENDPOS @ branch when Iteration < 8 times. 56 @ First part, unroll the loop 8 times, with 3 subcases (factor == 2, 4, others)
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
fec_receiver_unittest.cc | 73 void VerifyReconstructedMediaPacket(const RtpPacket* packet, int times) { 75 // content of |packet|, and that the same content is received |times| number 76 // of times in a row. 80 .Times(times).WillRepeatedly(Return(true)); 264 .Times(1).WillRepeatedly(Return(true)); 279 .Times(1).WillRepeatedly(Return(true)); 286 .Times(1).WillRepeatedly(Return(true)); 308 .Times(1).WillRepeatedly(Return(true)); 323 .Times(1).WillRepeatedly(Return(true)) [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/ |
network_quiescence.js | 81 // The times for performance.now() and in the PerformanceResourceTiming
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
regress-3218915.js | 44 // Run test enough times to get it optimized.
|
/external/chromium_org/v8/test/mjsunit/ |
for-in-special-cases.js | 101 assertEquals(elements, elements1, "For-in elements not the same both times.");
|
string-externalize.js | 92 // Run the test many times to ensure IC-s don't break things.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-r4998.js | 29 // of the loop index. If this test fails, it loops forever, and times out.
|