HomeSort by relevance Sort by last modified time
    Searched refs:root (Results 851 - 875 of 1103) sorted by null

<<31323334353637383940>>

  /external/libxml2/
valid.c 262 * set of nodes currently open from the document root to the current element.
6355 xmlNodePtr root; local
6657 xmlNodePtr root; local
6844 xmlNodePtr root; local
    [all...]
debugXML.c 2980 xmlNodePtr root; local
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp 761 JSValue convertQVariantToValue(ExecState* exec, PassRefPtr<RootObject> root, const QVariant& variant)
851 return QtInstance::getQtInstance(obj, root, QScriptEngine::QtOwnership)->createRuntimeObject(exec);
855 return QtPixmapInstance::createRuntimeObject(exec, root, variant);
864 JSValue val = convertQVariantToValue(exec, root, i.value());
    [all...]
  /external/webkit/WebCore/dom/
Node.cpp 1496 Node* root = this; local
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm 551 RenderView* root = toRenderView(_private->coreFrame->document()->renderer());
552 if (!root) return pages;
563 float docHeight = root->layer()->height();
564 float docWidth = root->layer()->width();
657 RenderView* root = toRenderView(_private->coreFrame->document()->renderer());
658 if (!root)
660 return _private->coreFrame->document()->axObjectCache()->getOrCreate(root)->wrapper();
721 // to use the root editable element of the selection start as the positional base.
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 22 sp<XMLNode> root = XMLNode::parse(target); local
23 if (root == NULL) {
27 return compileXmlFile(assets, root, target, table, options);
36 sp<XMLNode> root = XMLNode::parse(target); local
37 if (root == NULL) {
41 return compileXmlFile(assets, root, outTarget, table, options);
45 const sp<XMLNode>& root,
51 root->removeWhitespace(true, NULL);
53 root->removeWhitespace(false, NULL);
57 root->setUTF8(true)
    [all...]
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 71 function setToRoot(root) {
72 toRoot = root;
202 // if we're in a toggleable root link (<li class=toggle-list><div><a>)
  /device/samsung/crespo/alsa-lib/src/control/
control_shm.c 562 int _snd_ctl_shm_open(snd_ctl_t **handlep, char *name, snd_config_t *root, snd_config_t *conf, int mode)
610 err = snd_config_search_definition(root, "server", server, &sconfig);
  /external/chromium/third_party/icu/source/common/
locmap.c 453 static const ILcidPosixElement root[] = { variable
454 {0x00, "root"}
672 ILCID_POSIX_MAP(root), /* root 0x00 */
891 return 0; /* return international (root) */
  /external/chromium/third_party/icu/source/data/coll/
colfiles.mk 37 # All aliases (to not be included under 'installed'), but not including root.
collocal.mk 37 # All aliases (to not be included under 'installed'), but not including root.
  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp 157 UXMLElement *root = parser->parseFile(testFilePath, status); local
163 const UnicodeString *debugTestCase = root->getAttribute("debug");
172 while((testCase = root->nextChildElement(tc)) != NULL) {
359 delete root;
505 UXMLElement *root = parser->parseFile(testFilePath, status); local
511 const UnicodeString *debugTestCase = root->getAttribute("debug");
520 while((testCase = root->nextChildElement(tc)) != NULL) {
676 delete root;
    [all...]
  /external/icu4c/common/
locmap.c 488 ILCID_POSIX_SUBTABLE(root) {
489 {0x00, "root"}
728 ILCID_POSIX_MAP(root), /* root 0x00 */
    [all...]
  /external/icu4c/data/curr/
resfiles.mk 34 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu4c/data/lang/
resfiles.mk 34 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu4c/data/region/
resfiles.mk 34 # All aliases (to not be included under 'installed'), but not including root.
  /external/icu4c/data/zone/
resfiles.mk 34 # All aliases (to not be included under 'installed'), but not including root.
  /external/openssl/crypto/
install.com 8 $! P1 root of the directory tree
26 $ ROOT = F$PARSE(P1,"[]A.;0",,,"SYNTAX_ONLY,NO_CONCEAL") - "A.;0"
27 $ ROOT_DEV = F$PARSE(ROOT,,,"DEVICE","SYNTAX_ONLY")
28 $ ROOT_DIR = F$PARSE(ROOT,,,"DIRECTORY","SYNTAX_ONLY") -
30 $ ROOT = ROOT_DEV + "[" + ROOT_DIR
32 $ DEFINE/NOLOG WRK_SSLROOT 'ROOT'.] /TRANS=CONC
  /external/webkit/WebCore/bindings/v8/
NPV8Object.cpp 114 NPObject* npCreateV8ScriptObject(NPP npp, v8::Handle<v8::Object> object, WebCore::DOMWindow* root)
132 v8npObject->rootObject = root;
V8NPObject.cpp 344 v8::Local<v8::Object> createV8ObjectForNPObject(NPObject* object, NPObject* root)
383 _NPN_RegisterObject(object, root);
  /external/webkit/WebCore/css/
CSSSelector.cpp 134 DEFINE_STATIC_LOCAL(AtomicString, root, ("root"));
308 } else if (m_value == root)
  /external/webkit/WebCore/rendering/
RenderView.cpp 72 // Create a new root layer for our layer hierarchy.
220 // This code typically only executes if the root element's visibility has been set to hidden,
222 // Only fill with the base background color (typically white) if we're the root document,
254 // We always just invalidate the root view, since we could be an iframe that is clipped out
685 void RenderView::pushLayoutState(RenderObject* root)
691 m_layoutState = new (renderArena()) LayoutState(root);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
FileTest.java 120 File root = new File("/"); local
121 File file = new File(root, "/dir/file");
244 File root = new File("/"); local
245 File file1 = new File(root, "/dir1/file1");
247 File file2 = new File(root, "//dir1/file1");
251 File file3 = new File(root, "\\dir1\\file1");
253 File file4 = new File(root, "\\\\dir1\\file1");
258 File file5 = new File(root, "lib/content-types.properties");
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 299 public synchronized void init(ElementTime root) {
300 mRoot = root;
  /sdk/traceview/src/com/android/traceview/
DmTraceReader.java 440 // Also set all the root pointers in each node in the call tree.
444 Call root = t.getCalltreeRoot(); local
445 root.mGlobalStartTime = t.getGlobalStartTime();

Completed in 428 milliseconds

<<31323334353637383940>>