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

12 3 4 5 6 7 8 91011>>

  /cts/tests/tests/transition/src/android/transition/cts/
SimpleTransitionListener.java 24 * Listener captures whether each of the methods is called.
  /developers/build/prebuilts/gradle/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
CameraActivity.java 23 * Activity displaying a fragment that implements RAW photo captures.
  /developers/samples/android/media/Camera2Raw/Application/src/main/java/com/example/android/camera2raw/
CameraActivity.java 23 * Activity displaying a fragment that implements RAW photo captures.
  /development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/
CameraActivity.java 23 * Activity displaying a fragment that implements RAW photo captures.
  /external/autotest/client/cros/video/
import_screenshot_capturer.py 13 Captures a screenshot with the required dimensions from a chromebook.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
android_screen_recorder_profiler.py 19 """Captures a screen recording on Android."""
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
rfc3447.py 7 # Sample captures could be obtained with "openssl genrsa" command
rfc5208.py 7 # Sample captures could be obtained with "openssl pkcs8 -topk8" command
  /external/clang/test/Driver/
cl-link-at-file.c 11 // If the "/link" option captures all remaining args beyond its response file,
  /external/guava/guava/src/com/google/common/reflect/
TypeCapture.java 25 * Captures the actual type of {@code T}.
  /external/libpcap/pcap/
sll.h 40 * For captures on Linux cooked sockets, we construct a fake header
67 * new header in captures of that type, so that programs that can
68 * handle DLT_LINUX_SLL captures will continue to handle them correctly
122 * captures.)
  /external/mockito/src/org/mockito/invocation/
MockHandler.java 24 * method calls on mocks for further verification, captures the stubbing information when mock is stubbed,
  /external/tcpdump/
af.h 45 * so, because we want to be able to read captures from all of the BSDs,
atm.h 26 * some OAM cell captures (most notably Juniper's)
  /external/v8/test/mjsunit/
regexp-lookahead.js 28 // Tests captures in positive and negative look-ahead in regular expressions.
75 // Positive lookahead with captures.
86 // Captures are cleared on backtrack past the look-ahead.
129 // Test mixed nested look-ahead with captures.
  /external/webrtc/webrtc/libjingle/xmpp/
util_unittest.h 20 // This class captures callbacks from engine.
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_frame_win.h 22 // DesktopFrame implementation used by screen and window captures on Windows.
  /libcore/dom/src/test/java/org/w3c/domts/
DOMErrorImpl.java 20 * that captures all events and provides access
DOMErrorMonitor.java 24 * that captures all events and provides access
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHost.java 26 * which correctly captures all long-press events. This ensures that users can
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace.go 6 // The tracer captures a wide range of execution events like goroutine
  /prebuilts/go/linux-x86/src/runtime/trace/
trace.go 6 // The tracer captures a wide range of execution events like goroutine
  /external/autotest/server/cros/network/
packet_capturer.py 17 """Signifies that this remote host does not support packet captures."""
60 """Delegate meant to look like it could take packet captures."""
135 """Stops all ongoing packet captures.
143 """Delegate with capability to initiate packet captures on a remote host."""
180 """Stop ongoing captures and destroy all created devices."""
327 """Stop an ongoing packet capture, or all ongoing packet captures.
330 ongoing captures.
  /external/clang/include/clang/Sema/
ScopeInfo.h 394 // local variables, and C++1y initialized captures (which can have an
495 /// CaptureMap - A map of captured variables to (index+1) into Captures.
502 /// Captures - The captures.
503 SmallVector<Capture, 4> Captures;
516 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
518 CaptureMap[Var] = Captures.size();
522 Captures.push_back(Capture(/*Var*/ nullptr, /*isBlock*/ false,
537 return Captures[CXXThisCaptureIndex - 1];
552 return Captures[CaptureMap[Var] - 1]
    [all...]
  /external/v8/test/cctest/
test-regexp.cc 483 // Check that we don't allow more than kMaxCapture captures
485 const char* kTooManyCaptures = "Too many captures";
770 int* captures) {
777 captures,
799 int captures[4] = {42, 37, 87, 117}; local
811 captures);
814 CHECK_EQ(-1, captures[0]);
815 CHECK_EQ(-1, captures[1]);
816 CHECK_EQ(-1, captures[2]);
817 CHECK_EQ(-1, captures[3])
854 int captures[4] = {42, 37, 87, 117}; local
921 int captures[4] = {42, 37, 87, 117}; local
1398 int captures[2]; local
1458 int captures[5]; local
    [all...]

Completed in 891 milliseconds

12 3 4 5 6 7 8 91011>>