Home
last modified time | relevance | path

Searched defs:node (Results 276 - 300 of 1476) sorted by relevance

1...<<11121314151617181920>>...60

/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRangeTreeConverterTest.java130 assertOutEdge(ValueGraph<Node, SimpleEdge> nfa, Node node, SimpleEdge edge) assertOutEdge() argument
138 assertOutEdges(ValueGraph<Node, SimpleEdge> nfa, Node node, SimpleEdge... edges) assertOutEdges() argument
148 follow(ValueGraph<Node, SimpleEdge> nfa, Node node, SimpleEdge edge) follow() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DReduceInterfaceBlocks.cpp38 TIntermNode &node = *declNode.getChildNode(0); variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DPruneEmptyCases.cpp22 bool IsEmptyBlock(TIntermNode *node) in IsEmptyBlock() argument
71 bool PruneEmptyCasesTraverser::visitSwitch(Visit visit, TIntermSwitch *node) in visitSwitch() argument
[all...]
H A DRemoveArrayLengthMethod.cpp50 bool RemoveArrayLengthTraverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary() argument
66 void RemoveArrayLengthTraverser::insertSideEffectsInParentBlock(TIntermTyped *node) in insertSideEffectsInParentBlock() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DVersionGLSL.cpp83 void TVersionGLSL::visitSymbol(TIntermSymbol *node) in visitSymbol() argument
92 bool TVersionGLSL::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration() argument
102 bool TVersionGLSL::visitGlobalQualifierDeclaration(Visit, TIntermGlobalQualifierDeclaration *node) in visitGlobalQualifierDeclaration() argument
115 void TVersionGLSL::visitFunctionPrototype(TIntermFunctionPrototype *node) in visitFunctionPrototype() argument
134 visitAggregate(Visit, TIntermAggregate *node) visitAggregate() argument
[all...]
H A DBuiltinsWorkaroundGLSL.cpp43 void TBuiltinsWorkaroundGLSL::visitSymbol(TIntermSymbol *node) in visitSymbol() argument
74 bool TBuiltinsWorkaroundGLSL::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DWrapSwitchStatementsInBlocks.cpp48 bool WrapSwitchStatementsInBlocksTraverser::visitSwitch(Visit, TIntermSwitch *node) in visitSwitch() argument
H A DSeparateArrayInitialization.cpp49 bool SeparateArrayInitTraverser::visitDeclaration(Visit, TIntermDeclaration *node) in visitDeclaration() argument
H A DRewriteUnaryMinusOperatorInt.cpp59 bool Traverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary() argument
H A DSeparateArrayConstructorStatements.cpp54 visitAggregate(Visit visit, TIntermAggregate *node) visitAggregate() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/gl/
H A DUseInterfaceBlockFields.cpp26 void AddNodeUseStatements(TIntermTyped *node, TIntermSequence *sequence) in AddNodeUseStatements() argument
H A DRewriteRepeatedAssignToSwizzled.cpp70 bool RewriteAssignToSwizzledTraverser::visitBinary(Visit, TIntermBinary *node) in visitBinary() argument
/third_party/vk-gl-cts/executor/
H A DxeTestCaseListParser.cpp112 TestNode* node = isGroup ? static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createGroup(name)) in parse() local
/third_party/skia/samplecode/
H A DSampleSG.cpp85 sksg::Draw* node = nullptr; variable
/third_party/openssl/crypto/x509/
H A Dpcy_node.c47 X509_POLICY_NODE *node; in ossl_policy_level_find_node() local
65 X509_POLICY_NODE *node; in ossl_policy_level_add_node() local
130 ossl_policy_node_free(X509_POLICY_NODE *node) ossl_policy_node_free() argument
140 ossl_policy_node_match(const X509_POLICY_LEVEL *lvl, const X509_POLICY_NODE *node, const ASN1_OBJECT *oid) ossl_policy_node_match() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestrie.cpp74 int32_t node; in current() local
104 int32_t node=*pos; in branchNext() local
142 int32_t node=*pos; branchNext() local
153 int32_t node=*pos++; nextImpl() local
397 int32_t node=*pos++; global() local
[all...]
H A Dbytestrieiterator.cpp134 int32_t node=*pos++; in next() local
198 int32_t node=*pos++; branchNext() local
[all...]
H A Ducharstrieiterator.cpp133 int32_t node=*pos++; in next() local
199 int32_t node=*pos++; branchNext() local
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H A Ddu.c38 struct dirtree *node; member
43 static void print(long long size, struct dirtree *node) in print() argument
97 static int do_du(struct dirtree *node) in do_du() argument
[all...]
/third_party/toybox/toys/other/
H A Dmakedevs.c58 char type=0, user[64], group[64], *node, *ptr = line; in makedevs_main() local
/third_party/python/Modules/
H A Drotatingtree.c31 RotatingTree_Add(rotating_node_t **root, rotating_node_t *node) in RotatingTree_Add() argument
52 rotating_node_t *node = *root; in RotatingTree_Get() local
65 rotating_node_t *node = *pnode; RotatingTree_Get() local
111 rotating_node_t *node; RotatingTree_Enum() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_navigator.cc69 CordRepBtree* node = node_[0]; in Skip() local
110 CordRepBtree* node = node_[0]; Read() local
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DCornerPinEffect.cpp26 auto& node() const { return fMatrixNode; } in node() function in skottie::internal::__anon18545::final
H A DHueSaturationEffect.cpp85 const sk_sp<sksg::ExternalColorFilter>& node() const { return fColorFilter; } in node() function in skottie::internal::__anon18555::final
/third_party/skia/modules/sksg/src/
H A DSkSGGroup.cpp38 void Group::addChild(sk_sp<RenderNode> node) { in addChild() argument
52 void Group::removeChild(const sk_sp<RenderNode>& node) { in removeChild() argument

Completed in 8 milliseconds

1...<<11121314151617181920>>...60