Searched defs:root (Results 176 - 200 of 760) sorted by relevance

1234567891011>>

/external/zlib/src/
H A Dinftrees.c28 requested root table index bits, and on return it is the actual root
43 unsigned root; /* number of index bits for root table */ local
51 unsigned low; /* low bits for current root entry */
52 unsigned mask; /* mask for low root bits */
112 /* bound code lengths, force root to be within code lengths */
113 root = *bits;
116 if (root > max) root
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DTraceDebugEventListener.cs107 public override void AddChild(object root, object child) { argument
108 Console.Out.WriteLine("addChild " + adaptor.GetUniqueID(root) + ", " +
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DTraceDebugEventListener.java86 public void addChild(Object root, Object child) { argument
87 System.out.println("addChild "+adaptor.getUniqueID(root)+", "+
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
H A DUnixFileTest.java40 private boolean root = false; field in class:UnixFileTest
125 if (root) {
195 if (root) {
206 if (root) {
212 if (root) {
240 if (root) {
255 // However, canRead() always returns true when the user is 'root'.
258 if (root) {
264 if (root) {
273 if (root) {
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java538 * @param root non-null reference to the stylesheet root object.
540 public void recompose(StylesheetRoot root) argument
543 root.recomposeOutput(this);
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DFilterExprWalker.java121 * Set the root node of the TreeWalker.
123 * @param root non-null reference to the root, or starting point of
126 public void setRoot(int root) argument
129 super.setRoot(root);
131 m_exprObj = FilterExprIteratorSimple.executeFilterExpr(root,
187 * to step upward from the TreeWalker's root node, returns
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXRTreeFrag.java50 public XRTreeFrag(int root, XPathContext xctxt, ExpressionNode parent) argument
54 initDTM(root, xctxt);
61 public XRTreeFrag(int root, XPathContext xctxt) argument
64 initDTM(root, xctxt);
67 private final void initDTM(int root, XPathContext xctxt){ argument
68 m_dtmRoot = root;
69 final DTM dtm = xctxt.getDTM(root);
162 * because it is treated like a node-set with a single root node.
/external/deqp/framework/common/
H A DtcuTestSessionExecutor.cpp48 TestSessionExecutor::TestSessionExecutor (TestPackageRoot& root, TestContext& testCtx) argument
51 , m_iterator (root, m_inflater, testCtx.getCommandLine())
/external/e2fsprogs/lib/ext2fs/
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 ext2fs_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 ext2fs_rb_set_black(root
136 __rb_erase_color(struct rb_node *node, struct rb_node *parent, struct rb_root *root) argument
216 ext2fs_rb_erase(struct rb_node *node, struct rb_root *root) argument
354 ext2fs_rb_first(const struct rb_root *root) argument
366 ext2fs_rb_last(const struct rb_root *root) argument
430 ext2fs_rb_replace_node(struct rb_node *victim, struct rb_node *new, struct rb_root *root) argument
[all...]
H A Drbtree.h146 static inline int ext2fs_rb_empty_root(struct rb_root *root) argument
148 return root->rb_node == NULL;
180 struct rb_root *root);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
H A Dhelpbase-ant.jar ... .runtime.IPath path java.io.File root public void setManifest (java.lang.String) String manifest ...
/external/fec/
H A Ddecode_rs.c36 data_t root[NROOTS], reg[NROOTS+1], loc[NROOTS]; local
106 /* store root and error location number indices */
107 root[count] = i;
191 continue; /* Not a root */
192 /* store root (index-form) and error location number */
194 printf("count %d root %d loc %d\n",count,i,k);
196 root[count] = i;
234 num1 ^= ALPHA_TO[MODNN(omega[i] + i * root[j])];
236 num2 = ALPHA_TO[MODNN(root[j] * (FCR - 1) + NN)];
242 den ^= ALPHA_TO[MODNN(lambda[i+1] + i * root[
[all...]
/external/fio/
H A Dcgroup.c18 char *root; member in struct:cgroup_member
66 cm->root = smalloc_strdup(name);
67 if (!cm->root) {
91 rmdir(cm->root);
93 sfree(cm->root);
132 static int cgroup_write_pid(struct thread_data *td, const char *root) argument
136 return write_int_to_file(td, root, "tasks", val, "cgroup write pid");
140 * Move pid to root class
149 char *root; local
160 root
[all...]
/external/fio/lib/
H A Dprio_tree.c75 static struct prio_tree_node *prio_tree_expand(struct prio_tree_root *root, argument
80 if (max_heap_index > prio_tree_maxindex(root->index_bits))
81 root->index_bits++;
83 while (max_heap_index > prio_tree_maxindex(root->index_bits)) {
84 root->index_bits++;
86 if (prio_tree_empty(root))
90 first = root->prio_tree_node;
91 prio_tree_remove(root, root->prio_tree_node);
96 last = root
124 prio_tree_replace(struct prio_tree_root *root, struct prio_tree_node *old, struct prio_tree_node *node) argument
168 prio_tree_insert(struct prio_tree_root *root, struct prio_tree_node *node) argument
245 prio_tree_remove(struct prio_tree_root *root, struct prio_tree_node *node) argument
401 struct prio_tree_root *root; local
[all...]
/external/freetype/include/freetype/
H A Dftglyph.h96 /* The root glyph structure contains a given glyph image plus its */
140 /* root :: The root @FT_Glyph fields. */
162 FT_GlyphRec root; member in struct:FT_BitmapGlyphRec_
192 /* root :: The root @FT_Glyph fields. */
210 FT_GlyphRec root; member in struct:FT_OutlineGlyphRec_
H A Dftrender.h128 /* root :: The root @FT_Module_Class fields. */
147 FT_Module_Class root; member in struct:FT_Renderer_Class_
/external/freetype/include/freetype/internal/
H A Dftdriver.h100 /* root :: The parent module. */
159 FT_Module_Class root; member in struct:FT_Driver_ClassRec_
/external/freetype/src/autofit/
H A Dafcjk.h97 AF_StyleMetricsRec root; member in struct:AF_CJKMetricsRec_
/external/freetype/src/cff/
H A Dcffobjs.h57 FT_SizeRec root; member in struct:CFF_SizeRec_
73 FT_GlyphSlotRec root; member in struct:CFF_GlyphSlotRec_
119 FT_DriverRec root; member in struct:CFF_DriverRec_
/external/google-benchmark/
H A Dmingw.py172 def root(location = None, arch = None, version = None, threading = None, function
175 Returns the root folder of a specific version of the mingw-builds variant
302 root_dir = root(location = args.location, arch = args.arch,
/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DBinaryTreeTraverserBenchmark.java62 Optional<BinaryNode> root = Optional.absent();
64 root = Optional.of(new BinaryNode(rng.nextInt(), root, Optional.<BinaryNode>absent()));
66 return root;
72 Optional<BinaryNode> root = Optional.absent();
74 root = Optional.of(new BinaryNode(rng.nextInt(), Optional.<BinaryNode>absent(), root));
76 return root;
129 public Iterable<BinaryNode> children(BinaryNode root) {
130 return BINARY_VIEWER.children(root);
154 view(T root, TreeTraverser<T> viewer) argument
[all...]
/external/guice/extensions/grapher/src/com/google/inject/grapher/
H A DAbstractInjectorGrapher.java105 @Override public final void graph(Injector injector, Set<Key<?>> root) throws IOException { argument
108 Iterable<Binding<?>> bindings = getBindings(injector, root);
207 /** Returns the bindings for the root keys and their transitive dependencies. */
208 private Iterable<Binding<?>> getBindings(Injector injector, Set<Key<?>> root) { argument
209 Set<Key<?>> keys = Sets.newHashSet(root);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUData.java109 private static InputStream getStream(final Class<?> root, final String resourceName, boolean required) { argument
115 return root.getResourceAsStream(resourceName);
119 i = root.getResourceAsStream(resourceName);
123 throw new MissingResourceException("could not locate data " +resourceName, root.getPackage().getName(), resourceName);
198 * Convenience override that calls getStream(root, resourceName, false);
201 public static InputStream getStream(Class<?> root, String resourceName) { argument
202 return getStream(root, resourceName, false);
206 * Convenience method that calls getStream(root, resourceName, true).
209 public static InputStream getRequiredStream(Class<?> root, String resourceName) { argument
210 return getStream(root, resourceNam
[all...]
/external/icu/icu4c/source/common/
H A Dlocutil.cpp263 LocaleUtility::isFallbackOf(const UnicodeString& root, const UnicodeString& child) argument
265 return child.indexOf(root) == 0 &&
266 (child.length() == root.length() ||
267 child.charAt(root.length()) == UNDERSCORE_CHAR);
/external/icu/icu4c/source/test/cintltst/
H A Dchashtst.c45 void addHashtableTest(TestNode** root);
87 void addHashtableTest(TestNode** root) { argument
89 addTest(root, &TestBasic, "tsutil/chashtst/TestBasic");
90 addTest(root, &TestOtherAPI, "tsutil/chashtst/TestOtherAPI");
91 addTest(root, &hashIChars, "tsutil/chashtst/hashIChars");

Completed in 568 milliseconds

1234567891011>>