HomeSort by relevance Sort by last modified time
    Searched refs:repeat_count (Results 1 - 24 of 24) sorted by null

  /system/extras/tests/bionic/libc/other/
test_jpeg.c 242 int repeat_count = DEFAULT_REPEAT; local
263 repeat_count = strtol(arg, NULL, 10);
265 if (repeat_count <= 0)
266 repeat_count = 1;
328 for ( rr = repeat_count; rr > 0; rr-- ) {
349 for ( rr = repeat_count; rr > 0; rr -- )
359 printf( "decompression took: %10.3f ms (%.2f KB/s, %d passes)\n", usec1/1e3, fsize*(1e6/1024)*repeat_count/usec1, repeat_count );
test_zlib.c 179 int repeat_count = DEFAULT_REPEAT; local
199 repeat_count = strtol(arg, NULL, 10);
201 if (repeat_count <= 0)
202 repeat_count = 1;
255 for ( rr = repeat_count; rr > 0; rr -- )
262 printf( "decompression took: %10.3f ms (%.2f KB/s, %d passes)\n", usec1/1e3, fsize*(1e6/1024)*repeat_count/usec1, repeat_count );
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.h 278 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);
autocomplete_edit_view_win.cc     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test5.c 64 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/base/threading/
simple_thread.cc 116 void DelegateSimpleThreadPool::AddWork(Delegate* delegate, int repeat_count) {
118 for (int i = 0; i < repeat_count; ++i)
simple_thread.h 165 void AddWork(Delegate* work, int repeat_count);
  /external/chromium_org/ui/aura/
remote_root_window_host_win.h 140 uint32 repeat_count,
144 uint32 repeat_count,
148 uint32 repeat_count,
201 uint32 repeat_count,
remote_root_window_host_win.cc 436 uint32 repeat_count,
439 DispatchKeyboardMessage(ui::ET_KEY_PRESSED, vkey, repeat_count, scan_code,
444 uint32 repeat_count,
447 DispatchKeyboardMessage(ui::ET_KEY_RELEASED, vkey, repeat_count, scan_code,
452 uint32 repeat_count,
455 DispatchKeyboardMessage(ui::ET_KEY_PRESSED, key_code, repeat_count,
556 uint32 repeat_count,
568 repeat_count | scan_code >> 15);
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_win.h 246 void OnChar(TCHAR ch, UINT repeat_count, UINT flags);
256 void OnKeyDown(TCHAR key, UINT repeat_count, UINT flags);
257 void OnKeyUp(TCHAR key, UINT repeat_count, UINT flags);
275 void OnSysChar(TCHAR ch, UINT repeat_count, UINT flags);
280 void HandleKeystroke(UINT message, TCHAR key, UINT repeat_count, UINT flags);
285 bool OnKeyDownOnlyWritable(TCHAR key, UINT repeat_count, UINT flags);
286 bool OnKeyDownAllModes(TCHAR key, UINT repeat_count, UINT flags);
omnibox_view_win.cc     [all...]
  /external/chromium_org/base/threading/
simple_thread.cc 123 void DelegateSimpleThreadPool::AddWork(Delegate* delegate, int repeat_count) {
125 for (int i = 0; i < repeat_count; ++i)
simple_thread.h 171 void AddWork(Delegate* work, int repeat_count);
  /external/chromium_org/cc/resources/
picture_pile.cc 91 int repeat_count = std::max(1, slow_down_raster_scale_factor_for_debug_); local
117 for (int i = 0; i < repeat_count; i++)
picture_pile_impl.cc 199 int repeat_count = std::max(1, slow_down_raster_scale_factor_for_debug_); local
203 for (int j = 0; j < repeat_count; ++j) {
221 repeat_count * raster_rect.width() * raster_rect.height();
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.cc 34 // |repeat_count| may be 0 if there were no captive portal checks during
41 int repeat_count,
55 result_repeated_histogram->Add(repeat_count);
57 if (repeat_count == 0)
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_win.h 192 void OnChar(TCHAR key, UINT repeat_count, UINT flags);
203 void OnKeyDown(TCHAR key, UINT repeat_count, UINT flags);
216 void OnSysChar(TCHAR ch, UINT repeat_count, UINT flags);
native_textfield_win.cc 607 void NativeTextfieldWin::OnChar(TCHAR ch, UINT repeat_count, UINT flags) {
753 void NativeTextfieldWin::OnKeyDown(TCHAR key, UINT repeat_count, UINT flags) {
    [all...]
  /external/chromium_org/third_party/ots/src/
woff2.cc 293 int repeat_count = 0; local
321 if (flag == last_flag && repeat_count != 255) {
323 repeat_count++;
325 if (repeat_count != 0) {
329 dst[flag_offset++] = repeat_count;
335 repeat_count = 0;
342 if (repeat_count != 0) {
346 dst[flag_offset++] = repeat_count;
    [all...]
  /external/chromium_org/courgette/
courgette_tool.cc 452 int repeat_count = 1; local
455 if (!base::StringToInt(repeat_switch, &repeat_count))
456 repeat_count = 1;
467 while (repeat_count-- > 0) {
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 629 int32_t repeat_count = 100; local
632 repeat_count = 1;
634 v8::Handle<v8::Value> args[] = { v8::Integer::New(repeat_count) };
745 int32_t repeat_count = 1; local
746 v8::Handle<v8::Value> args[] = { v8::Integer::New(repeat_count) };
795 int32_t repeat_count = 100; local
796 v8::Handle<v8::Value> args[] = { v8::Integer::New(repeat_count) };
840 int32_t repeat_count = 1; local
841 v8::Handle<v8::Value> args[] = { v8::Integer::New(repeat_count) };
886 int32_t repeat_count = 100 local
    [all...]
  /external/chromium_org/v8/src/
serialize.cc 1637 int repeat_count = 1; local
    [all...]
  /external/v8/src/
serialize.cc 1476 int repeat_count = 1; local
    [all...]
  /bionic/libc/kernel/tools/
cpp.py     [all...]

Completed in 912 milliseconds