/external/opencore/doc/oscl_html/ |
classOscl__Rb__Tree__Base.html | 24 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void </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> &root)</td></tr> 25 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void </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> &root)</td></tr> 26 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void </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> &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> </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> &root, <a class="el" href="classOscl__Rb__Tree__Base.html#s0">base_link_type</a> &leftmost, <a class="el" href="classOscl__Rb__Tree__Base.html#s0">base_link_type</a> &rightmost)</td></tr> 68 <td class="mdname" nowrap> <em>root</em></td> 106 <td class="mdname" nowrap> <em>root</em>, </td> 156 <td class="mdname" nowrap> <em>root</em></td> 194 <td class="mdname" nowrap> <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/ 0000755 0000000 0000000 00000000000 10512645440 011223 5 ustar root |