/external/chromium/chrome/browser/resources/ |
wrench_menu.css | 4 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/tcpdump/ |
ospf6.h | 138 } rla_link[1]; /* may repeat */ 144 rtrid_t nla_router[1]; /* may repeat */ 164 u_int32_t sla_tosmetric[1]; /* may repeat */ 239 rtrid_t hello_neighbor[1]; /* may repeat */ 249 struct lsa_hdr db_lshdr[1]; /* may repeat */ 258 } un_lsr[1]; /* may repeat */ 263 struct lsa lsu_lsa[1]; /* may repeat */ 268 struct lsa_hdr lsa_lshdr[1]; /* may repeat */
|
/frameworks/base/core/java/android/os/ |
NullVibrator.java | 46 public void vibrate(long[] pattern, int repeat) { 47 if (repeat >= pattern.length) {
|
SystemVibrator.java | 64 public void vibrate(long[] pattern, int repeat) { 72 if (repeat < pattern.length) { 74 mService.vibratePattern(pattern, repeat, mToken);
|
/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]
|
anim1-expected-completion56.txt | 10 android:repeatCount : Defines how many times the animation should repeat. [integer, enum] 11 android:repeatMode : Defines the animation behavior when it reaches the end and the repeat count is greater than 0 or infinite. [enum]
|
/external/chromium/third_party/libjingle/source/talk/base/ |
sigslotrepeater.h | 35 // to the originating signal using the 'repeat' method. When the repeated 54 void repeat(base_type &s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater0 69 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater1 84 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater2 102 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater3
|
/external/qemu/ |
android-trace_common.h | 60 uint32_t repeat; // repeat count (= 0 if just one occurrence) member in struct:BBRec 61 uint64_t time_diff; // diff from previous time (if repeat > 0) 73 uint32_t repeat; // repeat count member in struct:InsnRec
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_keyboard.h | 76 * Enable/Disable keyboard repeat. Keyboard repeat defaults to off. 78 * pressed, and keyboard repeat begins. 79 * 'interval' is the time in ms between keyboard repeat events. 84 * If 'delay' is set to 0, keyboard repeat is disabled.
|
/external/webkit/Source/WebKit/android/plugins/ |
PluginTimer.cpp | 35 PluginTimer::PluginTimer(PluginTimer** list, NPP instance, bool repeat, 40 m_repeat(repeat), 109 uint32_t PluginTimerList::schedule(NPP instance, uint32_t interval, bool repeat, 112 PluginTimer* timer = new PluginTimer(&m_list, instance, repeat, proc); 115 if (repeat) {
|
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_keyboard.h | 76 * Enable/Disable keyboard repeat. Keyboard repeat defaults to off. 78 * pressed, and keyboard repeat begins. 79 * 'interval' is the time in ms between keyboard repeat events. 84 * If 'delay' is set to 0, keyboard repeat is disabled.
|
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_keyboard.h | 76 * Enable/Disable keyboard repeat. Keyboard repeat defaults to off. 78 * pressed, and keyboard repeat begins. 79 * 'interval' is the time in ms between keyboard repeat events. 84 * If 'delay' is set to 0, keyboard repeat is disabled.
|
/prebuilts/tools/windows/sdl/host/include/SDL/ |
SDL_keyboard.h | 80 * Enable/Disable keyboard repeat. Keyboard repeat defaults to off. 82 * pressed, and keyboard repeat begins. 83 * 'interval' is the time in ms between keyboard repeat events. 88 * If 'delay' is set to 0, keyboard repeat is disabled.
|
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_keyboard.h | 76 * Enable/Disable keyboard repeat. Keyboard repeat defaults to off. 78 * pressed, and keyboard repeat begins. 79 * 'interval' is the time in ms between keyboard repeat events. 84 * If 'delay' is set to 0, keyboard repeat is disabled.
|
/frameworks/base/services/java/com/android/server/ |
VibratorService.java | 82 Vibration(IBinder token, long[] pattern, int repeat, int uid) { 83 this(token, 0, pattern, repeat, uid); 87 int repeat, int uid) { 92 mRepeat = repeat; 192 public void vibratePattern(long[] pattern, int repeat, IBinder token) { 213 || repeat >= pattern.length || token == null) { 217 Vibration vib = new Vibration(token, pattern, repeat, uid); 227 if (repeat >= 0) { 231 // A negative repeat means that this pattern is not meant 232 // to repeat. Treat it like a simple vibration 466 int repeat = mVibration.mRepeat; local [all...] |
/cts/suite/audio_quality/test_description/ |
dut_recording_spectrum.xml | 26 <sequential repeat="1" index="i"> 28 <sequential repeat="5" index="j"> 33 <sequential repeat="5" index="k">
|
dut_recording_thd.xml | 26 <sequential repeat="1" index="i"> 28 <sequential repeat="2" index="j"> 33 <sequential repeat="2" index="k">
|
dut_speaker_calibration.xml | 26 stage.repeat up to 100 times unless stopped by some condition --> 27 <sequential repeat="20" index="i"> 31 <sequential repeat="8" index="j">
|
dut_speaker_calibration_no_pass.xml | 26 stage.repeat up to 100 times unless stopped by some condition --> 27 <sequential repeat="20" index="i"> 31 <sequential repeat="8" index="j">
|
host_speaker_calibration.xml | 26 stage.repeat up to 100 times unless stopped by some condition --> 27 <sequential repeat="20" index="i"> 31 <sequential repeat="10" index="j">
|
host_speaker_calibration_no_pass.xml | 26 stage.repeat up to 100 times unless stopped by some condition --> 27 <sequential repeat="20" index="i"> 31 <sequential repeat="10" index="j">
|
/cts/suite/audio_quality/test_description/test/ |
test_io.xml | 26 stage.repeat up to 100 times unless stopped by some condition --> 27 <sequential repeat="1" index="i"> 33 <sequential repeat="1" index="i2">
|
/frameworks/base/graphics/java/android/graphics/ |
Shader.java | 46 * repeat the shader's image horizontally and vertically 48 REPEAT (1), 50 * repeat the shader's image horizontally and vertically, alternating
|
/packages/apps/Browser/res/raw/ |
folder_view.ktpl | 53 background : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAABnRSTlMAAAAAAABupgeRAAABHUlEQVR42o2RMW7DIBiF3498iHRJD5JKHurL+CRVBp+i2T16tTynF2gO0KSb5ZrBBl4HHDBuK/WXACH4eO9/CAAAbdvijzLGNE1TVZXfZuHg6XCAQESAZXbOKaXO57eiKG6ft9PrKQIkCQqFoIiQFBGlFIB5nvM8t9aOX2Nd18oDzjnPgCDpn/BH4zh2XZdlWVmWiUK4IgCBoFMUz9eP6zRN75cLgEQhcmTQIbl72O0f9865qLAAsURAAgKBJKEtgLXWvyjLuFsThCSstb8rBCaAQhDYWgIZ7myM+TUBjDHrHlZcbMYYk34cN0YSLcgS+wL0fe9TXDMbY33fR2AYBvyQ8L0Gk8MwREBrTfKe4TpTzwhArXWi8HI84h/1DfwI5mhxJamFAAAAAElFTkSuQmCC ") left top no-repeat;
57 background : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd5JREFUeNqMU79rFUEQ/vbuodFEEkzAImBpkUabFP4ldpaJhZXYm/RiZWsv/hkWFglBUyTIgyAIIfgIRjHv3r39MePM7N3LcbxAFvZ2b2bn22/mm3XMjF+HL3YW7q28YSIw8mBKoBihhhgCsoORot9d3/ywg3YowMXwNde/PzGnk2vn6PitrT+/PGeNaecg4+qNY3D43vy16A5wDDd4Aqg/ngmrjl/GoN0U5V1QquHQG3q+TPDVhVwyBffcmQGJmSVfyZk7R3SngI4JKfwDJ2+05zIg8gbiereTZRHhJ5KCMOwDFLjhoBTn2g0ghagfKeIYJDPFyibJVBtTREwq60SpYvh5++PpwatHsxSm9QRLSQpEVSd7/TYJUb49TX7gztpjjEffnoVw66+Ytovs14Yp7HaKmUXeX9rKUoMoLNW3srqI5fWn8JejrVkK0QcrkFLOgS39yoKUQe292WJ1guUHG8K2o8K00oO1BTvXoW4yasclUTgZYJY9aFNfAThX5CZRmczAV52oAPoupHhWRIUUAOoyUIlYVaAa/VbLbyiZUiyFbjQFNwiZQSGl4IDy9sO5Wrty0QLKhdZPxmgGcDo8ejn+c/6eiK9poz15Kw7Dr/vN/z6W7q++091/AQYA5mZ8GYJ9K0AAAAAASUVORK5CYII= ") left top no-repeat;
61 background : url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAmlJREFUeNpsU0toU0EUPfPysx/tTxuDH9SCWhUDooIbd7oRUUTMouqi2iIoCO6lceHWhegy4EJFinWjrlQUpVm0IIoFpVDEIthm0dpikpf3ZuZ6Z94nrXhhMjM3c8895977BBHB2PznK8WPtDgyWH5q77cPH8PpdXuhpQT4ifR9u5sfJb1bmw6VivahATDrxcRZ2njfoaMv+2j7mLDn93MPiNRMvGbL18L9IpF8h9/TN+EYkMffSiOXJ5+hkD+PdqcLpICWHOHc2CC+LEyA/K+cKQMnlQHJX8wqYG3MAJy88Wa4OLDvEqAEOpJd0LxHIMdHBziowSwVlF8D6QaicK01krw/JynwcKoEwZczewroTvZirlKJs5CqQ5CG8pb57FnJUA0LYCXMX5fibd+p8LWDDemcPZbzQyjvH+Ki1TlIciElA7ghwLKV4kRZstt2sANWRjYTAGzuP2hXZFpJ/GsxgGJ0ox1aoFWsDXyyxqCs26+ydmagFN/rRjymJ1898bzGzmQE0HCZpmk5A0RFIv8Pn0WYPsiu6t/Rsj6PauVTwffTSzGAGZhUG2F06hEc9ibS7OPMNp6ErYFlKavo7MkhmTqCxZ/jwzGA9Hx82H2BZSw1NTN9Gx8ycHkajU/7M+jInsDC7DiaEmo1bNl1AMr9ASFgqVu9MCTIzoGUimXVAnnaN0PdBBDCCYbEtMk6wkpQwIG0sn0PQIUF4GsTwLSIFKNqF6DVrQq+IWVrQDxAYQC/1SsYOI4pOxKZrfifiUSbDUisif7XlpGIPufXd/uvdvZm760M0no1FZcnrzUdjw7au3vu/BVgAFLXeuTxhTXVAAAAAElFTkSuQmCC ") left top no-repeat;
|