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

  /external/v8/src/
macros.py 138 macro CAPTURE(index) = (3 + (index));
regexp.js 177 var matchStart = lastMatchInfo[CAPTURE(i << 1)];
178 var matchEnd = lastMatchInfo[CAPTURE((i << 1) + 1)];
268 // last pair (after the first pair) of elements of the capture array even if
271 var start = lastMatchInfo[CAPTURE(length - 2)];
272 var end = lastMatchInfo[CAPTURE(length - 1)];
302 var matchStart = lastMatchInfo[CAPTURE(index)];
303 var matchEnd = lastMatchInfo[CAPTURE(index + 1)];
314 // that there are at least two capture indeces. The array also contains
string.js 300 // If the two digit capture reference is within range of
314 // digit capture references, we can only enter here when a
315 // single digit capture reference is outside the range of
345 // Compute the string of a given regular expression capture.
350 var start = lastCaptureInfo[CAPTURE(scaled)];
351 var end = lastCaptureInfo[CAPTURE(scaled + 1)];
358 // Add the string of a given regular expression capture to the
364 var start = matchInfo[CAPTURE(scaled)];
365 var end = matchInfo[CAPTURE(scaled + 1)];
593 var start = matchInfo[CAPTURE(i)]
    [all...]
parser.cc 644 CAPTURE, // All positive values represent captures.
666 // Index in captures array of first capture in this sub-expression, if any.
667 // Also the capture index of this sub-expression itself, if group_type
668 // is CAPTURE.
675 // Stored disjunction type (capture, look-ahead or grouping), if any.
677 // Stored disjunction's capture index (if any).
697 // The capture count is only valid after we have scanned for captures.
4312 RegExpCapture* capture = new RegExpCapture(body, capture_index); local
4438 RegExpCapture* capture = NULL; local
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothClass.java 112 public static final int CAPTURE = 0x080000;
  /device/samsung/crespo/libaudio/
AudioHardwareALSA.h 42 #define CAPTURE 1
107 snd_pcm_stream_t direction; // playback or capture
AudioHardwareALSA.cpp 164 ROUTE_ALL, "alsa.mixer.capture.master", "Capture", NULL
170 { ROUTE_ALL, "alsa.mixer.capture.master", "Capture", NULL}
177 {ROUTE_EARPIECE, "alsa.mixer.capture.earpiece", "Capture", NULL}
181 {ROUTE_SPEAKER, "alsa.mixer.capture.speaker", "", NULL}
185 {ROUTE_BLUETOOTH_SCO, "alsa.mixer.capture.bluetooth.sco", "Bluetooth Capture", NULL}
189 {ROUTE_HEADSET, "alsa.mixer.capture.headset", "Capture", NULL
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm.c 74 ALSA uses the ring buffer to store outgoing (playback) and incoming (capture,
99 ring buffer (playback) or until there are a new samples (capture). The ALSA
132 used and the ring buffer is full (playback) or empty (capture).
159 selected operation (playback or capture).
172 The PCM device reached overrun (capture) or underrun (playback).
181 The device is in this state when application using the capture mode
213 or zero (capture). The function snd_pcm_hw_params_get_sbits()
266 This error means xrun (underrun for playback or overrun for capture).
359 be started automatically from the device. For capture, if the application wants
369 It means, for playback, the empty samples in ring buffer and for capture,
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 398 milliseconds