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

1 2 3

  /external/parameter-framework/upstream/utility/test/
utility.cpp 60 CAPTURE(Catch::toString(test.input));
86 CAPTURE(Catch::toString(test.input));
88 CAPTURE(test.separator);
120 CAPTURE(Catch::toString(test.input));
121 CAPTURE(test.keyValueSep);
122 CAPTURE(test.itemSep);
143 CAPTURE(test.initial);
144 CAPTURE(test.title);
160 CAPTURE(str);
168 CAPTURE(str)
    [all...]
  /external/parameter-framework/upstream/bindings/c/
Test.cpp 60 CAPTURE(pfwGetLastError(pfw));
70 CAPTURE(pfwGetLastError(pfw));
275 CAPTURE(criterionName);
287 CAPTURE(criterionName);
293 CAPTURE(criterionName);
  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 120 public static final int CAPTURE = 0x080000;
367 if (hasService(Service.CAPTURE)) {
370 // By the A2DP spec, srcs must indicate the CAPTURE service.
  /device/google/marlin/camera/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...]
  /hardware/qcom/camera/msm8998/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/
regexp-parser.h 214 CAPTURE, // All positive values represent captures.
243 // Index in captures array of first capture in this sub-expression, if any.
244 // Also the capture index of this sub-expression itself, if group_type
245 // is CAPTURE.
247 // The name of the current sub-expression, if group_type is CAPTURE. Only
253 // Check whether the parser is inside a capture group with the given index.
255 // Check whether the parser is inside a capture group with the given name.
263 // Stored disjunction type (capture, look-ahead or grouping), if any.
267 // Stored disjunction's capture index (if any).
269 // Stored capture name (if any)
    [all...]
regexp-parser.cc 211 if (group_type == CAPTURE) {
216 RegExpCapture* capture = GetCapture(capture_index); local
217 capture->set_body(body);
218 body = capture;
280 SubexpressionType subexpr_type = CAPTURE;
327 if (subexpr_type == CAPTURE) {
423 // The back reference is inside the capture group it refers to.
426 // the capture registers of the referenced capture are either
430 RegExpCapture* capture = GetCapture(index) local
785 RegExpCapture* capture = GetCapture(index); local
882 RegExpCapture* capture = named_captures_->at(i); 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...]
  /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 
  /external/guice/lib/build/jdiff/
xerces.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/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.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/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.4.jar 
ecj-4.6.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/26.0.0/
protos-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/26.0.0-alpha4/
protos-26.0.0-alpha4.jar 

Completed in 219 milliseconds

1 2 3