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

1 2

  /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_org/ui/aura/
remote_window_tree_host_win.h 89 uint32 repeat_count,
93 uint32 repeat_count,
97 uint32 repeat_count,
149 uint32 repeat_count,
remote_window_tree_host_win.cc 357 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);
  /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_org/third_party/brotli/src/woff2/
glyph.cc 249 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;
woff2_dec.cc 207 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/tools/telemetry/telemetry/page/actions/
scroll_bounce.py 13 overscroll=10, repeat_count=10,
27 # This needs to be < height / repeat_count so we don't walk off the screen.
32 self._repeat_count = repeat_count
82 repeat_count: %s,
action_runner.py 353 overscroll=10, repeat_count=10,
360 The above gesture is repeated repeat_count times.
374 repeat_count: How often we want to repeat the full gesture.
380 overscroll=overscroll, repeat_count=repeat_count,
386 overscroll=10, repeat_count=10,
393 The above gesture is repeated repeat_count times.
412 repeat_count: How often we want to repeat the full gesture.
419 overscroll=overscroll, repeat_count=repeat_count,
    [all...]
scroll_bounce.js 42 this.options_.repeat_count,
  /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/tools/telemetry/telemetry/unittest/
progress_reporter.py 58 def run(self, test, progress_reporters, repeat_count, args):
64 for _ in xrange(repeat_count):
run_tests.py 202 args.repeat_count, args)
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.cc 59 // |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)
  /external/chromium_org/cc/debug/
rasterize_and_record_benchmark_impl.cc 31 size_t repeat_count)
35 repeat_count_(repeat_count),
  /external/chromium_org/third_party/ots/src/
woff2.cc 311 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;
    [all...]
  /external/chromium_org/courgette/
courgette_tool.cc 457 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/cc/resources/
picture_pile_impl.cc 270 int repeat_count = std::max(1, slow_down_raster_scale_factor_for_debug_); local
273 for (int j = 0; j < repeat_count; ++j) {
picture_pile.cc 494 int repeat_count = std::max(1, slow_down_raster_scale_factor_for_debug_); local
505 for (int i = 0; i < repeat_count; i++) {
  /external/chromium_org/media/cast/net/pacing/
paced_sender_unittest.cc 48 void AddExpectedSize(int expected_packet_size, int repeat_count) {
49 for (int i = 0; i < repeat_count; ++i) {
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 717 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
1011 int32_t repeat_count = 100; local
    [all...]
  /external/chromium_org/v8/src/
serialize.cc 1529 int repeat_count = 1; local
    [all...]
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 281 " 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++) {
    [all...]

Completed in 1497 milliseconds

1 2