/aosp_15_r20/external/python/cpython2/Doc/tools/extensions/ |
D | pyspecific.py | 34 def new_visit_literal_block(self, node): argument 47 def new_depart_literal_block(self, node): argument
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
H A D | MethodCallExpr.java | 206 public boolean remove(Node node) { in remove() 251 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/nccl/ |
H A D | nccl_rewrite.cc | 31 Status ReplaceReduce(Graph* graph, Node* node) { in ReplaceReduce() 117 Status ReplaceBroadcast(Graph* graph, Node* node) { in ReplaceBroadcast()
|
/aosp_15_r20/trusty/kernel/lib/trusty/include/lib/trusty/ |
H A D | ipc.h | 68 struct list_node node; member 115 struct list_node node; member
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | mlir_bridge_pass.cc | 109 for (const Node* node : graph.nodes()) { in HasPsWithResourceVariable() local 135 for (const Node* node : graph.nodes()) { in HasQualifiedNonTPUOp() local
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/ |
H A D | PreTransformTextureCubeGradDerivatives.cpp | 163 bool visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) override in visitFunctionDefinition() 169 bool visitAggregate(Visit visit, TIntermAggregate *node) override in visitAggregate()
|
/aosp_15_r20/external/libchrome/base/sampling_heap_profiler/ |
H A D | lock_free_address_hash_set_unittest.cc | 24 for (LockFreeAddressHashSet::Node* node = in Subset() local 42 LockFreeAddressHashSet::Node* node = in BucketSize() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | shape_inference.cc | 176 const Node *next_iter = iter->second, *node = next_iter; in PropagateShapes() local 208 for (const Node* node : graph.nodes()) { in StoreOutputShapes() local
|
/aosp_15_r20/external/coreboot/src/soc/cavium/cn81xx/ |
H A D | soc.c | 51 static void dt_platform_fixup_phy(struct device_tree_node *node, char *path, in dt_platform_fixup_phy() 114 static void dt_platform_fixup_mac(struct device_tree_node *node) in dt_platform_fixup_mac()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/grappler/ |
H A D | cost_analyzer.cc | 77 for (const auto& node : cost_graph_measured.node()) { in GatherCosts() local 80 for (const auto& node : cost_graph_analytical.node()) { in GatherCosts() local
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
H A D | ArrayType.java | 236 public boolean remove(Node node) { in remove() 261 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/ |
H A D | JsonWalkTest.java | 148 …public Set<ValidationMessage> validate(ExecutionContext executionContext, JsonNode node, JsonNode … in validate() 153 …public Set<ValidationMessage> walk(ExecutionContext executionContext, JsonNode node, JsonNode root… in walk()
|
/aosp_15_r20/external/coreboot/src/acpi/ |
H A D | acpi_apic.c | 200 int acpi_create_srat_lapic(acpi_srat_lapic_t *lapic, u8 node, u8 apic) in acpi_create_srat_lapic() 214 int acpi_create_srat_x2apic(acpi_srat_x2apic_t *x2apic, u32 node, u32 apic) in acpi_create_srat_x2apic()
|
/aosp_15_r20/external/XNNPACK/src/subgraph/ |
H A D | deconvolution-2d.c | 21 const struct xnn_node* node, in create_deconvolution_operator() 606 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_deconvolution_2d() local
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/ |
H A D | FieldDeclaration.java | 238 public boolean remove(Node node) { in remove() 270 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | value_inference.cc | 523 auto node = PostorderDFSNode(); in AnalyzeConstantValueFallback() local 543 auto node = PostorderDFSNode(); in AnalyzeConstantValueFallback() local 1185 auto node = PostorderDFSNode(); in AnalyzeIsDynamic() local 1206 auto node = PostorderDFSNode(); in AnalyzeIsDynamic() local 1557 PostorderDFSNode node; in PostOrderDFSVisit() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/json/ |
H A D | Ldml2JsonConverter.java | 1750 final CldrNode node = nodesInPath.get(i); in outputStartArray() local 1813 private JsonElement startNonleafNode(JsonElement out, final CldrNode node) throws IOException { in startNonleafNode() 1979 CldrNode node = nodesInPath.get(arrayLevel); in outputArrayItem() local 2248 private void writeLeafNode(JsonElement out, CldrNode node, String value) throws IOException { in writeLeafNode() 2273 CldrNode node) in writeLeafNode()
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_read_image.cpp | 476 LZWExpanderNode *node = &fTable [0]; in InitTable() local 508 LZWExpanderNode *node = &fTable [nextCode]; in AddTable() local 709 const LZWExpanderNode &node = localTable [localCode]; in Expand() local 745 const LZWExpanderNode &node = fTable [code]; in Expand() local 763 const LZWExpanderNode &node = fTable [code]; in Expand() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | ParseHelper.cpp | 442 TIntermTyped* node = nullptr; in handleVariable() local 1815 void TParseContext::computeBuiltinPrecisions(TIntermTyped& node, const TFunction& function) in computeBuiltinPrecisions() 3207 …ntext::samplerConstructorLocationCheck(const TSourceLoc& loc, const char* token, TIntermNode* node) in samplerConstructorLocationCheck() 3343 bool TParseContext::lValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in lValueErrorCheck() 3463 void TParseContext::rValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in rValueErrorCheck() 3483 void TParseContext::constantValueCheck(TIntermTyped* node, const char* token) in constantValueCheck() 3493 void TParseContext::integerCheck(const TIntermTyped* node, const char* token) in integerCheck() 3634 bool TParseContext::constructorError(const TSourceLoc& loc, TIntermNode* node, TFunction& function,… in constructorError() 6242 …outQualifier(const TSourceLoc& loc, TPublicType& publicType, TString& id, const TIntermTyped* node) in setLayoutQualifier() 8632 TIntermTyped* TParseContext::addConstructor(const TSourceLoc& loc, TIntermNode* node, const TType& … in addConstructor() [all …]
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/lint/ |
HD | tools.lint-api.jar | ... .JavaContext context
org.jetbrains.uast.UBinaryExpression node
public final void visitObjectLiteralExpression (com.android.tools ... |
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | numeric_verify.cc | 86 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 142 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/ |
H A D | eager_executor.cc | 101 Status EagerExecutor::SyncExecute(EagerNode* node) { in SyncExecute() 124 Status EagerExecutor::AddOrExecute(std::unique_ptr<EagerNode> node) { in AddOrExecute()
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | opt_tree_grafting.cpp | 326 for (exec_node *node = start->next; in try_tree_grafting() local 352 exec_node *node, *node_next; in tree_grafting_basic_block() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | instr.c | 177 bool ppir_instr_insert_node(ppir_instr *instr, ppir_node *node) in ppir_instr_insert_node() 288 ppir_node *node = instr->slots[i]; in ppir_instr_print_list() local
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/spirv/ |
H A D | EmulateYUVBuiltIns.cpp | 49 bool EmulateYUVBuiltInsTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() 62 TIntermTyped *EmulateYUVBuiltInsTraverser::replaceYUVFuncCall(TIntermTyped *node) in replaceYUVFuncCall()
|