HomeSort by relevance Sort by last modified time
    Searched refs:root (Results 1 - 25 of 1388) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/test/cintltst/
calltest.c 14 /* THE FILE WHERE ALL C API TESTS ARE ADDED TO THE ROOT */
19 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);
    [all...]
cconvtst.c 19 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)
32 addTestConvert(root);
33 addTestNewConvert(root);
34 addBOCU1Tests(root);
    [all...]
cutiltst.c 24 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)
36 addCStringTest(root);
    [all...]
cbkittst.c 24 void addBreakIter(TestNode** root);
26 void addBreakIter(TestNode** root)
28 addBrkIterAPITest(root);
nucnvtst.h 21 void addTestNewConvert(TestNode** root);
ccolltst.c 27 void addCollTest(TestNode** root);
29 void addCollTest(TestNode** root)
31 addCollAPITest(root);
32 addCurrencyCollTest(root);
33 addNormTest(root);
34 addGermanCollTest(root);
35 addSpanishCollTest(root);
36 addFrenchCollTest(root);
37 addKannaCollTest(root);
38 addTurkishCollTest(root);
    [all...]
cformtst.c 27 void addDateTimePatternGeneratorTest(TestNode** root);
36 void addFormatTest(TestNode** root);
38 void addFormatTest(TestNode** root)
40 addCalTest(root);
41 addDateForTest(root);
42 addDateTimePatternGeneratorTest(root);
43 addNumForTest(root);
44 addNumFrDepTest(root);
45 addMsgForTest(root);
46 addDateForRgrTest(root);
    [all...]
  /system/extras/tests/fstest/
perm_checker.conf 1 / 755 755 root root root root
2 /* 400 755 root root root root
5 /cache/lost+found/ 700 770 root root root roo
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
QualifierAlive.h 7 bool QualifierWritten(TIntermNode* root, TQualifier);
TranslatorGLSL.cpp 12 static void writeVersion(ShShaderType type, TIntermNode* root,
15 root->traverse(&versionGLSL);
28 void TranslatorGLSL::translate(TIntermNode* root) {
32 writeVersion(getShaderType(), root, sink); local
36 root->traverse(&outputGLSL);
  /frameworks/base/test-runner/src/android/test/suitebuilder/
AssignableFrom.java 23 private final Class root; field in class:AssignableFrom
25 AssignableFrom(Class root) {
26 this.root = root;
30 return root.isAssignableFrom(testMethod.getEnclosingClass());
  /external/icu4c/test/iotest/
iotest.h 22 addStringTest(TestNode** root);
25 addFileTest(TestNode** root);
28 addTranslitTest(TestNode** root);
31 addStreamTests(TestNode** root);
  /system/core/include/cutils/
config_utils.h 37 void config_load(cnode *root, char *data);
40 void config_load_file(cnode *root, const char *fn);
46 cnode* config_find(cnode *root, const char *name);
49 int config_bool(cnode *root, const char *name, int _default);
52 const char* config_str(cnode *root, const char *name, const char *_default);
55 void config_set(cnode *root, const char *name, const char *value);
58 void config_free(cnode *root);
  /external/chromium/base/json/
json_reader_unittest.cc 17 scoped_ptr<Value> root; local
18 root.reset(JSONReader().JsonToValue(" null ", false, false));
19 ASSERT_TRUE(root.get());
20 ASSERT_TRUE(root->IsType(Value::TYPE_NULL));
23 root.reset(JSONReader().JsonToValue("nu", false, false));
24 ASSERT_FALSE(root.get());
27 root.reset(JSONReader().JsonToValue("true ", false, false));
28 ASSERT_TRUE(root.get());
29 ASSERT_TRUE(root->IsType(Value::TYPE_BOOLEAN));
32 root.reset(JSONReader().JsonToValue("/* comment */null", false, false))
474 scoped_ptr<Value> root; local
    [all...]
json_writer_unittest.cc 13 Value* root = Value::CreateNullValue(); local
15 JSONWriter::Write(root, false, &output_js);
17 delete root;
20 root = new DictionaryValue;
21 JSONWriter::Write(root, false, &output_js);
23 delete root;
26 root = new ListValue;
27 JSONWriter::Write(root, false, &output_js);
29 delete root;
32 root = Value::CreateDoubleValue(1.0)
    [all...]
  /external/chromium/build/linux/
pkg-config-wrapper 12 # LSB-compliant root filesystem mounted at the sysroot, and a board build
15 root="$1"
16 if [ -z "$root" ]
26 config_path=$root/usr/lib/pkgconfig:$root/usr/share/pkgconfig
37 echo "$result"| $rewrite --sysroot "$root" --strip-prefix "$prefix"
  /external/qemu/proxy/
proxy_http_connector.c 33 ProxyConnection root[1]; member in struct:Connection
39 connection_free( ProxyConnection* root )
41 proxy_connection_done(root);
42 qemu_free(root);
52 HttpService* service = (HttpService*) conn->root->service;
53 ProxyConnection* root = conn->root; local
54 stralloc_t* str = root->str;
56 proxy_connection_rewind(root);
58 sock_address_to_string(&root->address))
    [all...]
  /external/quake/quake/src/WinQuake/
quake-shareware.spec.sh 49 %attr(644,root,root) $3/README
50 %attr(4755,root,root) $3/squake
51 %attr(4755,root,root) $3/glquake
52 %attr(4755,root,root) $3/glquake.glx
53 %attr(4755,root,root) $3/glquake.3dfxg
    [all...]
  /external/qemu/android/
config.h 32 extern void aconfig_load(AConfig* root, char* data);
35 extern int aconfig_load_file(AConfig* root, const char* path);
38 extern int aconfig_save_file(AConfig* root, const char* path);
44 extern AConfig* aconfig_find(AConfig *root, const char *name);
47 extern void aconfig_set(AConfig *root, const char *name, const char *value);
52 extern int aconfig_bool (AConfig *root, const char *name, int _default);
53 extern unsigned aconfig_unsigned(AConfig *root, const char *name, unsigned _default);
54 extern int aconfig_int (AConfig *root, const char *name, int _default);
55 extern const char* aconfig_str (AConfig *root, const char *name, const char *_default);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TemplateSyntaxTree.java 24 * Simple wrapper class to encapsulate the root node of the AST and allow additional information to
28 private final Start root; field in class:TemplateSyntaxTree
30 TemplateSyntaxTree(Start root) {
31 this.root = root;
35 return root;
40 root.apply(sw);
  /external/apache-xml/src/main/java/org/apache/xpath/
SourceTree.java 36 * @param root The root of the source tree, which may or may not be a
40 public SourceTree(int root, String url)
42 m_root = root;
49 /** The root of the source tree, which may or may not be a
  /external/webrtc/src/common_audio/signal_processing_library/main/source/
spl_sqrt_floor.c 5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
20 try1 = root + (1 << (N)); \
24 root |= 2 << (N); \
27 // (out) Square root of input parameter
33 WebRtc_Word32 root = 0, try1; local
52 return root >> 1;
  /frameworks/base/tools/localize/
XMLHandler_test.cpp 70 XMLNode* root = NodeHandler::ParseFile("testdata/xml.xml", XMLNode::EXACT); local
71 if (root == NULL) {
74 string result = root->ToString(NO_NAMESPACES);
75 delete root;
83 XMLNode* root = NodeHandler::ParseFile("testdata/xml.xml", XMLNode::PRETTY); local
84 if (root == NULL) {
87 string result = root->ToString(NO_NAMESPACES);
88 delete root;
97 XMLNode* root = NodeHandler::ParseString("testdata/xml.xml", text, XMLNode::EXACT); local
98 if (root == NULL)
111 XMLNode* root = NodeHandler::ParseString("testdata\/xml.xml", text, XMLNode::PRETTY); local
    [all...]
  /external/quake/quake/src/QW/
glqwcl.spec.sh 38 %attr(644,root,root) ${3}/readme.glqwcl
39 %attr(4755,root,root) ${3}/glqwcl
40 %attr(4755,root,root) ${3}/glqwcl.glx
41 %attr(755,root,root) ${3}/glqwcl.3dfxgl
42 %attr(755,root,root) ${3}/lib3dfxgl.s
    [all...]
  /external/valgrind/main/coregrind/
m_oset.c 118 AvlNode* root; // root node member in struct:_OSet
201 static void avl_swl ( AvlNode** root )
203 AvlNode* a = *root;
205 *root = b;
211 static void avl_swr ( AvlNode** root )
213 AvlNode* a = *root;
215 *root = b;
221 static void avl_nasty ( AvlNode* root )
223 switch (root->balance)
    [all...]

Completed in 4004 milliseconds

1 2 3 4 5 6 7 8 91011>>