/external/chromium_org/tools/telemetry/telemetry/core/ |
repeat_options.py | 22 group = optparse.OptionGroup(parser, 'Repeat options') 23 group.add_option('--page-repeat', dest='page_repeat', default='1', 24 help='Number of iterations or length of time to repeat ' 27 'e.g., \'10\' to repeat for 10 iterations, or \'30s\' to ' 28 'repeat for 30 seconds.') 29 group.add_option('--pageset-repeat', dest='pageset_repeat', default='1', 30 help='Number of iterations or length of time to repeat ' 33 'repeat for 10 iterations, or \'30s\' to repeat for 30 '
|
/external/eigen/bench/ |
benchmark.cpp | 14 #ifndef REPEAT 15 #define REPEAT 40000000 32 for(int a = 0; a < REPEAT; a++)
|
benchmarkX.cpp | 18 #ifndef REPEAT 19 #define REPEAT 100 30 for(int a = 0; a < REPEAT; a++)
|
benchmarkXcwise.cpp | 17 #ifndef REPEAT 18 #define REPEAT 1000 29 for(int a = 0; a < REPEAT; a++)
|
sparse_transpose.cpp | 14 #ifndef REPEAT 15 #define REPEAT 1 32 for (int _k=0; _k<REPEAT; ++_k) { \ 54 BENCH(for (int k=0; k<REPEAT; ++k) m3 = m1.transpose();) 63 BENCH(for (int k=0; k<REPEAT; ++k) sm3 = sm1.transpose();) 73 BENCH(for (int k=0; k<REPEAT; ++k) { m3 = cs_transpose(m1,1); cs_spfree(m3);}) 84 BENCH(for (int k=0; k<REPEAT; ++k) gmm::copy(gmm::transposed(m1),m3);) 94 BENCH(for (int k=0; k<REPEAT; ++k) m3 = trans(m1);)
|
sparse_dense_product.cpp | 14 #ifndef REPEAT 15 #define REPEAT 1 32 for (int _k=0; _k<REPEAT; ++_k) { \ 77 for (int k=0; k<REPEAT; ++k) 80 std::cout << " a * v:\t" << timer.best() << " " << double(REPEAT)/timer.best() << " * / sec " << endl; 84 for (int k=0; k<REPEAT; ++k) 96 std::cout << " a * v:\t" << timer.best()/REPEAT << " " << double(REPEAT)/timer.best(REAL_TIMER) << " * / sec " << endl; 101 std::cout << " a' * v:\t" << timer.best()/REPEAT << endl; 108 // BENCH(for (int k=0; k<REPEAT; ++k) v2 = m1 * v1; [all...] |
/external/libyuv/files/unit_test/ |
unit_test.cc | 24 const char* repeat = getenv("LIBYUV_REPEAT"); local 25 if (repeat) { 26 benchmark_iterations_ = atoi(repeat); // NOLINT
|
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/ |
copy_html.applescript | 8 repeat while (loading of tab 2 of window 1) 9 end repeat
|
open_tabs_from_bookmark_folder.applescript | 8 repeat with i in (bookmark items of var) 11 end repeat
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/ |
copy_html.applescript | 8 repeat while (loading of tab 2 of window 1) 9 end repeat
|
open_tabs_from_bookmark_folder.applescript | 8 repeat with i in (bookmark items of var) 11 end repeat
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/topsites/magic8ball/ |
newTab.css | 22 background-repeat: no-repeat;
|
/external/llvm/lib/Target/PowerPC/ |
PPCScheduleE5500.td | 62 [30, 2, 2], // Latency= 4..26, Repeat rate= 4..26 67 [20, 2, 2], // Latency= 4..16, Repeat rate= 4..16 71 [11], // Latency = 7, Repeat rate = 1 75 [11, 2, 2], // Latency = 7, Repeat rate = 7 80 [9, 2, 2], // Latency = 4..7, Repeat rate = 2..4 85 [8, 2, 2], // Latency = 4, Repeat rate = 1 90 [8, 2, 2], // Latency = 4, Repeat rate = 1 95 [8, 2, 2], // Latency = 4 or 5, Repeat = 2 103 [6, 2, 2], // Latency = 2, Repeat rate = 2 107 [5, 2, 2], // Latency = 1, Repeat rate = [all...] |
/external/chromium/chrome/browser/resources/ |
new_incognito_tab_theme.css | 5 background-repeat: $5;
|
flags_warning.html | 20 background-repeat: no-repeat;
|
/external/chromium_org/chrome/browser/resources/sync_file_system_internals/ |
main.css | 46 background-repeat: no-repeat; 53 background-repeat: no-repeat;
|
/external/chromium_org/google_apis/gcm/ |
DEPS | 2 # Repeat these from the top-level DEPS file so one can just run
|
/external/chromium_org/ui/keyboard/resources/layouts/ |
function-key-row.html | 16 <kb-key class="brightness-down dark" repeat char="Brightness-Down" 18 <kb-key class="brightness-up dark" repeat char="Brightness-Up" 21 <kb-key class="volume-down dark" repeat char="Volume-Down" 23 <kb-key class="volume-up dark" repeat char="Volume-Up"
|
/external/chromium_org/ui/webui/resources/css/ |
throbber.css | 6 background: url('chrome://resources/images/throbber.svg') no-repeat;
|
/frameworks/base/core/java/android/os/ |
NullVibrator.java | 46 public void vibrate(long[] pattern, int repeat) { 47 if (repeat >= pattern.length) { 64 public void vibrate(int owningUid, String owningPackage, long[] pattern, int repeat) { 65 vibrate(pattern, repeat);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/ |
repeat.hpp | 15 # include <boost/preprocessor/repetition/repeat.hpp>
|
/external/chromium_org/third_party/sqlite/src/test/ |
nan.test | 199 db eval "INSERT INTO t1 VALUES([string repeat 9 307].0)" 204 db eval "INSERT INTO t1 VALUES([string repeat 9 308].0)" 209 db eval "INSERT INTO t1 VALUES(-[string repeat 9 307].0)" 214 db eval "INSERT INTO t1 VALUES(-[string repeat 9 308].0)" 219 set big -[string repeat 0 10000][string repeat 9 308].[string repeat 0 10000] 225 set big [string repeat 0 10000][string repeat 9 308].[string repeat 0 10000 [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_split_prim.h | 47 int repeat = 0; local 70 repeat = 1; 89 repeat = 2; 93 repeat = 1; 100 repeat = 2; 110 s->p_start += (max_verts - repeat);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_split_prim.h | 47 int repeat = 0; local 70 repeat = 1; 89 repeat = 2; 93 repeat = 1; 100 repeat = 2; 110 s->p_start += (max_verts - repeat);
|
/external/chromium/chrome/browser/resources/chromeos/ |
choose_mobile_network.css | 11 background-repeat: no-repeat;
|