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

  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 112 public static final int CAPTURE = 0x080000;
  /external/v8/src/
macros.py 203 macro CAPTURE(index) = (3 + (index));
regexp.js 317 // last pair (after the first pair) of elements of the capture array even if
320 var start = lastMatchInfo[CAPTURE(length - 2)];
321 var end = lastMatchInfo[CAPTURE(length - 1)];
371 var matchStart = lastMatchInfo[CAPTURE(index)];
372 var matchEnd = lastMatchInfo[CAPTURE(index + 1)];
383 // that there are at least two capture indeces. The array also contains
string.js 329 // If the two digit capture reference is within range of
343 // digit capture references, we can only enter here when a
344 // single digit capture reference is outside the range of
376 // Compute the string of a given regular expression capture.
381 var start = lastCaptureInfo[CAPTURE(scaled)];
384 var end = lastCaptureInfo[CAPTURE(scaled + 1)];
389 // Add the string of a given regular expression capture to the
395 var start = matchInfo[CAPTURE(scaled)];
397 var end = matchInfo[CAPTURE(scaled + 1)];
parser.h 361 CAPTURE, // All positive values represent captures.
383 // Index in captures array of first capture in this sub-expression, if any.
384 // Also the capture index of this sub-expression itself, if group_type
385 // is CAPTURE.
393 // Stored disjunction type (capture, look-ahead or grouping), if any.
395 // Stored disjunction's capture index (if any).
415 // The capture count is only valid after we have scanned for captures.
messages.js 559 // of the fourth capture, where the numbering is zero-based).
560 var matchInfo = new InternalArray(CAPTURE(3) + 1);
565 SubString(source, matchInfo[CAPTURE(2)], matchInfo[CAPTURE(3)]);
    [all...]
parser.cc 5158 RegExpCapture* capture = new(zone()) RegExpCapture(body, capture_index); local
5288 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/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 479 milliseconds