HomeSort by relevance Sort by last modified time
    Searched refs:repeating (Results 1 - 21 of 21) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/input/event/
KeyInputEvent.java 47 private boolean repeating; field in class:KeyInputEvent
49 public KeyInputEvent(int keyCode, char keyChar, boolean pressed, boolean repeating) {
53 this.repeating = repeating;
91 return repeating;
109 if (repeating){
110 return str + ", REPEATING)";
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraDeviceTest.java 228 private void runCaptureTest(boolean burst, boolean repeating) throws Exception {
244 captureSingleShot(camera, ids[i], mTemplates[j], repeating);
249 captureBurstShot(camera, ids[i], mTemplates, 0, repeating);
252 captureBurstShot(camera, ids[i], mTemplates, 1, repeating);
263 captureBurstShot(camera, ids[i], templates, templates.length, repeating);
266 captureBurstShot(camera, ids[i], mTemplates, mTemplates.length, repeating);
285 boolean repeating) throws Exception {
300 if (!repeating) {
309 int expectedCaptureResultCount = repeating ? REPEATING_CAPTURE_EXPECTED_RESULT_COUNT : 1;
312 if (repeating) {
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraDevice.java 270 Handler handler, boolean repeating) throws CameraAccessException {
283 requestId = mRemoteDevice.submitRequest(request, repeating);
292 handler, repeating));
295 if (repeating) {
318 Log.w(TAG, "Set Repeating burst request list is empty, do nothing!");
351 throw new IllegalStateException("Active repeating request ongoing");
422 boolean repeating) {
427 mRepeating = repeating;
576 // TODO: how to handle repeating listeners?
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/userscript-runat/
runat.user.js 54 'background-image: -webkit-repeating-linear-gradient(' +
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser.h 242 bool parseDeprecatedLinearGradient(CSSParserValueList*, RefPtr<CSSValue>&, CSSGradientRepeat repeating);
243 bool parseDeprecatedRadialGradient(CSSParserValueList*, RefPtr<CSSValue>&, CSSGradientRepeat repeating);
244 bool parseLinearGradient(CSSParserValueList*, RefPtr<CSSValue>&, CSSGradientRepeat repeating);
245 bool parseRadialGradient(CSSParserValueList*, RefPtr<CSSValue>&, CSSGradientRepeat repeating);
CSSParser-in.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
util.js 132 * Builds a string by repeating |str| |count| times.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js 115 // Use a repeating alarm so that it fires again if there was a problem
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
collections.py 465 '''Iterator over elements repeating each as many times as its count.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
collections.py 465 '''Iterator over elements repeating each as many times as its count.
  /external/chromium/chrome/browser/resources/net_internals/
util.js 120 * Builds a string by repeating |str| |count| times.
  /external/eigen/blas/testing/
cblat2.f 680 * Avoid repeating tests with M.le.0 or
    [all...]
dblat2.f 670 * Avoid repeating tests with M.le.0 or
    [all...]
sblat2.f 670 * Avoid repeating tests with M.le.0 or
    [all...]
zblat2.f 682 * Avoid repeating tests with M.le.0 or
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 404 * Creates an alarm for the next attempt. The alarm is repeating for the case
  /external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
calendarPicker.js     [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 120 // avoids some overhead from repeating the key string multiple times, and
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 3412 milliseconds