Home
last modified time | relevance | path

Searched defs:node (Results 2601 – 2625 of 8398) sorted by relevance

1...<<101102103104105106107108109110>>...336

/aosp_15_r20/external/python/cpython2/Doc/tools/extensions/
Dpyspecific.py34 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 DMethodCallExpr.java206 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 Dnccl_rewrite.cc31 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 Dipc.h68 struct list_node node; member
115 struct list_node node; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dmlir_bridge_pass.cc109 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 DPreTransformTextureCubeGradDerivatives.cpp163 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 Dlock_free_address_hash_set_unittest.cc24 for (LockFreeAddressHashSet::Node* node = in Subset() local
42 LockFreeAddressHashSet::Node* node = in BucketSize() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dshape_inference.cc176 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 Dsoc.c51 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 Dcost_analyzer.cc77 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 DArrayType.java236 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 DJsonWalkTest.java148 …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 Dacpi_apic.c200 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 Ddeconvolution-2d.c21 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 DFieldDeclaration.java238 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 Dvalue_inference.cc523 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 DLdml2JsonConverter.java1750 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 Ddng_read_image.cpp476 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 DParseHelper.cpp442 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/
HDtools.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 Dnumeric_verify.cc86 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 Deager_executor.cc101 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 Dopt_tree_grafting.cpp326 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 Dinstr.c177 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 DEmulateYUVBuiltIns.cpp49 bool EmulateYUVBuiltInsTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate()
62 TIntermTyped *EmulateYUVBuiltInsTraverser::replaceYUVFuncCall(TIntermTyped *node) in replaceYUVFuncCall()

1...<<101102103104105106107108109110>>...336