/external/chromium_org/third_party/libjpeg_turbo/simd/ |
jiss2int.asm | 73 PW_F130_F054 times 4 dw (F_0_541+F_0_765), F_0_541 74 PW_F054_MF130 times 4 dw F_0_541, (F_0_541-F_1_847) 75 PW_MF078_F117 times 4 dw (F_1_175-F_1_961), F_1_175 76 PW_F117_F078 times 4 dw F_1_175, (F_1_175-F_0_390) 77 PW_MF060_MF089 times 4 dw (F_0_298-F_0_899),-F_0_899 78 PW_MF089_F060 times 4 dw -F_0_899, (F_1_501-F_0_899) 79 PW_MF050_MF256 times 4 dw (F_2_053-F_2_562),-F_2_562 80 PW_MF256_F050 times 4 dw -F_2_562, (F_3_072-F_2_562) 81 PD_DESCALE_P1 times 4 dd 1 << (DESCALE_P1-1) 82 PD_DESCALE_P2 times 4 dd 1 << (DESCALE_P2-1 [all...] |
jiss2flt.asm | 44 PD_1_414 times 4 dd 1.414213562373095048801689 45 PD_1_847 times 4 dd 1.847759065022573512256366 46 PD_1_082 times 4 dd 1.082392200292393968799446 47 PD_M2_613 times 4 dd -2.613125929752753055713286 48 PD_RNDINT_MAGIC times 4 dd 100663296.0 ; (float)(0x00C00000 << 3) 49 PB_CENTERJSAMP times 16 db CENTERJSAMPLE
|
jisseflt.asm | 44 PD_1_414 times 4 dd 1.414213562373095048801689 45 PD_1_847 times 4 dd 1.847759065022573512256366 46 PD_1_082 times 4 dd 1.082392200292393968799446 47 PD_M2_613 times 4 dd -2.613125929752753055713286 48 PD_0_125 times 4 dd 0.125 ; 1/8 49 PB_CENTERJSAMP times 8 db CENTERJSAMPLE
|
jfmmxfst.asm | 59 PW_F0707 times 4 dw F_0_707 << CONST_SHIFT 60 PW_F0382 times 4 dw F_0_382 << CONST_SHIFT 61 PW_F0541 times 4 dw F_0_541 << CONST_SHIFT 62 PW_F1306 times 4 dw F_1_306 << CONST_SHIFT
|
jfss2fst-64.asm | 60 PW_F0707 times 8 dw F_0_707 << CONST_SHIFT 61 PW_F0382 times 8 dw F_0_382 << CONST_SHIFT 62 PW_F0541 times 8 dw F_0_541 << CONST_SHIFT 63 PW_F1306 times 8 dw F_1_306 << CONST_SHIFT
|
jfss2fst.asm | 59 PW_F0707 times 8 dw F_0_707 << CONST_SHIFT 60 PW_F0382 times 8 dw F_0_382 << CONST_SHIFT 61 PW_F0541 times 8 dw F_0_541 << CONST_SHIFT 62 PW_F1306 times 8 dw F_1_306 << CONST_SHIFT
|
jfsseflt.asm | 44 PD_0_382 times 4 dd 0.382683432365089771728460 45 PD_0_707 times 4 dd 0.707106781186547524400844 46 PD_0_541 times 4 dd 0.541196100146196984399723 47 PD_1_306 times 4 dd 1.306562964876376527856643
|
/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...] |
/external/chromium_org/components/component_updater/ |
background_downloader_win.cc | 298 BG_JOB_TIMES times = {0}; local 299 HRESULT hr = job->GetTimes(×); 304 const base::Time creation_time(base::Time::FromFileTime(times.CreationTime)); 446 // 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/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/native_client_sdk/src/libraries/nacl_io/fusefs/ |
fuse_fs.cc | 250 Error FuseFsNode::Futimens(const struct timespec times[2]) { 257 result = fuse_ops_->utimens(path_.c_str(), times);
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_wrap_newlib.cc | 257 int WRAP(utimes)(const char* pathname, const struct timeval times[2]) { 258 ERRNO_RTN(ki_utimes(pathname, times));
|
/external/chromium_org/ppapi/tests/ |
test_media_stream_audio_track.cc | 194 int times, int expected_duration) { 196 for (int j = 0; j < times; ++j) {
|
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/ |
pystate.pxd | 54 # thread lock. This may be called as many times as desired
|
/external/chromium_org/third_party/cython/src/Cython/Includes/libcpp/ |
string.pxd | 15 # as a string formed by a repetition of character c, n times.
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_high_intrapred_sse2.asm | 14 pw_4: times 8 dw 4 15 pw_8: times 8 dw 8 16 pw_16: times 4 dd 16 17 pw_32: times 4 dd 32
|
/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 | 63 void VerifyReconstructedMediaPacket(const RtpPacket* packet, int times) { 65 // content of |packet|, and that the same content is received |times| number 66 // of times in a row. 70 .Times(times).WillRepeatedly(Return(true)); 254 .Times(1).WillRepeatedly(Return(true)); 269 .Times(1).WillRepeatedly(Return(true)); 276 .Times(1).WillRepeatedly(Return(true)); 298 .Times(1).WillRepeatedly(Return(true)); 313 .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.
|