/aosp_15_r20/tools/netsim/rust/daemon/src/captures/ |
H A D | captures_handler.rs | 78 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 D | tf_concrete_function_loading_test.cc | 102 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/ |
D | StringTrieUnitTest.java | 152 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/ |
D | ConsoleTest.java | 219 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 D | env.rs | 61 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/ |
D | regex.rs | 69 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 D | flat_tensor_function.cc | 36 const std::string& name, std::vector<ImmediateTensorHandlePtr> captures, in FlatTensorFunction() 50 std::vector<ImmediateExecutionTensorHandle*> captures, in Create()
|
H A D | partially_revived_objects.cc | 285 std::vector<ImmediateExecutionTensorHandle*> captures; in CreateConcreteFunction() local 307 std::vector<ImmediateExecutionTensorHandle*> captures; in CreateSignatureDefFunction() local
|
H A D | tf_signature_def_function_revival_state.h | 50 std::vector<ImmediateExecutionTensorHandle*> captures; member
|
H A D | tf_concrete_function_revival_state.h | 43 std::vector<ImmediateExecutionTensorHandle*> captures; member
|
H A D | tf_concrete_function.cc | 42 std::vector<ImmediateExecutionTensorHandle*> captures, in Create()
|
H A D | tf_signature_def_function.cc | 43 std::vector<ImmediateExecutionTensorHandle*> captures, in Create()
|
/aosp_15_r20/packages/modules/AdServices/sdksandbox/service/java/com/android/server/sdksandbox/verifier/ |
D | StringTrie.java | 93 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 D | EGLInitializePerf.cpp | 31 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 D | RegexTrie.java | 195 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/ |
D | RegexTrie.java | 195 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 D | frame_capture_replay_autogen.cpp | 21 const std::vector<ParamCapture> &captures = params.getParamCaptures(); in ReplayTraceFunctionCall() local
|
/aosp_15_r20/tools/netsim/rust/daemon/src/ |
H A D | resource.rs | 27 captures: Arc<RwLock<Captures>>, field
|
H A D | lib.rs | 19 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 D | mod.rs | 32 pub mod captures; module
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | func_graph.py | 164 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 D | lift_closures.cpp | 30 std::unordered_map<Value*, Value*> captures; in liftClosure() local
|
/aosp_15_r20/external/pigweed/pw_rpc/ |
H A D | benchmark.cc | 55 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 D | error.rs | 100 pub(crate) fn captures(err: captures::GroupInfoError) -> BuildError { in captures() method
|
/aosp_15_r20/system/tools/aidl/scripts/redundancy_check/srcs/ |
D | main.rs | 87 let captures = lib_regex.captures(&installed_file.name)?; in extract_aidl_instance() localVariable
|