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

<<11121314151617181920>>

  /external/v8/test/cctest/
test-mark-compact.cc 223 Handle<JSObject> root = Factory::NewJSObjectFromMap(CreateMap()); local
226 map->set_prototype(*root);
227 root = Factory::NewJSObjectFromMap(map);
306 Handle<Object> root = GlobalHandles::Create(*g1s1); // make a root. local
324 // Weaken the root.
325 GlobalHandles::MakeWeak(root.location(),
  /external/webkit/WebCore/page/
FocusController.cpp 265 Node* root = node->rootEditableElement(); local
267 if (!frame || !root)
270 return frame->editor()->shouldEndEditing(rangeOfContents(root).get());
295 if (Node* root = s->rootEditableElement())
296 if (Node* shadowAncestorNode = root->shadowAncestorNode())
  /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;
localize.cpp 29 XMLNode* root = NodeHandler::ParseFile(filename, XMLNode::PRETTY); local
30 if (root == NULL) {
36 vector<XMLNode*> configNodes = root->GetElementsByName("", "configuration");
45 delete root;
54 delete root;
68 delete root;
87 delete root;
98 delete root;
110 delete root;
559 " --root TREE_ROOT The location in Perforce of the files. e.g. //device\n
    [all...]
  /packages/apps/Tag/src/com/android/apps/tag/record/
UriRecord.java 177 ViewGroup root = (ViewGroup) inflater.inflate( local
189 ((ImageView) root.findViewById(R.id.image)).setImageDrawable(info.loadIcon(pm));
190 ((TextView) root.findViewById(R.id.text)).setText(context.getString(R.string.url));
192 root.setTag(new UriRecordEditInfo());
193 return root;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 144 // get the root of the project so that we can make IFile from full
346 * @param root The root directory of the project, in OS specific format.
355 String message, String root, IProject project, String markerId, int severity) {
380 f2 = getResourceFromFullPath(location, root, project);
449 private static IResource getResourceFromFullPath(String filename, String root,
451 if (filename.startsWith(root)) {
452 String file = filename.substring(root.length());
  /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;
  /external/chromium/third_party/icu/source/test/cintltst/
cmsgtst.c     [all...]
cnmdptst.c 36 void addNumFrDepTest(TestNode** root);
40 void addNumFrDepTest(TestNode** root)
42 addTest(root, &TestPatterns, "tsformat/cnmdptst/TestPatterns");
43 addTest(root, &TestQuotes, "tsformat/cnmdptst/TestQuotes");
44 addTest(root, &TestExponential, "tsformat/cnmdptst/TestExponential");
45 addTest(root, &TestCurrencySign, "tsformat/cnmdptst/TestCurrencySign");
46 addTest(root, &TestCurrency, "tsformat/cnmdptst/TestCurrency");
47 addTest(root, &TestCurrencyPreEuro, "tsformat/cnmdptst/TestCurrencyPreEuro");
48 addTest(root, &TestCurrencyObject, "tsformat/cnmdptst/TestCurrencyObject");
49 addTest(root, &TestRounding487, "tsformat/cnmdptst/TestRounding487")
    [all...]
utmstest.c 29 void addUtmsTest(TestNode** root);
31 void addUtmsTest(TestNode** root)
33 addTest(root, &TestAPI, "tsformat/utmstest/TestAPI");
34 addTest(root, &TestData, "tsformat/utmstest/TestData");
35 addTest(root, &TestMonkey, "tsformat/utmstest/TestMonkey");
36 addTest(root, &TestDotNet, "tsformat/utmstest/TestDotNet");
  /external/icu4c/test/cintltst/
cnmdptst.c 36 void addNumFrDepTest(TestNode** root);
40 void addNumFrDepTest(TestNode** root)
42 addTest(root, &TestPatterns, "tsformat/cnmdptst/TestPatterns");
43 addTest(root, &TestQuotes, "tsformat/cnmdptst/TestQuotes");
44 addTest(root, &TestExponential, "tsformat/cnmdptst/TestExponential");
45 addTest(root, &TestCurrencySign, "tsformat/cnmdptst/TestCurrencySign");
46 addTest(root, &TestCurrency, "tsformat/cnmdptst/TestCurrency");
47 addTest(root, &TestCurrencyPreEuro, "tsformat/cnmdptst/TestCurrencyPreEuro");
48 addTest(root, &TestCurrencyObject, "tsformat/cnmdptst/TestCurrencyObject");
49 addTest(root, &TestRounding487, "tsformat/cnmdptst/TestRounding487")
    [all...]
utmstest.c 29 void addUtmsTest(TestNode** root);
31 void addUtmsTest(TestNode** root)
33 addTest(root, &TestAPI, "tsformat/utmstest/TestAPI");
34 addTest(root, &TestData, "tsformat/utmstest/TestData");
35 addTest(root, &TestMonkey, "tsformat/utmstest/TestMonkey");
36 addTest(root, &TestDotNet, "tsformat/utmstest/TestDotNet");
  /external/freetype/src/truetype/
ttgload.c 120 *ah = face->root.units_per_EM;
191 if ( face->root.internal->incremental_interface &&
192 face->root.internal->incremental_interface->funcs->get_glyph_metrics )
203 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics(
204 face->root.internal->incremental_interface->object,
219 error = face->root.internal->incremental_interface->funcs->get_glyph_metrics(
220 face->root.internal->incremental_interface->object,
2036 FT_Face root = &face->root; local
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 178 case Axis.ROOT :
339 * @param axisRoot The root identity of the axis.
364 // If the parent occured before the subtree root, then
369 // Otherwise, it could be a descendant below the subtree root
370 // children, or it could be after the subtree root. So we have
371 // to climb up until the parent is less than the subtree root, in
373 // root, in which case we continue to look.
422 * of origin for the traversal -- its "root node" or starting point.
517 * node that occurs after the axis root.
519 * @param axisRoot The root identity of the axis
1566 int root=getDocumentRoot(context); local
1667 int root = first(context); local
1738 int root = getDocumentRoot(context); local
    [all...]
DTMManagerDefault.java 549 // Since the real root of our tree may be a DocumentFragment, we need to
550 // use getParent to find the root, instead of getOwnerDocument. Otherwise
552 Node root = node; local
553 Node p = (root.getNodeType() == Node.ATTRIBUTE_NODE) ? ((org.w3c.dom.Attr)root).getOwnerElement() : root.getParentNode();
556 root = p;
559 DOM2DTM dtm = (DOM2DTM) getDTM(new javax.xml.transform.dom.DOMSource(root),
  /packages/apps/Settings/src/com/android/settings/
SecuritySettings.java 132 PreferenceScreen root = this.getPreferenceScreen(); local
133 if (root != null) {
134 root.removeAll();
137 root = this.getPreferenceScreen();
184 root.addPreference(simLockCat);
191 root.addPreference(passwordsCat);
203 root.addPreference(devicePoliciesCat);
216 root.addPreference(credentialsCat);
222 //root.addPreference(encryptedfsCat);
224 return root;
    [all...]
  /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/chromium/base/json/
json_reader.cc 79 "Root value must be an array or object.";
89 "Unexpected data after root element.";
106 Value* root = reader.JsonToValue(json, true, allow_trailing_comma); local
107 if (root)
108 return root;
154 scoped_ptr<Value> root(BuildValue(check_root));
155 if (root.get()) {
157 return root.release();
178 // The root token must be an array or an object.
  /external/iproute2/examples/diffserv/
Edge32-ca-u32 14 IPROUTE=/root/DS-6-beta/iproute2-990530-dsing
17 IPCHAINS=/root/DS-6-beta/ipchains-1.3.9/ipchains
150 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
  /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...]
  /system/core/sdcard/
sdcard.c 44 * It must be run as root, but will change to uid/gid as soon as it
111 struct node root; member in struct:fuse
168 /* all files owned by root.sdcard */
220 fuse->all = &fuse->root;
222 fuse->root.nid = FUSE_ROOT_ID; /* 1 */
223 fuse->root.next = 0;
224 fuse->root.child = 0;
225 fuse->root.parent = 0;
227 fuse->root.all = 0;
228 fuse->root.refcount = 2
    [all...]
  /build/tools/droiddoc/templates/
docpage.cs 23 <?cs call:tag_list(root.descr) ?>
  /cts/tools/test-progress/src/
TestCoverageDoclet.java 220 private void process(RootDoc root) throws IOException {
230 ClassDoc[] classes = root.classes();
265 PackageDoc[] packages = root.specifiedPackages();
788 private static String getOption(RootDoc root, String option, int index, String defValue) {
789 String[][] allOptions = root.options();
810 public static boolean start(RootDoc root) {
812 String target = getOption(root, "-d", 1, ".");
814 doclet.process(root);
  /dalvik/hit/src/com/android/hit/
State.java 91 public final void addRoot(RootObj root) {
92 mCurrentHeap.addRoot(root);

Completed in 773 milliseconds

<<11121314151617181920>>