/docs/source.android.com/src/devices/ |
drm.jd | 188 <p>License metadata such as license expiry time, repeatable count and etc., may be
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.internal.backends.chrome_inspector.inspector_backend.html | 124 <dl><dt><a name="InspectorBackend-SynthesizeScrollGesture"><strong>SynthesizeScrollGesture</strong></a>(inspector_backend, *args, **kwargs)</dt><dd><tt>Runs an inspector command that causes a repeatable browser driven scroll.<br>
|
telemetry.page.action_runner.html | 63 <dl><dt><a name="ActionRunner-CreateGestureInteraction"><strong>CreateGestureInteraction</strong></a>(self, label, repeatable<font color="#909090">=False</font>)</dt><dd><tt>Create an action.<a href="#Interaction">Interaction</a> <a href="__builtin__.html#object">object</a> that issues gesture-based<br> 81 repeatable: Whether other interactions may use the same logical name<br> 88 <dl><dt><a name="ActionRunner-CreateInteraction"><strong>CreateInteraction</strong></a>(self, label, repeatable<font color="#909090">=False</font>)</dt><dd><tt>Create an action.<a href="#Interaction">Interaction</a> <a href="__builtin__.html#object">object</a> that issues interaction record.<br> 107 repeatable: Whether other interactions may use the same logical name<br> 275 <dl><dt><a name="ActionRunner-RepeatableBrowserDrivenScroll"><strong>RepeatableBrowserDrivenScroll</strong></a>(self, x_scroll_distance_ratio<font color="#909090">=0.0</font>, y_scroll_distance_ratio<font color="#909090">=0.5</font>, repeat_count<font color="#909090">=0</font>, repeat_delay_ms<font color="#909090">=250</font>)</dt><dd><tt>Perform a browser driven repeatable scroll gesture.<br> [all...] |
telemetry.internal.backends.chrome.oobe.html | 173 <dl><dt><a name="Oobe-SynthesizeScrollGesture"><strong>SynthesizeScrollGesture</strong></a>(self, x<font color="#909090">=100</font>, y<font color="#909090">=800</font>, xDistance<font color="#909090">=0</font>, yDistance<font color="#909090">=-500</font>, xOverscroll<font color="#909090">=None</font>, yOverscroll<font color="#909090">=None</font>, preventFling<font color="#909090">=True</font>, speed<font color="#909090">=None</font>, gestureSourceType<font color="#909090">=None</font>, repeatCount<font color="#909090">=None</font>, repeatDelayMs<font color="#909090">=None</font>, interactionMarkerName<font color="#909090">=None</font>)</dt><dd><tt>Runs an inspector command that causes a repeatable browser driven scroll.<br>
|
telemetry.internal.browser.extension_page.html | 169 <dl><dt><a name="ExtensionPage-SynthesizeScrollGesture"><strong>SynthesizeScrollGesture</strong></a>(self, x<font color="#909090">=100</font>, y<font color="#909090">=800</font>, xDistance<font color="#909090">=0</font>, yDistance<font color="#909090">=-500</font>, xOverscroll<font color="#909090">=None</font>, yOverscroll<font color="#909090">=None</font>, preventFling<font color="#909090">=True</font>, speed<font color="#909090">=None</font>, gestureSourceType<font color="#909090">=None</font>, repeatCount<font color="#909090">=None</font>, repeatDelayMs<font color="#909090">=None</font>, interactionMarkerName<font color="#909090">=None</font>)</dt><dd><tt>Runs an inspector command that causes a repeatable browser driven scroll.<br>
|
telemetry.internal.browser.web_contents.html | 156 <dl><dt><a name="WebContents-SynthesizeScrollGesture"><strong>SynthesizeScrollGesture</strong></a>(self, x<font color="#909090">=100</font>, y<font color="#909090">=800</font>, xDistance<font color="#909090">=0</font>, yDistance<font color="#909090">=-500</font>, xOverscroll<font color="#909090">=None</font>, yOverscroll<font color="#909090">=None</font>, preventFling<font color="#909090">=True</font>, speed<font color="#909090">=None</font>, gestureSourceType<font color="#909090">=None</font>, repeatCount<font color="#909090">=None</font>, repeatDelayMs<font color="#909090">=None</font>, interactionMarkerName<font color="#909090">=None</font>)</dt><dd><tt>Runs an inspector command that causes a repeatable browser driven scroll.<br>
|
/external/clang/test/Parser/ |
MicrosoftExtensions.cpp | 4 [repeatable][source_annotation_attribute( Parameter|ReturnValue )]
|
/external/zlib/src/contrib/ada/ |
test.adb | 69 -- The random data is repeatable, for the good compression.
|
/prebuilts/gdb/darwin-x86/share/man/man1/ |
python.1 | 448 purpose is to allow repeatable hashing, such as for selftests for the
|
python2.1 | 448 purpose is to allow repeatable hashing, such as for selftests for the
|
python2.7.1 | 448 purpose is to allow repeatable hashing, such as for selftests for the
|
/prebuilts/gdb/linux-x86/share/man/man1/ |
python.1 | 448 purpose is to allow repeatable hashing, such as for selftests for the
|
python2.1 | 448 purpose is to allow repeatable hashing, such as for selftests for the
|
python2.7.1 | 448 purpose is to allow repeatable hashing, such as for selftests for the
|
/prebuilts/python/darwin-x86/2.7.5/share/man/man1/ |
python.1 | 448 purpose is to allow repeatable hashing, such as for selftests for the
|
python2.1 | 448 purpose is to allow repeatable hashing, such as for selftests for the
|
python2.7.1 | 448 purpose is to allow repeatable hashing, such as for selftests for the
|
/prebuilts/python/linux-x86/2.7.5/share/man/man1/ |
python.1 | 448 purpose is to allow repeatable hashing, such as for selftests for the
|
python2.1 | 448 purpose is to allow repeatable hashing, such as for selftests for the
|
python2.7.1 | 448 purpose is to allow repeatable hashing, such as for selftests for the
|
/frameworks/base/core/java/android/inputmethodservice/ |
Keyboard.java | 283 public boolean repeatable; field in class:Keyboard.Key 372 repeatable = a.getBoolean( [all...] |
/build/tools/releasetools/ |
blockimgdiff.py | 184 # We use OrderedDict rather than dict so that the output is repeatable; [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
hashmap.go | 691 // Hash isn't repeatable if k != k (NaNs). We need a 692 // repeatable and randomish choice of which direction
|
/prebuilts/go/linux-x86/src/runtime/ |
hashmap.go | 691 // Hash isn't repeatable if k != k (NaNs). We need a 692 // repeatable and randomish choice of which direction
|
/docs/source.android.com/src/security/keystore/ |
features.jd | 226 are repeatable, meaning that multiple values may be associated with a single
|