/external/webkit/WebCore/inspector/front-end/ |
BottomUpProfileDataGridTree.js | 27 // The root node is a representation of each individual function called, and each child of that node represents 29 // each child still represent the root node. We have to be particularly careful of recursion with this mode 30 // because a root node can represent itself AND an ancestor. 118 // but the actual statistics from the "root" node (bottom of the callstack). 246 // since bottom up data relies entirely on the root node.
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
AccessibilityControllerWin.cpp | 72 // The root accessible object is the focused object. 95 // Get the root accessible object by querying for the accessible object for the 162 // the root accessible object. 182 // the root accessible object. 202 // the root accessible object.
|
/frameworks/base/core/java/android/preference/ |
PreferenceActivity.java | 55 * root element should be a {@link PreferenceScreen}. Subsequent elements can point 217 * Sets the root of the preference hierarchy that this activity is showing. 219 * @param preferenceScreen The root {@link PreferenceScreen} of the preference hierarchy. 233 * Gets the root of the preference hierarchy that this activity is showing. 235 * @return The {@link PreferenceScreen} that is the root of the preference
|
/frameworks/base/tools/localize/ |
ValuesFile.cpp | 213 XMLNode* root; local 219 root = XMLNode::NewElement(GENERATED_POS, "", "resources", attrs, XMLNode::PRETTY); 230 root->EditChildren().push_back(arrayNode); 250 root->EditChildren().push_back(strNode); 253 return root;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
NewXmlFileWizard.java | 153 String root = mMainPage.getRootElement(); local 154 if (root == null) { 156 AdtPlugin.log(IStatus.ERROR, "Failed to create %1$s: missing root element", //$NON-NLS-1$ 163 sb.append('<').append(root); 175 sb.append("</").append(root).append(">\n"); //$NON-NLS-1$ //$NON-NLS-2$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/ |
UiElementPullParserTest.java | 86 ElementDescriptor rootDescriptor = new ElementDescriptor("root", "", "", "", 140 MockXmlNode root = new MockXmlNode(null /* namespace */, "root", Node.ELEMENT_NODE, local 144 root.setPrefix(SdkConstants.NS_RESOURCES, "android"); 147 ui.loadFromXmlNode(root);
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyScene.java | 39 private ViewNode root; field in class:ViewHierarchyScene 54 return root; 57 void setRoot(ViewNode root) { 58 this.root = root;
|
/frameworks/base/awt/javax/imageio/metadata/ |
IIOMetadataFormatImpl.java | 50 * The root name. 65 * Instantiates an IIOMetadataFormatImpl with the specified root name and 69 * the name of root element. 84 Element root = new Element(); local 85 root.name = rootName; 86 root.childPolicy = childPolicy; 87 elementHash.put(rootName, root); 91 * Instantiates an IIOMetadataFormatImpl with the specified root name and 95 * the name of root element. 113 Element root = new Element() local [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseIterators.java | 155 case Axis.ROOT : 222 case Axis.ROOT : 298 * @param node Sets the root of the iteration. 352 * @param node Sets the root of the iteration. 443 * @param node Sets the root of the iteration. 534 * @param node Sets the root of the iteration. 600 * @param node Sets the root of the iteration. 685 * Iterator that returns the the root node as defined by the XPath data model 705 * @param node Sets the root of the iteration. 824 * @param node Sets the root of the iteration [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
UiTreeBlock.java | 94 /** The root {@link UiElementNode} which contains all the elements that are to be 97 /** The descriptor of the elements to be displayed as root in this tree view. All elements 98 * of the same type in the root will be displayed. */ 129 * True if the root node can be created on-demand (i.e. as needed as 131 * root node. In practise, this is false for the manifest application page (the actual 140 * given filter in the given root node. 143 * @param uiRootNode The root {@link UiElementNode} which contains all the elements that are 146 * @param autoCreateRoot True if the root node can be created on-demand (i.e. as needed as 148 * root node. In practise, this is false for the manifest application page (the actual 151 * @param descriptorFilters A list of descriptors of the elements to be displayed as root i [all...] |
UiActions.java | 78 // If the root node is a document with already a root, use it as the root node 101 * If the parent is a document root which already contains a root element, the inner 102 * root element is used as the actual parent. This ensure you can't create a broken 103 * XML file with more than one root element. 109 * @param uiParent An existing UI node or null to add to the tree root 354 * @param uiParent An existing UI node or null to add to the tree root
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/testframework/serialization/ |
SerializationTest.java | 89 * Key to a system property defining root location of golden files. 391 * from "<module root>/src/test/resources/serialization/<code>testPackage</code>" 436 * resource files from "<module root>/src/test/resources/serialization/<code>testPackage</code>" 555 * The folder for created file is: <code>root + test's package name</code>. 558 * @param root - 559 * root directory for serialization resource files 567 public static void createGoldenFile(String root, TestCase test, 574 if (root != null) { 575 goldenPath = root + File.separatorChar + goldenPath;
|
/external/elfutils/config/ |
elfutils.spec.in | 18 BuildRoot: %{_tmppath}/%{name}-root 136 %defattr(-,root,root) 157 %defattr(-,root,root) 171 %defattr(-,root,root) 176 %defattr(-,root,root)
|
/external/elfutils/ |
elfutils.spec | 18 BuildRoot: %{_tmppath}/%{name}-root 136 %defattr(-,root,root) 157 %defattr(-,root,root) 171 %defattr(-,root,root) 176 %defattr(-,root,root)
|
/external/webkit/WebCore/bindings/objc/ |
WebScriptObject.mm | 83 id createJSWrapper(JSC::JSObject* object, PassRefPtr<JSC::Bindings::RootObject> origin, PassRefPtr<JSC::Bindings::RootObject> root) 87 return [[[WebScriptObject alloc] _initWithJSObject:object originRootObject:origin rootObject:root] autorelease]; 126 RootObject* root = [obj _rootObject]; 127 if (!root) 130 ExecState* exec = root->globalObject()->globalExec(); 133 func(exec, root->globalObject()); 213 RootObject *root = [self _rootObject]; 214 if (!root) 223 return root->globalObject()->allowsAccessFrom(_private->originRootObject->globalObject());
|
/external/webkit/WebCore/bindings/v8/ |
V8GCController.cpp | 258 // Otherwise, the node is put in an object group identified by the root 264 Node* root = node; local 266 root = static_cast<Attr*>(node)->ownerElement(); 269 if (!root) 272 while (root->parent()) 273 root = root->parent(); 277 if (root == node && !node->hasChildNodes() && !node->hasAttributes()) 280 groupId = reinterpret_cast<uintptr_t>(root);
|
/packages/apps/Settings/src/com/android/settings/ |
SecuritySettings.java | 125 PreferenceScreen root = this.getPreferenceScreen(); local 126 if (root != null) { 127 root.removeAll(); 130 root = this.getPreferenceScreen(); 177 root.addPreference(simLockCat); 184 root.addPreference(passwordsCat); 196 root.addPreference(devicePoliciesCat); 209 root.addPreference(credentialsCat); 212 return root;
|
/sdk/apkbuilder/src/com/android/apkbuilder/internal/ |
ApkBuilderImpl.java | 278 * identify a root file. 317 * <p/>The root folder must include folders that include .so files. 318 * @param root the native root folder. 322 public static void processNativeFolder(File root, boolean debugMode, 324 if (root.isDirectory() == false) { 325 throw new ApkCreationException(root.getAbsolutePath() + " is not a folder!"); 328 File[] abiList = root.listFiles(); 409 // always put the file at the root of the archive in this case
|
/external/icu4c/common/ |
triedict.cpp | 81 // Start the trie off with something. Having the root node already present 233 TernaryNode *fRoot; // Root node 245 MutableTrieEnumeration(TernaryNode *root, UErrorCode &status) 247 fRoot = root; 248 fNodeStack.push(root, status); 361 uint16_t root; // Node number of the root node member in struct:CompactTrieHeader 471 const CompactTrieNode *node = getCompactNode(fData, fData->root); 557 fNodeStack.push(header->root, status); 585 fNodeStack.push(fHeader->root, status) 1047 BuildCompactTrieNode *root = compactOneNode(dict.fTrie, FALSE, nodes, status); local 1259 TernaryNode *root = unpackOneNode(fData, getCompactNode(fData, fData->root), status); local 1399 uint16_t root = ds->readUInt16(header->root); local [all...] |
/cts/tools/host/src/com/android/cts/ |
HostConfig.java | 159 .getElementsByTagName("Repository").item(0), "root"); 279 * Get the root directory of configuration. 281 * @return The root directory of configuration. 421 * Storing the root information of some repository. 427 Repository(String root) { 428 mRoot = root; 432 * Get the root of the repository. 434 * @return The root of the repository. 460 ResultRepository(String root) { 461 super(root); [all...] |
/external/grub/util/ |
grub-install | 66 --root-directory=DIR install GRUB images under the directory DIR 67 instead of the root directory 77 --root-directory, and uses the grub shell to install grub into the boot 240 --root-directory=*) 241 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;; 379 # Get the root drive. 383 # Check if the boot directory is in the same device as the root directory. 390 # Convert the root device to a GRUB drive. 396 # Check if the root directory exists in the same device as the grub 403 You must set the root directory by the option --root-directory, becaus [all...] |
grub-install.in | 66 --root-directory=DIR install GRUB images under the directory DIR 67 instead of the root directory 77 --root-directory, and uses the grub shell to install grub into the boot 240 --root-directory=*) 241 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;; 379 # Get the root drive. 383 # Check if the boot directory is in the same device as the root directory. 390 # Convert the root device to a GRUB drive. 396 # Check if the root directory exists in the same device as the grub 403 You must set the root directory by the option --root-directory, becaus [all...] |
/external/icu4c/test/cintltst/ |
cstrcase.c | 45 /* lowercase with root locale and separate buffers */ 57 log_err("error in u_strToLower(root locale)=%ld error=%s string matches: %s\t\nlowerRoot=%s\t\nbuffer=%s\n", 97 log_err("error in u_strToLower(root locale preflighting)=%ld error=%s string matches: %s\n", 110 log_err("error in u_strToLower(root locale dest=NULL)=%ld error=%s\n", 124 log_err("error in u_strToLower(root locale destCapacity=-1)=%ld error=%s buffer[0]==0x%lx\n", 143 /* uppercase with root locale and in the same buffer */ 155 log_err("error in u_strToUpper(root locale)=%ld error=%s string matches: %s\n", 365 log_err("error in u_strToTitle(UBRK_CHARACTERS)=%ld error=%s root locale string matches: %s\noutput buffer is {%s}\n", [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemTemplate.java | 144 * Get the root stylesheet. 146 * @return The root stylesheet for this element 406 * @param root The root stylesheet for this transformation. 408 public void recompose(StylesheetRoot root) 410 root.recomposeTemplates(this);
|
/development/testrunner/ |
coverage.py | 40 # path to EMMA host jar, relative to Android build root 43 # root path of generated coverage report files, relative to Android build root 49 # build root 53 # path to root of target build intermediates 323 "android root path")
|