Home
last modified time | relevance | path

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

123456

/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.py11 def test_keep_alive_argument(capture): argument
50 def test_keep_alive_return_value(capture): argument
91 def test_alive_gc(capture): argument
110 def test_alive_gc_derived(capture): argument
132 def test_alive_gc_multi_derived(capture): argument
158 def test_return_none(capture): argument
185 def test_keep_alive_constructor(capture): argument
Dtest_factory_constructors.py305 def test_no_placement_new(capture): argument
353 def test_reallocation_a(capture, msg): argument
375 def test_reallocation_b(capture, msg): argument
391 def test_reallocation_c(capture, msg): argument
405 def test_reallocation_d(capture, msg): argument
420 def test_reallocation_e(capture, msg): argument
435 def test_reallocation_f(capture, msg): argument
451 def test_reallocation_g(capture, msg): argument
Dtest_pytypes.py24 def test_list(capture, doc): argument
46 def test_none(capture, doc): argument
51 def test_set(capture, doc): argument
76 def test_dict(capture, doc): argument
143 def test_capsule(capture): argument
335 def test_print(capture): argument
Dtest_eval.py11 def test_evals(capture): argument
Dtest_class.py255 def test_operator_new_delete(capture): argument
415 def test_multiple_instances_with_same_pointer(capture): argument
Dtest_virtual_functions.py10 def test_override(capture, msg): argument
91 def test_alias_delay_initialization1(capture): argument
130 def test_alias_delay_initialization2(capture): argument
Dtest_numpy_vectorize.py8 def test_vectorize(capture): argument
Dtest_smart_ptr.py8 def test_smart_ptr(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/rust/crates/anyhow/src/
Dbacktrace.rs63 mod capture { module
114 let capture = match &self.inner { in fmt() localVariable
202 pub(crate) fn capture() -> Backtrace { in capture() method
254 let capture = match &self.inner { in fmt() localVariable
304 capture: UnsafeCell<Capture>, field
/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/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/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/guava/android/guava/src/com/google/common/reflect/
DTypeCapture.java31 final Type capture() { in capture() method in TypeCapture
/external/guava/guava/src/com/google/common/reflect/
DTypeCapture.java31 final Type capture() { in capture() method in TypeCapture
/external/clang/test/OpenMP/
Datomic_messages.cpp336 T capture() { in capture() function
508 int capture() { in capture() function
/external/webrtc/modules/video_capture/windows/
Dvideo_capture_factory_windows.cc30 rtc::scoped_refptr<VideoCaptureDS> capture( in Create() local
/external/webrtc/modules/audio_processing/aec3/
Decho_canceller3.cc108 AudioBuffer* capture, in ProcessCaptureFrameContent()
720 void EchoCanceller3::AnalyzeCapture(const AudioBuffer& capture) { in AnalyzeCapture()
735 void EchoCanceller3::ProcessCapture(AudioBuffer* capture, bool level_change) { in ProcessCapture()
739 void EchoCanceller3::ProcessCapture(AudioBuffer* capture, in ProcessCapture()
/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/mockito/src/main/java/org/mockito/
DArgumentCaptor.java82 public T capture() { in capture() method in ArgumentCaptor
/external/python/google-auth-library-python/system_tests/system_tests_sync/app_engine_test_app/
Dmain.py75 def capture(): function
/external/easymock/src/org/easymock/internal/matchers/
DCaptures.java28 private final Capture<T> capture; field in Captures
/external/mesa3d/docs/
Dshading.rst52 .. _capture: target

123456