/aosp_15_r20/external/cldr/tools/scripts/tr-archive/ |
H A D | package-lock.json | 67 "node": ">=12" string 91 "node": ">=10" string 103 "node": ">=12" string 111 "node": ">= 10" string 127 "node": ">=0.4.0" string 147 "node": ">=0.4.0" string 155 "node": ">=0.4.0" string 166 "node": ">= 6.0.0" string 192 "node": ">= 0.8" string 208 "node": ">=8" string [all …]
|
/aosp_15_r20/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/unit/ |
H A D | ViewNodeTest.java | 61 ViewNode node = structure.getNode(); in testAutofillIdMethods_orphanView() local 89 ViewNode node = structure.getNode(); in testAutofillIdMethods_parentedView() local 113 ViewNode node = structure.getNode(); in testAutofillIdMethods_explicitIdsConstructor() local 135 ViewNode node = structure.getNode(); in testInvalidSetters() local 161 final ViewNode node = structure.getNode(); in testValidProperties_throughParcel() local 178 final ViewNode node = structure.getNode(); in testComplexText_throughParcel() local 191 ViewNode node = structure.getNode(); in testVisibility() local 288 private void assertSimpleNode(ViewNode node) { in assertSimpleNode() 382 private void assertNodeWithComplexText(ViewNode node) { in assertNodeWithComplexText() 407 private ViewNode cloneThroughParcel(ViewNode node) { in cloneThroughParcel()
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | ValidateLimitations.cpp | 114 void ValidateLimitationsTraverser::visitSymbol(TIntermSymbol *node) in visitSymbol() 124 bool ValidateLimitationsTraverser::visitBinary(Visit, TIntermBinary *node) in visitBinary() 139 bool ValidateLimitationsTraverser::visitLoop(Visit, TIntermLoop *node) in visitLoop() 173 bool ValidateLimitationsTraverser::validateLoopType(TIntermLoop *node) in validateLoopType() 184 bool ValidateLimitationsTraverser::validateForLoopHeader(TIntermLoop *node) in validateForLoopHeader() 203 int ValidateLimitationsTraverser::validateForLoopInit(TIntermLoop *node) in validateForLoopInit() 259 bool ValidateLimitationsTraverser::validateForLoopCond(TIntermLoop *node, int indexSymbolId) in validateForLoopCond() 315 bool ValidateLimitationsTraverser::validateForLoopExpr(TIntermLoop *node, int indexSymbolId) in validateForLoopExpr() 403 bool ValidateLimitationsTraverser::isConstExpr(TIntermNode *node) in isConstExpr() 409 bool ValidateLimitationsTraverser::isConstIndexExpr(TIntermNode *node) in isConstIndexExpr() [all …]
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | intermOut.cpp | 97 static void OutputTreeText(TInfoSink& infoSink, const TIntermNode* node, const int depth) in OutputTreeText() 120 bool TOutputTraverser::visitBinary(TVisit /* visit */, TIntermBinary* node) in visitBinary() 201 bool TOutputTraverser::visitUnary(TVisit /* visit */, TIntermUnary* node) in visitUnary() 686 bool TOutputTraverser::visitAggregate(TVisit /* visit */, TIntermAggregate* node) in visitAggregate() 1170 bool TOutputTraverser::visitSelection(TVisit /* visit */, TIntermSelection* node) in visitSelection() 1267 static void OutputConstantUnion(TInfoSink& out, const TIntermTyped* node, const TConstUnionArray& c… in OutputConstantUnion() 1373 void TOutputTraverser::visitConstantUnion(TIntermConstantUnion* node) in visitConstantUnion() 1381 void TOutputTraverser::visitSymbol(TIntermSymbol* node) in visitSymbol() 1396 bool TOutputTraverser::visitLoop(TVisit /* visit */, TIntermLoop* node) in visitLoop() 1444 bool TOutputTraverser::visitBranch(TVisit /* visit*/, TIntermBranch* node) in visitBranch() [all …]
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | intermOut.cpp | 97 static void OutputTreeText(TInfoSink& infoSink, const TIntermNode* node, const int depth) in OutputTreeText() 120 bool TOutputTraverser::visitBinary(TVisit /* visit */, TIntermBinary* node) in visitBinary() 201 bool TOutputTraverser::visitUnary(TVisit /* visit */, TIntermUnary* node) in visitUnary() 518 bool TOutputTraverser::visitAggregate(TVisit /* visit */, TIntermAggregate* node) in visitAggregate() 1018 bool TOutputTraverser::visitSelection(TVisit /* visit */, TIntermSelection* node) in visitSelection() 1115 static void OutputConstantUnion(TInfoSink& out, const TIntermTyped* node, const TConstUnionArray& c… in OutputConstantUnion() 1221 void TOutputTraverser::visitConstantUnion(TIntermConstantUnion* node) in visitConstantUnion() 1229 void TOutputTraverser::visitSymbol(TIntermSymbol* node) in visitSymbol() 1244 bool TOutputTraverser::visitLoop(TVisit /* visit */, TIntermLoop* node) in visitLoop() 1292 bool TOutputTraverser::visitBranch(TVisit /* visit*/, TIntermBranch* node) in visitBranch() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | ppir.h | 243 ppir_node *node; member 276 ppir_node node; member 289 ppir_node node; member 301 ppir_node node; member 312 ppir_node node; member 319 ppir_node node; member 330 ppir_node node; member 395 ppir_node node; member 455 static inline bool ppir_node_is_root(ppir_node *node) in ppir_node_is_root() 460 static inline bool ppir_node_is_leaf(ppir_node *node) in ppir_node_is_leaf() [all …]
|
H A D | codegen.c | 48 static void ppir_codegen_encode_varying(ppir_node *node, void *code) in ppir_codegen_encode_varying() 145 static void ppir_codegen_encode_texld(ppir_node *node, void *code) in ppir_codegen_encode_texld() 175 static void ppir_codegen_encode_uniform(ppir_node *node, void *code) in ppir_codegen_encode_uniform() 223 static void ppir_codegen_encode_vec_mul(ppir_node *node, void *code) in ppir_codegen_encode_vec_mul() 296 static void ppir_codegen_encode_scl_mul(ppir_node *node, void *code) in ppir_codegen_encode_scl_mul() 365 static void ppir_codegen_encode_vec_add(ppir_node *node, void *code) in ppir_codegen_encode_vec_add() 454 static void ppir_codegen_encode_scl_add(ppir_node *node, void *code) in ppir_codegen_encode_scl_add() 530 static void ppir_codegen_encode_combine(ppir_node *node, void *code) in ppir_codegen_encode_combine() 590 static void ppir_codegen_encode_store_temp(ppir_node *node, void *code) in ppir_codegen_encode_store_temp() 614 static void ppir_codegen_encode_discard(ppir_node *node, void *code) in ppir_codegen_encode_discard() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | costmodel.cc | 156 void CostModel::SetNumOutputs(const Node* node, int num_outputs) { in SetNumOutputs() 170 void CostModel::RecordCount(const Node* node, int count) { in RecordCount() 183 void CostModel::RecordSize(const Node* node, int slot, Bytes bytes) { in RecordSize() 197 Bytes CostModel::TotalBytes(const Node* node, int slot) const { in TotalBytes() argument 206 Bytes CostModel::SizeEstimate(const Node* node, int slot) const { in SizeEstimate() argument 212 void CostModel::RecordTime(const Node* node, Microseconds time) { in RecordTime() 252 void CostModel::RecordMaxMemorySize(const Node* node, int output_slot, in RecordMaxMemorySize() 278 Bytes CostModel::MaxMemorySize(const Node* node, int slot) const { in MaxMemorySize() argument 287 const TensorShapeProto& CostModel::MaxMemoryShape(const Node* node, in MaxMemoryShape() 298 DataType CostModel::MaxMemoryType(const Node* node, int slot) const { in MaxMemoryType() argument [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/ |
H A D | directives.py | 113 def visit_Name(self, node): argument 122 def visit_Attribute(self, node): argument 130 def visit_Assign(self, node): argument 134 def visit_AugAssign(self, node): argument 138 def visit_Expr(self, node): argument 159 def _track_and_visit_loop(self, node): argument 169 def visit_While(self, node): argument 172 def visit_For(self, node): argument 176 def transform(node, ctx): argument
|
/aosp_15_r20/packages/modules/Virtualization/libs/libfdt/src/ |
D | libfdt.rs | 111 let node = node.into(); in next_node() localVariable 130 let node = node.into(); in parent_offset() localVariable 143 let node = node.into(); in supernode_atdepth_offset() localVariable 171 let node = node.into(); in first_subnode() localVariable 181 let node = node.into(); in next_subnode() localVariable 191 let node = node.into(); in address_cells() localVariable 201 let node = node.into(); in size_cells() localVariable 211 let node = node.into(); in get_name() localVariable 224 let node = node.into(); in getprop_namelen() localVariable 271 let node = node.into(); in first_property_offset() localVariable [all …]
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | tree.c | 709 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { in xmlNewNs() 772 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) { in xmlSetNs() 1206 xmlNodePtr node; in xmlStringLenGetNodeList() local 1438 xmlNodePtr node; in xmlStringGetNodeList() local 1661 const xmlNode *node = list; in xmlNodeListGetString() local 1762 const xmlNode *node = list; in xmlNodeListGetRawString() local 1826 xmlNewPropInternal(xmlNodePtr node, xmlNsPtr ns, in xmlNewPropInternal() 1931 xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { in xmlNewProp() 1952 xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, in xmlNewNsProp() 1973 xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, in xmlNewNsPropEatName() [all …]
|
/aosp_15_r20/external/dokka/core/src/main/kotlin/Kotlin/ |
H A D | DocumentationBuilder.kt | 163 Content.Empty to { node -> } in nodeForDescriptor() method 170 … val node = DocumentationNode(descriptor.name.asString(), doc, kind).withModifiers(descriptor) in nodeForDescriptor() constant 250 val node = DocumentationNode(name, Content.Empty, kind) in DocumentationNode() constant 368 val node = descriptor.build() in appendChild() constant 380 nodes.forEach { node -> in groupNode() method 400 … val node = createGroupNode(descriptor.signature(), listOf(existingNode, descriptor.build())) in DocumentationNode() constant 455 val node = appendChild(descriptor, kind) in appendInPageChildren() constant 604 val node = DocumentationNode(fqName.asString(), Content.Empty, NodeKind.Package) in buildExternal() constant 629 val node = nodeForDescriptor(this, NodeKind.TypeAlias) in TypeAliasDescriptor() constant 657 val node = nodeForDescriptor(this, kind, external) in ClassDescriptor() constant [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/ |
H A D | mutable_graph_view.cc | 63 const NodeDef& node) { in IsIdentityConsumingSwitch() 102 bool HasRegularFaninNode(const MutableGraphView& graph, const NodeDef& node, in HasRegularFaninNode() 309 Status CheckNodeExists(absl::string_view node_name, NodeDef* node, in CheckNodeExists() 361 void MutableGraphView::AddAndDedupFanouts(NodeDef* node) { in AddAndDedupFanouts() 456 NodeDef* MutableGraphView::AddNode(NodeDef&& node) { in AddNode() 508 NodeDef* node = graph()->mutable_node(i); in AddSubgraph() local 532 NodeDef* node = GetNode(node_name); in UpdateNode() local 580 NodeDef* node = GetNode(from_node_name); in UpdateNodeName() local 675 auto update_fanins = [this](NodeDef* node, absl::string_view old_node_name) { in SwapNodeNames() 700 [this](NodeDef* node, const FanoutsMap::iterator& control_fanouts) { in SwapNodeNames() [all …]
|
/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
H A D | SourceNodeImplTest.java | 28 final SourceNodeImpl node = new SourceNodeImpl(ElementType.CLASS, in testInit() local 39 final SourceNodeImpl node = new SourceNodeImpl(ElementType.CLASS, in testGetLine() local 49 final SourceNodeImpl node = new SourceNodeImpl(ElementType.CLASS, in testEnsureCapacityUnknown1() local 57 final SourceNodeImpl node = new SourceNodeImpl(ElementType.CLASS, in testEnsureCapacityUnknown2() local 65 final SourceNodeImpl node = new SourceNodeImpl(ElementType.CLASS, in testIncrementLineUnknown() local 77 final SourceNodeImpl node = new SourceNodeImpl(ElementType.CLASS, in testIncrementLines() local 174 final SourceNodeImpl node = new SourceNodeImpl(ElementType.CLASS, in testIncrementLine() local 188 final SourceNodeImpl node = new SourceNodeImpl(ElementType.CLASS, in testIncrementChildNoLines() local 209 final SourceNodeImpl node = new SourceNodeImpl(ElementType.CLASS, in testIncrementChildWithLines() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/graph/ |
H A D | ForwardingNetwork.java | 70 public Set<N> adjacentNodes(N node) { in adjacentNodes() 75 public Set<N> predecessors(N node) { in predecessors() 80 public Set<N> successors(N node) { in successors() 85 public Set<E> incidentEdges(N node) { in incidentEdges() 90 public Set<E> inEdges(N node) { in inEdges() 95 public Set<E> outEdges(N node) { in outEdges() 110 public int degree(N node) { in degree() 115 public int inDegree(N node) { in inDegree() 120 public int outDegree(N node) { in outDegree()
|
H A D | Graphs.java | 115 N node = top.node; in subgraphHasCycle() local 146 final N node; field in Graphs.NodeAndRemainingSuccessors 156 NodeAndRemainingSuccessors(N node) { in NodeAndRemainingSuccessors() 235 public static <N> ImmutableSet<N> reachableNodes(Graph<N> graph, N node) { in reachableNodes() 236 checkArgument(graph.nodes().contains(node), NODE_NOT_IN_GRAPH, node); in reachableNodes() local 314 public Set<N> predecessors(N node) { in predecessors() 319 public Set<N> successors(N node) { in successors() 324 public Set<EndpointPair<N>> incidentEdges(N node) { in incidentEdges() 336 public int inDegree(N node) { in inDegree() 341 public int outDegree(N node) { in outDegree()
|
H A D | Network.java | 182 Set<N> adjacentNodes(N node); in adjacentNodes() 197 Set<N> predecessors(N node); in predecessors() 223 Set<N> successors(N node); in successors() 246 Set<E> incidentEdges(N node); in incidentEdges() 270 Set<E> inEdges(N node); in inEdges() 294 Set<E> outEdges(N node); in outEdges() 309 int degree(N node); in degree() 319 int inDegree(N node); in inDegree() 329 int outDegree(N node); in outDegree()
|
/aosp_15_r20/external/pdfium/fxjs/xfa/ |
H A D | cjx_field.cpp | 51 CXFA_Node* node = GetXFANode(); in clearItems() local 93 CXFA_Node* node = GetXFANode(); in deleteItem() local 111 CXFA_Node* node = GetXFANode(); in getSaveItem() local 129 CXFA_Node* node = GetXFANode(); in boundItem() local 145 CXFA_Node* node = GetXFANode(); in getItemState() local 177 CXFA_Node* node = GetXFANode(); in getDisplayItem() local 195 CXFA_Node* node = GetXFANode(); in setItemState() local 215 CXFA_Node* node = GetXFANode(); in addItem() local 311 CXFA_Node* node = GetXFANode(); in editValue() local 336 CXFA_Node* node = GetXFANode(); in formattedValue() local [all …]
|
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | package-lock.json | 31 "node": ">=6.9.0" string 57 "node": ">=6.9.0" string 69 "node": ">=6.0" string 93 "node": ">=0.10.0" string 108 "node": ">=6.9.0" string 117 "node": ">=6.9.0" string 130 "node": ">=6.9.0" string 142 "node": ">=6.9.0" string 219 "node": ">=6.9.0" string 228 "node": ">=6.9.0" string [all …]
|
/aosp_15_r20/external/skia/tools/ |
H A D | ToolUtils.h | 210 static void SetTempMark(TopoTestNode* node) { node->fTempMark = true; } in SetTempMark() 211 static void ResetTempMark(TopoTestNode* node) { node->fTempMark = false; } in ResetTempMark() 212 static bool IsTempMarked(TopoTestNode* node) { return node->fTempMark; } in IsTempMarked() 213 static void Output(TopoTestNode* node, uint32_t outputPos) { in Output() 218 static bool WasOutput(TopoTestNode* node) { return node->fWasOutput; } in WasOutput() 219 static uint32_t GetIndex(TopoTestNode* node) { return node->outputPos(); } in GetIndex() 220 static int NumDependencies(TopoTestNode* node) { return node->fDependencies.size(); } in NumDependencies() 221 static TopoTestNode* Dependency(TopoTestNode* node, int index) { in Dependency() 224 static int NumTargets(TopoTestNode* node) { return node->fTargets.size(); } in NumTargets() 225 static uint32_t GetTarget(TopoTestNode* node, int i) { return node->fTargets[i]; } in GetTarget() [all …]
|
/aosp_15_r20/external/guava/guava/src/com/google/common/graph/ |
H A D | Graphs.java | 116 N node = top.node; in subgraphHasCycle() local 147 final N node; field in Graphs.NodeAndRemainingSuccessors 157 NodeAndRemainingSuccessors(N node) { in NodeAndRemainingSuccessors() 236 public static <N> ImmutableSet<N> reachableNodes(Graph<N> graph, N node) { in reachableNodes() 237 checkArgument(graph.nodes().contains(node), NODE_NOT_IN_GRAPH, node); in reachableNodes() local 315 public Set<N> predecessors(N node) { in predecessors() 320 public Set<N> successors(N node) { in successors() 325 public Set<EndpointPair<N>> incidentEdges(N node) { in incidentEdges() 337 public int inDegree(N node) { in inDegree() 342 public int outDegree(N node) { in outDegree()
|
/aosp_15_r20/external/oj-libjdwp/src/share/back/ |
H A D | eventHandler.c | 167 #define PRIVATE_DATA(node) \ argument 170 #define NEXT(node) (PRIVATE_DATA(node)->private_next) argument 171 #define PREV(node) (PRIVATE_DATA(node)->private_prev) argument 172 #define CHAIN(node) (PRIVATE_DATA(node)->private_chain) argument 173 #define HANDLER_FUNCTION(node) (PRIVATE_DATA(node)->private_handlerFunction) argument 190 insert(HandlerChain *chain, HandlerNode *node) in insert() 205 HandlerNode *node = chain->first; in findInChain() local 225 deinsert(HandlerNode *node) in deinsert() 249 HandlerNode *node; in eventHandlerRestricted_iterator() local 470 HandlerNode *node; in synthesizeUnloadEvent() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | virtual_scheduler.cc | 74 const NodeDef* node; member 98 void UpdateDeviceAnnotationState(const NodeDef* node, in UpdateDeviceAnnotationState() 118 bool IsStreamingPort(const NodeDef& node, const int port) { in IsStreamingPort() 131 void LIFOManager::AddNode(const NodeDef* node) { in AddNode() 184 void HeapReadyManager::AddNode(const NodeDef* node) { in AddNode() 259 void PriorityReadyManager::AddNode(const NodeDef* node) { in AddNode() 285 void CompositeNodeManager::AddNode(const NodeDef* node) { in AddNode() 350 const auto* node = GetCurrNode(); in RemoveCurrNode() local 461 for (const auto& node : graph.node()) { in Init() local 593 void SchedulerState::MaybeUpdateInputOutput(const NodeDef* node) { in MaybeUpdateInputOutput() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/ |
D | list.cc | 61 for (const list_node_t* node = list_begin(list); node != list_end(list); node = list_next(node)) { in list_contains() local 101 list_node_t* node = (list_node_t*)list->allocator->alloc(sizeof(list_node_t)); in list_insert_after() local 120 list_node_t* node = (list_node_t*)list->allocator->alloc(sizeof(list_node_t)); in list_prepend() local 138 list_node_t* node = (list_node_t*)list->allocator->alloc(sizeof(list_node_t)); in list_append() local 172 for (list_node_t *prev = list->head, *node = list->head->next; node; in list_remove() local 188 for (list_node_t* node = list->head; node;) { in list_clear() local 200 for (list_node_t* node = list->head; node;) { in list_foreach() local 220 list_node_t* list_next(const list_node_t* node) { in list_next() 225 void* list_node(const list_node_t* node) { in list_node() 230 static list_node_t* list_free_node_(list_t* list, list_node_t* node) { in list_free_node_()
|
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/ |
H A D | OutputHLSL.cpp | 56 bool IsDeclarationWrittenOut(TIntermDeclaration *node) in IsDeclarationWrittenOut() 66 bool IsInStd140UniformBlock(TIntermTyped *node) in IsInStd140UniformBlock() 90 const TInterfaceBlock *GetInterfaceBlockOfUniformBlockNearestIndexOperator(TIntermTyped *node) in GetInterfaceBlockOfUniformBlockNearestIndexOperator() 143 bool IsAtomicFunctionForSharedVariableDirectAssign(const TIntermBinary &node) in IsAtomicFunctionForSharedVariableDirectAssign() 198 bool IsFlatInterpolant(TIntermTyped *node) in IsFlatInterpolant() 211 bool OutputHLSL::needStructMapping(TIntermTyped *node) in needStructMapping() 1301 void OutputHLSL::visitSymbol(TIntermSymbol *node) in visitSymbol() 1609 bool OutputHLSL::visitSwizzle(Visit visit, TIntermSwizzle *node) in visitSwizzle() 1620 bool OutputHLSL::visitBinary(Visit visit, TIntermBinary *node) in visitBinary() 2045 bool OutputHLSL::visitUnary(Visit visit, TIntermUnary *node) in visitUnary() [all …]
|