HomeSort by relevance Sort by last modified time
    Searched full:repeat (Results 176 - 200 of 2242) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/resources/chromeos/
wrench_menu.css 12 background-repeat: no-repeat;
  /external/chromium_org/chrome/browser/resources/user_manager/
control_bar.css 51 background-repeat: no-repeat;
user_manager.css 55 background-repeat: no-repeat;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/
select.css 18 background-repeat: no-repeat;
  /external/chromium_org/remoting/webapp/
menu_button.css 66 background-repeat: no-repeat;
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
remember-last-script.html 14 <li><p>Repeat the following several times. Each time, <b>(program): f1.js</b>
21 <li><p>Repeat the following several times. Each time, <b>remember-last-script.html</b>
  /external/chromium_org/third_party/WebKit/PerformanceTests/CSS/
CSSPropertySetterGetter.html 16 'backgroundRepeat' : 'repeat-x',
17 'background' : '#ffffff url(\'img_tree.png\') no-repeat right top',
  /external/chromium_org/tools/perf/measurements/
loading_profile.py 22 page_repeat_option = parser.get_option('--page-repeat')
24 parser.remove_option('--page-repeat')
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner_repeat.py 36 """Returns True if we need to repeat this pageset more times"""
47 """Returns True if we need to repeat this page more times"""
  /external/chromium_org/v8/benchmarks/
style.css 54 background-repeat: no-repeat;
  /external/clang/test/SemaCXX/
blocks.cpp 25 int repeat(int value, int (^block)(int), unsigned n) { function in namespace:test2
36 return repeat(1, ^(int v) { return v * base; }, n);
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestSpotLightTerrain.java 133 grass.setWrap(WrapMode.Repeat);
139 dirt.setWrap(WrapMode.Repeat);
145 rock.setWrap(WrapMode.Repeat);
151 brick.setWrap(WrapMode.Repeat);
157 riverRock.setWrap(WrapMode.Repeat);
163 normalMap0.setWrap(WrapMode.Repeat);
165 normalMap1.setWrap(WrapMode.Repeat);
167 normalMap2.setWrap(WrapMode.Repeat);
  /external/pixman/test/
affine-test.c 44 pixman_repeat_t repeat = PIXMAN_REPEAT_NONE; local
173 repeat = PIXMAN_REPEAT_NONE;
177 repeat = PIXMAN_REPEAT_NORMAL;
181 repeat = PIXMAN_REPEAT_PAD;
185 repeat = PIXMAN_REPEAT_REFLECT;
191 pixman_image_set_repeat (src_img, repeat);
204 printf ("op=%s, repeat=%d, transform=\n",
205 operator_name (op), repeat);
  /external/skia/gm/viewer/
view.html 26 <li ng-repeat="resultsOfOneType in gmActualResults">
33 <tr ng-repeat="result in resultsOfOneType['resultsOfThisType']">
  /external/v8/benchmarks/
style.css 54 background-repeat: no-repeat;
  /external/v8/test/mjsunit/
str-to-num.js 32 function repeat(s, num) { function
43 assertEquals('0000000000', repeat('0', 10));
151 assertEquals(0, toNumber("0x000" + repeat('0', 1000)));
158 assertEquals(Infinity, toNumber("0x" + repeat('0', 1000) + '1'
159 + repeat('0', 1000)));
160 assertEquals(-Infinity, toNumber("-0x1" + repeat('0', 1000)));
205 assertTrue(isNaN(toNumber("1" + repeat('0', 1000) + 'junk')), "1e1000 junk");
208 assertEquals(toNumber('1' + repeat('0', i)), Math.pow(10.0, i));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 105 repeat = None
107 repeat = nodes[-1]
111 pattern = self.compile_basic(nodes, repeat)
113 if repeat is not None:
114 assert repeat.type == self.syms.Repeater
115 children = repeat.children
139 def compile_basic(self, nodes, repeat=None):
169 assert repeat is None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 105 repeat = None
107 repeat = nodes[-1]
111 pattern = self.compile_basic(nodes, repeat)
113 if repeat is not None:
114 assert repeat.type == self.syms.Repeater
115 children = repeat.children
139 def compile_basic(self, nodes, repeat=None):
169 assert repeat is None
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
anim1-expected-completion55.txt 12 android:repeatCount : Defines how many times the animation should repeat. [integer, enum]
13 android:repeatMode : Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. [enum]
  /build/tools/droiddoc/templates-ds/assets/
android-developer-core.css 32 background-repeat:repeat-x;
200 background:transparent url(images/preliminary.png) repeat scroll 0 0; */
251 background-repeat: no-repeat;
264 background-repeat: no-repeat;
286 background-repeat: no-repeat;
395 background-repeat: no-repeat
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 32 background-repeat:repeat-x;
200 background:transparent url(images/preliminary.png) repeat scroll 0 0; */
250 background-repeat: no-repeat;
263 background-repeat: no-repeat;
285 background-repeat: no-repeat;
394 background-repeat: no-repeat
    [all...]
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_options_page.css 83 background: left center no-repeat;
94 background: right center no-repeat;
164 background-repeat: no-repeat;
183 background-repeat: no-repeat;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
user.py 65 def prompt(cls, message, repeat=1, raw_input=raw_input):
67 while (repeat and not response):
68 repeat -= 1
73 def prompt_password(cls, message, repeat=1):
74 return cls.prompt(message, repeat=repeat, raw_input=getpass.getpass)
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.h 44 modified = core | morph | quote | repeat
47 repeat = modified quantifier | modified quantifier weight-list
70 o if weight is not presented in "alt-item' and 'repeat',
77 o the weight-list for repeat assigns the weights for repeat itmes one by one
92 For 'repeat', the parser will eat up as much as possible weights at one time,
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer.h 93 // Set how many times to repeat reading the file. Repeat forever if the
94 // parameter is talk_base::kForever(-1); no repeat if the parameter is 0 or
96 void set_repeat(int repeat) { repeat_ = repeat; }
146 int repeat_; // How many times to repeat the file.

Completed in 4427 milliseconds

1 2 3 4 5 6 78 91011>>