Home
last modified time | relevance | path

Searched defs:node (Results 1101 – 1125 of 8398) sorted by relevance

1...<<41424344454647484950>>...336

/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/
H A DDataKeyTest.java47 Node node = new SimpleName(); in addAFewKeysAndSeeIfTheyAreStoredCorrectly() local
62 Node node = new SimpleName(); in aNonExistentKeyThrowsAnException() local
69 Node node = new SimpleName(); in cloningCopiesData() local
/aosp_15_r20/external/musl/src/search/
H A Dinsque.c3 struct node { struct
4 struct node *next; argument
5 struct node *prev; argument
/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DExtensionGLSL.cpp30 bool TExtensionGLSL::visitUnary(Visit, TIntermUnary *node) in visitUnary()
37 bool TExtensionGLSL::visitAggregate(Visit, TIntermAggregate *node) in visitAggregate()
44 void TExtensionGLSL::checkOperator(TIntermOperator *node) in checkOperator()
/aosp_15_r20/external/trusty/musl/src/search/
Dinsque.c3 struct node { struct
4 struct node *next; argument
5 struct node *prev; argument
/aosp_15_r20/art/compiler/optimizing/
H A Dscheduler.cc37 void SchedulingGraph::AddDependency(SchedulingNode* node, in AddDependency()
257 void SchedulingGraph::AddCrossIterationDependencies(SchedulingNode* node) { in AddCrossIterationDependencies()
391 static void DumpAsDotNode(std::ostream& output, const SchedulingNode* node) { in DumpAsDotNode()
436 SchedulingNode* node = entry.second.get(); in DumpAsDotGraph() local
583 SchedulingNode* node = selector_->PopHighestPriorityNode(&candidates, scheduling_graph); in Schedule() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Drfft2d.cc56 TfLiteNode* node) { in InitTemporaryTensors()
106 TfLiteNode* node) { in ResizeOutputandTemporaryTensors()
168 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
349 TfLiteStatus Rfft2dHelper(TfLiteContext* context, TfLiteNode* node) { in Rfft2dHelper()
426 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dsub.cc213 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
301 void EvalSubImpl(TfLiteContext* context, TfLiteNode* node, in EvalSubImpl()
343 void EvalSub(TfLiteContext* context, TfLiteNode* node, TfLiteSubParams* params, in EvalSub()
368 void EvalQuantized(TfLiteContext* context, TfLiteNode* node, in EvalQuantized()
439 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dirfft2d.cc56 TfLiteNode* node) { in InitTemporaryTensors()
106 TfLiteNode* node) { in ResizeOutputandTemporaryTensors()
168 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
297 TfLiteStatus Irfft2dHelper(TfLiteContext* context, TfLiteNode* node) { in Irfft2dHelper()
374 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DBrowseTree.java214 synchronized boolean addChild(BrowseNode node) { in addChild()
221 mBrowseMap.put(node.getID(), node); in addChild() local
234 synchronized void removeChild(BrowseNode node) { in removeChild()
282 synchronized boolean isChild(BrowseNode node) { in isChild()
503 BrowseNode node = findBrowseNodeByID(nodeId); in notifyImageDownload() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_timeline.cc149 void MemoryTracker::TrackNode(int64_t step, const GraphNode* node) { in TrackNode()
180 const TFGraphNode* node = gnode->node; in AllocateTimeNodes() local
245 for (const auto& node : lane.second) { in GenerateGraphTimeline() local
314 void Timeline::GenerateScopeTimeline(const ScopeNode* node) { in GenerateScopeTimeline()
320 void Timeline::GenerateCodeTimeline(const CodeNode* node) { in GenerateCodeTimeline()
/aosp_15_r20/libcore/luni/src/test/java/libcore/xml/
H A DXsltXPathConformanceTestSuite.java470 private String nodeToNormalizedString(Node node) in nodeToNormalizedString()
481 private void emitNode(XmlSerializer serializer, Node node) throws IOException { in emitNode()
526 private void emitAttributes(XmlSerializer serializer, Node node) in emitAttributes()
556 private void emitChildren(XmlSerializer serializer, Node node) in emitChildren()
567 Node node = nodeList.item(i); in elementsOf() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DMonomorphizeUnsupportedFunctions.cpp60 const TVariable *GetBaseUniform(TIntermTyped *node, bool *isSamplerInStructOut) in GetBaseUniform()
102 TIntermTyped *node, in ExtractSideEffects()
253 bool visitAggregate(Visit visit, TIntermAggregate *node) override in visitAggregate()
440 void visitFunctionPrototype(TIntermFunctionPrototype *node) override in visitFunctionPrototype()
477 bool visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) override in visitFunctionDefinition()
H A DRewriteAtomicCounters.cpp191 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override in visitDeclaration()
217 bool visitAggregate(Visit visit, TIntermAggregate *node) override in visitAggregate()
237 bool visitBinary(Visit visit, TIntermBinary *node) override in visitBinary()
246 bool convertBuiltinFunction(TIntermAggregate *node) in convertBuiltinFunction()
/aosp_15_r20/external/coreboot/src/lib/
H A Dfit.c109 static void image_node(struct device_tree_node *node) in image_node()
136 static void config_node(struct device_tree_node *node) in config_node()
216 struct device_tree_node *node; in fit_update_chosen() local
226 struct device_tree_node *node; in fit_add_ramdisk() local
314 struct device_tree_node *node; in fit_update_memory() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/
H A DJavaParserFactory.java43 public static Context getContext(Node node, TypeSolver typeSolver) { in getContext()
108 public static SymbolDeclarator getSymbolDeclarator(Node node, TypeSolver typeSolver) { in getSymbolDeclarator()
130 …public static ResolvedReferenceTypeDeclaration toTypeDeclaration(Node node, TypeSolver typeSolver)… in toTypeDeclaration()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/
H A DJavaParserFactory.java47 public static Context getContext(Node node, TypeSolver typeSolver) { in getContext()
96 public static SymbolDeclarator getSymbolDeclarator(Node node, TypeSolver typeSolver) { in getSymbolDeclarator()
118 public static ReferenceTypeDeclaration toTypeDeclaration(Node node, TypeSolver typeSolver) { in toTypeDeclaration()
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/
H A Dslices.py45 def visit_Assign(self, node): argument
55 def visit_Subscript(self, node): argument
82 def transform(node, ctx): argument
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/
H A DBoundaryBuilder.java32 public Order visitOrder(BSPTree<S> node) { in visitOrder()
37 public void visitInternalNode(BSPTree<S> node) { in visitInternalNode()
92 public void visitLeafNode(BSPTree<S> node) { in visitLeafNode()
/aosp_15_r20/external/python/cpython2/Doc/tools/extensions/
Dsuspicious.py212 def get_lineno(node): argument
251 def default_visit(self, node): argument
266 def visit_document(self, node): argument
269 def visit_comment(self, node): argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dcompilability_check_util.h180 bool IsCompilableNode(const Node& node, in IsCompilableNode()
236 bool IsStackOp(const Node& node) const { in IsStackOp()
242 bool IsTensorArrayOp(const Node& node) const { in IsTensorArrayOp()
258 bool OpProducesOrConsumesVariant(const Node& node) const { in OpProducesOrConsumesVariant()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/spirv/
H A DRewriteR32fImages.cpp51 bool visitAggregate(Visit visit, TIntermAggregate *node) override in visitAggregate()
115 TIntermAggregate *node, in RewriteBuiltinFunctionCall()
262 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override in visitDeclaration()
337 bool visitAggregate(Visit visit, TIntermAggregate *node) override in visitAggregate()
/aosp_15_r20/external/licenseclassifier/stringclassifier/searchset/
H A Dsearchset.go72 type node struct { struct
73 checksum uint32
74 tokens *tokenizer.TokenRange
77 func (n *node) String() string {
/aosp_15_r20/external/python/cpython3/Doc/tools/extensions/
Dsuspicious.py189 def get_lineno(node): argument
228 def default_visit(self, node): argument
243 def visit_document(self, node): argument
246 def visit_comment(self, node): argument
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/simple/
H A DHeuristicsService.java145 ViewNode node = structure.getWindowNodeAt(i).getRootViewNode(); in getAutofillableFields() local
155 @NonNull ViewNode node) { in addAutofillableFields()
174 protected String getHint(@NonNull ViewNode node) { in getHint()
226 protected String inferHint(ViewNode node, @Nullable String string) { in inferHint()
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/simple/
DDebugService.java146 ViewNode node = structure.getWindowNodeAt(i).getRootViewNode(); in getAutofillableFields() local
156 @NonNull ViewNode node) { in addAutofillableFields()
175 protected String getHint(@NonNull ViewNode node) { in getHint()
227 protected String inferHint(ViewNode node, @Nullable String actualHint) { in inferHint()

1...<<41424344454647484950>>...336