HomeSort by relevance Sort by last modified time
    Searched full:captures (Results 176 - 200 of 820) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/core/libmemunreachable/
PtracerThread.cpp 95 // Convert from void(*)(void*) to lambda with captures
  /docs/source.android.com/src/devices/camera/
camera3.jd 93 requests for frame captures into frames, on a 1:1 basis. The requests
123 may be repeated indefinitely (with <code>setRepeatingRequest()</code>). Captures
  /external/clang/lib/Sema/
ScopeInfo.cpp 226 "number of captures!");
234 "potential captures");
SemaLambda.cpp     [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_win.cc 216 // caches the result between captures. We hack it around by calling
219 // captures.
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingSessionCallback.java 48 * Session is configured, ready for captures
53 * Session has failed to configure, can't do any captures
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-javadoc.jar 
  /cts/tests/camera/src/android/hardware/camera2/cts/
ReprocessCaptureTest.java 290 * Test burst reprocessing captures with and without preview.
313 * Test burst captures mixed with regular and reprocess captures with and without preview.
750 * Test aborting a burst reprocess capture and multiple single reprocess captures.
    [all...]
  /external/clang/test/OpenMP/
task_codegen.cpp 29 // CHECK: [[B_REF:%.+]] = getelementptr inbounds [[STRUCT_SHAREDS]], [[STRUCT_SHAREDS]]* [[CAPTURES:%.+]], i32 0, i32 0
31 // CHECK: [[S_REF:%.+]] = getelementptr inbounds [[STRUCT_SHAREDS]], [[STRUCT_SHAREDS]]* [[CAPTURES]], i32 0, i32 1
36 // CHECK: [[BITCAST:%.+]] = bitcast [[STRUCT_SHAREDS]]* [[CAPTURES]] to i8*
47 // CHECK: [[S_REF:%.+]] = getelementptr inbounds [[STRUCT_SHAREDS1]], [[STRUCT_SHAREDS1]]* [[CAPTURES:%.+]], i32 0, i32 0
52 // CHECK: [[BITCAST:%.+]] = bitcast [[STRUCT_SHAREDS1]]* [[CAPTURES]] to i8*
  /external/clang/test/SemaCXX/
lambda-expressions.cpp 198 // Each expansion of this lambda implicitly captures all of 'ts', because
216 // We instantiate two lambdas here; the first captures ts$0, the second
217 // captures ts$1. Both of them reference both ts parameters, so both are
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 56 /// Only find pointer captures which happen before the given instruction. Uses
176 /// DominatorTree is provided, only captures which happen before the given
294 // captures. This allows us to ignore comparisons of malloc results
  /frameworks/base/core/java/android/hardware/camera2/
CameraCaptureSession.java 189 * for the lifetime of the capture session, to minimize latency of captures and to reduce
390 * of the captures targets a Surface in the middle of being
432 * of a set of captures, when data from the whole set is combined by the application into a
483 * captures, or incomplete captures.</p>
503 * of a set of captures, when data from the whole set is combined by the application into a
526 * is a reprocess capture request; or one of the captures
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CaptureCollector.java 621 * Called to alert the {@link CaptureCollector} all pending captures have failed.
645 "More preview captures completed than requests queued.");
662 "More captures completed than requests queued.");
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2CaptureRequestTest.java 179 * Issue multiple auto AE captures, then lock AE, validate the AE lock vs.
192 + aeMode + " with " + numCapturesDuringLock + " captures before lock");
206 // Just send several captures with auto AE, lock off.
Camera2ReprocessCaptureTest.java 175 * Test burst captures mixed with regular and reprocess captures with and without preview.
501 * Test aborting a burst reprocess capture and multiple single reprocess captures.
    [all...]
  /external/v8/src/js/
string.js 425 // If the number of captures is two then there are no explicit captures in
426 // the regexp, just the implicit capture that captures the whole match. In
478 // Compute the parameter list consisting of the match, captures, index,
480 // The number of captures plus one for the match.
484 // No captures, only the match, which is always valid.
  /external/autotest/client/cros/multimedia/
display_facade_adapter.py 217 """Captures the internal screen framebuffer.
227 """Captures the external screen framebuffer.
  /external/autotest/server/cros/multimedia/
display_facade_adapter.py 229 """Captures the internal screen framebuffer.
239 """Captures the external screen framebuffer.
  /external/libvncserver/webclients/novnc/include/
input.js 143 ['target', 'wo', 'dom'], // DOM element that captures keyboard input
379 ['target', 'ro', 'dom'], // DOM element that captures mouse input
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 123 /// the function from their old to new values. The final argument captures
205 /// InlineFunctionInfo - This class captures the data input to the
  /external/opencv3/modules/highgui/src/
agile_wrl.h 270 // GetAddressOf captures the context with out knowing the type of object that it will hold
276 // GetAddressOf captures the context with out knowing the type of object that it will hold
  /external/opencv3/modules/videoio/src/
agile_wrl.hpp 270 // GetAddressOf captures the context with out knowing the type of object that it will hold
276 // GetAddressOf captures the context with out knowing the type of object that it will hold
  /packages/apps/Camera2/src/com/android/camera/
PhotoUI.java 236 * Show the image review over the live preview for intent captures.
245 * Hide the image review over the live preview for intent captures.
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /art/runtime/lambda/
art_lambda_method.h 88 // (Each nested lambda counts as 1 captured var regardless of how many captures it itself has).

Completed in 1709 milliseconds

1 2 3 4 5 6 78 91011>>