Home
last modified time | relevance | path

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

12345

/external/antlr/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/python/pybind11/tests/
Dtest_call_policies.py6 def test_keep_alive_argument(capture): argument
39 def test_keep_alive_return_value(capture): argument
74 def test_alive_gc(capture): argument
90 def test_alive_gc_derived(capture): argument
109 def test_alive_gc_multi_derived(capture): argument
132 def test_return_none(capture): argument
159 def test_keep_alive_constructor(capture): argument
Dtest_pytypes.py9 def test_list(capture, doc): argument
28 def test_set(capture, doc): argument
50 def test_dict(capture, doc): argument
102 def test_capsule(capture): argument
216 def test_print(capture): argument
Dtest_eval.py5 def test_evals(capture): argument
Dtest_factory_constructors.py285 def test_no_placement_new(capture): argument
333 def test_reallocations(capture, msg): argument
Dtest_numpy_vectorize.py10 def test_vectorize(capture): argument
Dtest_smart_ptr.py6 def test_smart_ptr(capture): argument
Dtest_virtual_functions.py7 def test_override(capture, msg): argument
76 def test_alias_delay_initialization1(capture): argument
111 def test_alias_delay_initialization2(capture): argument
Dtest_exceptions.py105 def test_nested_throws(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
145 def capture(self): member in CrosCalibrationImageCapturer
/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/guava/guava/src/com/google/common/reflect/
DTypeCapture.java30 final Type capture() { in capture() method in TypeCapture
/external/guava/android/guava/src/com/google/common/reflect/
DTypeCapture.java30 final Type capture() { in capture() method in TypeCapture
/external/antlr/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/antlr/runtime/Python3/tests/
Dt026actions.py16 def capture(self, t): member in t026actions.parserClass.TParser
36 def capture(self, t): member in t026actions.lexerClass.TLexer
/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/tensorflow/tensorflow/core/platform/
Dscanner.cc44 bool Scanner::GetResult(StringPiece* remaining, StringPiece* capture) { in GetResult()
/external/igt-gpu-tools/lib/
Digt_frame.c106 cairo_surface_t *capture, in igt_write_compared_frames_to_png()
170 cairo_surface_t *capture) in igt_check_analog_frame_match()
304 cairo_surface_t *capture) in igt_check_checkerboard_frame_match()
/external/clang/test/OpenMP/
Datomic_messages.cpp336 T capture() { in capture() function
508 int capture() { in capture() function
/external/mockito/src/main/java/org/mockito/
DArgumentCaptor.java82 public T capture() { in capture() method in ArgumentCaptor
/external/mesa3d/docs/
Dshading.rst52 .. _capture: target
/external/easymock/src/org/easymock/internal/matchers/
DCaptures.java28 private final Capture<T> capture; field in Captures
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher.h143 bool capture; member
/external/u-boot/tools/patman/
Dfunc_test.py27 def capture(): function

12345