/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libxml2/include/libxml/ |
D | schemasInternals.h | 263 xmlNodePtr node; member 311 xmlNodePtr node; member 371 xmlNodePtr node; member 612 xmlNodePtr node; member 775 xmlNodePtr node; member 829 xmlNodePtr node; member
|
/aosp_15_r20/external/grpc-grpc-java/googleapis/src/test/java/io/grpc/googleapis/ |
H A D | GoogleCloudToProdNameResolverTest.java | 180 Map<String, ?> node = (Map<String, ?>) bootstrap.get("node"); in onGcpAndNoProvidedBootstrapDelegateToXds() local 210 Map<String, ?> node = (Map<String, ?>) bootstrap.get("node"); in onGcpAndNoProvidedBootstrapAndFederationEnabledDelegateToXds() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/ |
D | list_iterator.hpp | 47 typedef typename types_t::node node; typedef in boost::intrusive::list_iterator 84 BOOST_INTRUSIVE_FORCEINLINE list_iterator &operator=(const node_ptr &node) in operator =()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/ |
D | nonhook_node.hpp | 34 typedef typename node_traits::node node; typedef 79 typedef typename node_traits::node node; typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | select.cc | 58 TfLiteStatus SelectPrepare(TfLiteContext* context, TfLiteNode* node) { in SelectPrepare() 128 TfLiteStatus SelectEval(TfLiteContext* context, TfLiteNode* node) { in SelectEval()
|
H A D | dynamic_update_slice.cc | 42 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 140 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ |
H A D | ExplicitConstructorInvocationStmt.java | 189 public boolean remove(Node node) { in remove() 234 public boolean replace(Node node, Node replacementNode) { in replace()
|
H A D | TryStmt.java | 221 public boolean remove(Node node) { in remove() 269 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/ |
D | node_handle.hpp | 200 Node* node; member in boost::multi_index::detail::node_handle 232 NodeHandle node; member
|
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/NEON/ |
H A D | NEFunctionFactory.cpp | 93 …reate_normalization_layer<NENormalizationLayer, NETargetInfo>(NormalizationLayerNode &node, GraphC… in create_normalization_layer() 123 std::unique_ptr<IFunction> NEFunctionFactory::create(INode *node, GraphContext &ctx) in create()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
H A D | DTMManager.java | 204 public abstract int getDTMHandleFromNode(org.w3c.dom.Node node); in getDTMHandleFromNode() 286 public abstract DTMIterator createDTMIterator(int node); in createDTMIterator()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/perception/ |
H A D | dense_image_warp.cc | 89 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 125 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
H A D | RecordingCanvasNatives.java | 27 public static native long nCreateDisplayListCanvas(long node, int width, int height); in nCreateDisplayListCanvas() 29 public static native void nResetDisplayListCanvas(long canvas, long node, int width, int height); in nResetDisplayListCanvas()
|
/aosp_15_r20/external/coreboot/src/arch/arm64/ |
H A D | fit_payload.c | 38 static bool decompress_kernel_header(const struct fit_image_node *node) in decompress_kernel_header() 82 static size_t get_kernel_size(const struct fit_image_node *node) in get_kernel_size()
|
/aosp_15_r20/system/extras/simpleperf/scripts/ |
H A D | report.py | 61 def add_child(self, node): argument 250 def display_call_tree(self, tree, parent_id, node, indent): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/ |
H A D | tflite_op_shim.cc | 78 TfLiteNode* node) in TfLiteInvokeContext() 124 TfLiteContext* context, TfLiteNode* node, const flexbuffers::Map* attr_map, in TfLiteShapeInferenceContext()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/gradient/ |
H A D | bcast_grad_args.cc | 41 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 69 TfLiteStatus Invoke(TfLiteContext* context, TfLiteNode* node) { in Invoke()
|
/aosp_15_r20/external/cldr/tools/cldr-rdf/src/main/java/org/unicode/cldr/rdf/ |
H A D | QueryClient.java | 70 RDFNode node = qs.get(k); in getStringOrNull() local 74 private static String getStringOrNull(RDFNode node) { in getStringOrNull()
|
/aosp_15_r20/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/ |
H A D | BodyDeclarationLocators.java | 139 public static boolean matchesAny(List<BodyDeclarationLocator> locators, BodyDeclaration node) { in matchesAny() 152 public static BodyDeclaration findDeclarationNode(ASTNode node) { in findDeclarationNode()
|
/aosp_15_r20/trusty/kernel/lib/shared/device_tree/service/ |
H A D | device_tree_service.cpp | 103 Status NodeIterator::get_next_node(sp<INode>* node) { in get_next_node() 176 Status Node::get_subnode(const std::string& node_name, sp<INode>* node) { in get_subnode()
|
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/ |
H A D | dtensor_device_util.cc | 52 Node* node; member 190 Status ParseAttrMap(const Node& node, absl::string_view indices_attr, in ParseAttrMap() 218 const Node& node, std::map<int, Layout>* inferred_resource_input_layouts) { in ParseResourceArgumentLayouts() 223 Status ParseShapeInputLayouts(const Node& node, in ParseShapeInputLayouts()
|
/aosp_15_r20/external/python/cpython2/Lib/xml/dom/ |
D | expatbuilder.py | 376 def _finish_start_element(self, node): argument 415 def _handle_white_text_nodes(self, node, info): argument 472 def startContainer(self, node): argument 485 def acceptNode(self, node): argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/device_path/ |
D | mod.rs | 385 let node = DevicePathNode::from_ffi_ptr(ptr.cast::<FfiDevicePath>()); in size_in_bytes_from_ptr() localVariable 410 let node = <&DevicePathNode>::try_from(bytes)?; in size_in_bytes_from_slice() localVariable 611 let node = in next() localVariable 869 let node = [0xa0, 0xb0]; in test_device_path_node_from_bytes() localVariable
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xml/dom/ |
H A D | expatbuilder.py | 369 def _finish_start_element(self, node): argument 408 def _handle_white_text_nodes(self, node, info): argument 465 def startContainer(self, node): argument 478 def acceptNode(self, node): argument
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | NetworkTypeController.java | 557 OverrideTimerRule node = tempRules.get(state); in createTimerRules() local 561 OverrideTimerRule node = tempRules.get(kv[0]); in createTimerRules() local 592 OverrideTimerRule node = tempRules.get(state); in createTimerRules() local 596 OverrideTimerRule node = tempRules.get(kv[0]); in createTimerRules() local
|