Home
last modified time | relevance | path

Searched defs:node (Results 1326 - 1350 of 6911) sorted by relevance

1...<<51525354555657585960>>...277

/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftcmru.c206 FTC_MruNode first, node; FT_LOCAL_DEF() local
240 FTC_MruNode node = NULL; FT_LOCAL_DEF() local
294 FTC_MruNode node; FT_LOCAL_DEF() local
330 FTC_MruNode first, node, next; FTC_MruList_RemoveSelection() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Ddag_test.cpp119 auto node = root.then([](Data& data) { data.push("N"); }); in TEST_P() local
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbinode.cpp288 static int32_t serial(const RBBINode *node) { in serial() argument
293 printNode(const RBBINode *node) printNode() argument
347 printTree(const RBBINode *node, UBool printHeading) printTree() argument
[all...]
H A Ducharstrie.cpp37 int32_t node; in current() local
85 int32_t node=*pos; in branchNext() local
115 int32_t node=*pos; branchNext() local
125 int32_t node=*pos++; nextImpl() local
166 int32_t node; next() local
198 int32_t node; next() local
218 int32_t node; next() local
236 int32_t node=*pos++; next() local
299 int32_t node=*pos++; findUniqueValueFromBranch() local
325 int32_t node=*pos++; findUniqueValue() local
376 int32_t node=*pos++; getNextUChars() local
[all...]
/third_party/toybox/lib/
H A Ddirtree.c79 char *dirtree_path(struct dirtree *node, int *plen) in dirtree_path() argument
99 int dirtree_parentfd(struct dirtree *node) in dirtree_parentfd() argument
109 dirtree_handle_callback(struct dirtree *new, int (*callback)(struct dirtree *node)) dirtree_handle_callback() argument
134 dirtree_recurse(struct dirtree *node, int (*callback)(struct dirtree *node), int dirfd, int flags) dirtree_recurse() argument
189 dirtree_flagread(char *path, int flags, int (*callback)(struct dirtree *node)) dirtree_flagread() argument
196 dirtree_read(char *path, int (*callback)(struct dirtree *node)) dirtree_read() argument
[all...]
H A Dllist.c10 void llist_free_arg(void *node) in llist_free_arg() argument
18 void llist_free_double(void *node) in llist_free_double() argument
27 void llist_traverse(void *list, void (*using)(void *node)) in llist_traverse() argument
/third_party/toybox/porting/liteos_a/lib/
H A Ddirtree.c87 char *dirtree_path(struct dirtree *node, int *plen) in dirtree_path() argument
107 int dirtree_parentfd(struct dirtree *node) in dirtree_parentfd() argument
117 dirtree_handle_callback(struct dirtree *new, int (*callback)(struct dirtree *node)) dirtree_handle_callback() argument
141 dirtree_recurse(struct dirtree *node, int (*callback)(struct dirtree *node), int dirfd, int flags) dirtree_recurse() argument
196 dirtree_flagread(char *path, int flags, int (*callback)(struct dirtree *node)) dirtree_flagread() argument
203 dirtree_read(char *path, int (*callback)(struct dirtree *node)) dirtree_read() argument
[all...]
/third_party/toybox/toys/posix/
H A Ddu.c51 struct dirtree *node; member
56 static void print(long long size, struct dirtree *node) in print() argument
111 static int do_du(struct dirtree *node) in do_du() argument
[all...]
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DFieldMaskTree.java193 getFieldPaths(Node node, String path, List<String> paths) getFieldPaths() argument
253 merge( Node node, String path, Message source, Message.Builder destination, FieldMaskUtil.MergeOptions options) merge() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring_reader.h45 CordRep* node() const { return ring_->entry_child(index_); } in node() function in absl::cord_internal::CordRepRingReader
H A Dcord_rep_btree_reader.h95 CordRep* node() const { return navigator_.Current(); } in node() function in absl::cord_internal::CordRepBtreeReader
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_map_test.cc222 auto node = m.extract(1); in TEST() local
H A Dnode_hash_map_test.cc189 auto node = set1.extract(7); in TEST() local
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DDropShadowEffect.cpp47 const sk_sp<sksg::RenderNode>& node() const { return fImageFilterEffect; } in node() function in skottie::internal::__anon18549::final
H A DEffects.h143 const sk_sp<sksg::MaskShaderEffect>& node() const { return fMaskEffectNode; } in node() function in skottie::internal::MaskShaderEffectBase
H A DInvertEffect.cpp29 const sk_sp<sksg::ExternalColorFilter>& node() const { return fColorFilter; } in node() function in skottie::internal::__anon18556::final
H A DGaussianBlurEffect.cpp30 const sk_sp<sksg::RenderNode>& node() const { return fImageFilterEffect; } in node() function in skottie::internal::__anon18552::final
/third_party/skia/modules/sksg/src/
H A DSkSGNode.cpp18 ScopedFlag(Node* node, uint32_t flag) in ScopedFlag() argument
59 void Node::observeInval(const sk_sp<Node>& node) { in observeInval() argument
82 unobserveInval(const sk_sp<Node>& node) unobserveInval() argument
[all...]
/third_party/selinux/libsepol/include/sepol/policydb/
H A Debitmap.h38 ebitmap_node_t *node; /* first node in the bitmap */ member
[all...]
/third_party/selinux/libsepol/cil/test/unit/
H A DCilTest.c90 struct cil_tree_node *node, *item, *current; in gen_test_tree() local
/third_party/spirv-tools/source/opt/
H A Dunify_const_pass.cpp44 auto* node = root_.get(); in LookupEquivalentResultFor() local
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuTestCase.cpp86 void TestNode::addChild (TestNode* node) in addChild() argument
H A DtcuTestHierarchyIterator.hpp176 TestNode* node; global() member
[all...]
H A DtcuTestHierarchyUtil.cpp68 const TestNode* node = iter.getNode(); in writeXmlCaselist() local
83 const TestNode* const node = iter.getNode(); in writeXmlCaselist() local
132 const TestNode* node = iter.getNode(); in writeXmlCaselistsToFiles() local
190 const TestNode* node = iter.getNode(); in writeTxtCaselistsToFiles() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DSplitSequenceOperator.cpp59 bool SplitSequenceOperatorTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() argument
74 bool SplitSequenceOperatorTraverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary() argument
89 bool SplitSequenceOperatorTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary() argument
133 visitTernary(Visit visit, TIntermTernary *node) visitTernary() argument
[all...]

Completed in 12 milliseconds

1...<<51525354555657585960>>...277