HomeSort by relevance Sort by last modified time
    Searched full:root (Results 401 - 425 of 2656) sorted by null

<<11121314151617181920>>

  /external/opencore/doc/oscl_html/
classOscl__Rb__Tree__Base.html 24 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="classOscl__Rb__Tree__Base.html#a0">rotate_left</a> (<a class="el" href="classOscl__Rb__Tree__Base.html#s0">base_link_type</a> x, <a class="el" href="classOscl__Rb__Tree__Base.html#s0">base_link_type</a> &amp;root)</td></tr>
25 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="classOscl__Rb__Tree__Base.html#a1">rotate_right</a> (<a class="el" href="classOscl__Rb__Tree__Base.html#s0">base_link_type</a> x, <a class="el" href="classOscl__Rb__Tree__Base.html#s0">base_link_type</a> &amp;root)</td></tr>
26 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void&nbsp;</td><td valign=bottom><a class="el" href="classOscl__Rb__Tree__Base.html#a2">rebalance</a> (<a class="el" href="classOscl__Rb__Tree__Base.html#s0">base_link_type</a> x, <a class="el" href="classOscl__Rb__Tree__Base.html#s0">base_link_type</a> &amp;root)</td></tr>
27 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF <a class="el" href="classOscl__Rb__Tree__Base.html#s0">base_link_type</a>&nbsp;</td><td valign=bottom><a class="el" href="classOscl__Rb__Tree__Base.html#a3">rebalance_for_erase</a> (<a class="el" href="classOscl__Rb__Tree__Base.html#s0">base_link_type</a> z, <a class="el" href="classOscl__Rb__Tree__Base.html#s0">base_link_type</a> &amp;root, <a class="el" href="classOscl__Rb__Tree__Base.html#s0">base_link_type</a> &amp;leftmost, <a class="el" href="classOscl__Rb__Tree__Base.html#s0">base_link_type</a> &amp;rightmost)</td></tr>
68 <td class="mdname" nowrap>&nbsp; <em>root</em></td>
106 <td class="mdname" nowrap>&nbsp; <em>root</em>, </td>
156 <td class="mdname" nowrap>&nbsp; <em>root</em></td>
194 <td class="mdname" nowrap>&nbsp; <em>root</em></td>
  /external/oprofile/libop/
op_mangle.c 31 strcat(dest, "{root}/");
62 /* provision for tgid, tid, unit_mask, cpu and some {root}, {dep},
  /external/webkit/WebCore/dom/
NodeIterator.h 69 bool moveToNext(Node* root);
70 bool moveToPrevious(Node* root);
  /external/webkit/WebCore/platform/android/
ScreenAndroid.cpp 71 IntRect rect = page->root()->platformWidget()->getBounds();
79 IntRect rect = page->root()->platformWidget()->getBounds();
  /external/webkit/WebCore/platform/qt/
PlatformScreenQt.cpp 50 QWebPageClient* client = w->root()->hostWindow()->platformPageClient();
62 QWebPageClient* client = w->root()->hostWindow()->platformPageClient();
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
websocket_server.py 88 root=None, use_tls=False,
96 root=root,
101 self._root = root
265 option_parser.add_option('-r', '--root',
288 if options.root:
289 kwds['root'] = options.root
  /frameworks/base/core/java/android/preference/
PreferenceInflater.java 93 // If we were given a Preferences, use it as the root (ignoring the root
  /frameworks/base/core/java/android/util/
FloatMath.java 67 * Returns the closest float approximation of the square root of the
71 * @return the square root of value
  /frameworks/base/media/libdrm/mobile2/include/util/xml/
DomExpatAgent.h 93 * @param root The specific element start to traverse.
95 void traverse(ElementImpl *root);
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
FloatMath.java 77 * Returns the closest float approximation of the square root of the
81 * @return the square root of value
  /packages/apps/Camera/src/com/android/camera/ui/
HeadUpDisplay.java 101 protected void onAttachToRoot(GLRootView root) {
102 super.onAttachToRoot(root);
103 mHandler = new Handler(root.getTimerLooper()) {
106 GLRootView root = getGLRootView();
116 if (runnable != null) root.queueEvent(runnable);
155 GLRootView root = getGLRootView(); local
156 if (root != null) {
157 root.queueEvent(new Runnable() {
NinePatchTexture.java 52 protected boolean bind(GLRootView root, GL11 gl) {
59 return mDelegate.bind(root, gl);
RestoreSettingsItem.java 67 protected void render(GLRootView root, GL11 gl) {
73 title.draw(root, p.left, p.top + (height - title.getHeight()) / 2);
  /cts/tools/host/test/com/android/cts/
ConsoleTests.java 57 mPath1 = ROOT + File.separator + "com.google.android.cts.p1.zip";
58 mPath2 = ROOT + File.separator + "com.google.android.cts.p2.zip";
59 mPath3 = ROOT + File.separator + "net.sf.jlee.cts.p3.zip";
113 mPath1 = ROOT + File.separator + "com.google.android.cts.p1.zip";
114 mPath2 = ROOT + File.separator + "com.google.android.cts.p2.zip";
115 mPath3 = ROOT + File.separator + "net.sf.jlee.cts.p3.zip";
173 mPath1 = ROOT + File.separator + pkgName1;
174 mPath2 = ROOT + File.separator + pkgName2;
192 mPath1 = ROOT + File.separator + pkgName1;
207 mPath1 = ROOT + File.separator + name + HostConfig.FILE_SUFFIX_ZIP
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 524 #define FT_FACE_LIBRARY( x ) FT_FACE_DRIVER( x )->root.library
656 FT_ModuleRec root; member in struct:FT_RendererRec_
717 FT_ModuleRec root; member in struct:FT_DriverRec_
    [all...]
  /external/v8/tools/
profile.js 320 * the specified label. If no name specified, starts from the root.
329 var root = counters.findOrAddChild(rootLabel);
340 root.selfWeight += node.selfWeight;
341 root.totalWeight += node.totalWeight;
343 var rec = root.findOrAddChild(node.label);
361 // need an explicit root in it. Thus, replace the counters tree
362 // root with the node corresponding to the whole program.
363 counters.root_ = root;
366 counters.getRoot().selfWeight = root.selfWeight;
367 counters.getRoot().totalWeight = root.totalWeight
    [all...]
  /external/e2fsprogs/e2fsck/
profile.c 97 struct profile_node *root; member in struct:_prf_file_t
168 (struct profile_node *root, FILE *dstfile);
171 (struct profile_node *root, char **buf);
403 if (prf->root) {
404 profile_free_node(prf->root);
405 prf->root = 0;
409 retval = profile_create_node("(root)", 0, &state.root_section);
437 if (prf->root)
438 profile_free_node(prf->root);
445 prf->root = state.root_section
    [all...]
  /external/dnsmasq/contrib/webmin/
dnsmasq.wbm 1 dnsmasq/0000755000000000000000000000000010512645440011223 5ustar rootrootdnsmasq/config.info0000644000000000000000000000013210505663743013351 0ustar rootrootconfig_file=Full path to DNSmasq config file,0
3 dnsmasq/config0000644000000000000000000000006110505663767012426 0ustar rootrootconfig_file=/etc/dnsmasq.conf
5 dnsmasq/images/0000755000000000000000000000000010506375201012466 5ustar rootrootdnsmasq/images/icon.gif0000644000000000000000000000061610505632635014116 0ustar rootroot (…)
    [all...]
  /external/icu4c/test/cintltst/
usrchtst.c     [all...]
  /build/tools/droiddoc/templates/
docpage.cs 23 <?cs call:tag_list(root.descr) ?>
packages.cs 17 <p><?cs call:tag_list(root.descr) ?></p>
  /cts/tools/signature-tools/src/signature/model/
IApi.java 24 * {@code IApi} models the root of an api.
  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 66 RootDoc root = getRootDoc(visibility, packages); local
70 IApi api = converter.convertDocletRoot("Doclet Test", root, visibility, packages);
175 RootDocImpl root = comp.getRootDocImpl(docLocale, encoding, showAccess, local
179 return root;
  /dalvik/libcore/logging/src/main/java/java/util/logging/
LogManager.java 94 * classes will be loaded, instantiated and registered as handlers on the root
120 * the property file. The root logger's level can be defined by the property
215 // if global logger has been initialized, set root as its parent
216 Logger root = new Logger("", null); //$NON-NLS-1$
217 root.setLevel(Level.INFO);
218 Logger.global.setParent(root);
220 manager.addLogger(root);
487 // The RI treats the root logger as special. For compatibility, always
488 // update the root logger's handlers.
489 Logger root = loggers.get("")
    [all...]
  /dalvik/libcore/
run-core-tests 29 -Duser.name=root \

Completed in 241 milliseconds

<<11121314151617181920>>