/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | ValidateAST.cpp | 267 void ValidateAST::visitNode(Visit visit, TIntermNode *node) in visitNode() 425 void ValidateAST::visitBuiltInFunction(TIntermOperator *node, const TFunction *function) in visitBuiltInFunction() 452 void ValidateAST::visitFunctionCall(TIntermAggregate *node) in visitFunctionCall() 478 void ValidateAST::validateExpressionTypeBinary(TIntermBinary *node) in validateExpressionTypeBinary() 553 void ValidateAST::validateExpressionTypeSwitch(TIntermSwitch *node) in validateExpressionTypeSwitch() 572 void ValidateAST::visitVariableNeedingDeclaration(TIntermSymbol *node) in visitVariableNeedingDeclaration() 616 void ValidateAST::visitBuiltInVariable(TIntermSymbol *node) in visitBuiltInVariable() 745 void ValidateAST::expectNonNullChildren(Visit visit, TIntermNode *node, size_t least_count) in expectNonNullChildren() 767 void ValidateAST::visitSymbol(TIntermSymbol *node) in visitSymbol() 808 void ValidateAST::visitConstantUnion(TIntermConstantUnion *node) in visitConstantUnion() [all …]
|
/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | node_record.c | 28 int semanage_node_compare(const semanage_node_t * node, in semanage_node_compare() 36 int semanage_node_compare2(const semanage_node_t * node, in semanage_node_compare2() 44 int semanage_node_compare2_qsort(const semanage_node_t ** node, in semanage_node_compare2_qsort() 62 const semanage_node_t * node, in semanage_node_key_extract() 79 const semanage_node_t * node, char **addr_ptr) in semanage_node_get_addr() 87 const semanage_node_t * node, in semanage_node_get_addr_bytes() 96 semanage_node_t * node, int proto, const char *addr) in semanage_node_set_addr() 104 semanage_node_t * node, in semanage_node_set_addr_bytes() 114 const semanage_node_t * node, char **mask_ptr) in semanage_node_get_mask() 122 const semanage_node_t * node, in semanage_node_get_mask_bytes() [all …]
|
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/ |
H A D | XNNCompiler.cpp | 82 std::pair<float, float> getOutputMinMax(const NodePtr node) noexcept { in getOutputMinMax() 526 const NodePtr node, in defineAddNode() 556 const NodePtr node, in defineMinimumNode() 584 const NodePtr node, in defineSubtractNode() 615 const NodePtr node, in defineMultiplyNode() 641 bool isQP8(const fb_xnnpack::XNNGraph* graph, const NodePtr node) { in isQP8() 693 const NodePtr node, in defineConvertNode() 735 const NodePtr node, in defineFullyConnectedNode() 768 const NodePtr node, in defineClampNode() 800 const NodePtr node, in defineSoftmaxNode() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
H A D | type_inference.py | 92 def res_call(self, ns, types_ns, node, f_type, args, keywords): argument 116 def res_compare(self, ns, types_ns, node, left, right): argument 120 def res_unop(self, ns, types_ns, node, opnd): argument 124 def res_binop(self, ns, types_ns, node, left, right): argument 220 def visit(self, node): argument 234 def visit_Constant(self, node): argument 240 def _apply_unpacking(self, node): argument 254 def visit_Tuple(self, node): argument 265 def visit_List(self, node): argument 271 def visit_Set(self, node): argument [all …]
|
H A D | liveness.py | 46 def visit_node(self, node): argument 117 def visit(self, node): argument 127 def _analyze_function(self, node, is_lambda): argument 138 def visit_Lambda(self, node): argument 141 def visit_FunctionDef(self, node): argument 144 def _block_statement_live_out(self, node): argument 152 def _block_statement_live_in(self, node, entry_node): argument 164 def visit_If(self, node): argument 169 def visit_For(self, node): argument 174 def visit_While(self, node): argument [all …]
|
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
H A D | SafeConstructor.java | 71 protected void flattenMapping(MappingNode node) { in flattenMapping() 75 protected void flattenMapping(MappingNode node, boolean forceStringKeys) { in flattenMapping() 84 protected void processDuplicateKeys(MappingNode node) { in processDuplicateKeys() 88 protected void processDuplicateKeys(MappingNode node, boolean forceStringKeys) { in processDuplicateKeys() 148 private List<NodeTuple> mergeNode(MappingNode node, boolean isPreffered, in mergeNode() 207 protected void constructMapping2ndStep(MappingNode node, Map<Object, Object> mapping) { in constructMapping2ndStep() 213 protected void constructSet2ndStep(MappingNode node, Set<Object> set) { in constructSet2ndStep() 221 public Object construct(Node node) { in construct() 243 public Object construct(Node node) { in construct() 252 public Object construct(Node node) { in construct() [all …]
|
/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
H A D | JavaInputAstVisitor.java | 256 static VarArgsOrNot fromVariable(VariableTree node) { in fromVariable() 370 public Void visitCompilationUnit(CompilationUnitTree node, Void unused) { in visitCompilationUnit() 413 protected void handleModule(boolean first, CompilationUnitTree node) {} in handleModule() 445 public void visitAnnotationType(ClassTree node) { in visitAnnotationType() 467 public Void visitArrayAccess(ArrayAccessTree node, Void unused) { in visitArrayAccess() 474 public Void visitNewArray(NewArrayTree node, Void unused) { in visitNewArray() 599 public Void visitArrayType(ArrayTypeTree node, Void unused) { in visitArrayType() 605 private void visitAnnotatedArrayType(Tree node) { in visitAnnotatedArrayType() 616 public Void visitAssert(AssertTree node, Void unused) { in visitAssert() 636 public Void visitAssignment(AssignmentTree node, Void unused) { in visitAssignment() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/ |
H A D | templates.py | 42 def visit(self, node): argument 50 def _apply_override(self, node): argument 54 def visit_Attribute(self, node): argument 60 def visit_Tuple(self, node): argument 64 def visit_List(self, node): argument 68 def visit_Name(self, node): argument 72 def visit_Call(self, node): argument 79 def visit_Dict(self, node): argument 85 def visit_Subscript(self, node): argument 91 def visit_comprehension(self, node): argument [all …]
|
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/ast/query/ |
H A D | SearchNodeCtsTest.java | 59 TextNode node = new TextNode("foo"); in testConstructor_defaultValues() local 72 TextNode node = new TextNode("foo"); in testConstructor_throwsOnNullPropertyList() local 78 TextNode node = new TextNode("foo"); in testConstructor_throwOnNullPropertyInList() local 95 TextNode node = new TextNode("foo"); in testGetFunctionName_functionNameCorrect() local 102 TextNode node = new TextNode("foo"); in testGetChildren_returnsListOfSizeOne() local 109 TextNode node = new TextNode("foo"); in testGetChildren_returnsListView() local 135 TextNode node = new TextNode("foo"); in testGetProperties_returnsListView() local 161 TextNode node = new TextNode("foo"); in testSetChild_throwsOnNull() local 168 TextNode node = new TextNode("foo"); in testSetProperties_throwsOnNull() local 185 TextNode node = new TextNode("foo"); in testSetProperties_throwsOnNullPropertyInList() local [all …]
|
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/ |
H A D | package-lock.json | 57 "node": ">=6.0.0" string 70 "node": ">=6.9.0" string 79 "node": ">=6.9.0" string 105 "node": ">=6.9.0" string 133 "node": ">=6.9.0" string 149 "node": ">=6.9.0" string 170 "node": ">=6.9.0" string 183 "node": ">=6.9.0" string 195 "node": ">=6.9.0" string 208 "node": ">=6.9.0" string [all …]
|
/aosp_15_r20/development/tools/motion/motion_test_watcher_app/ |
H A D | package-lock.json | 50 "node": ">=6.0.0" string 63 "node": "^18.19.1 || ^20.11.1 || >=22.0.0", string 138 "node": "^18.19.1 || ^20.11.1 || >=22.0.0", string 212 "node": "^18.19.1 || ^20.11.1 || >=22.0.0", string 235 "node": "^18.19.1 || ^20.11.1 || >=22.0.0", string 261 "node": "^18.19.1 || ^20.11.1 || >=22.0.0", string 275 "node": "^18.19.1 || ^20.11.1 || >=22.0.0" string 314 "node": "^18.19.1 || ^20.11.1 || >=22.0.0", string 393 "node": "^18.19.1 || ^20.11.1 || >=22.0.0", string 406 "node": "^18.19.1 || ^20.11.1 || >=22.0.0" string [all …]
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/annotation/ |
H A D | MemberValueVisitor.java | 26 public void visitAnnotationMemberValue(AnnotationMemberValue node); in visitAnnotationMemberValue() 27 public void visitArrayMemberValue(ArrayMemberValue node); in visitArrayMemberValue() 28 public void visitBooleanMemberValue(BooleanMemberValue node); in visitBooleanMemberValue() 29 public void visitByteMemberValue(ByteMemberValue node); in visitByteMemberValue() 30 public void visitCharMemberValue(CharMemberValue node); in visitCharMemberValue() 31 public void visitDoubleMemberValue(DoubleMemberValue node); in visitDoubleMemberValue() 32 public void visitEnumMemberValue(EnumMemberValue node); in visitEnumMemberValue() 33 public void visitFloatMemberValue(FloatMemberValue node); in visitFloatMemberValue() 34 public void visitIntegerMemberValue(IntegerMemberValue node); in visitIntegerMemberValue() 35 public void visitLongMemberValue(LongMemberValue node); in visitLongMemberValue() [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/src/utils/ |
H A D | xml_libxml2.c | 53 int xml_validate(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate() 115 int xml_validate_dtd(struct xml_node_ctx *ctx, xml_node_t *node, in xml_validate_dtd() 167 void xml_node_free(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_free() 173 xml_node_t * xml_node_get_parent(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_get_parent() 182 xmlNodePtr node; in xml_node_from_buf() local 196 xml_node_t *node) in xml_node_get_localname() 202 char * xml_node_to_str(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_to_str() 245 void xml_node_detach(struct xml_node_ctx *ctx, xml_node_t *node) in xml_node_detach() 262 xmlNodePtr node; in xml_node_create_root() local 284 xmlNodePtr node; in xml_node_create() local [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/qlm/ |
H A D | bdk-qlm-common.c | 149 void __bdk_qlm_setup_pem_reset(bdk_node_t node, int pem, int is_endpoint) in __bdk_qlm_setup_pem_reset() 183 int __bdk_qlm_measure_refclock(bdk_node_t node, int qlm) in __bdk_qlm_measure_refclock() 220 int __bdk_qlm_reset(bdk_node_t node, int qlm) in __bdk_qlm_reset() 238 int __bdk_qlm_enable_prbs(bdk_node_t node, int qlm, int prbs, bdk_qlm_direction_t dir) in __bdk_qlm_enable_prbs() 344 int __bdk_qlm_disable_prbs(bdk_node_t node, int qlm) in __bdk_qlm_disable_prbs() 371 uint64_t __bdk_qlm_get_prbs_errors(bdk_node_t node, int qlm, int lane, int clear) in __bdk_qlm_get_prbs_errors() 396 void __bdk_qlm_inject_prbs_error(bdk_node_t node, int qlm, int lane) in __bdk_qlm_inject_prbs_error() 411 int __bdk_qlm_enable_loop(bdk_node_t node, int qlm, bdk_qlm_loop_t loop) in __bdk_qlm_enable_loop() 424 void __bdk_qlm_init_mode_table(bdk_node_t node, int qlm, int ref_clk) in __bdk_qlm_init_mode_table() 697 int __bdk_qlm_get_gbaud_mhz_pem(bdk_node_t node, int pem) in __bdk_qlm_get_gbaud_mhz_pem() [all …]
|
/aosp_15_r20/external/dtc/ |
H A D | livetree.c | 119 struct node *name_node(struct node *node, char *name) in name_node() 128 struct node *omit_node_if_unused(struct node *node) in omit_node_if_unused() 135 struct node *reference_node(struct node *node) in reference_node() 231 struct node *node; in add_orphan_node() local 266 void add_property(struct node *node, struct property *prop) in add_property() 279 void delete_property_by_name(struct node *node, char *name) in delete_property_by_name() 314 struct node *node = parent->children; in delete_node_by_name() local 325 void delete_node(struct node *node) in delete_node() 338 void append_to_property(struct node *node, in append_to_property() 416 const char *get_unitname(struct node *node) in get_unitname() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | constant_folding.cc | 84 bool MaybeAddControlInput(const string& ctrl_input, NodeDef* node, in MaybeAddControlInput() 103 bool MaybeRemoveControlInput(const string& old_input, NodeDef* node, in MaybeRemoveControlInput() 128 bool HasTPUAttributes(const NodeDef& node) { in HasTPUAttributes() 215 const NodeDef* node = node_map->GetNode(input_name); in AddControlDependency() local 262 bool ConstantFolding::ForwardInputs(NodeDef* node, in ForwardInputs() 364 bool ConstantFolding::OptimizedNodeExists(const NodeDef& node, in OptimizedNodeExists() 369 string ConstantFolding::OptimizedNodeName(const NodeDef& node, in OptimizedNodeName() 386 const NodeDef* node = node_map_->GetNode(node_name_or_input); in GetTensorFromConstNode() local 399 NodeDef* node = graph_->mutable_node(node_idx); in MaterializeShapes() local 607 const NodeDef& node, const GraphProperties& properties) { in MaterializeBroadcastGradientArgs() [all …]
|
/aosp_15_r20/external/skia/tools/lottie-web-perf/ |
H A D | package-lock.json | 25 "node": ">= 0.6" string 36 "node": ">= 4.0.0" string 47 "node": ">=4" string 55 "node": ">=6" string 92 "node": ">= 0.8", string 110 "node": "*" string 123 "node": ">= 0.8" string 138 "node": ">= 0.4" string 154 "node": ">=4" string 181 "node": ">=4.0.0" string [all …]
|
/aosp_15_r20/external/skia/tools/skottie-wasm-perf/ |
H A D | package-lock.json | 30 "node": ">= 0.6" string 41 "node": ">= 4.0.0" string 52 "node": ">=4" string 60 "node": ">=6" string 97 "node": ">= 0.8", string 115 "node": "*" string 128 "node": ">= 0.8" string 143 "node": ">= 0.4" string 159 "node": ">=4" string 186 "node": ">=4.0.0" string [all …]
|
/aosp_15_r20/external/wpa_supplicant_8/hs20/client/ |
H A D | osu_client.c | 78 xml_node_t *node) in debug_dump_node() 139 xml_node_t *node; in osu_get_certificate() local 398 xml_node_t *pps, *node; in cmd_dl_osu_ca() local 425 xml_node_t *pps, *node; in cmd_dl_polupd_ca() local 452 xml_node_t *pps, *node, *aaa; in cmd_dl_aaa_ca() local 743 xml_node_t *node; in get_user_pw() local 819 xml_node_t *node; in set_pps_cred_policy_prp() local 887 xml_node_t *node; in set_pps_cred_policy_min_backhaul() local 957 int id, xml_node_t *node) in set_pps_cred_policy_min_backhaul_list() 971 xml_node_t *node) in set_pps_cred_policy_update() [all …]
|
/aosp_15_r20/external/mesa3d/src/util/ |
H A D | rb_tree.c | 82 rb_node_minimum(struct rb_node *node) in rb_node_minimum() 90 rb_node_maximum(struct rb_node *node) in rb_node_maximum() 162 struct rb_node *node, bool insert_left, in rb_augmented_tree_insert_at() 163 void (*update)(struct rb_node *node)) in rb_augmented_tree_insert_at() 371 rb_node_next(struct rb_node *node) in rb_node_next() 393 rb_node_prev(struct rb_node *node) in rb_node_prev() 419 rb_node_min_intersecting(struct rb_node *node, void *interval, in rb_node_min_intersecting() 420 int (*cmp_interval)(const struct rb_node *node, in rb_node_min_intersecting() 422 bool (*cmp_max)(const struct rb_node *node, in rb_node_min_intersecting() 500 rb_node_next_intersecting(struct rb_node *node, in rb_node_next_intersecting() [all …]
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/ |
H A D | IntermTraverse.h | 44 virtual void visitSymbol(TIntermSymbol *node) {} in visitSymbol() 45 virtual void visitConstantUnion(TIntermConstantUnion *node) {} in visitConstantUnion() 46 virtual bool visitSwizzle(Visit visit, TIntermSwizzle *node) { return true; } in visitSwizzle() 47 virtual bool visitBinary(Visit visit, TIntermBinary *node) { return true; } in visitBinary() 48 virtual bool visitUnary(Visit visit, TIntermUnary *node) { return true; } in visitUnary() 49 virtual bool visitTernary(Visit visit, TIntermTernary *node) { return true; } in visitTernary() 50 virtual bool visitIfElse(Visit visit, TIntermIfElse *node) { return true; } in visitIfElse() 51 virtual bool visitSwitch(Visit visit, TIntermSwitch *node) { return true; } in visitSwitch() 52 virtual bool visitCase(Visit visit, TIntermCase *node) { return true; } in visitCase() 53 virtual void visitFunctionPrototype(TIntermFunctionPrototype *node) {} in visitFunctionPrototype() [all …]
|
/aosp_15_r20/external/skia/tools/lottiecap/ |
H A D | package-lock.json | 25 "node": ">= 0.6" string 36 "node": ">= 4.0.0" string 47 "node": ">=4" string 55 "node": ">=6" string 92 "node": ">= 0.8", string 110 "node": "*" string 123 "node": ">= 0.8" string 138 "node": ">= 0.4" string 154 "node": ">=4" string 181 "node": ">=4.0.0" string [all …]
|
/aosp_15_r20/external/selinux/libsepol/cil/src/ |
H A D | cil_verify.c | 401 …_decl_does_not_shadow_macro_parameter(struct cil_macro *macro, struct cil_tree_node *node, const c… in cil_verify_decl_does_not_shadow_macro_parameter() 536 struct cil_tree_node *node; in cil_verify_completed_ordered_list() local 600 int __cil_verify_ordered_node_helper(struct cil_tree_node *node, __attribute__((unused)) uint32_t *… in __cil_verify_ordered_node_helper() 661 struct cil_tree_node *node = sid->datum.nodes->head->data; in __cil_verify_initsids() local 817 static int __cil_verify_named_levelrange(struct cil_db *db, struct cil_tree_node *node) in __cil_verify_named_levelrange() 833 static int __cil_verify_user_pre_eval(struct cil_tree_node *node) in __cil_verify_user_pre_eval() 873 static int __cil_verify_user_post_eval(struct cil_db *db, struct cil_tree_node *node) in __cil_verify_user_post_eval() 892 static int __cil_verify_role(struct cil_tree_node *node) in __cil_verify_role() 923 static int __cil_verify_type(struct cil_tree_node *node) in __cil_verify_type() 1032 static int __cil_verify_named_context(struct cil_db *db, struct cil_tree_node *node) in __cil_verify_named_context() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | scheduler.c | 351 static void schedule_update_distance(gpir_node *node) in schedule_update_distance() 370 static bool gpir_is_input_node(gpir_node *node) in gpir_is_input_node() 382 static int gpir_get_slots_required(gpir_node *node) in gpir_get_slots_required() 465 static int gpir_get_max_start(gpir_node *node) in gpir_get_max_start() 483 static int gpir_get_min_end(gpir_node *node) in gpir_get_min_end() 501 static gpir_node *gpir_sched_instr_has_load(gpir_instr *instr, gpir_node *node) in gpir_sched_instr_has_load() 524 static bool _try_place_node(sched_ctx *ctx, gpir_instr *instr, gpir_node *node) in _try_place_node() 604 static bool schedule_try_place_node(sched_ctx *ctx, gpir_node *node, in schedule_try_place_node() 655 static gpir_node *create_replacement(sched_ctx *ctx, gpir_node *node, in create_replacement() 685 static gpir_node *create_move(sched_ctx *ctx, gpir_node *node) in create_move() [all …]
|
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/server/ |
D | package-lock.json | 21 "node": ">=6.0.0" string 32 "node": ">=14" string 117 "node": ">=12.0.0" string 130 "node": ">=10" string 139 "node": ">=12.0.0" string 148 "node": ">=12" string 176 "node": ">=12" string 198 "node": "^8.13.0 || >=10.10.0" string 217 "node": ">=6" string 229 "node": ">=v12.0.0" string [all …]
|