/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xml/dom/ |
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/external/python/cpython3/Lib/xml/dom/ |
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/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | tf2xla_util.cc | 616 for (const NodeDef& node : in.node()) { in PruneGraphDefInto() local 659 for (const NodeDef& node : in.node()) { in PruneGraphDefInto() local 763 const Node& node, const FunctionLibraryDefinition* fld) { in GetAssociatedFunctions() 792 Graph* graph, Node* node, FunctionLibraryDefinition* fld, in RewriteAssociatedFunction()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | freeze_module.cpp | 213 Node* node = input->node(); in _loadModulePath() local 743 auto node = n->inputs()[0]->node(); in applyToForkSubgraph() local 776 auto node = *it; in removeExtraWaitCalls() local 791 auto node = *it; in removeExtraWaitCalls() local
|
/aosp_15_r20/external/rust/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/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xml/dom/ |
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/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xml/dom/ |
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/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xml/dom/ |
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/external/executorch/extension/pytree/ |
H A D | pytree.h | 293 ContainerHandle<U, Aux> clone(const ContainerHandle<T, Aux>& node, U* leaves) { in clone() 318 ContainerHandle<T, Aux>& node, in traverse() 329 const ContainerHandle<T, Aux>& node, in traverse() 688 size_t refresh_leaves_num(const ContainerHandle<T, Aux>& node) { in refresh_leaves_num()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/ |
H A D | graphdef_export.cc | 377 StringRef node, func; in ExtractExperimentalDebugInfoFromLocation() local 392 Operation *op, NodeDef *node, TFGraphDialect *dialect, in ConvertToNodeDef() 446 Status GraphDefExporter::ConvertOperation(Operation *op, NodeDef *node, in ConvertOperation()
|
/aosp_15_r20/external/cronet/third_party/brotli/enc/ |
H A D | encoder_dict.c | 144 BrotliTrieNode* node, BrotliTrie* trie) { in BrotliTrieNodeAdd() 191 const BrotliTrieNode* node, uint8_t c) { in BrotliTrieSub() 205 const BrotliTrieNode* node = &trie->root; in BrotliTrieFind() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_api.cc | 61 const XdsBootstrap::Node* node, upb::SymbolTable* symtab, in XdsApi() 135 void PopulateNode(const XdsApiContext& context, const XdsBootstrap::Node* node, in PopulateNode() 587 auto* node = envoy_service_status_v3_ClientConfig_mutable_node(client_config, in AssembleClientConfig() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/serialization/ |
H A D | writer_lib.cc | 76 void* builtin_op_data, const TfLiteNode& node) { in CreateBuiltinUnion() 115 const TfLiteNode& node = node_and_registration->first; in ExportOperators() local 365 const TfLiteNode& node = node_and_registration->first; in CheckInputOutput() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
H A D | combine_tpu_embedding_load_retrieve_pass.cc | 267 Node* node; member 328 const auto node = (*combined_inputs)[parameter_num][table_id].node; in CombinePerTableParametersForLoad() local 356 for (const auto* node : nodes) { in RemoveEdgesBetweenIndividualNodes() local
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | ViewDebug.java | 641 RenderNode node = RenderNode.create("ViewDebug", null); in profileViewAndChildren() local 645 private static void profileViewAndChildren(View view, RenderNode node, BufferedWriter out, in profileViewAndChildren() 667 profileViewAndChildren(group.getChildAt(i), node, out, false); in profileViewAndChildren() local
|
/aosp_15_r20/hardware/libhardware/modules/input/evdev/ |
H A D | InputHub.cpp | 160 auto node = new EvdevDeviceNode(path, fd); in openDeviceNode() local 729 auto node = openNode(filename); in scanDir() local 783 status_t InputHub::closeNode(const InputDeviceNode* node) { in closeNode()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | transpose_conv.cc | 126 TfLiteNode* node) { in AllocateTemporaryTensorsIfRequired() 241 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 595 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
H A D | gather.cc | 35 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 174 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/external/arm-trusted-firmware/plat/renesas/rcar/ |
H A D | bl2_plat_setup.c | 159 int ret, node; in bl2_lossy_gen_fdt() local 570 int ret, node; in bl2_add_rpc_node() local 598 int ret, node; in bl2_add_dram_entry() local
|
/aosp_15_r20/external/python/pyyaml/yaml/ |
D | _yaml.pyx | 1183 def serialize(self, node): argument 1239 cdef int _anchor_node(self, object node) except 0: 1256 cdef int _serialize_node(self, object node, object parent, object index) except 0:
|
/aosp_15_r20/external/libusb/libusb/os/ |
H A D | haiku_pollfs.cpp | 216 WatchedEntry::EntryRemoved(ino_t node) in EntryRemoved() 321 ino_t node; in MessageReceived() local
|
/aosp_15_r20/external/libcups/cgi-bin/ |
H A D | makedocset.c | 201 help_node_t *node; /* Current help node */ in write_index() local 397 help_node_t *node; /* Current help node */ in write_nodes() local
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
H A D | UnaryExpr.java | 158 public boolean remove(Node node) { in remove() 188 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/ |
H A D | EnumDeclaration.java | 155 public boolean remove(Node node) { in remove() 187 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | equal_graph_def.cc | 47 for (const NodeDef& node : actual) { in EqualRepeatedNodeDef() local 85 for (const NodeDef& node : ndefs) { in RepeatedNodeDefHash() local
|