Home
last modified time | relevance | path

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

123

/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()
Dcvcap_socket.cpp296 CVCapture_Socket* capture = new CVCapture_Socket; in cvCreateCameraCapture_Socket() local
/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/v8/testing/
Dgmock-support.h37 explicit CaptureEqMatcher(Capture<T>* capture) : capture_(capture) {} in CaptureEqMatcher()
66 Matcher<T> CaptureEq(Capture<T>* capture) { in CaptureEq()
/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
Dt052import.py26 def capture(self, t): member in T.parserClass.TParser
53 def capture(self, t): member in T.lexerClass.TLexer
Dt053hetero.py17 def capture(self, t): member in T.parserClass.TParser
44 def capture(self, t): member in T.lexerClass.TLexer
/external/guava/guava/src/com/google/common/reflect/
DTypeCapture.java32 final Type capture() { in capture() method in TypeCapture
DTypeResolver.java385 Type capture(Type type) { in capture() method in TypeResolver.WildcardCapturer
428 private Type[] capture(Type[] types) { in capture() method in TypeResolver.WildcardCapturer
/external/littlemock/src/com/google/testing/littlemock/
DArgumentCaptor.java36 public T capture(); in capture() method
/external/clang/test/OpenMP/
Datomic_messages.cpp334 T capture() { in capture() function
506 int capture() { in capture() function
/external/easymock/src/org/easymock/internal/matchers/
DCaptures.java28 private final Capture<T> capture; field in Captures
/external/mockito/src/org/mockito/
DArgumentCaptor.java97 public T capture() { in capture() method in ArgumentCaptor
/external/regex-re2/re2/
Dnfa.cc62 const char** capture; member
187 const char* p, const char** capture) { in AddToThreadq()
378 string NFA::FormatCapture(const char** capture) { in FormatCapture()
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-linked_ptr.h198 void capture(T* ptr) { in capture() function
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-linked_ptr.h198 void capture(T* ptr) { in capture() function
/external/gtest/include/gtest/internal/
Dgtest-linked_ptr.h198 void capture(T* ptr) { in capture() function
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-linked_ptr.h198 void capture(T* ptr) { in capture() function
/external/google-breakpad/src/processor/
Dlinked_ptr.h159 void capture(T* ptr) { in capture() function
/external/protobuf/gtest/include/gtest/internal/
Dgtest-linked_ptr.h207 void capture(T* ptr) { in capture() function
/external/llvm/utils/lit/lit/
Dutil.py63 def capture(args, env=None): function
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
DScreenshotAppState.java28 private boolean capture = false; field in ScreenshotAppState
/external/clang/lib/CodeGen/
DCGBlocks.cpp605 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in enterBlockScope() local
762 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral() local
1004 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl() local
1201 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction() local
1245 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction() local
1354 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateCopyHelperFunction() local
1525 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateDestroyHelperFunction() local
/external/easymock/src/org/easymock/internal/
DInvocation.java156 public void addCapture(Captures<Object> capture, Object value) { in addCapture()

123