/external/clang/test/SemaCXX/ |
cxx1y-init-captures.cpp | 40 { // no captures 100 { // no captures 156 // no captures
|
cxx0x-compat.cpp | 50 auto init_capture = [a(0)] {}; // expected-warning {{initialized lambda captures are incompatible with C++ standards before C++14}}
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
screen_capturer_win_magnifier.h | 32 // Captures the screen using the Magnification API to support window exclusion. 81 // Captures the screen within |rect| in the desktop coordinates. Returns true 138 // The magnifier control that captures the screen.
|
/external/clang/lib/AST/ |
ExprCXX.cpp | 1043 LambdaExpr::capture_range LambdaExpr::captures() const { function in class:LambdaExpr [all...] |
Stmt.cpp | 966 "captures by copy are expected to have a scalar type!"); 988 ArrayRef<Capture> Captures, [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/ |
Camera2SurfaceViewTestCase.java | 226 // Stop repeat, wait for captures to complete, and disconnect from surfaces 236 // Stop repeat, wait for captures to complete, and disconnect from surfaces 374 * Submit a capture once, then submit additional captures in order to ensure that 379 * a fixed {@value #NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY}) captures if maxLatency is unknown). 382 * <p>Returns the number of captures that were submitted (at least 1), which is useful 389 * @return the number of captures that were submitted 400 * Submit a capture {@code count} times, then submit additional captures in order to ensure that 405 * a fixed {@value #NUM_FRAMES_WAITED_FOR_UNKNOWN_LATENCY}) captures if maxLatency is unknown). 408 * <p>Returns the number of captures that were submitted (at least 1), which is useful 416 * @return the number of captures that were submitte [all...] |
/external/v8/src/regexp/ |
regexp-parser.h | 195 CAPTURE, // All positive values represent captures. 221 // Index in captures array of first capture in this sub-expression, if any. 263 // The capture count is only valid after we have scanned for captures.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/ |
rfc1155.py | 7 # Sample captures from:
|
rfc1157.py | 7 # Sample captures from:
|
rfc2437.py | 7 # Sample captures could be obtained with "openssl genrsa" command
|
/external/clang/include/clang/Sema/ |
Weak.h | 24 /// \brief Captures information about a \#pragma weak directive.
|
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
ServletModuleTest.java | 31 * Tests for ServletModule, to ensure it captures bindings correctly.
|
/external/libvpx/libvpx/test/ |
decode_to_md5.sh | 27 # Runs decode_to_md5 on $1 and captures the md5 sum for the final frame. $2 is
|
/external/opencv3/samples/cpp/ |
laplace.cpp | 16 "It captures from the camera of your choice: 0, 1, ... default 0\n"
|
starter_video.cpp | 27 cout << "The program captures frames from a video file, image sequence (01.jpg, 02.jpg ... 10.jpg) or camera connected to your computer." << endl
|
/external/skia/include/utils/ |
SkCanvasStateUtils.h | 33 * Captures the current state of the canvas into an opaque ptr that is safe
|
/external/tcpdump/ |
print-sll.c | 37 * For captures on Linux cooked sockets, we construct a fake header 64 * new header in captures of that type, so that programs that can 65 * handle DLT_LINUX_SLL captures will continue to handle them correctly 119 * captures.)
|
/external/v8/src/ |
flags.h | 42 // -- (equivalent to --js_arguments, captures all remaining args)
|
/external/v8/test/mjsunit/ |
search-string-multiple.js | 39 // Arg 0 is the match, n captures follow, n + 1 is offset of match, n + 2 is
|
/external/webrtc/webrtc/modules/desktop_capture/ |
desktop_capturer.h | 50 // Captures next frame. |region| specifies region of the capture target that
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
SubmitInfo.java | 82 * This is used to track the completion status of the requested captures,
|
/frameworks/base/core/java/android/transition/ |
ChangeClipBounds.java | 28 * ChangeClipBounds captures the {@link android.view.View#getClipBounds()} before and after the
|
ChangeScroll.java | 29 * This transition captures the scroll properties of targets before and after
|
/frameworks/support/transition/src/android/support/transition/ |
ChangeBounds.java | 26 * This transition captures the layout bounds of target views before and after
|
/packages/apps/Browser2/src/org/chromium/webview_shell/ |
WebViewLayoutTestActivity.java | 23 * creates a webview instance, loads url and captures console messages from
|