/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | cpp_template_kernel.py | 34 def wrap_with_tensorbox(node) -> ir.TensorBox: argument 139 def slice_nd(self, node, ranges: List[Tuple[Any, Any]]) -> ir.ReinterpretView: argument 155 def view(self, node, sizes: List[Any]) -> ir.View: argument 160 def permute(self, node, dims): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | simple_planner_test.cc | 66 for (const auto& node : nodes) { in TestGraph() local 98 for (auto node : nodes_) { in ~TestGraph() local 142 const TfLiteNode& node(size_t index) const override { in node() function in tflite::__anonec026e940111::TestGraphInfo 196 void ResetAllocationsAfter(int node) { in ResetAllocationsAfter()
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/ |
H A D | xmlparser.cpp | 716 const UObject *node; in appendText() local 771 const UObject *node=(const UObject *)fChildren.elementAt(i); in getChild() local 789 const UObject *node; in nextChildElement() local 810 const UObject *node; in getChildElement() local
|
/aosp_15_r20/external/deqp/executor/ |
H A D | xeBatchExecutor.cpp | 68 const TestNode *node = *iter; in computeExecuteSet() local 88 const TestNode *node = *iter; in computeBatchRequest() local 108 const TestNode *node = *iter; in removeExecuted() local 307 static void writeCaseListNode(std::ostream &str, const TestNode *node, const TestSet &testSet) in writeCaseListNode()
|
/aosp_15_r20/external/oj-libjdwp/src/share/back/ |
H A D | stepControl.c | 262 HandlerNode *node, in handleFramePopEvent() 365 HandlerNode *node, in handleExceptionCatchEvent() 432 HandlerNode *node, in handleMethodEnterEvent() 789 HandlerNode *node) in stepControl_beginStep()
|
/aosp_15_r20/external/freetype/src/cache/ |
H A D | ftcbasic.c | 297 FTC_Node node = 0; /* make compiler happy */ in FTC_ImageCache_Lookup() local 378 FTC_Node node = 0; /* make compiler happy */ in FTC_ImageCache_LookupScaler() local 498 FTC_Node node = 0; /* make compiler happy */ in FTC_SBitCache_Lookup() local 581 FTC_Node node = 0; /* make compiler happy */ in FTC_SBitCache_LookupScaler() local
|
/aosp_15_r20/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | Helper.java | 285 final ViewNode node = nodesToProcess.removeFirst(); in findViewNode() local 347 final WindowNode node = structure.getWindowNodeAt(i); in getAutofillIds() local 353 private static void addAutofillableIds(@NonNull ViewNode node, in addAutofillableIds() 448 boolean matches(ViewNode node); in matches()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_dead_cf.c | 115 block_in_cf_node(nir_block *block, nir_cf_node *node) in block_in_cf_node() 129 nir_cf_node *node = _node; in def_only_used_in_cf_node() local 172 node_is_dead(nir_cf_node *node) in node_is_dead()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | add_n.cc | 49 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 104 TfLiteStatus EvalAddN(TfLiteContext* context, TfLiteNode* node) { in EvalAddN() 125 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
H A D | concatenation.cc | 42 TfLiteStatus EvalImpl(TfLiteContext* context, TfLiteNode* node, int axis, in EvalImpl() 120 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 213 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
H A D | bucketize.cc | 54 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 97 TfLiteStatus BucketizeImpl(TfLiteContext* context, TfLiteNode* node) { in BucketizeImpl() 113 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/external/ComputeLibrary/src/graph/ |
H A D | Utils.cpp | 55 for(auto &node : nodes) in force_target_to_graph() local 177 std::vector<NodeIdxPair> get_driving_nodes(const INode &node) in get_driving_nodes() 197 std::vector<NodeIdxPair> get_driver_nodes(const INode &node) in get_driver_nodes()
|
/aosp_15_r20/external/ltp/libs/libltpnuma/ |
H A D | tst_numa.c | 67 static void inc_counter(unsigned int node, struct tst_nodemap *nodes) in inc_counter() 84 int node; in tst_nodemap_count_pages() local 126 static int node_has_enough_memory(int node, size_t min_kb) in node_has_enough_memory()
|
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/ |
H A D | ItemsValidator202012.java | 66 …public Set<ValidationMessage> validate(ExecutionContext executionContext, JsonNode node, JsonNode … in validate() 114 …public Set<ValidationMessage> walk(ExecutionContext executionContext, JsonNode node, JsonNode root… in walk() 154 …private void walkSchema(ExecutionContext executionContext, JsonSchema walkSchema, JsonNode node, J… in walkSchema()
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/ |
D | LinkedHashMap.java | 683 static <K1,V1> Node<K1,V1> nsee(Node<K1,V1> node) { in nsee() 771 var node = nsee(reversed ? tail : head); in removeFirst() local 776 var node = nsee(reversed ? head : tail); in removeLast() local 877 var node = nsee(reversed ? tail : head); in removeFirst() local 882 var node = nsee(reversed ? head : tail); in removeLast() local 997 var node = nsee(reversed ? tail : head); in removeFirst() local 1002 var node = nsee(reversed ? head : tail); in removeLast() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | LinkedHashMap.java | 683 static <K1,V1> Node<K1,V1> nsee(Node<K1,V1> node) { in nsee() 771 var node = nsee(reversed ? tail : head); in removeFirst() local 776 var node = nsee(reversed ? head : tail); in removeLast() local 877 var node = nsee(reversed ? tail : head); in removeFirst() local 882 var node = nsee(reversed ? head : tail); in removeLast() local 997 var node = nsee(reversed ? tail : head); in removeFirst() local 1002 var node = nsee(reversed ? head : tail); in removeLast() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | encapsulate_subgraphs_pass.cc | 426 Node* Encapsulator::Subgraph::MakeNodeImage(const Graph* graph_in, Node* node) { in MakeNodeImage() 593 auto lookup = [this](const Node* node) -> std::optional<string> { in BuildFunctionDef() 650 Status Encapsulator::GetFunctionNameAttr(Node const* node, string* attr) const { in GetFunctionNameAttr() 988 Node* node = options.FinalizeBuilder(&node_builder); in AddDummyShapedNode() local 1051 for (auto node : function_nodes) { in MakePrunedGraphCopyAndInline() local 1202 std::vector<int>* output_permutation, NodeDef* node) { in Run() 1313 bool IsXlaCompiledKernel(const Node& node) { in IsXlaCompiledKernel()
|
/aosp_15_r20/frameworks/base/tools/aapt/ |
H A D | XMLNode.cpp | 931 sp<XMLNode> node = mChildren.itemAt(i); in removeWhitespace() local 1218 sp<XMLNode> node = XMLNode::newNamespace(st->filename, in startNamespace() local 1238 sp<XMLNode> node = XMLNode::newElement(st->filename, ns16, name16); in startElement() local 1264 sp<XMLNode> node = NULL; in characterData() local 1293 sp<XMLNode> node = st->stack.itemAt(st->stack.size()-1); in endElement() local 1315 sp<XMLNode> node = st->stack.itemAt(st->stack.size()-1); in endNamespace() local 1462 ResXMLTree_node node; in flatten_node() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | LinkedHashMap.java | 683 static <K1,V1> Node<K1,V1> nsee(Node<K1,V1> node) { in nsee() 771 var node = nsee(reversed ? tail : head); in removeFirst() local 776 var node = nsee(reversed ? head : tail); in removeLast() local 877 var node = nsee(reversed ? tail : head); in removeFirst() local 882 var node = nsee(reversed ? head : tail); in removeLast() local 997 var node = nsee(reversed ? tail : head); in removeFirst() local 1002 var node = nsee(reversed ? head : tail); in removeLast() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
H A D | transpose.cc | 164 int outer_bs_b, TransposePlan::Node const* __restrict node, in Transpose() 301 TransposePlan::Node const* __restrict node) { in TransposeConstStride1() 730 auto loop_has_trivial_iteration_space = [](const Node& node) { in BuildPlanNodes() 752 Node node; in BuildPlanNodes() local 783 Node node; in BuildPlanNodes() local 836 Node node; in BuildPlanNodes() local 1285 thread_nodes, "\n", [](std::string* out, const Node& node) { in ToString()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/parser/tree/ |
D | node.hpp | 22 class node class 34 node () : in node() function in boost::lexer::detail::node 39 node (const bool nullable_) : in node() function in boost::lexer::detail::node
|
/aosp_15_r20/external/autotest/client/common_lib/cros/manual/ |
H A D | audio_helper.py | 177 def get_speaker_for_node_cras(dut, node): argument 220 def get_microphone_for_node_cras(dut, node): argument 241 def get_speaker_volume_cras(dut, node): argument
|
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/serializer/ |
H A D | Serializer.java | 101 public void serialize(Node node) throws IOException { in serialize() 119 private void anchorNode(Node node) { in anchorNode() 155 private void serializeNode(Node node, Node parent) throws IOException { in serializeNode()
|
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/common/ |
H A D | arm_dyn_cfg_helpers.c | 45 int arm_dyn_tb_fw_cfg_init(void *dtb, int *node) in arm_dyn_tb_fw_cfg_init() 139 int err, node; in arm_set_event_log_info() local 335 int node, rc; in arm_get_tb_fw_info() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/ |
H A D | remove_inplace_ops_for_onnx.cpp | 166 std::pair<Value*, Value*> PrepareIndexPutForONNX(Node* node) { in PrepareIndexPutForONNX() 174 std::pair<Value*, Value*> PrepareCopyForONNX(Node* node) { in PrepareCopyForONNX() 220 std::pair<Value*, Value*> PrepareInplaceOpsInBlocksForONNX(Node* node) { in PrepareInplaceOpsInBlocksForONNX() 341 Node* node = use.user; in PrepareForRemoveMutations() local 393 Node* node = input->node(); in findSubModuleAttr() local
|