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

1 2

  /external/parameter-framework/bindings/c/
Test.cpp 62 CAPTURE(pfwGetLastError(pfw));
72 CAPTURE(pfwGetLastError(pfw));
85 CAPTURE(errno);
304 CAPTURE(criterionName);
322 CAPTURE(criterionName);
328 CAPTURE(criterionName);
  /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...]
  /external/v8/src/
regexp.js 306 // last pair (after the first pair) of elements of the capture array even if
309 var start = lastMatchInfo[CAPTURE(length - 2)];
310 var end = lastMatchInfo[CAPTURE(length - 1)];
362 var matchStart = lastMatchInfo[CAPTURE(index)];
363 var matchEnd = lastMatchInfo[CAPTURE(index + 1)];
374 // that there are at least two capture indeces. The array also contains
macros.py 243 macro CAPTURE(index) = (3 + (index));
247 # For the regexp capture override array. This has the same
253 # 1-based so index of 1 returns the first capture
string.js 351 var start = matchInfo[CAPTURE(scaled_index)];
354 %_SubString(subject, start, matchInfo[CAPTURE(scaled_index + 1)]);
388 // Compute the string of a given regular expression capture.
393 var start = lastCaptureInfo[CAPTURE(scaled)];
396 var end = lastCaptureInfo[CAPTURE(scaled + 1)];
432 // the regexp, just the implicit capture that captures the whole match. In
parser.h 273 CAPTURE, // All positive values represent captures.
296 // Index in captures array of first capture in this sub-expression, if any.
297 // Also the capture index of this sub-expression itself, if group_type
298 // is CAPTURE.
306 // Stored disjunction type (capture, look-ahead or grouping), if any.
308 // Stored disjunction's capture index (if any).
329 // The capture count is only valid after we have scanned for captures.
    [all...]
parser.cc 4205 RegExpCapture* capture = new(zone()) RegExpCapture(body, capture_index); local
4335 RegExpCapture* capture = NULL; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraImpl.java 108 /** Set the total capture result once it's been received. */
115 * Returns whether the capture is complete (which is the case once the
116 * image and capture result are both present.
125 /** If true, will write data about each capture request to disk. */
151 * <li>{@link #CAPTURE}</li>
157 /** Capture request (purely for logging). */
158 CAPTURE,
174 /** Keep PictureCallback for last requested capture. */
208 if (request.getTag() == RequestTag.CAPTURE
242 if (request.getTag() == RequestTag.CAPTURE) {
    [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 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.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 

Completed in 763 milliseconds

1 2