/aosp_15_r20/external/angle/src/compiler/translator/glsl/ |
H A D | OutputGLSLBase.cpp | 23 bool isSingleStatement(TIntermNode *node) in isSingleStatement() 587 void TOutputGLSLBase::visitSymbol(TIntermSymbol *node) in visitSymbol() 596 void TOutputGLSLBase::visitConstantUnion(TIntermConstantUnion *node) in visitConstantUnion() 601 bool TOutputGLSLBase::visitSwizzle(Visit visit, TIntermSwizzle *node) in visitSwizzle() 612 bool TOutputGLSLBase::visitBinary(Visit visit, TIntermBinary *node) in visitBinary() 777 bool TOutputGLSLBase::visitUnary(Visit visit, TIntermUnary *node) in visitUnary() 827 bool TOutputGLSLBase::visitTernary(Visit visit, TIntermTernary *node) in visitTernary() 844 bool TOutputGLSLBase::visitIfElse(Visit visit, TIntermIfElse *node) in visitIfElse() 862 bool TOutputGLSLBase::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch() 870 bool TOutputGLSLBase::visitCase(Visit visit, TIntermCase *node) in visitCase() [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/common/ |
H A D | fdt_wrappers.c | 26 int fdt_read_uint32_array(const void *dtb, int node, const char *prop_name, in fdt_read_uint32_array() 57 int fdt_read_uint32(const void *dtb, int node, const char *prop_name, in fdt_read_uint32() 63 uint32_t fdt_read_uint32_default(const void *dtb, int node, in fdt_read_uint32_default() 76 int fdt_read_uint64(const void *dtb, int node, const char *prop_name, in fdt_read_uint64() 96 int fdtw_read_bytes(const void *dtb, int node, const char *prop, in fdtw_read_bytes() 131 int fdtw_read_string(const void *dtb, int node, const char *prop, in fdtw_read_string() 162 int fdtw_read_uuid(const void *dtb, int node, const char *prop, in fdtw_read_uuid() 195 int fdtw_write_inplace_cells(void *dtb, int node, const char *prop, in fdtw_write_inplace_cells() 230 int fdtw_write_inplace_bytes(void *dtb, int node, const char *prop, in fdtw_write_inplace_bytes() 278 int fdt_get_reg_props_by_index(const void *dtb, int node, int index, in fdt_get_reg_props_by_index() [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/common/ |
D | fdt_wrappers.c | 26 int fdt_read_uint32_array(const void *dtb, int node, const char *prop_name, in fdt_read_uint32_array() 57 int fdt_read_uint32(const void *dtb, int node, const char *prop_name, in fdt_read_uint32() 63 uint32_t fdt_read_uint32_default(const void *dtb, int node, in fdt_read_uint32_default() 76 int fdt_read_uint64(const void *dtb, int node, const char *prop_name, in fdt_read_uint64() 96 int fdtw_read_bytes(const void *dtb, int node, const char *prop, in fdtw_read_bytes() 131 int fdtw_read_string(const void *dtb, int node, const char *prop, in fdtw_read_string() 162 int fdtw_read_uuid(const void *dtb, int node, const char *prop, in fdtw_read_uuid() 195 int fdtw_write_inplace_cells(void *dtb, int node, const char *prop, in fdtw_write_inplace_cells() 230 int fdtw_write_inplace_bytes(void *dtb, int node, const char *prop, in fdtw_write_inplace_bytes() 278 int fdt_get_reg_props_by_index(const void *dtb, int node, int index, in fdt_get_reg_props_by_index() [all …]
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | ucharstrie.cpp | 37 int32_t node; in current() local 85 int32_t node=*pos; in branchNext() local 115 int32_t node=*pos; in branchNext() local 125 int32_t node=*pos++; in nextImpl() local 166 int32_t node; in next() local 198 int32_t node; in next() local 218 int32_t node; in next() local 236 int32_t node=*pos++; in next() local 299 int32_t node=*pos++; in findUniqueValueFromBranch() local 325 int32_t node=*pos++; in findUniqueValue() local [all …]
|
H A D | bytestrie.cpp | 74 int32_t node; in current() local 104 int32_t node=*pos; in branchNext() local 142 int32_t node=*pos; in branchNext() local 153 int32_t node=*pos++; in nextImpl() local 197 int32_t node; in next() local 228 int32_t node; in next() local 248 int32_t node; in next() local 267 int32_t node=*pos++; in next() local 329 int32_t node=*pos++; in findUniqueValueFromBranch() local 355 int32_t node=*pos++; in findUniqueValue() local [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | ucharstrie.cpp | 37 int32_t node; in current() local 85 int32_t node=*pos; in branchNext() local 115 int32_t node=*pos; in branchNext() local 125 int32_t node=*pos++; in nextImpl() local 166 int32_t node; in next() local 198 int32_t node; in next() local 218 int32_t node; in next() local 236 int32_t node=*pos++; in next() local 299 int32_t node=*pos++; in findUniqueValueFromBranch() local 325 int32_t node=*pos++; in findUniqueValue() local [all …]
|
H A D | bytestrie.cpp | 74 int32_t node; in current() local 104 int32_t node=*pos; in branchNext() local 142 int32_t node=*pos; in branchNext() local 153 int32_t node=*pos++; in nextImpl() local 197 int32_t node; in next() local 228 int32_t node; in next() local 248 int32_t node; in next() local 267 int32_t node=*pos++; in next() local 329 int32_t node=*pos++; in findUniqueValueFromBranch() local 355 int32_t node=*pos++; in findUniqueValue() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | elementwise.cc | 79 TfLiteStatus GenericPrepare(TfLiteContext* context, TfLiteNode* node, in GenericPrepare() 137 inline TfLiteStatus EvalImpl(TfLiteContext* context, TfLiteNode* node, in EvalImpl() 159 inline TfLiteStatus AbsInt16EvalImpl(TfLiteContext* context, TfLiteNode* node, in AbsInt16EvalImpl() 177 inline TfLiteStatus EvalImpl(TfLiteContext* context, TfLiteNode* node, in EvalImpl() 184 inline TfLiteStatus EvalNumeric(TfLiteContext* context, TfLiteNode* node, in EvalNumeric() 189 inline TfLiteStatus EvalLogical(TfLiteContext* context, TfLiteNode* node, in EvalLogical() 204 TfLiteStatus AbsEvalQuantized(TfLiteContext* context, TfLiteNode* node, in AbsEvalQuantized() 225 TfLiteStatus AbsEval(TfLiteContext* context, TfLiteNode* node) { in AbsEval() 244 TfLiteStatus SinEval(TfLiteContext* context, TfLiteNode* node) { in SinEval() 248 TfLiteStatus CosEval(TfLiteContext* context, TfLiteNode* node) { in CosEval() [all …]
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
H A D | LexicalDifferenceCalculator.java | 64 public void prettyPrint(Node node, SourcePrinter printer) { in prettyPrint() 126 CalculatedSyntaxModel calculatedSyntaxModelForNode(CsmElement csm, Node node) { in calculatedSyntaxModelForNode() 132 CalculatedSyntaxModel calculatedSyntaxModelForNode(Node node) { in calculatedSyntaxModelForNode() 136 …private void calculatedSyntaxModelForNode(CsmElement csm, Node node, List<CsmElement> elements, Ch… in calculatedSyntaxModelForNode() 181 calculatedSyntaxModelForNode(csmList.getPreceeding(), node, elements, change); in calculatedSyntaxModelForNode() local 184 … calculatedSyntaxModelForNode(csmList.getSeparatorPre(), node, elements, change); in calculatedSyntaxModelForNode() local 188 … calculatedSyntaxModelForNode(csmList.getSeparatorPost(), node, elements, change); in calculatedSyntaxModelForNode() local 192 calculatedSyntaxModelForNode(csmList.getFollowing(), node, elements, change); in calculatedSyntaxModelForNode() local 197 calculatedSyntaxModelForNode(csmList.getPreceeding(), node, elements, change); in calculatedSyntaxModelForNode() local 202 … calculatedSyntaxModelForNode(csmList.getSeparatorPre(), node, elements, change); in calculatedSyntaxModelForNode() local [all …]
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
H A D | DOM3TreeWalker.java | 378 private final void dispatachChars(Node node) in dispatachChars() 395 protected void startNode(Node node) throws org.xml.sax.SAXException { in startNode() 446 protected void endNode(Node node) throws org.xml.sax.SAXException { in endNode() 476 protected boolean applyFilter(Node node, int nodeType) { in applyFilter() 496 protected void serializeDocType(DocumentType node, boolean bStart) in serializeDocType() 570 protected void serializeComment(Comment node) throws SAXException { in serializeComment() 598 protected void serializeElement(Element node, boolean bStart) in serializeElement() 663 protected void serializeAttList(Element node) throws SAXException { in serializeAttList() 998 protected void serializeText(Text node) throws SAXException { in serializeText() 1052 EntityReference node, in serializeEntityReference() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/ |
H A D | summarize_graph_main.cc | 43 void PrintNodeInfo(const NodeDef* node) { in PrintNodeInfo() 73 for (const NodeDef* node : all_inputs) { in PrintBenchmarkUsage() local 103 for (const NodeDef* node : outputs) { in PrintBenchmarkUsage() local 127 for (const NodeDef& node : sorted_graph.node()) { in PrintStructure() local 148 for (const NodeDef& node : graph.node()) { in SummarizeGraph() local 161 for (const NodeDef* node : placeholders) { in SummarizeGraph() local 171 for (const NodeDef* node : variables) { in SummarizeGraph() local 182 for (const NodeDef& node : graph.node()) { in SummarizeGraph() local 193 for (const NodeDef* node : outputs) { in SummarizeGraph() local 204 for (const NodeDef& node : graph.node()) { in SummarizeGraph() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/ |
H A D | continue_statements.py | 59 def visit_Continue(self, node): argument 75 def _postprocess_statement(self, node): argument 94 def _visit_loop_body(self, node, nodes): argument 121 def visit_While(self, node): argument 128 def visit_For(self, node): argument 136 def visit_If(self, node): argument 141 def visit_With(self, node): argument 146 def visit_Try(self, node): argument 154 def visit_ExceptHandler(self, node): argument 159 def transform(node, ctx): argument
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
H A D | SAX2DTM2.java | 86 public DTMAxisIterator setStartNode(int node) in setStartNode() 112 int node = _currentNode; in next() local 140 public DTMAxisIterator setStartNode(int node) in setStartNode() 243 public DTMAxisIterator setStartNode(int node) in setStartNode() 268 int node = _currentNode; in next() local 313 int node = _currentNode; in getNodeByPosition() local 375 final int node = _startNode; in next() local 416 public DTMAxisIterator setStartNode(int node) in setStartNode() 477 int node = _currentNode; in next() local 512 public DTMAxisIterator setStartNode(int node) in setStartNode() [all …]
|
/aosp_15_r20/external/selinux/libsemanage/tests/ |
H A D | test_node.c | 136 semanage_node_t *node; in get_node_nth() local 159 semanage_node_t *node; in get_node_key_nth() local 179 semanage_node_t *node; in add_local_node() local 209 semanage_node_t *node = NULL; in test_node_compare() local 283 semanage_node_t *node = NULL; in test_node_key_extract() local 303 semanage_node_t *node = NULL; in test_node_get_set_addr() local 327 semanage_node_t *node = NULL; in test_node_get_set_addr_bytes() local 357 semanage_node_t *node = NULL; in test_node_get_set_mask() local 381 semanage_node_t *node = NULL; in test_node_get_set_mask_bytes() local 411 semanage_node_t *node = NULL; in test_node_get_set_proto() local [all …]
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_vars_to_ssa.c | 110 struct deref_node *node = rzalloc_size(mem_ctx, size); in deref_node_create() local 125 struct deref_node *node; in get_deref_node_for_var() local 232 struct deref_node *node = get_deref_node_recur(deref, state); in get_deref_node() local 254 foreach_deref_node_worker(struct deref_node *node, nir_deref_instr **path, in foreach_deref_node_worker() 255 void (*cb)(struct deref_node *node, in foreach_deref_node_worker() 310 void (*cb)(struct deref_node *node, in foreach_deref_node_match() 315 struct deref_node *node = get_deref_node_for_var(path->path[0]->var, state); in foreach_deref_node_match() local 325 path_may_be_aliased_node(struct deref_node *node, nir_deref_instr **path, in path_may_be_aliased_node() 415 struct deref_node *node = get_deref_node_for_var(deref->var, state); in register_complex_use() local 427 struct deref_node *node = get_deref_node(deref, state); in register_load_instr() local [all …]
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | propagateNoContraction.cpp | 80 bool isPreciseObjectNode(glslang::TIntermTyped* node) in isPreciseObjectNode() 132 unsigned getStructIndexFromConstantUnion(glslang::TIntermTyped* node) in getStructIndexFromConstantUnion() 140 ObjectAccessChain generateSymbolLabel(glslang::TIntermSymbol* node) in generateSymbolLabel() 284 void TSymbolDefinitionCollectingTraverser::visitSymbol(glslang::TIntermSymbol* node) in visitSymbol() 292 glslang::TIntermAggregate* node) in visitAggregate() 314 glslang::TIntermBranch* node) in visitBranch() 330 glslang::TIntermUnary* node) in visitUnary() 360 glslang::TIntermBinary* node) in visitBinary() 485 getPrecisenessAndRemainedAccessChain(glslang::TIntermOperator* node, in getPrecisenessAndRemainedAccessChain() 572 glslang::TIntermBinary* node) in visitBinary() [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libdram/ |
H A D | dram-spd.c | 64 int read_entire_spd(bdk_node_t node, dram_config_t *cfg, int lmc, int dimm) in read_entire_spd() 134 int read_spd(bdk_node_t node, const dimm_config_t *dimm_config, int spd_field) in read_spd() 182 static int validate_spd_checksum_ddr3(bdk_node_t node, int twsi_addr, int silent) in validate_spd_checksum_ddr3() 217 static int validate_spd_checksum(bdk_node_t node, int twsi_addr, int silent) in validate_spd_checksum() 239 int validate_dimm(bdk_node_t node, const dimm_config_t *dimm_config) in validate_dimm() 294 int get_dimm_part_number(char *buffer, bdk_node_t node, in get_dimm_part_number() 340 uint32_t get_dimm_serial_number(bdk_node_t node, const dimm_config_t *dimm_config, int ddr_type) in get_dimm_serial_number() 356 static uint32_t get_dimm_checksum(bdk_node_t node, const dimm_config_t *dimm_config, int ddr_type) in get_dimm_checksum() 370 void report_common_dimm(bdk_node_t node, const dimm_config_t *dimm_config, int dimm, in report_common_dimm() 421 void report_ddr3_dimm(bdk_node_t node, const dimm_config_t *dimm_config, in report_ddr3_dimm() [all …]
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | propagateNoContraction.cpp | 80 bool isPreciseObjectNode(glslang::TIntermTyped* node) in isPreciseObjectNode() 132 unsigned getStructIndexFromConstantUnion(glslang::TIntermTyped* node) in getStructIndexFromConstantUnion() 140 ObjectAccessChain generateSymbolLabel(glslang::TIntermSymbol* node) in generateSymbolLabel() 284 void TSymbolDefinitionCollectingTraverser::visitSymbol(glslang::TIntermSymbol* node) in visitSymbol() 292 glslang::TIntermAggregate* node) in visitAggregate() 314 glslang::TIntermBranch* node) in visitBranch() 330 glslang::TIntermUnary* node) in visitUnary() 360 glslang::TIntermBinary* node) in visitBinary() 485 getPrecisenessAndRemainedAccessChain(glslang::TIntermOperator* node, in getPrecisenessAndRemainedAccessChain() 572 glslang::TIntermBinary* node) in visitBinary() [all …]
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparser/ |
H A D | Navigator.java | 43 public static Node getParentNode(Node node) { in getParentNode() 132 public static NameExpr findNameExpression(Node node, String name) { in findNameExpression() 148 public static SimpleName findSimpleName(Node node, String name) { in findSimpleName() 164 public static MethodCallExpr findMethodCall(Node node, String methodName) { in findMethodCall() 180 public static VariableDeclarator demandVariableDeclaration(Node node, String name) { in demandVariableDeclaration() 208 public static SwitchStmt findSwitch(Node node) { in findSwitch() 217 public static <N> N findNodeOfGivenClass(Node node, Class<N> clazz) { in findNodeOfGivenClass() 226 public static <N> List<N> findAllNodesOfGivenClass(Node node, Class<N> clazz) { in findAllNodesOfGivenClass() 236 public static <N extends Node> Optional<N> findAncestor(Node node, Class<N> clazz) { in findAncestor() 261 private static SwitchStmt findSwitchHelper(Node node) { in findSwitchHelper() [all …]
|
/aosp_15_r20/external/trusty/lk/lib/binary_search_tree/ |
D | binary_search_tree.c | 32 static size_t bst_node_rank(struct bst_node *node) { in bst_node_rank() 44 static bool bst_is_right_child(struct bst_node *node) { in bst_is_right_child() 61 struct bst_node *node) { in bst_parent_ptr() 193 void bst_update_rank_insert(struct bst_root *root, struct bst_node *node) { in bst_update_rank_insert() 336 static void bst_update_rank_delete(struct bst_root *root, struct bst_node *node, in bst_update_rank_delete() 409 static struct bst_node *bst_find_edge(struct bst_node *node, bool edge) { in bst_find_edge() 430 void bst_delete_all_helper(struct bst_root *root, struct bst_node *node) { in bst_delete_all_helper() 437 void bst_delete(struct bst_root *root, struct bst_node *node) { in bst_delete() 504 struct bst_node *node, in bst_prev_next() 534 struct bst_node *bst_prev(struct bst_root *root, struct bst_node *node) { in bst_prev() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | graph.h | 385 Node* node; member 406 Node* node; member 701 const std::string& get_assigned_device_name(const Node& node) const { in get_assigned_device_name() 705 void set_assigned_device_name_index(Node* node, int device_name_index) { in set_assigned_device_name_index() 710 void set_assigned_device_name(Node* node, const std::string& device_name) { in set_assigned_device_name() 843 inline bool IsSource(const Node* node) { return node->IsSource(); } in IsSource() 844 inline bool IsSink(const Node* node) { return node->IsSink(); } in IsSink() 845 inline bool IsSwitch(const Node* node) { return node->IsSwitch(); } in IsSwitch() 846 inline bool IsMerge(const Node* node) { return node->IsMerge(); } in IsMerge() 847 inline bool IsEnter(const Node* node) { return node->IsEnter(); } in IsEnter() [all …]
|
/aosp_15_r20/external/openscreen/tools/cddl/ |
H A D | parse.cc | 42 AstNode* node = p->nodes.back().get(); in AddNode() local 200 AstNode* node = in ParseNumber() local 227 AstNode* node = ParseNumber(p); in ParseValue() local 253 AstNode* node = in ParseOccur() local 301 AstNode* node = AddNode(p, AstNode::Type::kMemberKey, value->text, value); in ParseMemberKeyFromComment() local 320 AstNode* node = in ParseMemberKey1() local 342 AstNode* node = in ParseMemberKey2() local 363 AstNode* node = in ParseMemberKey3() local 375 AstNode* node = ParseMemberKey1(p); in ParseMemberKey() local 478 AstNode* node = AddNode(p, AstNode::Type::kType2, absl::string_view()); in ParseType2() local [all …]
|
/aosp_15_r20/packages/modules/Virtualization/libs/libfdt/tests/ |
D | api_test.rs | 132 let node = fdt.node(cstr!("/cpus/PowerPC,970@1")).unwrap().unwrap(); in node_supernode_at_depth() localVariable 189 let node = fdt.node_with_phandle(phandle).unwrap().unwrap(); in node_with_phandle() localVariable 194 let node = fdt.node_with_phandle(phandle).unwrap().unwrap(); in node_with_phandle() localVariable 205 let node: FdtNodeMut = fdt.node_mut_with_phandle(phandle).unwrap().unwrap(); in node_mut_with_phandle() localVariable 210 let node: FdtNodeMut = fdt.node_mut_with_phandle(phandle).unwrap().unwrap(); in node_mut_with_phandle() localVariable 220 let node = fdt.node(cstr!("/node_z/node_zz")).unwrap().unwrap(); in node_get_phandle() localVariable 224 let node = fdt.node(cstr!("/node_a/node_ab/node_abc")).unwrap().unwrap(); in node_get_phandle() localVariable 228 let node = fdt.node(cstr!("/node_b")).unwrap().unwrap(); in node_get_phandle() localVariable 240 let node = fdt.node_mut(path).unwrap().unwrap(); in node_nop() localVariable 267 let node = fdt.node(node_path).unwrap().unwrap(); in node_add_subnode_with_namelen() localVariable [all …]
|
/aosp_15_r20/external/freetype/src/cache/ |
H A D | ftcmanag.c | 75 FTC_MruNodeRec node; member 88 FTC_SizeNode node = (FTC_SizeNode)ftcnode; in ftc_size_node_done() local 102 FTC_SizeNode node = (FTC_SizeNode)ftcnode; in ftc_size_node_compare() local 121 FTC_SizeNode node = (FTC_SizeNode)ftcnode; in ftc_size_node_init() local 137 FTC_SizeNode node = (FTC_SizeNode)ftcnode; in ftc_size_node_reset() local 167 FTC_SizeNode node = (FTC_SizeNode)ftcnode; in ftc_size_node_compare_faceid() local 220 FTC_MruNodeRec node; member 234 FTC_FaceNode node = (FTC_FaceNode)ftcnode; in ftc_face_node_init() local 261 FTC_FaceNode node = (FTC_FaceNode)ftcnode; in ftc_face_node_done() local 282 FTC_FaceNode node = (FTC_FaceNode)ftcnode; in ftc_face_node_compare() local [all …]
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/spherical/oned/ |
H A D | ArcsSet.java | 244 BSPTree<Sphere1D> node = getTree(false); in getFirstArcStart() local 265 private boolean isArcStart(final BSPTree<Sphere1D> node) { in isArcStart() 287 private boolean isArcEnd(final BSPTree<Sphere1D> node) { in isArcEnd() 310 private BSPTree<Sphere1D> nextInternalNode(BSPTree<Sphere1D> node) { in nextInternalNode() 330 private BSPTree<Sphere1D> previousInternalNode(BSPTree<Sphere1D> node) { in previousInternalNode() 349 private BSPTree<Sphere1D> leafBefore(BSPTree<Sphere1D> node) { in leafBefore() 364 private BSPTree<Sphere1D> leafAfter(BSPTree<Sphere1D> node) { in leafAfter() 379 private boolean isBeforeParent(final BSPTree<Sphere1D> node) { in isBeforeParent() 392 private boolean isAfterParent(final BSPTree<Sphere1D> node) { in isAfterParent() 405 private BSPTree<Sphere1D> childBefore(BSPTree<Sphere1D> node) { in childBefore() [all …]
|