/external/webkit/Source/WebCore/manual-tests/ |
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...] |
/cts/tests/tests/webkitsecurity/assets/ |
background-norepeat-crash.html | 9 <body style="background:url(),url(); background-repeat:no-repeat;"> 12 Test for crash when retrieving the implicit "background" property value with "background-repeat: no-repeat" (https://bugs.webkit.org/show_bug.cgi?id=49055). If this text appears, the test has passed.
|
create-pattern-does-not-crash.html | 11 var p = ctx.createPattern(canvas, 'no-repeat');
|
animated-background-image-crash.html | 8 background: url(resources/animated.gif) top left no-repeat, 9 url(resources/animated2.gif) bottom right no-repeat;
|
overflow-custom-scrollbar-crash.html | 19 background-repeat: repeat-x; 50 background-repeat: no-repeat, repeat-x; 56 background-repeat: no-repeat, repeat-x;
|
/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
|
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/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...] |
/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/wpa_supplicant_8/src/drivers/ |
android_drv.h | 44 /* Repeat section size is Repeat section type + Repeat value length above */ 49 /* 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;
|
/external/chromium/chrome/browser/resources/ |
new_incognito_tab_theme.css | 5 background-repeat: $5;
|
flags_warning.html | 20 background-repeat: no-repeat;
|
menu.css | 14 background-repeat: no-repeat; 73 background-repeat: no-repeat;
|
/frameworks/base/core/java/android/os/ |
Vibrator.java | 63 * To cause the pattern to repeat, pass the index into the pattern array at which 64 * to start the repeat, or -1 to disable repeating. 70 * @param repeat the index into pattern at which to repeat, or -1 if 71 * you don't want to repeat. 73 public abstract void vibrate(long[] pattern, int repeat);
|
/external/chromium/chrome/browser/resources/chromeos/ |
choose_mobile_network.css | 11 background-repeat: no-repeat;
|
/external/chromium/chrome/browser/resources/options/ |
about_page.css | 23 background-repeat: no-repeat;
|
/external/webkit/Source/WebCore/manual-tests/inspector/ |
webinspector-log.html | 19 command again, and you should see the repeat count go to 2. 20 The message and repeat count are blue.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
animator1-expected-completion59.txt | 6 android:repeatCount : Defines how many times the animation should repeat. [integer, enum] 7 android:repeatMode : Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. [enum]
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
clone_test.S | 15 dec %rcx # repeat count times 63 dec %rcx # repeat count times 72 dec %rcx # repeat count times 87 dec %rcx # repeat count times
|
/external/valgrind/main/exp-bbv/tests/x86-linux/ |
clone_test.S | 15 dec %ecx # repeat count times 63 dec %ecx # repeat count times 72 dec %ecx # repeat count times 87 dec %ecx # repeat count times
|