/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/fixes/ |
D | fix_next.py | 46 def transform(self, node, results): argument 81 def is_assign_target(node): argument 93 def find_assign(node): argument 100 def is_subtree(root, node): argument
|
/aosp_15_r20/packages/services/Car/tools/telemetry/lua-interpreter/ |
D | package-lock.json | 165 "node": ">= 10.0.0" string 182 "node": ">= 8.0.0" string 215 "node": ">=6" string 260 "node": ">=0.10.0" string 281 "node": "^8.16.0 || ^10.6.0 || >=11.0.0" string 299 "node": ">= 0.4.0" string 311 "node": ">=6" string 347 "node": ">=8.6" string 380 "node": ">=10.0.0" string 398 "node": ">= 0.4" string
|
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/ |
D | StreamScheduler.cpp | 60 for (auto& node : mListRegisteredNode) in Start() local 107 for (auto& node : mListRegisteredNode) in RunRegisteredNode() local 123 for (auto& node : listNodesToRun) in RunRegisteredNode() local 152 for (auto& node : mListRegisteredNode) in run() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/ |
H A D | hash_utils.cc | 61 bool IsNodeOfType(const NodeDef& node, in IsNodeOfType() 72 for (auto& node : graph_def.node()) { in GetSink() local 85 Status ShouldIgnoreInput(const NodeDef& node, int i, bool* result) { in ShouldIgnoreInput() 171 for (const auto& node : graph_->node()) { in Init() local 191 const NodeDef* node = bfs_queue.front(); in Init() local 244 Status HashNode(const NodeDef* node, uint64* hash) { in HashNode() 339 Status HashNodeNonInput(const NodeDef* node, bool hash_functions, in HashNodeNonInput() 748 Status HashNode(const GraphDef& graph, const NodeDef& node, uint64* hash) { in HashNode() 754 Status HashNode(const GraphDef& graph, const NodeDef& node, in HashNode()
|
/aosp_15_r20/external/rust/android-crates-io/crates/pest_meta/src/ |
D | parser.rs | 50 pub node: ParserNode<'i>, field 298 let node = consume_expr(inner_nodes, &pratt)?; in consume_rules_with_spans() localVariable 346 let node = match pair.as_rule() { in consume_expr() localVariable 348 let node = unaries(pairs, pratt)?; in consume_expr() localVariable 357 let node = unaries(pairs, pratt)?; in consume_expr() localVariable 366 let node = unaries(pairs, pratt)?; in consume_expr() localVariable 375 let node = match other_rule { in consume_expr() localVariable 383 let node = consume_expr(pair.into_inner().peekable(), pratt)?; in consume_expr() localVariable 457 let node = match pair.as_rule() { in consume_expr() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | convert_to_constants.py | 222 def __init__(self, node, function, enclosing_graph): argument 231 def new(node, function, enclosing_graph): argument 260 def node(self): member in _Node 491 def __init__(self, node, function, enclosing_graph, first_function_input, argument 581 def __init__(self, node, function, enclosing_graph): argument 594 def __init__(self, node, function, enclosing_graph): argument 607 def __init__(self, node, function, enclosing_graph): argument 620 def __init__(self, node, function, enclosing_graph): argument 976 def disable_control_flow_lowering(node): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3.11/site-packages/lldb/formatters/cpp/ |
D | gnu_libstdcpp.py | 160 def next_node(self, node): argument 164 def is_valid(self, node): argument 173 def value(self, node): argument 682 def node_ptr_value(self, node): argument 686 def right(self, node): argument 690 def left(self, node): argument 694 def parent(self, node): argument 699 def increment_node(self, node): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | autodiff.cpp | 132 Node* node, in build_script_grad() 194 Node* node; member in torch::jit::__anonfdf6df740111::GradientHelper 309 Node* node, in linearGradientForNode() 424 Node* node = *it; in addReverseInline() local 505 static bool inBlock(Node* node, Block* container) { in inBlock() 516 static void liftConstants(Node* node, Block* move_to_this_block) { in liftConstants() 557 static void foldSizeIfNotEqual(Node* node) { in foldSizeIfNotEqual() 615 Node* node = capture->node(); in deduplicateSizeCaptures() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/python3.11/site-packages/lldb/formatters/cpp/ |
D | gnu_libstdcpp.py | 160 def next_node(self, node): argument 164 def is_valid(self, node): argument 173 def value(self, node): argument 682 def node_ptr_value(self, node): argument 686 def right(self, node): argument 690 def left(self, node): argument 694 def parent(self, node): argument 699 def increment_node(self, node): argument
|
/aosp_15_r20/external/selinux/libsepol/cil/src/ |
H A D | cil_write_ast.c | 573 void cil_write_ast_node(FILE *out, struct cil_tree_node *node) in cil_write_ast_node() 1563 static int __write_parse_ast_node_helper(struct cil_tree_node *node, __attribute__((unused)) uint32… in __write_parse_ast_node_helper() 1591 static int __write_parse_ast_first_child_helper(struct cil_tree_node *node, void *extra_args) in __write_parse_ast_first_child_helper() 1603 static int __write_parse_ast_last_child_helper(struct cil_tree_node *node, void *extra_args) in __write_parse_ast_last_child_helper() 1623 static int __write_cil_ast_node_helper(struct cil_tree_node *node, uint32_t *finished, void *extra_… in __write_cil_ast_node_helper() 1646 static int __write_cil_ast_first_child_helper(struct cil_tree_node *node, void *extra_args) in __write_cil_ast_first_child_helper() 1658 static int __write_cil_ast_last_child_helper(struct cil_tree_node *node, void *extra_args) in __write_cil_ast_last_child_helper() 1680 int cil_write_ast(FILE *out, enum cil_write_ast_phase phase, struct cil_tree_node *node) in cil_write_ast()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3.11/site-packages/lldb/formatters/cpp/ |
D | gnu_libstdcpp.py | 160 def next_node(self, node): argument 164 def is_valid(self, node): argument 173 def value(self, node): argument 682 def node_ptr_value(self, node): argument 686 def right(self, node): argument 690 def left(self, node): argument 694 def parent(self, node): argument 699 def increment_node(self, node): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/formatters/cpp/ |
D | gnu_libstdcpp.py | 160 def next_node(self, node): argument 164 def is_valid(self, node): argument 173 def value(self, node): argument 682 def node_ptr_value(self, node): argument 686 def right(self, node): argument 690 def left(self, node): argument 694 def parent(self, node): argument 699 def increment_node(self, node): argument
|
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
H A D | RemoteDebugEventSocketListener.java | 397 ProxyTree node = deserializeNode(elements, 1); in dispatch() local 402 ProxyTree node = deserializeNode(elements, 2); in dispatch() local 410 ProxyTree node = new ProxyTree(ID, type, -1, -1, -1, text); in dispatch() local 417 ProxyTree node = new ProxyTree(ID); in dispatch() local 423 ProxyTree node = new ProxyTree(ID); in dispatch() local 432 ProxyTree node = new ProxyTree(ID, type, -1, -1, -1, text); in dispatch() local 451 ProxyTree node = new ProxyTree(ID); in dispatch() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/ |
H A D | single_machine_test.cc | 89 for (const auto& node : metadata.cost_graph().node()) { in TEST_F() local 138 for (const auto& node : metadata1.cost_graph().node()) { in TEST_F() local 211 for (const auto& node : metadata.cost_graph().node()) { in TEST_F() local 384 for (const auto& node : metadata.cost_graph().node()) { in TEST_F() local 393 inline void SetNodeAttr(const string& key, const T& value, NodeDef* node) { in SetNodeAttr() 401 NodeDef* node) { in SetNodeAttr() 488 for (const auto& node : metadata.cost_graph().node()) { in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | depthwise_conv.cc | 96 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 299 TfLiteStatus EvalFloat(TfLiteContext* context, TfLiteNode* node, in EvalFloat() 337 TfLiteStatus EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized() 381 TfLiteStatus EvalQuantizedPerChannel(TfLiteContext* context, TfLiteNode* node, in EvalQuantizedPerChannel() 453 TfLiteStatus EvalHybridPerChannel(TfLiteContext* context, TfLiteNode* node, in EvalHybridPerChannel() 527 TfLiteStatus EvalImpl(TfLiteContext* context, TfLiteNode* node) { in EvalImpl() 579 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/packages/providers/MediaProvider/jni/ |
D | node-inl.h | 94 class node; variable 104 const node* node = reinterpret_cast<const class node*>(ino); in Exists() local 112 const node* node = reinterpret_cast<const class node*>(ino); in CheckTracked() local 118 void NodeDeleted(const node* node) { in NodeDeleted() 128 void NodeCreated(const node* node) { in NodeCreated() 185 static __u64 ToInode(node* node) { in ToInode() argument 425 node(node* parent, const std::string& name, const std::string& io_path, in node() function
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | exit_transforms.cpp | 329 auto node = *iter++; in guardBlockNodes() local 412 Node* node = *it; in transformExits() local 522 static bool inlineConsecutiveIfs(Node* node) { in inlineConsecutiveIfs() 646 Node* node = it.next(); in convertEnterExitNodesToWithBlocks() local 720 Node* node = it.next(); in convertWithBlocksToEnterExitNodes() local 730 for (auto& node : with_nodes) { in convertWithBlocksToEnterExitNodes() local 750 for (auto& node : to_append) { in convertWithBlocksToEnterExitNodes() local
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/metadata/ |
H A D | dependency.rs | 526 let node = find_metadata_node("example-proc-macro-dep", &metadata); in example_proc_macro_dep() localVariable 551 let node = find_metadata_node("surrealdb-core", &metadata); in bench_name_alias_dep() localVariable 686 let node = find_metadata_node("crate-types", &metadata); in matched_rlib() localVariable 716 let node = find_metadata_node("cpufeatures", &metadata); in multiple_dep_kinds() localVariable 742 let node = find_metadata_node("multi-kind-proc-macro-dep", &metadata); in multi_kind_proc_macro_dep() localVariable 767 let node = find_metadata_node("clap", &metadata); in optional_deps_disabled() localVariable 859 let node = find_metadata_node("gherkin", &metadata); in optional_deps_disabled_build_dep_enabled() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/ |
H A D | graph_view_test.cc | 396 const NodeDef* node = graph_view.GetNode("node"); in BM_GraphViewGetFanout() local 413 const NodeDef* node = graph_view.GetNode("node"); in BM_GraphViewGetFanin() local 430 const NodeDef* node = graph_view.GetNode("node"); in BM_GraphViewGetRegularFanin() local 447 const NodeDef* node = graph_view.GetNode("node"); in BM_GraphViewGetFanouts() local 464 const NodeDef* node = graph_view.GetNode("node"); in BM_GraphViewGetFanins() local 481 const NodeDef* node = graph_view.GetNode("node"); in BM_GraphViewGetFanoutEdges() local 498 const NodeDef* node = graph_view.GetNode("node"); in BM_GraphViewGetFaninEdges() local
|
/aosp_15_r20/external/dynamic_depth/internal/xmpmeta/xml/ |
H A D | deserializer_impl.cc | 38 xmlNodePtr FindSeqNode(const xmlNodePtr node, const string& prefix, in FindSeqNode() 50 bool GetStringProperty(const xmlNodePtr node, const string& prefix, in GetStringProperty() 72 bool ReadNodeContent(const xmlNodePtr node, const string& prefix, in ReadNodeContent() 90 bool ReadStringProperty(const xmlNodePtr node, const string& prefix, in ReadStringProperty() 110 bool ReadBase64Property(const xmlNodePtr node, const string& prefix, in ReadBase64Property() 121 DeserializerImpl::DeserializerImpl(const xmlNodePtr node) in DeserializerImpl()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_use_dominance.c | 113 struct nir_use_dom_node *node) in get_imm_dom() 124 struct nir_use_dom_node *node = &state->dom_nodes[*index]; in init_instr() local 172 struct nir_use_dom_node *node, bool post_dominance) in calc_dominance() 298 struct nir_use_dom_node *node = get_node(state, instr); in nir_get_immediate_use_dominator() local 336 print_instr(struct nir_use_dom_node *node) in print_instr()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ |
H A D | frame_test.cc | 46 NodeDef node; in CreateNode() local 122 for (const NodeDef& node : graph.node()) { in TYPED_TEST() local 144 for (const NodeDef& node : graph.node()) { in TYPED_TEST() local 166 for (const NodeDef& node : graph.node()) { in TYPED_TEST() local 194 for (const NodeDef& node : graph.node()) { in TYPED_TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | const_analysis.cc | 37 const NodeDef& node, StringPiece func_attr_name, in GetFunctionBody() 49 const NodeDef& node, StringPiece func_list_attr_name, in GetFunctionBodies() 89 Status GetCompileTimeConstInputs(const NodeDef& node, const OpKernel* op_kernel, in GetCompileTimeConstInputs() 174 Status GetCompileTimeConstInputs(const Node* node, in GetCompileTimeConstInputs() 210 auto visit = [&](Node* node) { in BackwardsConstAnalysis()
|
/aosp_15_r20/out/soong/.intermediates/external/escapevelocity/escapevelocity/linux_glibc_common/javac/ |
D | escapevelocity.jar | ... escapevelocity.ExpressionNode, com.google.escapevelocity.Node, com.google.escapevelocity.Node)
String ... |
/aosp_15_r20/out/soong/.intermediates/external/escapevelocity/escapevelocity/linux_glibc_common/local-javac-header/ |
D | escapevelocity.jar | ... escapevelocity.ExpressionNode, com.google.escapevelocity.Node, com.google.escapevelocity.Node)
String ... |