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

1 2 3 4 5 6 7 8 91011>>

  /development/samples/devbytes/telephony/SmsSampleProject/
.gitignore 7 /captures
  /external/testng/src/main/java/org/testng/
IMethodInstance.java 5 * This interface captures a test method along with all the instances it should
  /external/llvm/test/Analysis/BasicAA/
noalias-param.ll 3 declare i32* @captures(i32* %cap) nounwind readonly
8 %cap = call i32* @captures(i32* %a) nounwind readonly
18 %cap = call i32* @captures(i32* %c) nounwind readonly
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/mturk/
mocks.py 6 the request and captures information about its usage.
  /external/autotest/client/cros/chameleon/
screen_capture.py 33 Calling its member method capture() captures the screen.
44 """Captures the screen.
62 Calling its member method capture() captures the screen.
73 """Captures the screen.
91 Calling its member method capture() captures the screen.
102 """Captures the screen.
113 Calling its member method capture() captures the screen.
124 """Captures the screen.
  /external/easymock/src/org/easymock/internal/matchers/
Captures.java 24 public class Captures<T> implements IArgumentMatcher, Serializable {
32 public Captures(Capture<T> captured) {
46 LastControl.getCurrentInvocation().addCapture((Captures<Object>) this,
  /external/libpcap/
pcap_get_tstamp_precision.3pcap.in 25 captures
38 returns the precision of the time stamp returned in packet captures on the pcap
47 that pcap captures contains time stamps in microseconds or nanoseconds
  /external/v8/src/regexp/
interpreter-irregexp.h 21 int* captures,
  /external/v8/test/mjsunit/
string-match.js 33 function testMatch(name, input, regexp, result, captures, from, to) {
40 var lastParen = captures.length > 0 ? captures[captures.length - 1] : "";
47 // Returns array of match and captures.
49 assertEquals(captures.length + 1, matchResult.length, name + "-cap-return");
51 assertEquals(captures[i - 1], matchResult[i], name + "-cap-return-" + i);
60 if (i <= captures.length) {
61 assertEquals(captures[i - 1], RegExp["$" + i], name + "-capture-" + i);
regexp-global.js 45 // Test zero-length matches that have non-zero-length sub-captures.
52 // Test multiple captures.
65 // Test multiple alternate captures.
97 // Test zero-length matches that have non-zero-length sub-captures.
104 // Test multiple captures.
117 // Test multiple alternate captures.
134 // Test zero-length matches that have non-zero-length sub-captures that do not
144 // Create regexp that has a *lot* of captures.
168 // Large regexp (a lot of captures).
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
README.md 10 Use local DNS and HTTP(S) proxies to captures your live traffic. Then
11 use these captures in order to replay the same exact content, making
  /external/clang/test/Analysis/
blocks.mm 8 // Captures i, with no copy expression.
32 // Captures s, with a copy expression calling the copy constructor for StructWithCopyConstructor.
55 // Captures s by reference, so no copy expression.
stack-addr-ps.c 60 // This block is a global since it has no captures.
66 // This block is stack allocated because it has captures.
83 // Handle blocks that have no captures or are otherwise declared 'static'.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/pyasn1_modules/
pkcs12.py 7 # Sample captures could be obtained with "openssl pkcs12" command
rfc2314.py 7 # Sample captures could be obtained with "openssl req" command
  /external/libpcap/pcap/
usb.h 55 * Appears at the front of each Control S-type packet in DLT_USB captures.
75 * Appears at the front of each packet in DLT_USB_LINUX captures.
100 * Appears at the front of each packet in DLT_USB_LINUX_MMAPPED captures.
132 * can be trusted even in captures from older kernels.
  /packages/services/Telecomm/src/com/android/server/telecom/components/
PrimaryCallReceiver.java 12 * as a trampoline that captures call intents for individual users and forwards it to
  /external/autotest/client/cros/video/
video_screenshot_collector.py 10 Captures and collects screenshots of a video at specified time points.
27 Navigates player to a given time value, captures and saves a
  /external/clang/test/SemaObjC/
arc-jump-block.m 22 dispatch_async((&_dispatch_main_q), ^{ [self pageLeft]; }); // expected-note 3 {{jump enters lifetime of block which strongly captures a variable}}
25 dispatch_async((&_dispatch_main_q), ^{ [self pageRight]; }); // expected-note 2 {{jump enters lifetime of block which strongly captures a variable}}
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_and_cursor_composer.h 20 // A wrapper for DesktopCapturer that also captures mouse using specified
26 // Creates a new blender that captures mouse cursor using |mouse_monitor| and
mouse_cursor_monitor.h 24 // Captures mouse shape and position.
79 // Captures current cursor shape and position (depending on the |mode| passed
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.h 27 // ScreenCapturerWinGdi captures 32bit RGB using GDI.
47 // Captures the current screen contents into the current buffer. Returns true
  /external/easymock/src/org/easymock/internal/
Invocation.java 27 import org.easymock.internal.matchers.Captures;
39 private final Collection<Captures<?>> currentCaptures = new ArrayList<Captures<?>>(
156 public void addCapture(Captures<Object> capture, Object value) {
162 for (Captures<?> c : currentCaptures) {
168 for (Captures<?> c : currentCaptures) {
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
templates.cpp 19 T captures(T x, T y) { function
35 template int captures(int, int);
36 template X captures(X, X);
  /external/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/
TableGen.tmLanguage 50 <key>captures</key>
66 <key>captures</key>
86 <key>captures</key>

Completed in 319 milliseconds

1 2 3 4 5 6 7 8 91011>>