/external/chromium_org/v8/test/mjsunit/harmony/ |
string-repeat.js | 30 assertEquals("000", String.prototype.repeat.call(0, 3)); 31 assertEquals("-1-1-1", String.prototype.repeat.call(-1, 3)); 32 assertEquals("2.12.12.1", String.prototype.repeat.call(2.1, 3)); 33 assertEquals("", String.prototype.repeat.call([], 3)); 34 assertEquals("1,2,3", String.prototype.repeat.call([1, 2, 3], 1)); 35 assertEquals("true", String.prototype.repeat.call(true, 1)); 36 assertEquals("false", String.prototype.repeat.call(false, 1)); 37 assertEquals("[object Object]", String.prototype.repeat.call({}, 1)); 39 assertEquals("000", String.prototype.repeat.apply(0, [3])); 40 assertEquals("-1-1-1", String.prototype.repeat.apply(-1, [3])) [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/ |
mask-composite-missing-images.html | 12 -webkit-mask-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y, repeat; [all...] |
/external/chromium_org/tools/perf/page_sets/data/ |
peacekeeper_html5.json | 5 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=html5&forceTestName=webglSphere", 6 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=html5&forceTestName=gamingSpitfire", 7 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=html5&forceTestName=videoCodecH264", 8 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=html5&forceTestName=videoCodecTheora", 9 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=html5&forceTestName=videoCodecWebM", 10 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=html5&forceTestName=videoPosterSupport", 11 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=html5&forceTestName=workerContrast01", 12 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=html5&forceTestName=workerContrast02"
|
peacekeeper_string.json | 5 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=string&forceTestName=stringChat", 6 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=string&forceTestName=stringDetectBrowser", 7 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=string&forceTestName=stringFilter", 8 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=string&forceTestName=stringWeighted", 9 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=string&forceTestName=stringValidateForm"
|
peacekeeper_dom.json | 5 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=dom&forceTestName=domGetElements", 6 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=dom&forceTestName=domDynamicCreationCreateElement", 7 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=dom&forceTestName=domDynamicCreationInnerHTML", 8 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=dom&forceTestName=domJQueryAttributeFilters", 9 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=dom&forceTestName=domJQueryBasicFilters", 10 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=dom&forceTestName=domJQueryBasics", 11 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=dom&forceTestName=domJQueryContentFilters", 12 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=dom&forceTestName=domJQueryHierarchy", 13 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=dom&forceTestName=domQueryselector"
|
peacekeeper_render.json | 5 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=render&forceTestName=renderGrid01", 6 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=render&forceTestName=renderGrid02", 7 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=render&forceTestName=renderGrid03", 8 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=render&forceTestName=renderPhysics"
|
peacekeeper_array.json | 5 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=array&forceTestName=arrayCombined01", 6 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=array&forceTestName=arrayWeighted"
|
peacekeeper_experimental.json | 5 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=experimental&forceTestName=experimentalRipple01", 6 "http://peacekeeper.futuremark.com/run.action?debug=true&repeat=false&forceSuiteName=experimental&forceTestName=experimentalRipple02"
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowVibrator.java | 14 private int repeat; field in class:ShadowVibrator 23 public void vibrate(long[] pattern, int repeat) { 26 this.repeat = repeat; 52 return repeat;
|
/external/junit/src/junit/extensions/ |
RepeatedTest.java | 13 public RepeatedTest(Test test, int repeat) { 15 if (repeat < 0) 17 fTimesRepeat= repeat;
|
/external/chromium/chrome/browser/ui/cocoa/applescript/examples/ |
bookmark_current_tabs.applescript | 10 repeat with i from 1 to (count tabs) 13 end repeat 18 repeat with i from 1 to (count url_list) 20 end repeat
|
/external/chromium/testing/gtest/test/ |
gtest_repeat_test.cc | 51 GTEST_DECLARE_int32_(repeat); 57 using testing::GTEST_FLAG(repeat); 172 void TestRepeat(int repeat) { 173 GTEST_FLAG(repeat) = repeat; 176 GTEST_CHECK_INT_EQ_(repeat > 0 ? 1 : 0, RUN_ALL_TESTS()); 177 CheckCounts(repeat); 182 void TestRepeatWithEmptyFilter(int repeat) { 183 GTEST_FLAG(repeat) = repeat; [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/ |
bookmark_current_tabs.applescript | 10 repeat with i from 1 to (count tabs) 13 end repeat 18 repeat with i from 1 to (count url_list) 20 end repeat
|
/external/chromium_org/sync/ |
DEPS | 2 # Repeat these from the top-level DEPS file so one can just run
|
/external/chromium_org/testing/gtest/test/ |
gtest_repeat_test.cc | 51 GTEST_DECLARE_int32_(repeat); 57 using testing::GTEST_FLAG(repeat); 172 void TestRepeat(int repeat) { 173 GTEST_FLAG(repeat) = repeat; 176 GTEST_CHECK_INT_EQ_(repeat > 0 ? 1 : 0, RUN_ALL_TESTS()); 177 CheckCounts(repeat); 182 void TestRepeatWithEmptyFilter(int repeat) { 183 GTEST_FLAG(repeat) = repeat; [all...] |
/external/gtest/test/ |
gtest_repeat_test.cc | 51 GTEST_DECLARE_int32_(repeat); 57 using testing::GTEST_FLAG(repeat); 172 void TestRepeat(int repeat) { 173 GTEST_FLAG(repeat) = repeat; 176 GTEST_CHECK_INT_EQ_(repeat > 0 ? 1 : 0, RUN_ALL_TESTS()); 177 CheckCounts(repeat); 182 void TestRepeatWithEmptyFilter(int repeat) { 183 GTEST_FLAG(repeat) = repeat; [all...] |
/external/protobuf/gtest/test/ |
gtest_repeat_test.cc | 51 GTEST_DECLARE_int32_(repeat); 57 using testing::GTEST_FLAG(repeat); 172 void TestRepeat(int repeat) { 173 GTEST_FLAG(repeat) = repeat; 176 GTEST_CHECK_INT_EQ_(repeat > 0 ? 1 : 0, RUN_ALL_TESTS()); 177 CheckCounts(repeat); 182 void TestRepeatWithEmptyFilter(int repeat) { 183 GTEST_FLAG(repeat) = repeat; [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_repeat_test.cc | 51 GTEST_DECLARE_int32_(repeat); 57 using testing::GTEST_FLAG(repeat); 172 void TestRepeat(int repeat) { 173 GTEST_FLAG(repeat) = repeat; 176 GTEST_CHECK_INT_EQ_(repeat > 0 ? 1 : 0, RUN_ALL_TESTS()); 177 CheckCounts(repeat); 182 void TestRepeatWithEmptyFilter(int repeat) { 183 GTEST_FLAG(repeat) = repeat; [all...] |
/external/chromium-trace/trace-viewer/src/ui/ |
tool_button.css | 8 background-repeat: no-repeat;
|
/external/llvm/test/CodeGen/PowerPC/ |
ppc-vaarg-agg.ll | 9 br i1 undef, label %repeat, label %maxlen_reached 11 repeat: ; preds = %entry 20 sw.bb72: ; preds = %repeat 23 sw.bb309: ; preds = %repeat 26 sw.bb313: ; preds = %repeat 29 sw.bb321: ; preds = %repeat 32 sw.bb323: ; preds = %repeat 36 sw.bb326: ; preds = %repeat
|
/external/chromium_org/ppapi/c/documentation/ |
tabs.css | 34 background-repeat:no-repeat; 48 background-repeat:repeat-x; 56 background-repeat:repeat-x;
|
/external/chromium_org/ppapi/cpp/documentation/ |
tabs.css | 34 background-repeat:no-repeat; 48 background-repeat:repeat-x; 56 background-repeat:repeat-x;
|
/external/eigen/doc/ |
eigendoxy_tabs.css | 34 background-repeat:no-repeat; 48 background-repeat:repeat-x; 56 background-repeat:repeat-x;
|
/external/wpa_supplicant_8/src/drivers/ |
android_drv.h | 42 /* Repeat section size is Repeat section type + Repeat value length above */ 47 /* Max Repeat section size is Max Repeat section type + Max Repeat value length
|
/frameworks/base/docs/html/reference/renderscript/ |
tabs.css | 34 background-repeat:no-repeat; 48 background-repeat:repeat-x; 56 background-repeat:repeat-x;
|