Searched refs:root (Results 1 - 25 of 2148) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/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 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 Dcbkittst.c24 void addBreakIter(TestNode** root);
26 void addBreakIter(TestNode** root) argument
28 addBrkIterAPITest(root);
H A Dnucnvtst.h21 void addTestNewConvert(TestNode** root);
H A Dccolltst.c27 void addCollTest(TestNode** root);
29 void addCollTest(TestNode** root) argument
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...]
/external/icu4c/test/cintltst/
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 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);
46 addAllTests(TestNode** root) argument
[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 Dcbkittst.c24 void addBreakIter(TestNode** root);
26 void addBreakIter(TestNode** root) argument
28 addBrkIterAPITest(root);
H A Dnucnvtst.h21 void addTestNewConvert(TestNode** root);
H A Dcformtst.c38 void addFormatTest(TestNode** root);
40 void addFormatTest(TestNode** root) argument
42 addCalTest(root);
43 addDateForTest(root);
44 addDateTimePatternGeneratorTest(root);
45 addDateIntervalFormatTest(root);
46 addNumForTest(root);
47 addNumFrDepTest(root);
48 addMsgForTest(root);
49 addDateForRgrTest(root);
[all...]
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DQualifierAlive.h7 bool QualifierWritten(TIntermNode* root, TQualifier);
/external/chromium_org/third_party/bintrees/bintrees/
H A Dctrees.pxd18 void ct_delete_tree(node_t *root)
19 node_t *ct_find_node(node_t *root, object key)
20 PyObject *ct_get_item(node_t *root, object key)
21 node_t *ct_max_node(node_t *root)
22 node_t *ct_min_node(node_t *root)
23 node_t *ct_succ_node(node_t *root, object key)
24 node_t *ct_prev_node(node_t *root, object key)
25 node_t *ct_floor_node(node_t *root, object key)
26 node_t *ct_ceiling_node(node_t *root, object key)
27 int ct_index_of(node_t *root, objec
[all...]
H A Dctrees.h26 void ct_delete_tree(node_t *root);
28 PyObject *ct_get_item(node_t *root, PyObject *key);
29 node_t *ct_find_node(node_t *root, PyObject *key);
30 node_t *ct_succ_node(node_t *root, PyObject *key);
31 node_t *ct_prev_node(node_t *root, PyObject *key);
32 node_t *ct_max_node(node_t *root);
33 node_t *ct_min_node(node_t *root);
34 node_t *ct_floor_node(node_t *root, PyObject *key);
35 node_t *ct_ceiling_node(node_t *root, PyObject *key);
36 int ct_index_of(node_t *root, PyObjec
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewGroupTest.java32 private ViewGroup root; field in class:ViewGroupTest
45 root = new FrameLayout(context);
53 root.addView(child1);
54 root.addView(child2);
55 root.addView(child3);
71 assertThat(root.getLayoutAnimationListener(), nullValue());
83 root.setLayoutAnimationListener(animationListener);
85 assertThat(root.getLayoutAnimationListener(), sameInstance(animationListener));
90 root.removeViewAt(1);
92 assertThat(root
[all...]
/external/chromium_org/base/json/
H A Djson_reader_unittest.cc22 scoped_ptr<Value> root; local
23 root.reset(JSONReader().ReadToValue(" null "));
24 ASSERT_TRUE(root.get());
25 EXPECT_TRUE(root->IsType(Value::TYPE_NULL));
28 root.reset(JSONReader().ReadToValue("nu"));
29 EXPECT_FALSE(root.get());
32 root.reset(JSONReader().ReadToValue("true "));
33 ASSERT_TRUE(root.get());
34 EXPECT_TRUE(root->IsType(Value::TYPE_BOOLEAN));
37 root
[all...]
/external/chromium_org/third_party/icu/source/test/iotest/
H A Diotest.h22 addStringTest(TestNode** root);
25 addFileTest(TestNode** root);
28 addTranslitTest(TestNode** root);
31 addStreamTests(TestNode** root);
/external/icu4c/test/iotest/
H A Diotest.h22 addStringTest(TestNode** root);
25 addFileTest(TestNode** root);
28 addTranslitTest(TestNode** root);
31 addStreamTests(TestNode** root);
/external/chromium/base/json/
H A Djson_reader_unittest.cc17 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
474 scoped_ptr<Value> root; local
[all...]
H A Djson_writer_unittest.cc13 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
[all...]
/external/chromium/build/linux/
H A Dpkg-config-wrapper12 # 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/
H A Dproxy_http_connector.c33 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
82 connection_select( ProxyConnection* root, ProxySelect* sel ) argument
106 connection_poll( ProxyConnection* root, ProxySelect* sel ) argument
[all...]
/external/qemu/android/
H A Dconfig.h32 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/
H A DTemplateSyntaxTree.java24 * 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) { argument
31 this.root = root;
35 return root;
40 root.apply(sw);

Completed in 610 milliseconds

1234567891011>>