Home
last modified time | relevance | path

Searched defs:node (Results 1126 – 1150 of 8398) sorted by relevance

1...<<41424344454647484950>>...336

/aosp_15_r20/external/libxml2/
H A Derror.c31 void *ctxt, xmlNodePtr node, in xmlVSetError()
116 void *ctxt, xmlNodePtr node, in xmlSetError()
136 void *ctxt, xmlNodePtr node, in xmlVUpdateError()
425 xmlNodePtr node; in xmlFormatError() local
691 xmlNode *node, int domain, int code, xmlErrorLevel level, in xmlVRaiseError()
776 xmlNode *node, int domain, int code, xmlErrorLevel level, in xmlRaiseError()
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/trax/sax/
H A DSAXTransformerFactoryAPITest.java311 Node node = (Node)document; in SAXTFactoryTest003() local
363 Node node = (Node) document; in SAXTFactoryTest004() local
413 Node node = (Node) document; in SAXTFactoryTest005() local
466 Node node = (Node) document; in SAXTFactoryTest006() local
518 Node node = (Node) document; in SAXTFactoryTest007() local
725 Node node = (Node) document; in SAXTFactoryTest011() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_graph.cc76 for (auto* node : graph.op_nodes()) { in BuildNodeMap() local
162 const Node* node = *it; in GetEngineInfo() local
296 Node** node, int* port) { in UpdateToEngineNode()
773 for (const auto& node : input_output_names) { in ConvertGraph() local
918 for (const Node* node : converted_segments.at(i).nodes) { in ConvertGraph() local
927 for (const Node* node : converted_segments.at(i).nodes) { in ConvertGraph() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer_test.cc641 for (const NodeDef& node : output.node()) { in TEST_F() local
1572 for (const NodeDef& node : output.node()) { in TEST_F() local
1581 for (const NodeDef& node : output.node()) { in TEST_F() local
1619 for (const NodeDef& node : output.node()) { in TEST_F() local
1628 for (const NodeDef& node : output.node()) { in TEST_F() local
1665 for (const NodeDef& node : output.node()) { in TEST_F() local
1675 for (const NodeDef& node : output.node()) { in TEST_F() local
1717 for (const NodeDef& node : output.node()) { in TEST_F() local
1825 for (const NodeDef& node : output.node()) { in TEST_F() local
1892 for (const NodeDef& node : output.node()) { in TEST_F() local
[all …]
H A Dgraph_optimizer_stage_test.cc46 Status TrySimplify(NodeDef* node, FakeResult* result) override { in TrySimplify()
72 const auto node = ParseNodeScopeAndName("a/b/c/Add"); in TEST_F() local
101 const auto node = ParseNodeScopeAndName("a/b/c/A"); in TEST_F() local
130 const auto node = ParseNodeScopeAndName("a/b/c/A"); in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/
Dstruct_parser_generator.cc27 for (const auto& node : variable_struct_fields_) { in StructParserGenerator() local
38 void StructParserGenerator::explore_children(const TreeNode& node, std::ostream& s) const { in explore_children() argument
71 for (const auto& node : variable_struct_fields_) { in Generate() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/
H A DBSPTreeVisitor.java97 Order visitOrder(BSPTree<S> node); in visitOrder()
106 void visitInternalNode(BSPTree<S> node); in visitInternalNode()
112 void visitLeafNode(BSPTree<S> node); in visitLeafNode()
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-dram/
H A Dbdk-dram-config.c57 int bdk_dram_config(int node, int ddr_clock_override) in bdk_dram_config()
85 void bdk_dram_margin(int node) in bdk_dram_margin()
101 const char* bdk_dram_get_info_string(int node) in bdk_dram_get_info_string()
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/
H A Dfunctions.py49 def visit_Lambda(self, node): argument
77 def visit_FunctionDef(self, node): argument
130 def transform(node, ctx): argument
/aosp_15_r20/external/cronet/base/sampling_heap_profiler/
H A Dlock_free_address_hash_set.cc22 Node* node = bucket.load(std::memory_order_relaxed); in ~LockFreeAddressHashSet() local
38 Node* node = bucket.load(std::memory_order_relaxed); in Insert() local
56 for (Node* node = bucket.load(std::memory_order_relaxed); node; in Copy() local
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/nodeTypes/
H A DNodeWithModifiersTest.java70 NodeWithModifiers node = anythingWithModifiers(PUBLIC); in removeExistingModifier() local
77 NodeWithModifiers node = anythingWithModifiers(PUBLIC); in ignoreNotExistingModifiersOnRemove() local
85 NodeWithModifiers node = anythingWithModifiers(PUBLIC, STATIC, SYNCHRONIZED); in keepModifiersThatShouldNotBeRemoved() local
/aosp_15_r20/out/soong/.intermediates/external/snakeyaml/snakeyaml/linux_glibc_common/javac/
Dsnakeyaml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/yaml/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/snakeyaml/snakeyaml/linux_glibc_common/local-javac-header/
Dsnakeyaml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/yaml/ org/ ...
/aosp_15_r20/external/python/pycparser/utils/internal/
Dmemprofiling.py54 def visit(self, node): argument
61 def visit_FuncCall(self, node): argument
67 def generic_visit(self, node): argument
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libdram/
H A Ddram-csr.h61 static inline void dram_csr_write(bdk_node_t node, const char *csr_name, bdk_csr_type_t type, int b… in dram_csr_write()
73 #define DRAM_CSR_WRITE(node, csr, value) \ argument
81 #define DRAM_CSR_MODIFY(name, node, csr, code_block) do { \ argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dadd_if_then_else.cpp13 bool hasTrivialSubBlocks(Node* node) { in hasTrivialSubBlocks()
25 for (auto* node = graph_it.next(); node != nullptr; node = graph_it.next()) { in AddIfThenElseOp() local
37 for (auto* node : to_replace) { in AddIfThenElseOp() local
H A Dautocast.cpp141 Node* node, in castTensorInputs()
191 bool hasExplicitDtypeArgument(Node* node) { in hasExplicitDtypeArgument()
199 void castInputsToWidestType(Node* node, const AutocastContext& context) { in castInputsToWidestType()
238 void updateAutocastEnabledCheck(Node* node, bool is_jit_enabled) { in updateAutocastEnabledCheck()
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/transform/dom/
H A DDOMSource.java43 private Node node; field in DOMSource
89 public DOMSource(Node node, String systemID) { in DOMSource()
99 public void setNode(Node node) { in setNode()
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DIssue662Test.java26 JsonNode node = getJsonNodeFromClasspath(resource("emptyObject.json")); in testNoErrorsForEmptyObject() local
33 JsonNode node = getJsonNodeFromClasspath(resource("validObject.json")); in testNoErrorsForValidObject() local
40 JsonNode node = getJsonNodeFromClasspath(resource("objectInvalidValue.json")); in testCorrectErrorForInvalidValue() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/src/opencensus/proto/agent/trace/v1/
Dtrace_service.proto54 opencensus.proto.agent.common.v1.Node node = 1; field
64 opencensus.proto.agent.common.v1.Node node = 1; field
74 opencensus.proto.agent.common.v1.Node node = 1; field
/aosp_15_r20/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener.cpp81 void Visit(const xml::Text* node) override { in Visit()
107 void Visit(const xml::Element* node) override { in Visit()
200 void WriteAttributes(const xml::Element* node, ResXMLTree_attrExt* flat_elem, in WriteAttributes()
316 bool XmlFlattener::Flatten(IAaptContext* context, const xml::Node* node) { in Flatten()
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Dreinplace.py33 extra_check: Callable[[torch.fx.Node], bool] = lambda node: True argument
422 def any_use_of_views_after_node(node, shared_view_nodes, *, copy_node, mutated_arg): argument
426 def is_meta_only_user(node): argument
457 def can_inplace(node, mutated_arg): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/
H A Dhexagon_delegate_kernel.cc92 TfLiteNode* node) { in Eval()
163 TfLiteNode* node) { in ResizeOutputTensors()
193 TfLiteNode* node) { in Prepare()
257 TfLiteNode* node; in BuildGraph() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DTransformerFactoryImpl.java108 public javax.xml.transform.Templates processFromNode(Node node) in processFromNode()
223 javax.xml.transform.Templates processFromNode(Node node, String systemID) in processFromNode()
262 Node node = null; in getAssociatedStylesheet() local
858 Node node = dsource.getNode(); in newTemplates() local
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_function.c126 struct rb_node node; member
139 func_compare_to_name_and_overload(const struct rb_node *node, const void *data) in func_compare_to_name_and_overload()
172 const struct rb_node *node = rb_tree_search(mod->functions, &descr, in dxil_get_function() local
182 const struct func_rb_node *node = func_rb_node(rhs); in func_compare_name() local

1...<<41424344454647484950>>...336