Searched defs:root (Results 276 - 300 of 760) sorted by relevance

<<11121314151617181920>>

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemTemplate.java144 * 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) argument
410 root.recomposeTemplates(this);
H A DElemVariable.java346 // it was already added by stylesheet root.
450 * @param root The root stylesheet for this transformation.
452 public void recompose(StylesheetRoot root) argument
454 root.recomposeVariables(this);
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DAxesWalker.java189 * The root node of the TreeWalker, as specified in setRoot(int root).
211 * Set the root node of the TreeWalker.
214 * @param root The context node of this step.
216 public void setRoot(int root) argument
220 m_dtm = xctxt.getDTM(root);
224 m_root = root;
225 m_currentNode = root;
227 if (DTM.NULL == root)
230 XSLMessages.createXPATHMessage(XPATHErrorResources.ER_SETTING_WALKER_ROOT_TO_NULL, null)); //"\n !!!! Error! Setting the root o
[all...]
/external/autotest/client/deps/glbench/src/
H A Dwaffle_stuff.cc78 Window root; local
82 &root, &x, &y, &w, &h, &bd, &depth);
/external/blktrace/btt/
H A Dseek.c38 struct rb_root root; member in struct:seeki
62 static void __insert(struct rb_root *root, long long sectors) argument
66 struct rb_node **p = &root->rb_node;
86 rb_insert_color(&sbp->rb_node, root);
218 memset(&sip->root, 0, sizeof(sip->root));
247 __destroy(sip->root.rb_node);
267 __insert(&sip->root, dist);
288 if (sip->root.rb_node)
289 (void)__median(sip->root
298 struct rb_root *root = &sip->root; local
[all...]
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
H A Dname.py18 @var root: The DNS root name.
19 @type root: dns.name.Name object
74 """Raised if an attempt is made to get the parent of the root name
108 @raises EmptyLabel: a label is empty (i.e. the root label) and appears
152 """Is the most significant label of this name the root label?
314 root label) for absolute names. The default is False.
335 root label) for absolute names. The default is False.
523 @raises NoParent: the name is either the root name or the empty name,
526 if self == root o
530 root = Name(['']) variable
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp223 ASTFieldVisitor(const CXXRecordDecl *root, BugReporter &br, argument
225 : Root(root), BR(br), Checker(checker) {}
/external/conscrypt/platform/src/main/java/org/conscrypt/
H A DTrustedCertificateStore.java41 * A source for trusted root certificate authority (CA) certificates
117 public static void setDefaultUserDirectory(File root) { argument
118 PreloadHolder.defaultCaCertsAddedDir = new File(root, "cacerts-added");
119 PreloadHolder.defaultCaCertsDeletedDir = new File(root, "cacerts-removed");
/external/deqp/framework/platform/X11/
H A DtcuX11.cpp153 ::Window root = DefaultRootWindow(dpy); local
177 root = RootWindow(dpy, info.screen);
178 m_colormap = XCreateColormap(dpy, root, visual, AllocNone);
191 m_window = XCreateWindow(dpy, root, 0, 0, width, height, 0,
234 ::Window root; local
237 XGetGeometry(m_display.getXDisplay(), m_window, &root, &x, &y, &width_, &height_, &borderWidth, &depth);
/external/deqp/modules/gles31/functional/
H A Des31fTextureBufferTests.cpp556 TestCaseGroup* const root = new TestCaseGroup(context, "texture_buffer", "Texture buffer syncronization tests"); local
613 root->addChild(queryGroup);
647 root->addChild(renderGroup);
688 root->addChild(modifyGroup);
729 root->addChild(modifyRenderGroup);
752 root->addChild(renderModifyGroup);
772 return root;
/external/eigen/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h19 bool intersect_helper(const BVH &tree, Intersector &intersector, typename BVH::Index root) argument
28 std::vector<Index> todo(1, root);
149 typename Minimizer::Scalar minimize_helper(const BVH &tree, Minimizer &minimizer, typename BVH::Index root, typename Minimizer::Scalar minimum) argument
161 todo.push(std::make_pair(Scalar(), root));
/external/elfutils/libebl/
H A Deblgstrtab.c72 struct Ebl_GStrent *root; member in struct:Ebl_GStrtab
249 sep = searchstring (&st->root, newstr);
356 copystrings (st->root, &endp, &copylen);
H A Deblstrtab.c72 struct Ebl_Strent *root; member in struct:Ebl_Strtab
237 struct Ebl_Strent **sep = searchstring (&st->root, newstr);
339 if (st->root)
340 copystrings (st->root, &endp, &copylen);
H A Deblwstrtab.c73 struct Ebl_WStrent *root; member in struct:Ebl_WStrtab
243 sep = searchstring (&st->root, newstr);
350 copystrings (st->root, &endp, &copylen);
/external/freetype/src/autofit/
H A Daflatin.h111 AF_StyleMetricsRec root; member in struct:AF_LatinMetricsRec_
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DUResourceBundle.java51 * root.res
101 * ICU_DATA_CLASS is used as the default root.
115 * <strong>[icu]</strong> Creates a resource bundle using the specified base name, locale, and class root.
120 * @param root the class object from which to load the resource bundle
126 ClassLoader root){
127 return getBundleInstance(baseName, localeName, root, false);
132 * root.
137 * @param root the class object from which to load the resource bundle
146 ClassLoader root, boolean disableFallback) {
147 return instantiateBundle(baseName, localeName, root, disableFallbac
125 getBundleInstance(String baseName, String localeName, ClassLoader root) argument
145 getBundleInstance(String baseName, String localeName, ClassLoader root, boolean disableFallback) argument
314 getRootType(String baseName, ClassLoader root) argument
354 instantiateBundle(String baseName, String localeName, ClassLoader root, boolean disableFallback) argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcdtdptst.c34 void addDtFrDepTest(TestNode** root);
36 void addDtFrDepTest(TestNode** root) argument
38 addTest(root, &TestTwoDigitYearDSTParse, "tsformat/cdtdptst/TestTwoDigitYearDSTParse");
39 addTest(root, &TestPartialParse994, "tsformat/cdtdptst/TestPartialParse994");
40 addTest(root, &TestRunTogetherPattern985, "tsformat/cdtdptst/TestRunTogetherPattern985");
41 addTest(root, &TestCzechMonths459, "tsformat/cdtdptst/TestCzechMonths459");
42 addTest(root, &TestQuotePattern161, "tsformat/cdtdptst/TestQuotePattern161");
43 addTest(root, &TestBooleanAttributes, "tsformat/cdtdptst/TestBooleanAttributes");
H A Dcrelativedateformattest.c23 void addRelativeDateFormatTest(TestNode** root);
25 #define TESTCASE(x) addTest(root, &x, "tsformat/crelativedateformattest/" #x)
27 void addRelativeDateFormatTest(TestNode** root) argument
H A Dcurrtest.c265 void addCurrencyTest(TestNode** root);
267 #define TESTCASE(x) addTest(root, &x, "tsformat/currtest/" #x)
269 void addCurrencyTest(TestNode** root) argument
H A Dspooftest.c71 void addUSpoofTest(TestNode** root);
73 void addUSpoofTest(TestNode** root) argument
76 addTest(root, &TestOpenFromSource, "uspoof/TestOpenFromSource");
78 addTest(root, &TestUSpoofCAPI, "uspoof/TestUSpoofCAPI");
H A Dspreptst.c31 void addUStringPrepTest(TestNode** root);
48 addUStringPrepTest(TestNode** root) argument
51 addTest(root, &Test_nfs4_cs_prep_data, "spreptst/Test_nfs4_cs_prep_data");
52 addTest(root, &Test_nfs4_cis_prep_data, "spreptst/Test_nfs4_cis_prep_data");
53 addTest(root, &Test_nfs4_mixed_prep_data, "spreptst/Test_nfs4_mixed_prep_data");
54 addTest(root, &Test_nfs4_cs_prep, "spreptst/Test_nfs4_cs_prep");
55 addTest(root, &Test_nfs4_cis_prep, "spreptst/Test_nfs4_cis_prep");
56 addTest(root, &Test_nfs4_mixed_prep, "spreptst/Test_nfs4_mixed_prep");
57 addTest(root, &TestBEAMWarning, "spreptst/TestBEAMWarning");
59 addTest(root,
[all...]
H A Dtracetst.c40 addUTraceTest(TestNode** root);
43 addUTraceTest(TestNode** root) argument
45 addTest(root, &TestTraceAPI, "tsutil/TraceTest/TestTraceAPI" );
H A Duregiontest.c33 void addURegionTest(TestNode** root);
35 #define TESTCASE(x) addTest(root, &x, "tsformat/uregiontest/" #x)
37 void addURegionTest(TestNode** root) argument
H A Dutf16tst.c39 void addUTF16Test(TestNode** root);
42 addUTF16Test(TestNode** root) argument
44 addTest(root, &TestCodeUnitValues, "utf16tst/TestCodeUnitValues");
45 addTest(root, &TestCharLength, "utf16tst/TestCharLength");
46 addTest(root, &TestGetChar, "utf16tst/TestGetChar");
47 addTest(root, &TestNextPrevChar, "utf16tst/TestNextPrevChar");
48 addTest(root, &TestNulTerminated, "utf16tst/TestNulTerminated");
49 addTest(root, &TestFwdBack, "utf16tst/TestFwdBack");
50 addTest(root, &TestSetChar, "utf16tst/TestSetChar");
51 addTest(root,
[all...]
H A Dutmstest.c30 void addUtmsTest(TestNode** root);
32 void addUtmsTest(TestNode** root) argument
34 addTest(root, &TestAPI, "tsformat/utmstest/TestAPI");
35 addTest(root, &TestData, "tsformat/utmstest/TestData");
36 addTest(root, &TestMonkey, "tsformat/utmstest/TestMonkey");
37 addTest(root, &TestDotNet, "tsformat/utmstest/TestDotNet");

Completed in 3492 milliseconds

<<11121314151617181920>>