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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
SystemVibrator.java 66 public void vibrate(long[] pattern, int repeat) {
67 vibrate(Process.myUid(), mPackageName, pattern, repeat); local
90 public void vibrate(int owningUid, String owningPackage, long[] pattern, int repeat) {
98 if (repeat < pattern.length) {
100 mService.vibratePattern(owningUid, owningPackage, pattern, repeat, mToken);
  /system/core/toolbox/
hd.c 25 int repeat = 0; local
39 repeat = strtol(optarg, NULL, 0);
94 if(repeat)
95 sleep(repeat);
96 } while(repeat);
  /external/chromium_org/third_party/libxml/src/
testThreads.c 99 unsigned int i, repeat; local
105 for (repeat = 0;repeat < 500;repeat++) {
142 unsigned int i, repeat; local
149 for (repeat = 0;repeat < 500;repeat++) {
150 printf("repeat: %d\n",repeat);
    [all...]
testThreadsWin32.c 88 unsigned int i, repeat; local
94 for (repeat = 0;repeat < TEST_REPEAT_COUNT;repeat++)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_split_prim.h 47 int repeat = 0; local
70 repeat = 1;
89 repeat = 2;
93 repeat = 1;
100 repeat = 2;
110 s->p_start += (max_verts - repeat);
  /external/mesa3d/src/gallium/auxiliary/util/
u_split_prim.h 47 int repeat = 0; local
70 repeat = 1;
89 repeat = 2;
93 repeat = 1;
100 repeat = 2;
110 s->p_start += (max_verts - repeat);
  /external/chromium_org/chrome/browser/resources/chromeos/
menu.css 17 background-repeat: no-repeat;
75 background-repeat: no-repeat;
network_menu.css 30 background-repeat: no-repeat;
wrench_menu.css 12 background-repeat: no-repeat;
  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_overscan.css 34 background-repeat: no-repeat;
44 background-repeat: no-repeat;
  /external/chromium_org/chrome/browser/resources/file_manager/css/
combobutton.css 12 background-repeat: no-repeat;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.h 96 CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType)
100 , m_repeating(repeat == Repeating)
142 static PassRefPtr<CSSLinearGradientValue> create(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSLinearGradient)
144 return adoptRef(new CSSLinearGradientValue(repeat, gradientType));
162 CSSLinearGradientValue(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSLinearGradient)
163 : CSSGradientValue(LinearGradientClass, repeat, gradientType)
178 static PassRefPtr<CSSRadialGradientValue> create(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSRadialGradient)
180 return adoptRef(new CSSRadialGradientValue(repeat, gradientType));
205 CSSRadialGradientValue(CSSGradientRepeat repeat, CSSGradientType gradientType = CSSRadialGradient)
206 : CSSGradientValue(RadialGradientClass, repeat, gradientType
    [all...]
  /external/chromium-trace/trace-viewer/src/ui/
mouse_mode_selector.css 26 background: url(../images/ui-states.png) 2px 3px no-repeat;
27 background-repeat: no-repeat;
  /external/eigen/test/
prec_inverse_4x4.cpp 30 template<typename MatrixType> void inverse_general_4x4(int repeat)
35 for(int i = 0; i < repeat; ++i)
49 double error_avg = error_sum / repeat;
  /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/chromium_org/chrome/browser/resources/
crashes.css 16 background-repeat: no-repeat;
  /external/chromium_org/chrome/browser/resources/extensions/
extension_info.css 13 background-repeat: no-repeat;
  /external/chromium_org/chrome/browser/resources/user_manager/
control_bar.css 49 background-repeat: no-repeat;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLViewer.css 63 background-repeat: no-repeat;
  /external/chromium_org/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
70 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater1
86 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater2
105 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } function in class:sigslot::repeater3
  /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
million.S 12 dec %rcx # repeat count times
  /external/valgrind/main/exp-bbv/tests/arm-linux/
million.S 17 bne big_loop @ repeat till zero
  /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
  /external/guava/guava-tests/test/com/google/common/base/
StringsTest.java 110 assertEquals("", Strings.repeat(input, 0));
111 assertEquals("20", Strings.repeat(input, 1));
112 assertEquals("2020", Strings.repeat(input, 2));
113 assertEquals("202020", Strings.repeat(input, 3));
115 assertEquals("", Strings.repeat("", 4));
118 assertEquals(2 * i, Strings.repeat(input, i).length());
122 Strings.repeat("x", -1);
128 Strings.repeat("12345678", (1 << 30) + 3);
137 Strings.repeat(null, 5);

Completed in 335 milliseconds

12 3 4 5 6 7 8 91011>>