/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
D | native_media_file_util_unittest.cc | 253 for (int loop_count = 0; loop_count < 2; ++loop_count) { in TEST_F() local 261 loop_count, i); in TEST_F() 280 for (int loop_count = 0; loop_count < 2; ++loop_count) { in TEST_F() local 281 if (loop_count == 1) { in TEST_F() 296 "CopySourceFiltering run %d test %" PRIuS, loop_count, i); in TEST_F() 298 if (loop_count == 0 || !kFilteringTestCases[i].visible) { in TEST_F() 318 for (int loop_count = 0; loop_count < 2; ++loop_count) { in TEST_F() local 319 if (loop_count == 1) { in TEST_F() 336 if (loop_count == 0 && kFilteringTestCases[i].is_directory) { in TEST_F() 345 "CopyDestFiltering run %d test %" PRIuS, loop_count, i); in TEST_F() [all …]
|
/external/v8/test/mjsunit/ |
D | array-constructor.js | 29 var loop_count = 5 variable 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/v8/test/mjsunit/ |
D | array-constructor.js | 29 var loop_count = 5 variable 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/tools/telemetry/telemetry/page/actions/ |
D | loop.py | 30 assert hasattr(self, 'loop_count') and self.loop_count > 0 33 (selector, self.loop_count)) 35 else 60 * self.loop_count)
|
/external/chromium_org/third_party/opus/src/silk/float/ |
D | solve_LS_FLP.c | 163 opus_int i, j, k, loop_count, err = 1; in silk_LDL_FLP() local 171 for( loop_count = 0; loop_count < M && err == 1; loop_count++ ) { in silk_LDL_FLP() 182 temp = ( loop_count + 1 ) * diag_min_value - temp; in silk_LDL_FLP()
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
D | solve_LS_FIX.c | 123 opus_int i, j, k, status, loop_count; in silk_LDL_factorize_FIX() local 133 for( loop_count = 0; loop_count < M && status == 1; loop_count++ ) { in silk_LDL_factorize_FIX() 145 tmp_32 = silk_SUB32( silk_SMULBB( loop_count + 1, diag_min_value ), tmp_32 ); in silk_LDL_factorize_FIX()
|
/external/chromium_org/v8/src/ia32/ |
D | codegen-ia32.cc | 195 Register loop_count = edx; in MemMoveEmitMainLoop() local 197 __ cmp(loop_count, 0); in MemMoveEmitMainLoop() 213 __ dec(loop_count); in MemMoveEmitMainLoop() 306 Register loop_count = edx; in CreateMemMoveFunction() local 343 __ mov(loop_count, count); in CreateMemMoveFunction() 344 __ shr(loop_count, 6); in CreateMemMoveFunction() 376 __ mov(loop_count, count); in CreateMemMoveFunction() 377 __ shr(loop_count, 6); in CreateMemMoveFunction() 409 __ mov(loop_count, count); in CreateMemMoveFunction() 410 __ shr(loop_count, 6); in CreateMemMoveFunction() [all …]
|
/external/libvpx/libvpx/vp8/encoder/arm/armv6/ |
D | vp8_fast_quantize_b_armv6.asm | 34 ldr r2, loop_count ; loop_count=0x1000000. 'lsls' instruction 221 loop_count label
|
/external/v8/src/ia32/ |
D | codegen-ia32.cc | 208 Register loop_count = ecx; in CreateMemCopyFunction() local 210 __ shr(loop_count, 5); in CreateMemCopyFunction() 224 __ dec(loop_count); in CreateMemCopyFunction() 254 Register loop_count = ecx; in CreateMemCopyFunction() local 256 __ shr(loop_count, 5); in CreateMemCopyFunction() 270 __ dec(loop_count); in CreateMemCopyFunction()
|
/external/chromium_org/third_party/libwebp/webp/ |
D | mux.h | 280 int loop_count; // Number of times to repeat the animation [0 = infinite]. member
|
/external/oprofile/opjitconv/ |
D | jitsymbol.c | 435 int loop_count = entry_count; in scan_overlaps() local 440 for (j = 1; j < loop_count; j++) { in scan_overlaps()
|
/external/oprofile/utils/ |
D | opcontrol | 1428 loop_count=1 1432 if test "$loop_count" -gt 1; then 1437 loop_count=$((loop_count+1))
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | httpbase.cc | 523 size_t loop_count = 0; in DoReceiveLoop() local 589 } while (++loop_count <= kMaxReadCount); in DoReceiveLoop()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | httpbase.cc | 519 size_t loop_count = 0; in DoReceiveLoop() local 585 } while (++loop_count <= kMaxReadCount); in DoReceiveLoop()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_onyx_if.c | 2971 int loop_count; local 3127 loop_count = 0; 3175 if (loop_count == 0) { 3275 if (undershoot_seen || loop_count > 1) { 3302 if (overshoot_seen || loop_count > 1) { 3348 loop_count++;
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | ir_to_mesa.cpp | 2253 int if_count = 0, loop_count = 0; in set_branchtargets() local 2264 loop_count++; in set_branchtargets() 2276 loop_stack = rzalloc_array(v->mem_ctx, int, loop_count); in set_branchtargets()
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 2253 int if_count = 0, loop_count = 0; in set_branchtargets() local 2264 loop_count++; in set_branchtargets() 2276 loop_stack = rzalloc_array(v->mem_ctx, int, loop_count); in set_branchtargets()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_if.c | 3317 int loop_count; in encode_frame_to_data_rate() local 3832 loop_count = 0; in encode_frame_to_data_rate() 4060 loop_count++; in encode_frame_to_data_rate() 4292 loop_count++; in encode_frame_to_data_rate()
|
/external/chromium_org/v8/test/cctest/ |
D | test-api.cc | 14828 int loop_count; member 14840 for (regexp_interruption_data.loop_count = 0; in Run() 14841 regexp_interruption_data.loop_count < 7; in Run() 14842 regexp_interruption_data.loop_count++) { in Run() 14856 if (regexp_interruption_data.loop_count != 2) return; in RunBeforeGC()
|