Home
last modified time | relevance | path

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

1234567

/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/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/federated-compute/fcp/base/
Dmove_to_lambda_test.cc28 auto capture = MoveToLambda(UniqueValue<int>{123}); in TEST() local
43 auto capture = MoveToLambda(UniqueValue<int>{0}); in TEST() local
/external/webrtc/modules/audio_processing/aec3/
Decho_path_delay_estimator_unittest.cc58 Block capture(/*num_bands=*/1, num_capture_channels); in TEST_P() local
75 Block capture(/*num_bands=*/1, kNumCaptureChannels); in TEST() local
138 Block capture(/*num_bands=*/1, kNumCaptureChannels); in TEST() local
171 Block capture(/*num_bands=*/1, /*num_channels=*/1); in TEST() local
Decho_canceller3.cc148 AudioBuffer* capture, in ProcessCaptureFrameContent()
835 void EchoCanceller3::AnalyzeCapture(const AudioBuffer& capture) { in AnalyzeCapture()
850 void EchoCanceller3::ProcessCapture(AudioBuffer* capture, bool level_change) { in ProcessCapture()
854 void EchoCanceller3::ProcessCapture(AudioBuffer* capture, in ProcessCapture()
/external/armnn/samples/common/test/Audio/
DAudioCaptureTest.cpp17 audio::AudioCapture capture; variable
52 audio::AudioCapture capture; variable
/external/tensorflow/tensorflow/python/eager/
Dfunction_saved_model_utils.py44 def __init__(self, capture, function): argument
140 def _raise_untracked_capture_error(function_name, capture, argument
162 def _get_trackable_parent_error_string(capture): argument
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/src/
Dbacktrace.rs72 mod capture { module
124 let capture = match &self.inner { in fmt() localVariable
212 pub(crate) fn capture() -> Backtrace { in capture() method
264 let capture = match &self.inner { in fmt() localVariable
314 capture: UnsafeCell<Capture>, field
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.93/src/
Dbacktrace.rs72 mod capture { module
124 let capture = match &self.inner { in fmt() localVariable
212 pub(crate) fn capture() -> Backtrace { in capture() method
264 let capture = match &self.inner { in fmt() localVariable
314 capture: UnsafeCell<Capture>, field
/external/rust/android-crates-io/crates/anyhow/src/
Dbacktrace.rs72 mod capture { module
124 let capture = match &self.inner { in fmt() localVariable
212 pub(crate) fn capture() -> Backtrace { in capture() method
264 let capture = match &self.inner { in fmt() localVariable
314 capture: UnsafeCell<Capture>, field
/external/mockito-kotlin/mockito-kotlin/src/main/kotlin/org/mockito/kotlin/
DArgumentCaptor.kt156 inline fun <reified T : Any> capture(captor: ArgumentCaptor<T>): T { in capture() method
197 fun capture(): T { in capture() method in org.mockito.kotlin.KArgumentCaptor
/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/pigweed/pw_bluetooth_proxy/
Drfcomm_test.cc132 } capture; in TEST_F() local
239 } capture; in TEST_F() local
320 } capture; in TEST_F() local
354 } capture; in TEST_F() local
436 } capture; in TEST_F() local
478 } capture; in TEST_F() local
511 } capture; in TEST_F() local
/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
DRestorable.java48 RestorableState<T> capture(); in capture() method
DWriteChannel.java46 RestorableState<WriteChannel> capture(); in capture() method
DReadChannel.java56 RestorableState<ReadChannel> capture(); in capture() method
/external/guava/guava/src/com/google/common/reflect/
DTypeCapture.java31 final Type capture() { in capture() method in TypeCapture
/external/guava/android/guava/src/com/google/common/reflect/
DTypeCapture.java31 final Type capture() { in capture() method in TypeCapture
/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/webrtc/modules/video_capture/windows/
Dvideo_capture_factory_windows.cc29 auto capture = rtc::make_ref_counted<VideoCaptureDS>(); in Create() local
/external/clang/test/OpenMP/
Datomic_messages.cpp336 T capture() { in capture() function
508 int capture() { in capture() function
/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

1234567