/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()
|
D | cvcap_socket.cpp | 296 CVCapture_Socket* capture = new CVCapture_Socket; in cvCreateCameraCapture_Socket() local
|
/external/chromium/chrome/browser/resources/shared/js/ |
D | event_tracker.js | 50 add: function(node, eventType, listener, capture) { argument 55 capture: capture property
|
/external/chromium-trace/src/shared/js/ |
D | event_tracker.js | 50 add: function(node, eventType, listener, capture) { argument 55 capture: capture property
|
/external/littlemock/src/com/google/testing/littlemock/ |
D | ArgumentCaptor.java | 36 public T capture(); in capture() method
|
/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
|
D | t052import.py | 26 def capture(self, t): member in T.parserClass.TParser 53 def capture(self, t): member in T.lexerClass.TLexer
|
D | t053hetero.py | 17 def capture(self, t): member in T.parserClass.TParser 44 def capture(self, t): member in T.lexerClass.TLexer
|
D | t049treeparser.py | 16 def capture(self, t): member in T.walkerClass.TWalker
|
/external/easymock/src/org/easymock/internal/matchers/ |
D | Captures.java | 28 private final Capture<T> capture; field in Captures
|
/external/webkit/Source/WebCore/platform/ |
D | FileChooser.h | 86 String capture() const { return m_client ? m_client->capture() : String(); } in capture() function
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/ |
D | scope-003.js | 96 function capture(val) function
|
/external/llvm/utils/lit/lit/ |
D | Util.py | 42 def capture(args, env=None): function
|
/external/webkit/Source/WebCore/bindings/gobject/ |
D | GObjectEventListener.cpp | 34 …ct, EventTarget* target, const char* domEventName, GCallback handler, bool capture, void* userData) in GObjectEventListener()
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-linked_ptr.h | 198 void capture(T* ptr) { in capture() function
|
/external/gtest/include/gtest/internal/ |
D | gtest-linked_ptr.h | 198 void capture(T* ptr) { in capture() function
|
/external/chromium/testing/gtest/include/gtest/internal/ |
D | gtest-linked_ptr.h | 198 void capture(T* ptr) { in capture() function
|
/external/android-mock/src/com/google/android/testing/mocking/ |
D | AndroidMock.java | 2359 public static <T> T capture(Capture<T> captured) { in capture() method in AndroidMock 2374 public static int capture(Capture<Integer> captured) { in capture() method in AndroidMock 2389 public static long capture(Capture<Long> captured) { in capture() method in AndroidMock 2404 public static float capture(Capture<Float> captured) { in capture() method in AndroidMock 2419 public static double capture(Capture<Double> captured) { in capture() method in AndroidMock 2434 public static byte capture(Capture<Byte> captured) { in capture() method in AndroidMock 2449 public static char capture(Capture<Character> captured) { in capture() method in AndroidMock
|
/external/chromium/base/memory/ |
D | linked_ptr.h | 150 void capture(T* ptr) { in capture() function
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-linked_ptr.h | 207 void capture(T* ptr) { in capture() function
|
/external/regex-re2/re2/ |
D | nfa.cc | 62 const char** capture; member 187 const char* p, const char** capture) { in AddToThreadq() 378 string NFA::FormatCapture(const char** capture) { in FormatCapture()
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/ |
D | ScreenshotAppState.java | 28 private boolean capture = false; field in ScreenshotAppState
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 527 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope() local 681 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral() local 890 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl() local 1082 const CGBlockInfo::Capture &capture = blockInfo.getCapture(self); in GenerateBlockFunction() local 1094 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction() local 1133 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction() local 1233 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateCopyHelperFunction() local 1346 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateDestroyHelperFunction() local
|
/external/easymock/src/org/easymock/internal/ |
D | Invocation.java | 156 public void addCapture(Captures<Object> capture, Object value) { in addCapture()
|