Searched defs:capture (Results 1 - 25 of 85) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
H A Dimport.rb21 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("whatev
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/
H A Danalyze-match-table.py49 from lit.Util import capture namespace
50 llvm_obj_root = capture(["llvm-config", "--obj-root"])
/external/littlemock/src/com/google/testing/littlemock/
H A DArgumentCaptor.java22 * 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/
H A Dt026actions.py16 def capture(self, t): member in class:t026actions.parserClass.TParser
36 def capture(self, t): member in class:t026actions.lexerClass.TLexer
H A Dt049treeparser.py16 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(st
[all...]
H A Dt052import.py26 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(sel
[all...]
/external/chromium_org/content/public/common/
H A Dfile_chooser_params.h50 // 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/
H A DWebFileChooserParams.h67 // 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/
H A Dtb_interfaces.h39 webrtc::ViECapture* capture; member in class:TbInterfaces
/external/chromium_org/v8/testing/
H A Dgmock-support.h37 explicit CaptureEqMatcher(Capture<T>* capture) : capture_(capture) {} argument
63 // CaptureEq(capture) captures the value passed in during matching as long as it
66 Matcher<T> CaptureEq(Capture<T>* capture) { argument
67 return MakeMatcher(new internal::CaptureEqMatcher<T>(capture));
/external/easymock/src/org/easymock/internal/matchers/
H A DCaptures.java28 private final Capture<T> capture; field in class:Captures
33 this.capture = captured;
37 buffer.append("capture(").append(capture).append(")");
52 capture.setValue(potentialValue);
/external/mockito/src/org/mockito/
H A DArgumentCaptor.java14 * 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/opencv/otherlibs/highgui/
H A Dcvcap.cpp64 CV_IMPL IplImage* cvQueryFrame( CvCapture* capture )
66 return capture ? capture->queryFrame() : 0;
70 CV_IMPL int cvGrabFrame( CvCapture* capture )
72 return capture ? capture->grabFrame() : 0;
75 CV_IMPL IplImage* cvRetrieveFrame( CvCapture* capture )
77 return capture ? capture->retrieveFrame() : 0;
80 CV_IMPL double cvGetCaptureProperty( CvCapture* capture, in argument
85 cvSetCaptureProperty( CvCapture* capture, int id, double value ) argument
[all...]
/external/chromium_org/cc/trees/
H A Dblocking_task_runner.cc44 void BlockingTaskRunner::SetCapture(bool capture) { argument
51 capture_ += capture ? 1 : -1;
/external/llvm/utils/lit/lit/
H A Dutil.py22 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
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwWebContentsDelegate.java24 String acceptTypes, String title, String defaultFilename, boolean capture);
23 runFileChooser(int processId, int renderId, int modeFlags, String acceptTypes, String title, String defaultFilename, boolean capture) argument
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dxray.h46 XRAY_NO_INSTRUMENT void XRayShutdown(struct XRayTraceCapture* capture);
47 XRAY_NO_INSTRUMENT void XRayStartFrame(struct XRayTraceCapture* capture);
48 XRAY_NO_INSTRUMENT void XRayEndFrame(struct XRayTraceCapture* capture);
50 struct XRayTraceCapture* capture, uint32_t filter);
51 XRAY_NO_INSTRUMENT void XRaySaveReport(struct XRayTraceCapture* capture,
55 XRAY_NO_INSTRUMENT void XRayReport(struct XRayTraceCapture* capture,
62 struct XRayTraceCapture* capture);
90 inline void XRayShutdown(struct XRayTraceCapture* capture) {} argument
91 inline void XRayStartFrame(struct XRayTraceCapture* capture) {} argument
92 inline void XRayEndFrame(struct XRayTraceCapture* capture) {} argument
93 XRaySetAnnotationFilter(struct XRayTraceCapture* capture, uint32_t filter) argument
95 XRaySaveReport(struct XRayTraceCapture* capture, const char* filename, float percent_cutoff, int cycle_cutoff) argument
99 XRayReport(struct XRayTraceCapture* capture, FILE* f, float percent_cutoff, int ticks_cutoff) argument
105 XRayBrowserTraceReport(struct XRayTraceCapture* capture) argument
[all...]
/external/chromium_org/ui/webui/resources/js/
H A Devent_tracker.js21 * 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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb204 def capture( *args ) method in class:ANTLR3.Test.CaptureOutput
/external/chromium_org/base/memory/
H A Dlinked_ptr.h83 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/
H A Dactive_tab_unittest.cc112 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/content/renderer/pepper/
H A Dpepper_audio_input_host.cc119 bool capture) {
122 if (capture)
117 OnStartOrStop( ppapi::host::HostMessageContext* , bool capture) argument
/external/chromium_org/media/cdm/ppapi/
H A Dlinked_ptr.h86 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/
H A Dgtest-linked_ptr.h142 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/
H A Dgtest-linked_ptr.h142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
198 void capture(T* ptr) { function in class:testing::internal::linked_ptr

Completed in 2713 milliseconds

1234