Home
last modified time | relevance | path

Searched defs:capture (Results 1 – 25 of 92) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
Dimport.rb21 def capture(t) singletonMethod in TestImportedGrammars
53 def capture(t) singletonMethod in TestImportedGrammars
84 def capture(t) singletonMethod in TestImportedGrammars
118 def capture(t) singletonMethod in TestImportedGrammars
131 def capture(t) singletonMethod in TestImportedGrammars
162 def capture(t) singletonMethod in TestImportedGrammars
175 def capture(t) singletonMethod in TestImportedGrammars
209 def capture(t) singletonMethod in TestImportedGrammars
237 def capture(t) singletonMethod in TestImportedGrammars
265 def capture(t) singletonMethod in TestImportedGrammars
[all …]
/external/opencv/otherlibs/highgui/
Dcvcap.cpp64 CV_IMPL IplImage* cvQueryFrame( CvCapture* capture ) in cvQueryFrame()
70 CV_IMPL int cvGrabFrame( CvCapture* capture ) in cvGrabFrame()
75 CV_IMPL IplImage* cvRetrieveFrame( CvCapture* capture ) in cvRetrieveFrame()
80 CV_IMPL double cvGetCaptureProperty( CvCapture* capture, int id ) in cvGetCaptureProperty()
85 CV_IMPL int cvSetCaptureProperty( CvCapture* capture, int id, double value ) in cvSetCaptureProperty()
/external/v8/test/mjsunit/compiler/
Dtry-context.js13 function capture() { return x + y } function
33 function capture() { return x + y } function
55 function capture() { return x + y } function
76 function capture() { return x + y } function
Dtry-catch-deopt.js131 function capture() { return x + y } function
157 function capture() { return x + y } function
185 function capture() { return x + y } function
212 function capture() { return x + y } function
/external/v8/test/mjsunit/
Dregexp-global.js31 str = str.replace(/(\w)?X/g, function(match, capture) { argument
40 str = str.replace(/\b/g, function(match, capture) { argument
47 str = str.replace(/(?=(\w+))\b/g, function(match, capture) { argument
83 function(match, capture) { argument
92 str = str.replace(/\b/g, function(match, capture) { argument
99 str = str.replace(/(?=(\w+))\b/g, function(match, capture) { argument
137 str = str.replace(/\b(?=u(p))/g, function(match, capture) { argument
/external/autotest/client/cros/chameleon/
Dscreen_capture.py43 def capture(self): member in CommonChameleonScreenCapturer
72 def capture(self): member in VgaChameleonScreenCapturer
101 def capture(self): member in CrosExternalScreenCapturer
123 def capture(self): member in CrosInternalScreenCapturer
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
DAddListenerAction.java27 private boolean capture; field in AddListenerAction
49 public void setCapture (boolean capture) { in setCapture()
DRemoveListenerAction.java27 private boolean capture; field in RemoveListenerAction
49 public void setCapture (boolean capture) { in setCapture()
/external/v8/testing/
Dgmock-support.h41 explicit CaptureEqMatcher(Capture<T>* capture) : capture_(capture) {} in CaptureEqMatcher()
79 inline Matcher<T> CaptureEq(Capture<T>* capture) { in CaptureEq()
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
DEvent.java39 private boolean capture; // true means event occurred during the capture phase field in Event
120 public void setCapture (boolean capture) { in setCapture()
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt026actions.py16 def capture(self, t): member in t026actions.parserClass.TParser
36 def capture(self, t): member in t026actions.lexerClass.TLexer
/external/guava/guava/src/com/google/common/reflect/
DTypeCapture.java32 final Type capture() { in capture() method in TypeCapture
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
Dlog_util_test.js166 capture: false, property
195 capture: false, property
/external/littlemock/src/com/google/testing/littlemock/
DArgumentCaptor.java36 public T capture(); in capture() method
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
DCocoaKeyboard.mm80 void CocoaKeyboard::capture() function
152 {
DCocoaMouse.mm76 void CocoaMouse::capture() function
133 {
DCocoaJoyStick.mm91 void CocoaJoyStick::capture() function
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/iphone/
DiPhoneAccelerometer.mm73 void iPhoneAccelerometer::capture() function
DiPhoneMultiTouch.mm56 void iPhoneMultiTouch::capture() function
/external/webrtc/webrtc/modules/video_capture/windows/
Dvideo_capture_factory_windows.cc31 RefCountImpl<VideoCaptureDS>* capture = new RefCountImpl<VideoCaptureDS>(id); in Create() local
/external/testng/src/test/java/test/pholser/
DCaptor.java27 public void capture( String aString ) { in capture() method in Captor
/external/clang/test/OpenMP/
Datomic_messages.cpp336 T capture() { in capture() function
508 int capture() { in capture() function
/external/easymock/src/org/easymock/internal/matchers/
DCaptures.java28 private final Capture<T> capture; field in Captures
/external/autotest/client/cros/video/
Dimport_screenshot_capturer.py38 def capture(self, filename): member in ImportScreenShotCapturer
/external/mockito/src/org/mockito/
DArgumentCaptor.java97 public T capture() { in capture() method in ArgumentCaptor

1234