OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CAPTURE
(Results
1 - 11
of
11
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothClass.java
112
public static final int
CAPTURE
= 0x080000;
/external/v8/src/
macros.py
166
macro
CAPTURE
(index) = (3 + (index));
regexp.js
320
// last pair (after the first pair) of elements of the
capture
array even if
323
var start = lastMatchInfo[
CAPTURE
(length - 2)];
324
var end = lastMatchInfo[
CAPTURE
(length - 1)];
373
var matchStart = lastMatchInfo[
CAPTURE
(index)];
374
var matchEnd = lastMatchInfo[
CAPTURE
(index + 1)];
385
// that there are at least two
capture
indeces. The array also contains
string.js
285
// If the two digit
capture
reference is within range of
299
// digit
capture
references, we can only enter here when a
300
// single digit
capture
reference is outside the range of
332
// Compute the string of a given regular expression
capture
.
337
var start = lastCaptureInfo[
CAPTURE
(scaled)];
340
var end = lastCaptureInfo[
CAPTURE
(scaled + 1)];
345
// Add the string of a given regular expression
capture
to the
351
var start = matchInfo[
CAPTURE
(scaled)];
353
var end = matchInfo[
CAPTURE
(scaled + 1)];
parser.h
356
CAPTURE
, // All positive values represent captures.
378
// Index in captures array of first
capture
in this sub-expression, if any.
379
// Also the
capture
index of this sub-expression itself, if group_type
380
// is
CAPTURE
.
388
// Stored disjunction type (
capture
, look-ahead or grouping), if any.
390
// Stored disjunction's
capture
index (if any).
410
// The
capture
count is only valid after we have scanned for captures.
messages.js
511
// of the fourth
capture
, where the numbering is zero-based).
512
var matchInfo = new InternalArray(
CAPTURE
(3) + 1);
516
return SubString(source, matchInfo[
CAPTURE
(2)], matchInfo[
CAPTURE
(3)]);
[
all
...]
parser.cc
4338
RegExpCapture*
capture
= new(zone()) RegExpCapture(body,
capture
_index);
local
4466
RegExpCapture*
capture
= NULL;
local
[
all
...]
/external/jdiff/
xerces.jar
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/6/
android.jar
Completed in 152 milliseconds