Home
last modified time | relevance | path

Searched refs:repeat_count (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/
Drun-perf-test.cfg24 'repeat_count': The number of times to repeat the performance test.
26 "repeat_count" times, unless it exceeds "max_time_minutes".
35 'repeat_count': '20',
47 'repeat_count': '20',
63 'repeat_count': '20',
73 'repeat_count': '',
/external/chromium_org/tools/
Drun-perf-test.cfg24 'repeat_count': The number of times to repeat the performance test.
26 "repeat_count" times, unless it exceeds "max_time_minutes".
34 'repeat_count': '20',
46 'repeat_count': '20',
62 'repeat_count': '20',
72 'repeat_count': '',
Drun-bisect-perf-regression.cfg27 'repeat_count': The number of times to repeat the performance test.
29 "repeat_count" times, unless it exceeds "max_time_minutes".
39 'repeat_count': '20',
53 'repeat_count': '20',
71 'repeat_count': '20',
83 'repeat_count':'',
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.h278 void OnChar(TCHAR ch, UINT repeat_count, UINT flags);
284 void OnKeyDown(TCHAR key, UINT repeat_count, UINT flags);
285 void OnKeyUp(TCHAR key, UINT repeat_count, UINT flags);
303 void OnSysChar(TCHAR ch, UINT repeat_count, UINT flags);
308 void HandleKeystroke(UINT message, TCHAR key, UINT repeat_count, UINT flags);
313 bool OnKeyDownOnlyWritable(TCHAR key, UINT repeat_count, UINT flags);
314 bool OnKeyDownAllModes(TCHAR key, UINT repeat_count, UINT flags);
Dautocomplete_edit_view_win.cc1278 void AutocompleteEditViewWin::OnChar(TCHAR ch, UINT repeat_count, UINT flags) { in OnChar() argument
1296 HandleKeystroke(GetCurrentMessage()->message, ch, repeat_count, flags); in OnChar()
1380 UINT repeat_count, in OnKeyDown() argument
1384 if (OnKeyDownAllModes(key, repeat_count, flags)) in OnKeyDown()
1389 DefWindowProc(GetCurrentMessage()->message, key, MAKELPARAM(repeat_count, in OnKeyDown()
1394 if (OnKeyDownOnlyWritable(key, repeat_count, flags)) in OnKeyDown()
1399 HandleKeystroke(GetCurrentMessage()->message, key, repeat_count, flags); in OnKeyDown()
1403 UINT repeat_count, in OnKeyUp() argument
1426 DefWindowProc(WM_KEYUP, key, MAKELPARAM(repeat_count, flags)); in OnKeyUp()
1811 UINT repeat_count, in OnSysChar() argument
[all …]
/external/chromium_org/third_party/sqlite/src/src/
Dtest5.c64 int repeat_count; in test_value_overhead() local
75 if( Tcl_GetIntFromObj(interp, objv[1], &repeat_count) ) return TCL_ERROR; in test_value_overhead()
83 for(i=0; i<repeat_count; i++){ in test_value_overhead()
/external/chromium_org/ui/aura/
Dremote_root_window_host_win.cc540 uint32 repeat_count, in OnKeyDown() argument
543 DispatchKeyboardMessage(ui::ET_KEY_PRESSED, vkey, repeat_count, scan_code, in OnKeyDown()
548 uint32 repeat_count, in OnKeyUp() argument
551 DispatchKeyboardMessage(ui::ET_KEY_RELEASED, vkey, repeat_count, scan_code, in OnKeyUp()
556 uint32 repeat_count, in OnChar() argument
559 DispatchKeyboardMessage(ui::ET_KEY_PRESSED, key_code, repeat_count, in OnChar()
698 uint32 repeat_count, in DispatchKeyboardMessage() argument
715 repeat_count | scan_code >> 15); in DispatchKeyboardMessage()
Dremote_root_window_host_win.h175 uint32 repeat_count,
179 uint32 repeat_count,
183 uint32 repeat_count,
246 uint32 repeat_count,
/external/chromium_org/chrome/browser/captive_portal/
Dcaptive_portal_service.cc41 int repeat_count, in RecordRepeatHistograms() argument
55 result_repeated_histogram->Add(repeat_count); in RecordRepeatHistograms()
57 if (repeat_count == 0) in RecordRepeatHistograms()
/external/chromium/base/threading/
Dsimple_thread.cc116 void DelegateSimpleThreadPool::AddWork(Delegate* delegate, int repeat_count) { in AddWork() argument
118 for (int i = 0; i < repeat_count; ++i) in AddWork()
Dsimple_thread.h165 void AddWork(Delegate* work, int repeat_count);
/external/chromium_org/base/threading/
Dsimple_thread.cc123 void DelegateSimpleThreadPool::AddWork(Delegate* delegate, int repeat_count) { in AddWork() argument
125 for (int i = 0; i < repeat_count; ++i) in AddWork()
Dsimple_thread.h171 void AddWork(Delegate* work, int repeat_count);
/external/chromium_org/third_party/ots/src/
Dwoff2.cc283 int repeat_count = 0; in StorePoints() local
311 if (flag == last_flag && repeat_count != 255) { in StorePoints()
313 repeat_count++; in StorePoints()
315 if (repeat_count != 0) { in StorePoints()
319 dst[flag_offset++] = repeat_count; in StorePoints()
325 repeat_count = 0; in StorePoints()
332 if (repeat_count != 0) { in StorePoints()
336 dst[flag_offset++] = repeat_count; in StorePoints()
/external/chromium_org/courgette/
Dcourgette_tool.cc457 int repeat_count = 1; in main() local
460 if (!base::StringToInt(repeat_switch, &repeat_count)) in main()
461 repeat_count = 1; in main()
472 while (repeat_count-- > 0) { in main()
/external/chromium_org/media/cast/net/pacing/
Dpaced_sender_unittest.cc40 void AddExpectedSize(int expected_packet_size, int repeat_count) { in AddExpectedSize() argument
41 for (int i = 0; i < repeat_count; ++i) { in AddExpectedSize()
/external/chromium_org/cc/resources/
Dpicture_pile.cc226 int repeat_count = std::max(1, slow_down_raster_scale_factor_for_debug_); in Update() local
232 for (int i = 0; i < repeat_count; i++) { in Update()
Dpicture_pile_impl.cc252 int repeat_count = std::max(1, slow_down_raster_scale_factor_for_debug_); in RasterCommon() local
255 for (int j = 0; j < repeat_count; ++j) { in RasterCommon()
/external/chromium_org/v8/test/cctest/
Dtest-cpu-profiler.cc631 int32_t repeat_count = 100; in TEST() local
634 repeat_count = 1; in TEST()
636 v8::Handle<v8::Value> args[] = { v8::Integer::New(repeat_count) }; in TEST()
755 int32_t repeat_count = 1; in TEST() local
756 v8::Handle<v8::Value> args[] = { v8::Integer::New(repeat_count) }; in TEST()
810 int32_t repeat_count = 100; in TEST() local
811 v8::Handle<v8::Value> args[] = { v8::Integer::New(repeat_count) }; in TEST()
862 int32_t repeat_count = 1; in TEST() local
863 v8::Handle<v8::Value> args[] = { v8::Integer::New(repeat_count) }; in TEST()
915 int32_t repeat_count = 100; in TEST() local
[all …]
/external/v8/src/
Dserialize.cc1476 int repeat_count = 1; in VisitPointers() local
1477 while (current < end - 1 && current[repeat_count] == current_contents) { in VisitPointers()
1478 repeat_count++; in VisitPointers()
1480 current += repeat_count; in VisitPointers()
1481 bytes_processed_so_far_ += repeat_count * kPointerSize; in VisitPointers()
1482 if (repeat_count > kMaxRepeats) { in VisitPointers()
1484 sink_->PutInt(repeat_count, "SerializeRepeats"); in VisitPointers()
1486 sink_->Put(CodeForRepeats(repeat_count), "SerializeRepeats"); in VisitPointers()
/external/chromium_org/v8/src/
Dserialize.cc1639 int repeat_count = 1; in VisitPointers() local
1640 while (current < end - 1 && current[repeat_count] == current_contents) { in VisitPointers()
1641 repeat_count++; in VisitPointers()
1643 current += repeat_count; in VisitPointers()
1644 bytes_processed_so_far_ += repeat_count * kPointerSize; in VisitPointers()
1645 if (repeat_count > kMaxRepeats) { in VisitPointers()
1647 sink_->PutInt(repeat_count, "SerializeRepeats"); in VisitPointers()
1649 sink_->Put(CodeForRepeats(repeat_count), "SerializeRepeats"); in VisitPointers()