/external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/ |
D | import.rb | 21 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/ |
D | cvcap.cpp | 64 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/ |
D | try-context.js | 13 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
|
D | try-catch-deopt.js | 131 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/ |
D | regexp-global.js | 31 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/ |
D | screen_capture.py | 43 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/ |
D | AddListenerAction.java | 27 private boolean capture; field in AddListenerAction 49 public void setCapture (boolean capture) { in setCapture()
|
D | RemoveListenerAction.java | 27 private boolean capture; field in RemoveListenerAction 49 public void setCapture (boolean capture) { in setCapture()
|
/external/v8/testing/ |
D | gmock-support.h | 41 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/ |
D | Event.java | 39 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/ |
D | t026actions.py | 16 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/ |
D | TypeCapture.java | 32 final Type capture() { in capture() method in TypeCapture
|
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/ |
D | log_util_test.js | 166 capture: false, property 195 capture: false, property
|
/external/littlemock/src/com/google/testing/littlemock/ |
D | ArgumentCaptor.java | 36 public T capture(); in capture() method
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/ |
D | CocoaKeyboard.mm | 80 void CocoaKeyboard::capture() function 152 {
|
D | CocoaMouse.mm | 76 void CocoaMouse::capture() function 133 {
|
D | CocoaJoyStick.mm | 91 void CocoaJoyStick::capture() function
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/iphone/ |
D | iPhoneAccelerometer.mm | 73 void iPhoneAccelerometer::capture() function
|
D | iPhoneMultiTouch.mm | 56 void iPhoneMultiTouch::capture() function
|
/external/webrtc/webrtc/modules/video_capture/windows/ |
D | video_capture_factory_windows.cc | 31 RefCountImpl<VideoCaptureDS>* capture = new RefCountImpl<VideoCaptureDS>(id); in Create() local
|
/external/testng/src/test/java/test/pholser/ |
D | Captor.java | 27 public void capture( String aString ) { in capture() method in Captor
|
/external/clang/test/OpenMP/ |
D | atomic_messages.cpp | 336 T capture() { in capture() function 508 int capture() { in capture() function
|
/external/easymock/src/org/easymock/internal/matchers/ |
D | Captures.java | 28 private final Capture<T> capture; field in Captures
|
/external/autotest/client/cros/video/ |
D | import_screenshot_capturer.py | 38 def capture(self, filename): member in ImportScreenShotCapturer
|
/external/mockito/src/org/mockito/ |
D | ArgumentCaptor.java | 97 public T capture() { in capture() method in ArgumentCaptor
|