/external/qemu/android/utils/ |
eintr_wrapper_unittest.cpp | 25 static int loop_count = 0; variable 30 if (++loop_count == 1) 38 loop_count = 0; 40 EXPECT_EQ(1, loop_count); 44 loop_count = 0; 48 EXPECT_EQ(2, loop_count); 52 loop_count++; 63 loop_count = 0; 65 EXPECT_EQ(1, loop_count); 70 // This function loops 10 times around |loop_count|, while returnin [all...] |
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
native_media_file_util_unittest.cc | 252 for (int loop_count = 0; loop_count < 2; ++loop_count) { 260 loop_count, i); 279 for (int loop_count = 0; loop_count < 2; ++loop_count) { 280 if (loop_count == 1) { 295 "CopySourceFiltering run %d test %" PRIuS, loop_count, i); 297 if (loop_count == 0 || !kFilteringTestCases[i].visible) [all...] |
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
loop.py | 8 - loop_count: The number of times to loop media. 12 60 sec x loop_count. 0 means do not wait. 21 def __init__(self, loop_count, selector=None, timeout_in_seconds=None): 23 self._loop_count = loop_count 26 timeout_in_seconds if timeout_in_seconds else 60 * loop_count)
|
loop_unittest.py | 23 action = loop.LoopAction(loop_count=2, selector='#video_1') 33 action = loop.LoopAction(loop_count=2, selector='all') 46 action = loop.LoopAction(loop_count=2, selector='#video_1',
|
action_runner.py | 525 def LoopMedia(self, loop_count, selector=None, timeout_in_seconds=None): 529 loop_count: The number of times to loop the playback. 536 wait loop_count * 60 seconds. 542 loop_count=loop_count, selector=selector,
|
/external/chromium_org/third_party/opus/src/silk/float/ |
solve_LS_FLP.c | 163 opus_int i, j, k, loop_count, err = 1; local 171 for( loop_count = 0; loop_count < M && err == 1; loop_count++ ) { 182 temp = ( loop_count + 1 ) * diag_min_value - temp;
|
/external/libopus/silk/float/ |
solve_LS_FLP.c | 163 opus_int i, j, k, loop_count, err = 1; local 171 for( loop_count = 0; loop_count < M && err == 1; loop_count++ ) { 182 temp = ( loop_count + 1 ) * diag_min_value - temp;
|
/external/chromium_org/v8/test/mjsunit/ |
array-constructor.js | 29 var loop_count = 5 32 for (var i = 0; i < loop_count; i++) { 44 for (var i = 0; i < loop_count; i++) { 58 for (var i = 0; i < loop_count; i++) { 100 for (var i = 0; i < loop_count; i++) { 108 for (var i = 0; i < loop_count; i++) {
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
solve_LS_FIX.c | 123 opus_int i, j, k, status, loop_count; local 133 for( loop_count = 0; loop_count < M && status == 1; loop_count++ ) { 145 tmp_32 = silk_SUB32( silk_SMULBB( loop_count + 1, diag_min_value ), tmp_32 );
|
/external/libopus/silk/fixed/ |
solve_LS_FIX.c | 123 opus_int i, j, k, status, loop_count; local 133 for( loop_count = 0; loop_count < M && status == 1; loop_count++ ) { 145 tmp_32 = silk_SUB32( silk_SMULBB( loop_count + 1, diag_min_value ), tmp_32 );
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
entropy_coding_mips.c | 180 int loop_count = SUBFRAMES; local 191 "addu %[j], %[loop_count], $0 \n\t" 196 "addu %[n], %[loop_count], $0 \n\t" 244 : [loop_count] "r" (loop_count), [matrix0] "r" (matrix0),
|
/external/chromium_org/third_party/libwebp/webp/ |
mux.h | 284 int loop_count; // Number of times to repeat the animation [0 = infinite]. member in struct:WebPMuxAnimParams
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/ |
nsx_core_mips.c | 765 int32_t loop_count = 2; local [all...] |
/external/chromium_org/v8/src/ia32/ |
codegen-ia32.cc | 122 Register loop_count = edx; local 124 __ cmp(loop_count, 0); 140 __ dec(loop_count); 234 Register loop_count = edx; local 269 __ mov(loop_count, count); 270 __ shr(loop_count, 6); 302 __ mov(loop_count, count); 303 __ shr(loop_count, 6); 335 __ mov(loop_count, count); 336 __ shr(loop_count, 6) [all...] |
/external/chromium_org/media/filters/ |
frame_processor_unittest.cc | 160 int loop_count = 0; local 167 } while (++loop_count < 2 && read_callback_called_ && 186 int loop_count = 0; local 194 } while (++loop_count < 2 &&
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/armv6/ |
vp8_fast_quantize_b_armv6.asm | 34 ldr r2, loop_count ; loop_count=0x1000000. 'lsls' instruction 221 loop_count label
|
/external/libvpx/libvpx/vp8/encoder/arm/armv6/ |
vp8_fast_quantize_b_armv6.asm | 34 ldr r2, loop_count ; loop_count=0x1000000. 'lsls' instruction 221 loop_count label
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
vp8_fast_quantize_b_armv6.asm | 34 ldr r2, loop_count ; loop_count=0x1000000. 'lsls' instruction 221 loop_count label
|
/external/oprofile/opjitconv/ |
jitsymbol.c | 435 int loop_count = entry_count; local 440 for (j = 1; j < loop_count; j++) {
|
/external/chromium_org/third_party/webrtc/base/ |
httpbase.cc | 503 size_t loop_count = 0; local 569 } while (++loop_count <= kMaxReadCount);
|
/external/chromium_org/tools/perf/page_sets/ |
tough_video_cases.py | 16 action_runner.LoopMedia(loop_count=50, selector='#mixed_audio') 19 action_runner.LoopMedia(loop_count=50, selector='#single_audio')
|
/external/oprofile/utils/ |
opcontrol | [all...] |
/external/chromium_org/v8/src/arm64/ |
code-stubs-arm64.cc | 1892 Register loop_count = x11; local [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_encoder.c | 1767 int loop_count = 0; local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_if.c | 2208 int loop_count = 0; local [all...] |