Searched defs:root (Results 201 - 225 of 958) sorted by relevance

1234567891011>>

/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
H A Dimport_statement.py109 root == 'a.b' (only for "from" imports)
250 def root(self): member in class:ImportFrom
253 @root.setter
254 def root(self, value): member in class:ImportFrom
296 return '.'.join((self.root, self.module))
300 self.root, _, self.module = value.rpartition('.')
/external/deqp/framework/common/
H A DtcuTestHierarchyUtil.cpp125 void writeXmlCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine) argument
130 TestHierarchyIterator iter (root, inflater, *caseListFilter);
183 void writeTxtCaselistsToFiles (TestPackageRoot& root, TestContext& testCtx, const CommandLine& cmdLine) argument
188 TestHierarchyIterator iter (root, inflater, *caseListFilter);
/external/deqp/modules/gles3/functional/
H A Des3fAttribLocationTests.cpp88 TestCaseGroup* const root = new TestCaseGroup (context, "attribute_location", "Attribute location tests"); local
94 root->addChild(bindAttributeGroup);
107 root->addChild(bindMaxAttributeGroup);
120 root->addChild(aliasingGroup);
145 root->addChild(holeGroup);
160 root->addChild(bindTimeGroup);
173 root->addChild(layoutAttributeGroup);
186 root->addChild(layoutMaxAttributeGroup);
199 root->addChild(holeGroup);
214 root
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dnamei.c25 static errcode_t open_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t base,
29 static errcode_t follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, argument
40 printf("follow_link: root=%lu, dir=%lu, inode=%lu, lc=%d\n",
41 root, dir, inode, link_count);
70 retval = open_namei(fs, root, dir, pathname, ei.i_size, 1,
79 * directory and the root directory, and returns the inode of the
83 static errcode_t dir_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, argument
96 dir = root;
111 retval = follow_link (fs, root, dir, inode,
121 static errcode_t open_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_ argument
158 ext2fs_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, const char *name, ext2_ino_t *inode) argument
177 ext2fs_namei_follow(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, const char *name, ext2_ino_t *inode) argument
196 ext2fs_follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t cwd, ext2_ino_t inode, ext2_ino_t *res_inode) argument
[all...]
/external/elfutils/libdw/
H A Dlibdw_visit_scopes.c84 __libdw_visit_scopes (unsigned int depth, struct Dwarf_Die_Chain *root, argument
103 state.child.parent = root;
105 if ((ret = INTUSE(dwarf_child) (&root->die, &state.child.die)) != 0)
/external/fec/
H A Ddecode_rs.h18 * FCR - An integer literal or variable specifying the first consecutive root of the
20 * PRIM - The primitive root of the generator poly. Integer variable or literal.
78 data_t root[NROOTS], reg[NROOTS+1], loc[NROOTS]; variable
142 /* store root and error location number indices */
143 root[count] = i;
227 continue; /* Not a root */
228 /* store root (index-form) and error location number */
230 printf("count %d root %d loc %d\n",count,i,k);
232 root[count] = i;
270 num1 ^= ALPHA_TO[MODNN(omega[i] + i * root[
[all...]
/external/fio/lib/
H A Dprio_tree.h26 struct prio_tree_root *root; member in struct:prio_tree_iter
32 struct prio_tree_root *root, uint64_t r_index, uint64_t h_index)
34 iter->root = root;
62 static inline int prio_tree_empty(const struct prio_tree_root *root) argument
64 return root->prio_tree_node == NULL;
83 struct prio_tree_node *prio_tree_replace(struct prio_tree_root *root,
85 struct prio_tree_node *prio_tree_insert(struct prio_tree_root *root,
87 void prio_tree_remove(struct prio_tree_root *root, struct prio_tree_node *node);
31 prio_tree_iter_init(struct prio_tree_iter *iter, struct prio_tree_root *root, uint64_t r_index, uint64_t h_index) argument
H A Drbtree.c25 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) argument
44 root->rb_node = right;
48 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) argument
67 root->rb_node = left;
71 void rb_insert_color(struct rb_node *node, struct rb_root *root) argument
96 __rb_rotate_left(parent, root);
104 __rb_rotate_right(gparent, root);
121 __rb_rotate_right(parent, root);
129 __rb_rotate_left(gparent, root);
133 rb_set_black(root
136 __rb_erase_color(struct rb_node *node, struct rb_node *parent, struct rb_root *root) argument
222 rb_erase(struct rb_node *node, struct rb_root *root) argument
292 rb_first(struct rb_root *root) argument
[all...]
/external/freetype/include/freetype/internal/
H A Dcffotypes.h46 FT_SizeRec root; member in struct:CFF_SizeRec_
62 FT_GlyphSlotRec root; member in struct:CFF_GlyphSlotRec_
/external/freetype/src/cid/
H A Dcidobjs.h95 FT_SizeRec root; member in struct:CID_SizeRec_
103 FT_GlyphSlotRec root; member in struct:CID_GlyphSlotRec_
H A Dcidparse.h42 /* root :: The root PS_ParserRec fields. */
63 PS_ParserRec root; member in struct:CID_Parser_
96 (p)->root.funcs.skip_spaces( &(p)->root )
98 (p)->root.funcs.skip_PS_token( &(p)->root )
100 #define cid_parser_to_int( p ) (p)->root.funcs.to_int( &(p)->root )
101 #define cid_parser_to_fixed( p, t ) (p)->root
[all...]
/external/freetype/src/type1/
H A Dt1objs.h92 FT_SizeRec root; member in struct:T1_SizeRec_
118 FT_GlyphSlotRec root; member in struct:T1_GlyphSlotRec_
H A Dt1parse.h41 /* root :: The root parser. */
63 PS_ParserRec root; member in struct:T1_ParserRec_
88 #define T1_Skip_Spaces( p ) (p)->root.funcs.skip_spaces( &(p)->root )
89 #define T1_Skip_PS_Token( p ) (p)->root.funcs.skip_PS_token( &(p)->root )
91 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root )
92 #define T1_ToFixed( p, t ) (p)->root
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DBinaryTreeTraverser.java46 public abstract Optional<T> leftChild(T root); argument
52 public abstract Optional<T> rightChild(T root); argument
58 public final Iterable<T> children(final T root) { argument
59 checkNotNull(root);
71 Optional<T> left = leftChild(root);
78 Optional<T> right = rightChild(root);
91 UnmodifiableIterator<T> preOrderIterator(T root) { argument
92 return new PreOrderIterator(root);
102 PreOrderIterator(T root) { argument
104 stack.addLast(root);
127 postOrderIterator(T root) argument
138 PostOrderIterator(T root) argument
169 inOrderTraversal(final T root) argument
183 InOrderIterator(T root) argument
[all...]
H A DTreeTraverser.java60 public abstract Iterable<T> children(T root); argument
69 public final FluentIterable<T> preOrderTraversal(final T root) { argument
70 checkNotNull(root);
74 return preOrderIterator(root);
80 UnmodifiableIterator<T> preOrderIterator(T root) { argument
81 return new PreOrderIterator(root);
87 PreOrderIterator(T root) { argument
89 stack.addLast(Iterators.singletonIterator(checkNotNull(root)));
119 public final FluentIterable<T> postOrderTraversal(final T root) { argument
120 checkNotNull(root);
130 postOrderIterator(T root) argument
135 final T root; field in class:TreeTraverser.PostOrderNode
138 PostOrderNode(T root, Iterator<T> childIterator) argument
147 PostOrderIterator(T root) argument
179 breadthFirstTraversal(final T root) argument
193 BreadthFirstIterator(T root) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeTraverser.java52 public abstract Iterable<T> children(T root); argument
61 public final FluentIterable<T> preOrderTraversal(final T root) { argument
62 checkNotNull(root);
66 return preOrderIterator(root);
72 UnmodifiableIterator<T> preOrderIterator(T root) { argument
73 return new PreOrderIterator(root);
79 PreOrderIterator(T root) { argument
81 stack.addLast(Iterators.singletonIterator(checkNotNull(root)));
111 public final FluentIterable<T> postOrderTraversal(final T root) { argument
112 checkNotNull(root);
122 postOrderIterator(T root) argument
127 final T root; field in class:TreeTraverser.PostOrderNode
130 PostOrderNode(T root, Iterator<T> childIterator) argument
139 PostOrderIterator(T root) argument
171 breadthFirstTraversal(final T root) argument
185 BreadthFirstIterator(T root) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DResourceBundleWrapper.java120 ClassLoader root, boolean disableFallback) {
121 if (root == null) {
122 root = ClassLoaderUtil.getClassLoader();
126 b = instantiateBundle(baseName, localeID, null, root, disableFallback);
129 root, disableFallback);
148 final ClassLoader root, final boolean disableFallback) {
161 parent = instantiateBundle(baseName, locName, defaultID, root, disableFallback);
163 parent = instantiateBundle(baseName, "", defaultID, root, disableFallback);
169 root.loadClass(name).asSubclass(ResourceBundle.class);
195 return root
119 getBundleInstance(String baseName, String localeID, ClassLoader root, boolean disableFallback) argument
146 instantiateBundle( final String baseName, final String localeID, final String defaultID, final ClassLoader root, final boolean disableFallback) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcfrtst.c137 void addFrenchCollTest(TestNode** root) argument
139 addTest(root, &TestSecondary, "tscoll/cfrtst/TestSecondary");
140 addTest(root, &TestTertiary, "tscoll/cfrtst/TestTertiary");
141 addTest(root, &TestExtra, "tscoll/cfrtst/TestExtra");
142 addTest(root, &TestGetSortKey, "tscoll/cfrtst/TestGetSortKey");
H A Dcg7coll.c127 void addRuleBasedCollTest(TestNode** root) argument
129 addTest(root, &TestG7Locales, "tscoll/cg7coll/TestG7Locales");
130 addTest(root, &TestDemo1, "tscoll/cg7coll/TestDemo1");
131 addTest(root, &TestDemo2, "tscoll/cg7coll/TestDemo2");
132 addTest(root, &TestDemo3, "tscoll/cg7coll/TestDemo3");
133 addTest(root, &TestDemo4, "tscoll/cg7coll/TestDemo4");
H A Dcstrtest.c26 void addCStringTest(TestNode** root);
31 void addCStringTest(TestNode** root) { argument
32 addTest(root, &TestAPI, "tsutil/cstrtest/TestAPI");
33 addTest(root, &TestInvariant, "tsutil/cstrtest/TestInvariant");
34 addTest(root, &TestCompareInvEbcdicAsAscii, "tsutil/cstrtest/TestCompareInvEbcdicAsAscii");
H A Dhpmufn.c34 void addHeapMutexTest(TestNode **root);
38 addHeapMutexTest(TestNode** root) argument
40 addTest(root, &TestHeapFunctions, "hpmufn/TestHeapFunctions" );
H A Dulistfmttest.c21 void addUListFmtTest(TestNode** root);
23 #define TESTCASE(x) addTest(root, &x, "tsformat/ulistfmttest/" #x)
25 void addUListFmtTest(TestNode** root) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DResourceBundleWrapper.java118 ClassLoader root, boolean disableFallback) {
119 if (root == null) {
120 root = ClassLoaderUtil.getClassLoader();
124 b = instantiateBundle(baseName, localeID, null, root, disableFallback);
127 root, disableFallback);
146 final ClassLoader root, final boolean disableFallback) {
159 parent = instantiateBundle(baseName, locName, defaultID, root, disableFallback);
161 parent = instantiateBundle(baseName, "", defaultID, root, disableFallback);
167 root.loadClass(name).asSubclass(ResourceBundle.class);
193 return root
117 getBundleInstance(String baseName, String localeID, ClassLoader root, boolean disableFallback) argument
144 instantiateBundle( final String baseName, final String localeID, final String defaultID, final ClassLoader root, final boolean disableFallback) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
H A DResourceReader.java40 private Class<?> root; field in class:ResourceReader
86 this.root = rootClass;
100 this.root = null;
134 this.root = rootClass;
243 InputStream is = ICUData.getStream(root, resourceName);
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
H A DResources.java48 * Attaches resources to the report with the given root folder.
50 * @param root
51 * root folder of the report
53 public Resources(final ReportOutputFolder root) { argument
54 folder = root.subFolder("jacoco-resources");

Completed in 677 milliseconds

1234567891011>>