Searched defs:root (Results 1 - 25 of 557) sorted by relevance

1234567891011>>

/external/icu4c/test/cintltst/
H A Dcalltest.c19 void addUtility(TestNode** root);
20 void addBreakIter(TestNode** root);
21 void addStandardNamesTest(TestNode **root);
22 void addFormatTest(TestNode** root);
23 void addConvert(TestNode** root);
24 void addCollTest(TestNode** root);
25 void addComplexTest(TestNode** root);
26 void addUDataTest(TestNode** root);
27 void addUTF16Test(TestNode** root);
28 void addUTF8Test(TestNode** root);
43 addAllTests(TestNode** root) argument
[all...]
H A Dcbkittst.c24 void addBreakIter(TestNode** root);
26 void addBreakIter(TestNode** root) argument
28 addBrkIterAPITest(root);
H A Dcconvtst.c19 void addTestConvertErrorCallBack(TestNode** root);
20 void addTestEuroRegression(TestNode** root);
21 void addTestConverterFallBack(TestNode** root);
22 void addExtraTests(TestNode** root);
26 addBOCU1Tests(TestNode** root);
28 void addConvert(TestNode** root);
30 void addConvert(TestNode** root) argument
32 addTestConvert(root);
33 addTestNewConvert(root);
34 addBOCU1Tests(root);
[all...]
H A Dcutiltst.c24 void addHashtableTest(TestNode** root);
25 void addCStringTest(TestNode** root);
26 void addTrieTest(TestNode** root);
27 void addTrie2Test(TestNode** root);
28 void addEnumerationTest(TestNode** root);
29 void addPosixTest(TestNode** root);
30 void addSortTest(TestNode** root);
32 void addUtility(TestNode** root);
34 void addUtility(TestNode** root) argument
36 addCStringTest(root);
[all...]
H A Dcdetst.c89 void addGermanCollTest(TestNode** root) argument
93 addTest(root, &TestTertiary, "tscoll/cdetst/TestTertiary");
94 addTest(root, &TestPrimary, "tscoll/cdetst/TestPrimary");
/external/icu4c/stubdata/
H A Droot.mk4 root := $(patsubst $(stubdata_path)/%,%,$(patsubst %-all.dat,%,$(root_dat_path))) macro
/external/webrtc/src/common_audio/signal_processing/
H A Dspl_sqrt_floor.c3 * Refer to NOTICE file at the root of git project.
12 * Successive approximation of the equation (root + delta) ^ 2 = N
25 try1 = root + (1 << (N)); \
29 root |= 2 << (N); \
34 int32_t root = 0, try1; local
53 return root >> 1;
/external/linux-tools-perf/util/
H A Dstrfilter.h23 struct strfilter_node *root; member in struct:strfilter
/external/qemu/proxy/
H A Dproxy_http_int.h20 ProxyService root[1]; member in struct:HttpService
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DTranslatorHLSL.cpp16 void TranslatorHLSL::translate(TIntermNode *root) argument
/external/webkit/Source/WebCore/svg/
H A DSVGElementInstanceList.h32 static PassRefPtr<SVGElementInstanceList> create(PassRefPtr<SVGElementInstance> root) { return adoptRef(new SVGElementInstanceList(root)); } argument
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCommonTreeNodeStream.h40 id root; variable
42 /** If this tree (root) was created from a token stream, track it. */
57 /** Tracks tree depth. Level=0 means we're at root node level. */
60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root; variable
H A DANTLRTreeIterator.h41 id<ANTLRTree> root; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCommonTreeNodeStream.h40 id root; variable
42 /** If this tree (root) was created from a token stream, track it. */
57 /** Tracks tree depth. Level=0 means we're at root node level. */
60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root; variable
H A DANTLRTreeIterator.h41 id<ANTLRTree> root; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRCommonTreeNodeStream.h40 id root; variable
42 /** If this tree (root) was created from a token stream, track it. */
57 /** Tracks tree depth. Level=0 means we're at root node level. */
60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root; variable
H A DANTLRTreeIterator.h41 id<ANTLRTree> root; variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DAMutableDictionary.h18 __strong ACBTree *root; variable
27 @property (retain) ACBTree *root; variable
H A DANTLRCommonTreeNodeStream.h40 __strong id root; variable
42 /** If this tree (root) was created from a token stream, track it. */
57 /** Tracks tree depth. Level=0 means we're at root node level. */
60 @property (retain, getter=getRoot, setter=setRoot:) ANTLRCommonTree *root; variable
H A DANTLRTreeIterator.h42 __strong id<ANTLRBaseTree> root; variable
53 @property(retain) id<ANTLRBaseTree> root; variable
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Jetty.java129 public static int startHttpServerWithDocRoot(String root) throws Exception { argument
137 resource_handler.setResourceBase(root);
/external/apache-xml/src/main/java/org/apache/xpath/
H A DSourceTree.java36 * @param root The root of the source tree, which may or may not be a
40 public SourceTree(int root, String url) argument
42 m_root = root;
49 /** The root of the source tree, which may or may not be a
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DRTFIterator.java39 public RTFIterator(int root, DTMManager manager) { argument
40 super(root, manager);
/external/freetype/include/freetype/internal/
H A Dpcftypes.h41 FT_FaceRec root; member in struct:PCF_Public_FaceRec_
/external/guava/guava/src/com/google/common/collect/
H A DBstPathFactory.java35 * Returns the trivial path that starts at {@code root} and goes no further.
37 P initialPath(N root); argument

Completed in 784 milliseconds

1234567891011>>