HomeSort by relevance Sort by last modified time
    Searched refs:repeat (Results 51 - 75 of 476) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.css 75 background-repeat: no-repeat;
84 background-repeat: no-repeat;
mostvisited_tablet.css 68 background-repeat: no-repeat;
160 background-repeat: no-repeat;
  /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.
  /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/pixman/pixman/
pixman-gradient-walker.c 34 pixman_repeat_t repeat)
48 walker->repeat = repeat;
65 if (walker->repeat == PIXMAN_REPEAT_NORMAL)
69 else if (walker->repeat == PIXMAN_REPEAT_REFLECT)
92 if (walker->repeat == PIXMAN_REPEAT_NORMAL)
97 else if (walker->repeat == PIXMAN_REPEAT_REFLECT)
117 else if (walker->repeat == PIXMAN_REPEAT_NONE)
  /external/chromium_org/chrome/browser/resources/file_manager/css/
common.css 41 background-repeat: no-repeat;
156 background-repeat: no-repeat;
192 background-repeat: no-repeat;
200 background-repeat: no-repeat;
263 background-repeat: no-repeat;
    [all...]
tree.css 25 background-repeat: no-repeat;
  /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/eigen/test/eigen2/
eigen2_prec_inverse_4x4.cpp 48 template<typename MatrixType> void inverse_general_4x4(int repeat)
53 for(int i = 0; i < repeat; ++i)
67 double error_avg = error_sum / repeat;
  /external/chromium-trace/trace-viewer/src/cc/
picture_debugger.css 53 background-repeat: no-repeat;
  /external/chromium_org/chrome/browser/resources/print_preview/
no_destinations_promo.css 42 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/chrome/renderer/resources/
plugin_placeholders.css 66 background-repeat: no-repeat;
  /external/chromium_org/remoting/webapp/
connection_history.css 88 background-repeat: no-repeat;
menu_button.css 66 background-repeat: no-repeat;
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
rep_prefix.S 3 # only count as one instruction, even though they repeat many times
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/
enum_params.hpp 19 # include <boost/preprocessor/repetition/repeat.hpp>
enum_trailing_params.hpp 16 # include <boost/preprocessor/repetition/repeat.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/detail/
in_place_factory_prefix.hpp 22 #include <boost/preprocessor/repetition/repeat.hpp>
  /frameworks/base/services/java/com/android/server/
VibratorService.java 94 Vibration(IBinder token, long[] pattern, int repeat, int uid, String packageName) {
95 this(token, 0, pattern, repeat, uid, packageName);
99 int repeat, int uid, String packageName) {
104 mRepeat = repeat;
235 public void vibratePattern(int uid, String packageName, long[] pattern, int repeat,
257 || repeat >= pattern.length || token == null) {
261 Vibration vib = new Vibration(token, pattern, repeat, uid, packageName);
271 if (repeat >= 0) {
275 // A negative repeat means that this pattern is not meant
276 // to repeat. Treat it like a simple vibration
547 final int repeat = mVibration.mRepeat; local
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.css 11 background: transparent none no-repeat scroll 4px 12px;
  /cts/suite/audio_quality/test/
RemoteAudioFakeTcpTest.cpp 166 int repeat = 1; local
175 U32_ENDIAN_SWAP(repeat)
187 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
199 int repeat = 1; local
208 U32_ENDIAN_SWAP(repeat)
231 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
241 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
251 ASSERT_TRUE(mRemoteAudio->startPlayback(stereo, samplingF, mode, volume, id, repeat));
  /external/chromium_org/chrome/browser/resources/chromeos/login/
accessibility_menu.css 23 background: url('chrome://theme/IDR_CLOSE_DIALOG') center no-repeat;
  /frameworks/base/core/java/android/hardware/input/
IInputManager.aidl 57 void vibrate(int deviceId, in long[] pattern, int repeat, IBinder token);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowPage.java 51 public static final String KEY_REPEAT = "repeat";
205 boolean repeat = data.getBoolean(KEY_REPEAT);
207 new ShuffleSource(mediaSet, repeat), 0, null);
213 boolean repeat = data.getBoolean(KEY_REPEAT);
214 mModel = new SlideshowDataAdapter(mActivity, new SequentialSource(mediaSet, repeat),
248 public ShuffleSource(MediaSet mediaSet, boolean repeat) {
250 mRepeat = repeat;
318 public SequentialSource(MediaSet mediaSet, boolean repeat) {
320 mRepeat = repeat;

Completed in 571 milliseconds

1 23 4 5 6 7 8 91011>>