Searched defs:repeat_count (Results 1 - 16 of 16) sorted by last modified time

/external/pcre/dist/
H A Dpcre_jit_compile.c6938 int repeat_type = 0, repeat_count = 0; local
6970 repeat_count = PRIVATE_DATA(matchingpath + 3);
6971 SLJIT_ASSERT(repeat_length != 0 && repeat_type != 0 && repeat_count != 0);
7089 OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_SP), repeat_ptr, SLJIT_IMM, repeat_count);
8808 int repeat_ptr = 0, repeat_type = 0, repeat_count = 0; local
8839 repeat_count = PRIVATE_DATA(ccbegin + 3);
8840 SLJIT_ASSERT(repeat_type != 0 && repeat_count != 0);
9221 CMPTO(SLJIT_C_LESS_EQUAL, TMP1, 0, SLJIT_IMM, repeat_count, exact_label);
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc717 int32_t repeat_count = 100; local
720 repeat_count = 1;
723 v8::Integer::New(env->GetIsolate(), repeat_count)
843 int32_t repeat_count = 1; local
844 v8::Handle<v8::Value> args[] = { v8::Integer::New(isolate, repeat_count) };
900 int32_t repeat_count = 100; local
901 v8::Handle<v8::Value> args[] = { v8::Integer::New(isolate, repeat_count) };
954 int32_t repeat_count = 1; local
955 v8::Handle<v8::Value> args[] = { v8::Integer::New(isolate, repeat_count) };
1011 int32_t repeat_count local
[all...]
/external/chromium_org/v8/src/
H A Dserialize.cc1529 int repeat_count = 1; local
1530 while (&current[repeat_count] < end - 1 &&
1531 current[repeat_count] == current_contents) {
1532 repeat_count++;
1534 current += repeat_count;
1535 bytes_processed_so_far_ += repeat_count * kPointerSize;
1536 if (repeat_count > kMaxRepeats) {
1538 sink_->PutInt(repeat_count, "SerializeRepeats");
1540 sink_->Put(CodeForRepeats(repeat_count), "SerializeRepeats");
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc311 int repeat_count = 0; local
339 if (flag == last_flag && repeat_count != 255) {
341 repeat_count++;
343 if (repeat_count != 0) {
347 dst[flag_offset++] = repeat_count;
353 repeat_count = 0;
360 if (repeat_count != 0) {
364 dst[flag_offset++] = repeat_count;
/external/chromium_org/third_party/brotli/src/woff2/
H A Dglyph.cc249 int repeat_count = 0; local
277 if (flag == last_flag && repeat_count != 255) {
279 repeat_count++;
281 if (repeat_count != 0) {
285 dst[(*offset)++] = repeat_count;
291 repeat_count = 0;
298 if (repeat_count != 0) {
302 dst[(*offset)++] = repeat_count;
H A Dwoff2_dec.cc207 int repeat_count = 0; local
235 if (flag == last_flag && repeat_count != 255) {
237 repeat_count++;
239 if (repeat_count != 0) {
243 dst[flag_offset++] = repeat_count;
249 repeat_count = 0;
256 if (repeat_count != 0) {
260 dst[flag_offset++] = repeat_count;
/external/chromium_org/ui/aura/
H A Dremote_window_tree_host_win.cc357 uint32 repeat_count,
360 DispatchKeyboardMessage(ui::ET_KEY_PRESSED, vkey, repeat_count, scan_code,
365 uint32 repeat_count,
368 DispatchKeyboardMessage(ui::ET_KEY_RELEASED, vkey, repeat_count, scan_code,
373 uint32 repeat_count,
376 DispatchKeyboardMessage(ui::ET_KEY_PRESSED, key_code, repeat_count,
486 uint32 repeat_count,
503 repeat_count | scan_code >> 15);
356 OnKeyDown(uint32 vkey, uint32 repeat_count, uint32 scan_code, uint32 flags) argument
364 OnKeyUp(uint32 vkey, uint32 repeat_count, uint32 scan_code, uint32 flags) argument
372 OnChar(uint32 key_code, uint32 repeat_count, uint32 scan_code, uint32 flags) argument
484 DispatchKeyboardMessage(ui::EventType type, uint32 vkey, uint32 repeat_count, uint32 scan_code, uint32 flags, bool is_character) argument
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest5.c64 int repeat_count; local
75 if( Tcl_GetIntFromObj(interp, objv[1], &repeat_count) ) return TCL_ERROR;
83 for(i=0; i<repeat_count; i++){
/external/chromium_org/courgette/
H A Dcourgette_tool.cc457 int repeat_count = 1; local
460 if (!base::StringToInt(repeat_switch, &repeat_count))
461 repeat_count = 1;
472 while (repeat_count-- > 0) {
/external/chromium_org/media/cast/net/pacing/
H A Dpaced_sender_unittest.cc48 void AddExpectedSize(int expected_packet_size, int repeat_count) { argument
49 for (int i = 0; i < repeat_count; ++i) {
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc281 " repeat_count = opt_repeat_count || 1;"
286 " repeat_count, callback,"
632 int repeat_count = args[3]->IntegerValue(); local
634 for (int i = 0; i < repeat_count; i++) {
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_service.cc59 // |repeat_count| may be 0 if there were no captive portal checks during
66 int repeat_count,
79 result_repeated_histogram->Add(repeat_count);
81 if (repeat_count == 0)
65 RecordRepeatHistograms(CaptivePortalResult result, int repeat_count, base::TimeDelta result_duration) argument
/external/chromium_org/base/threading/
H A Dsimple_thread.cc123 void DelegateSimpleThreadPool::AddWork(Delegate* delegate, int repeat_count) { argument
125 for (int i = 0; i < repeat_count; ++i)
/external/chromium_org/cc/debug/
H A Drasterize_and_record_benchmark_impl.cc31 size_t repeat_count)
35 repeat_count_(repeat_count),
28 BenchmarkRasterTask(PicturePileImpl* picture_pile, const gfx::Rect& content_rect, float contents_scale, size_t repeat_count) argument
/external/chromium_org/cc/resources/
H A Dpicture_pile.cc494 int repeat_count = std::max(1, slow_down_raster_scale_factor_for_debug_); local
505 for (int i = 0; i < repeat_count; i++) {
H A Dpicture_pile_impl.cc270 int repeat_count = std::max(1, slow_down_raster_scale_factor_for_debug_); local
273 for (int j = 0; j < repeat_count; ++j) {

Completed in 2122 milliseconds