HomeSort by relevance Sort by last modified time
    Searched refs:CAPTURE (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 112 public static final int CAPTURE = 0x080000;
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp 88 #define CAPTURE 1
201 #if CAPTURE
221 #else /* CAPTURE */
223 #endif /* CAPTURE */
392 #if CAPTURE
408 #else /* CAPTURE */
413 #endif /* CAPTURE */
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java 84 /** If true, will write data about each capture request to disk. */
108 * <li>{@link #CAPTURE}</li>
114 /** Capture request (purely for logging). */
115 CAPTURE,
128 /** Keep PictureCallback for last requested capture. */
161 if (request.getTag() == RequestTag.CAPTURE && mLastPictureCallback != null) {
206 /** The Camera2 API capture session currently active. */
211 * A queue of capture requests that have been requested but are not done
227 InFlightCapture capture = mCaptureQueue.remove();
231 capture.session.startEmpty()
    [all...]
  /external/chromium_org/v8/src/
regexp.js 295 // last pair (after the first pair) of elements of the capture array even if
298 var start = lastMatchInfo[CAPTURE(length - 2)];
299 var end = lastMatchInfo[CAPTURE(length - 1)];
351 var matchStart = lastMatchInfo[CAPTURE(index)];
352 var matchEnd = lastMatchInfo[CAPTURE(index + 1)];
363 // that there are at least two capture indeces. The array also contains
macros.py 241 macro CAPTURE(index) = (3 + (index));
245 # For the regexp capture override array. This has the same
251 # 1-based so index of 1 returns the first capture
string.js 353 var start = matchInfo[CAPTURE(scaled_index)];
356 %_SubString(subject, start, matchInfo[CAPTURE(scaled_index + 1)]);
390 // Compute the string of a given regular expression capture.
395 var start = lastCaptureInfo[CAPTURE(scaled)];
398 var end = lastCaptureInfo[CAPTURE(scaled + 1)];
434 // the regexp, just the implicit capture that captures the whole match. In
parser.h 307 CAPTURE, // All positive values represent captures.
330 // Index in captures array of first capture in this sub-expression, if any.
331 // Also the capture index of this sub-expression itself, if group_type
332 // is CAPTURE.
340 // Stored disjunction type (capture, look-ahead or grouping), if any.
342 // Stored disjunction's capture index (if any).
363 // The capture count is only valid after we have scanned for captures.
messages.js 580 // of the fourth capture, where the numbering is zero-based).
581 var matchInfo = new InternalArray(CAPTURE(3) + 1);
586 %_SubString(source, matchInfo[CAPTURE(2)], matchInfo[CAPTURE(3)]);
    [all...]
parser.cc 4052 RegExpCapture* capture = new(zone()) RegExpCapture(body, capture_index); local
4182 RegExpCapture* capture = NULL; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 1419 milliseconds

1 2