Home
last modified time | relevance | path

Searched defs:captures (Results 1 – 25 of 122) sorted by relevance

12345

/aosp_15_r20/tools/netsim/rust/daemon/src/captures/
H A Dcaptures_handler.rs78 let mut captures = captures_arc.write().unwrap(); in get_capture() localVariable
103 let mut captures = captures_arc.write().unwrap(); in handle_capture_get() localVariable
147 let captures = captures_arc.write().unwrap(); in list_capture() localVariable
172 let mut captures = captures_arc.write().unwrap(); in patch_capture() localVariable
194 let mut captures = captures_arc.write().unwrap(); in handle_capture_patch() localVariable
291 let captures = captures_arc.write().unwrap(); in handle_packet() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/
H A Dtf_concrete_function_loading_test.cc102 std::unordered_map<int, std::unique_ptr<TensorHandleConvertible>> captures; in TEST_F() local
146 std::unordered_map<int, std::unique_ptr<TensorHandleConvertible>> captures; in TEST_F() local
171 std::unordered_map<int, std::unique_ptr<TensorHandleConvertible>> captures; in TEST_F() local
234 std::unordered_map<int, std::unique_ptr<TensorHandleConvertible>> captures; in TEST_F() local
/aosp_15_r20/packages/modules/AdServices/sdksandbox/tests/unittest/src/com/android/server/sdksandbox/
DStringTrieUnitTest.java152 List<String> captures = new ArrayList<String>(); in testWildcard_captureTail() local
156 assertEquals(Arrays.asList(), captures); in testWildcard_captureTail() local
202 List<String> captures = new ArrayList<String>(); in testWildcard_captureInner() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/command/
DConsoleTest.java219 CaptureList captures = new CaptureList(); in testRunCommand() local
237 CaptureList captures = new CaptureList(); in testRunCommand_shortcut() local
259 CaptureList captures = new CaptureList(); in testRunCommand_startsWithCommand() local
/aosp_15_r20/system/keymint/hal/src/
H A Denv.rs61 let captures = patchlevel_regex in extract_truncated_patchlevel() localVariable
78 let captures = patchlevel_regex in extract_patchlevel() localVariable
101 let captures = os_version_regex in populate_hal_info_from() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Dregex.rs69 fn captures<F, G>(&self, range: Range) -> (usize, G) in captures() method
89 fn captures<F, G>(&self, range: Range) -> (usize, G) in captures() function
158 fn captures<F, G>(&self, range: &'a str) -> (usize, G) in captures() method
194 fn captures<F, G>(&self, range: &'a [u8]) -> (usize, G) in captures() method
453 pub fn captures<F, R, Input>(regex: R) -> Captures<F, R, Input> in captures() function
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/
H A Dflat_tensor_function.cc36 const std::string& name, std::vector<ImmediateTensorHandlePtr> captures, in FlatTensorFunction()
50 std::vector<ImmediateExecutionTensorHandle*> captures, in Create()
H A Dpartially_revived_objects.cc285 std::vector<ImmediateExecutionTensorHandle*> captures; in CreateConcreteFunction() local
307 std::vector<ImmediateExecutionTensorHandle*> captures; in CreateSignatureDefFunction() local
H A Dtf_signature_def_function_revival_state.h50 std::vector<ImmediateExecutionTensorHandle*> captures; member
H A Dtf_concrete_function_revival_state.h43 std::vector<ImmediateExecutionTensorHandle*> captures; member
H A Dtf_concrete_function.cc42 std::vector<ImmediateExecutionTensorHandle*> captures, in Create()
H A Dtf_signature_def_function.cc43 std::vector<ImmediateExecutionTensorHandle*> captures, in Create()
/aosp_15_r20/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/verifier/
DStringTrie.java93 V recursiveRetrieve(List<String> captures, List<String> strings) { in recursiveRetrieve()
161 public @Nullable V retrieve(@Nullable List<String> captures, @NonNull String... strings) { in retrieve()
/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DEGLInitializePerf.cpp31 Captures *captures = static_cast<Captures *>(platformMethods->context); in CapturePlatform_currentTime() local
42 Captures *captures = static_cast<Captures *>(platformMethods->context); in CapturePlatform_histogramCustomCounts() local
/aosp_15_r20/tools/loganalysis/src/com/android/loganalysis/util/
H A DRegexTrie.java195 V recursiveRetrieve(List<List<String>> captures, List<String> strings) { in recursiveRetrieve()
273 public V retrieve(List<List<String>> captures, String... strings) { in retrieve()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DRegexTrie.java195 V recursiveRetrieve(List<List<String>> captures, List<String> strings) { in recursiveRetrieve()
273 public V retrieve(List<List<String>> captures, String... strings) { in retrieve()
/aosp_15_r20/external/angle/util/capture/
H A Dframe_capture_replay_autogen.cpp21 const std::vector<ParamCapture> &captures = params.getParamCaptures(); in ReplayTraceFunctionCall() local
/aosp_15_r20/tools/netsim/rust/daemon/src/
H A Dresource.rs27 captures: Arc<RwLock<Captures>>, field
H A Dlib.rs19 pub mod captures; module
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Dmod.rs32 pub mod captures; module
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunc_graph.py164 def captures(self) -> Mapping[Hashable, Any]: member in CapturesContainer
903 def captures(self): member in FuncGraph
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dlift_closures.cpp30 std::unordered_map<Value*, Value*> captures; in liftClosure() local
/aosp_15_r20/external/pigweed/pw_rpc/
H A Dbenchmark.cc55 auto captures = std::make_unique<Captures>(Captures{.self = this, .id = id}); in BidirectionalEcho() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Derror.rs100 pub(crate) fn captures(err: captures::GroupInfoError) -> BuildError { in captures() method
/aosp_15_r20/system/tools/aidl/scripts/redundancy_check/srcs/
Dmain.rs87 let captures = lib_regex.captures(&installed_file.name)?; in extract_aidl_instance() localVariable

12345