HomeSort by relevance Sort by last modified time
    Searched full:captures (Results 126 - 150 of 609) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/v8/src/
string.js 433 // If the number of captures is two then there are no explicit captures in
434 // the regexp, just the implicit capture that captures the whole match. In
496 // Compute the parameter list consisting of the match, captures, index,
498 // The number of captures plus one for the match.
503 // No captures, only the match, which is always valid.
  /external/clang/lib/CodeGen/
CGBlocks.cpp 176 _CapturesTypes captures...;
204 info.Captures[Capture->getVariable()]
372 // Next, all the block captures.
373 for (const auto &CI : block->captures()) {
396 info.Captures[variable] = CGBlockInfo::Capture::makeConstant(constant);
580 // Walk through the captures (in order) and find the ones not
582 for (const auto &CI : block->captures()) {
583 // Ignore __block captures; there's nothing special in the
599 // Block captures count as local values and have imprecise semantics.
669 // If the block has no captures, we won't have a pre-compute
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CameraCaptureSession.java 222 * captures, or incomplete captures.</p>
275 * <p>Any currently in-flight captures will still complete, as will any burst that is
293 * Discard all captures currently pending and in-progress as fast as possible.
296 * captures may complete successfully and call {@link CaptureCallback#onCaptureCompleted}, while
342 * normal; once all captures have completed and the session has been torn down,
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
  /pdk/apps/CameraITS/pymodules/its/
device.py 35 copying the resultant captures back to the host machine when done. TCP
343 device. Captures a single image if cap_request is a single object, and
344 captures a burst if it is a list of objects.
413 multiple captures (i.e. a burst) are specified, then this function
469 # Assume that captures come out in the same order as requested in
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device.cc 91 // Captures a frame and schedules timer for the next one.
94 // Captures a single frame.
438 // Leave desktop effects enabled during WebRTC captures.
video_capture_oracle.cc 13 // This value controls how many redundant, timer-base captures occur when the
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CaptureCollector.java 615 * Called to alert the {@link CaptureCollector} all pending captures have failed.
639 "More preview captures completed than requests queued.");
656 "More captures completed than requests queued.");
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
SurfaceViewPreviewTest.java 282 assertTrue("Captures are out of order", timestamp < nextTimestamp);
290 assertTrue("Captures are out of order",
  /docs/source.android.com/src/devices/camera/
camera3.jd 91 requests for frame captures into frames, on a 1:1 basis. The requests
122 (with setRepeatingRequest() ). Captures have priority over repeating
  /external/chromium_org/remoting/host/
video_scheduler.cc 152 // Restart captures if we're resuming and there are none scheduled.
275 // If we've skipped a frame capture because too we had too many captures
  /cts/tests/tests/net/src/android/net/http/cts/
ApacheHttpClientTest.java 177 /** Receiver that captures the last connectivity change's network type and state. */
  /device/generic/goldfish/camera/
EmulatedCamera2.h 94 /** Cancel all captures in flight */
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBufferedTokenStream.h 38 * as its moving window moves through the input. This list captures
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBufferedTokenStream.h 38 * as its moving window moves through the input. This list captures
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBufferedTokenStream.h 38 * as its moving window moves through the input. This list captures
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBufferedTokenStream.h 40 * as its moving window moves through the input. This list captures
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
tokenizer.py 87 function declaration may have a value called 'name' which captures the
tokens.py 59 function declaration may have a value called 'name' which captures the
  /external/chromium_org/base/debug/
proc_maps_linux.cc 125 // The final %n term captures the offset in the input string, which is used
trace_event_memory.h 56 // Captures a heap profile.
  /external/chromium_org/build/android/pylib/
cmd_helper.py 64 Captures and returns the command's stdout.
  /external/chromium_org/chrome/browser/
process_info_snapshot.h 17 // A class which captures process information at a given point in time when its
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier_delegate.h 52 // We ignore preliminary captures, since these happen before the page has
  /external/chromium_org/chrome/tools/profile_reset/
jtl_parser.cc 42 // RegEx that matches and captures one argument, which is either a double-quote

Completed in 938 milliseconds

1 2 3 4 56 7 8 91011>>