/external/chromium/third_party/icu/source/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);
|
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...] |
/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...] |
/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/chromium/third_party/icu/source/test/iotest/ |
iotest.h | 22 addStringTest(TestNode** root); 25 addFileTest(TestNode** root); 28 addTranslitTest(TestNode** root); 31 addStreamTests(TestNode** root);
|
/external/icu4c/test/iotest/ |
iotest.h | 22 addStringTest(TestNode** root); 25 addFileTest(TestNode** root); 28 addTranslitTest(TestNode** root); 31 addStreamTests(TestNode** root);
|
/external/chromium/base/json/ |
json_reader_unittest.cc | 15 scoped_ptr<Value> root; local 16 root.reset(JSONReader().JsonToValue(" null ", false, false)); 17 ASSERT_TRUE(root.get()); 18 ASSERT_TRUE(root->IsType(Value::TYPE_NULL)); 21 root.reset(JSONReader().JsonToValue("nu", false, false)); 22 ASSERT_FALSE(root.get()); 25 root.reset(JSONReader().JsonToValue("true ", false, false)); 26 ASSERT_TRUE(root.get()); 27 ASSERT_TRUE(root->IsType(Value::TYPE_BOOLEAN)); 30 root.reset(JSONReader().JsonToValue("/* comment */null", false, false)) 471 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::CreateRealValue(1.0) [all...] |
/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);
|
/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);
|
/libcore/luni/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
|
/packages/apps/Camera/src/com/android/camera/ui/ |
Texture.java | 20 public void draw(GLRootView root, int x, int y); 21 public void draw(GLRootView root, int x, int y, int w, int h);
|