HomeSort by relevance Sort by last modified time
    Searched defs:capture (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
import.rb 21 def capture(t) method in class:TestImportedGrammars
22 @didr_master.capture(t)
25 a : B { capture("S.a") } ;
53 def capture(t) method in class:TestImportedGrammars
54 @master_2.capture(t)
57 a[x] returns [y] : B {capture("S.a"); $y="1000";} ;
66 s : label=a[3] {capture($label.y)} ;
84 def capture(t) method in class:TestImportedGrammars
85 @master_3.capture(t)
89 capture("whatevs"
118 def capture(t) method
131 def capture(t) method
162 def capture(t) method
175 def capture(t) method
209 def capture(t) method
237 def capture(t) method
265 def capture(t) method
290 def capture(t) method
    [all...]
  /external/llvm/utils/Target/ARM/
analyze-match-table.py 49 from lit.Util import capture namespace
50 llvm_obj_root = capture(["llvm-config", "--obj-root"])
  /external/littlemock/src/com/google/testing/littlemock/
ArgumentCaptor.java 22 * Simple capture object for use in tests.
26 * @param <T> the type we are going to capture
35 /** Use this argument captor to perform the capture. */
36 public T capture(); method in interface:ArgumentCaptor
  /external/antlr/antlr-3.4/runtime/Python/tests/
t026actions.py 16 def capture(self, t): member in class:t026actions.parserClass.TParser
36 def capture(self, t): member in class:t026actions.lexerClass.TLexer
t049treeparser.py 16 def capture(self, t): member in class:T.walkerClass.TWalker
72 {self.capture("\%s, \%s" \% ($ID, $INT))}
106 {self.capture(str($ID)+", "+str($INT))}
141 b : ID INT {self.capture(str($ID)+" "+str($INT)+'\n')}
142 | ^(ID INT) {self.capture("^("+str($ID)+" "+str($INT)+')');}
176 b : ID INT+ {self.capture(str($ID)+" "+str($INT)+"\n")}
177 | ^(x=ID (y=INT)+) {self.capture("^("+str($x)+' '+str($y)+')')}
210 a : ID INT+ PERIOD {self.capture("alt 1")}
211 | ID INT+ SEMI {self.capture("alt 2")}
265 {self.capture(str($ID))
    [all...]
t052import.py 26 def capture(self, t): member in class:T.parserClass.TParser
53 def capture(self, t): member in class:T.lexerClass.TLexer
137 def capture(self, t):
138 self.gM1.capture(t)
142 a : B { self.capture("S.a") } ;
195 def capture(self, t):
196 self.gM2.capture(t)
198 a[x] returns [y] : B {self.capture("S.a"); $y="1000";} ;
208 s : label=a[3] {self.capture($label.y);} ;
230 def capture(self, t)
    [all...]
  /external/chromium_org/content/public/common/
file_chooser_params.h 50 // See http://www.w3.org/TR/html-media-capture for more information.
52 bool capture; member in struct:content::FileChooserParams
  /external/chromium_org/third_party/WebKit/public/web/
WebFileChooserParams.h 67 // See http://www.w3.org/TR/html-media-capture/ for the semantics of the
68 // capture attribute. If |useMediaCapture| is true, the media types
70 // environment using a media capture mechanism. |capture| is deprecated and
72 WebString capture; member in struct:blink::WebFileChooserParams
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
tb_interfaces.h 39 webrtc::ViECapture* capture; member in class:TbInterfaces
  /external/easymock/src/org/easymock/internal/matchers/
Captures.java 20 import org.easymock.Capture;
28 private final Capture<T> capture; field in class:Captures
32 public Captures(Capture<T> captured) {
33 this.capture = captured;
37 buffer.append("capture(").append(capture).append(")");
52 capture.setValue(potentialValue);
  /external/mockito/src/org/mockito/
ArgumentCaptor.java 14 * Use it to capture argument values for further assertions.
23 * verify(mock).doSomething(argument.capture());
74 * verify(mock).doSomething(argument.capture());
88 * Use it to capture the argument. This method <b>must be used inside of verification</b>.
97 public T capture() { method in class:ArgumentCaptor
103 * Use it to capture the variable arguments. This method <b>must be used inside of verification</b>.
150 * verify(mock, times(2)).doSomething(peopleCaptor.capture());
  /external/llvm/utils/lit/lit/
util.py 22 return int(capture(['sysctl', '-n', 'hw.ncpu']))
48 def capture(args, env=None): function
49 """capture(command) - Run the given command (or argv list) in a shell and
  /cts/tests/tests/text/src/android/text/cts/
MyanmarTest.java 47 Bitmap bitmapA = cviewA.capture(textA);
49 Bitmap bitmapB = cviewB.capture(textB);
54 Bitmap bitmapC = cviewC.capture(textC);
70 Bitmap capture(String text) { method in class:MyanmarTest.CaptureTextView
  /external/chromium_org/base/memory/
linked_ptr.h 83 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
112 capture(ptr);
149 void capture(T* ptr) { function in class:linked_ptr
  /external/chromium_org/chrome/browser/extensions/
active_tab_unittest.cc 112 bool capture = HasTabsPermission(extension, tab_id) && local
116 return script && !capture;
118 return capture && !script;
120 return script && capture;
122 return !script && !capture;
  /external/chromium_org/media/cdm/ppapi/
linked_ptr.h 86 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
115 capture(ptr);
154 void capture(T* ptr) { function in class:linked_ptr
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-linked_ptr.h 142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
198 void capture(T* ptr) { function in class:testing::internal::linked_ptr
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-linked_ptr.h 142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
198 void capture(T* ptr) { function in class:testing::internal::linked_ptr
  /external/chromium_org/ui/webui/resources/js/
event_tracker.js 21 * capture: boolean}}
46 * @param {boolean=} opt_capture Whether to invoke during the capture phase.
49 var capture = !!opt_capture;
54 capture: capture,
57 node.addEventListener(eventType, listener, capture);
91 h.node.removeEventListener(h.eventType, h.listener, h.capture);
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p14.cpp 3 template<typename T> void capture(const T&);
17 (void)[nc] { }; // expected-error{{capture of variable 'nc' as type 'NonCopyable' calls private copy constructor}}
19 ncr.foo(); // expected-error{{capture of variable 'ncr' as type 'NonCopyable' calls private copy constructor}}
49 capture(array[0]);
63 capture(a);
64 capture(b);
99 void capture(X &x) { function in namespace:rdar14468891
100 [x]() {}(); // expected-error{{by-copy capture of value of abstract type 'rdar14468891::X'}}
108 auto& y = param; // expected-error{{by-copy capture of variable 'param' with incomplete type 'const rdar15560464::X'}}
  /external/gtest/include/gtest/internal/
gtest-linked_ptr.h 142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
198 void capture(T* ptr) { function in class:testing::internal::linked_ptr
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-linked_ptr.h 142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
198 void capture(T* ptr) { function in class:testing::internal::linked_ptr
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-linked_ptr.h 142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
198 void capture(T* ptr) { function in class:testing::internal::linked_ptr
  /external/nanohttpd/websocket/src/test/java/fi/iki/elonen/
WebSocketResponseHandlerTest.java 67 verify(response, atLeast(1)).addHeader(headerNameCaptor.capture(), headerCaptor.capture());
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
CameraSessionUtils.java 101 * Capture a new result with the given {@link CameraCaptureSession}.
109 * @param request the {@link CaptureRequest} to capture with.
111 * @return a {@link Pair} containing the capture result and capture time.
119 session.capture(request, this, handler);
195 * Capture and return a new {@link TotalCaptureResult}.
198 * This will verify that the correct capture callbacks are called if a mocked listener is
205 * @param request the {@link CaptureRequest} to capture with.
207 * @return a {@link Pair} containing the capture result and capture time
    [all...]

Completed in 511 milliseconds

1 2 3 4