/external/icu4c/test/iotest/ |
strtst.c | 786 addStringTest(TestNode** root) { 788 addTest(root, &TestString, "string/TestString"); 789 addTest(root, &TestLocalizedString, "string/TestLocalizedString"); 790 addTest(root, &TestSprintfFormat, "string/TestSprintfFormat"); 791 addTest(root, &TestSnprintf, "string/TestSnprintf"); 792 addTest(root, &TestSScanset, "string/TestSScanset"); 793 addTest(root, &TestStringCompatibility, "string/TestStringCompatibility"); 794 addTest(root, &TestBadScanfFormat, "string/TestBadScanfFormat"); 795 addTest(root, &TestVargs, "string/TestVargs"); 796 addTest(root, &TestCount, "string/TestCount") [all...] |
/external/chromium/third_party/icu/source/test/cintltst/ |
cldrtest.c | 76 TestKeyInRootRecursive(UResourceBundle *root, const char *rootName, 81 ures_resetIterator(root); 97 subRootBundle = ures_getByKey(root, subBundleKey, NULL, &errorCode); 108 log_err("key \"%s\" in \"%s\" has a different type from root for locale \"%s\"\n" 128 log_err("Arrays are different size with key \"%s\" in \"%s\" from root for locale \"%s\"\n", 152 log_err("Integer vectors are the same with key \"%s\" in \"%s\" from root for locale \"%s\"\n", 181 log_err("Different size array with key \"%s\" in \"%s\" from root for locale \"%s\"\n" 209 /* A2 or A4 in the root string indicates that the resource can optionally be an array instead of a */ 214 log_err("Got a NULL string with key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n", 222 log_err("Got something other than a string or array of size %d for key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n" 491 UResourceBundle *root, *currentLocale; local 941 UResourceBundle *root, *currentLocale; local [all...] |
capitst.c | 108 void addCollAPITest(TestNode** root) 111 addTest(root, &TestProperty, "tscoll/capitst/TestProperty"); 112 addTest(root, &TestRuleBasedColl, "tscoll/capitst/TestRuleBasedColl"); 113 addTest(root, &TestCompare, "tscoll/capitst/TestCompare"); 114 addTest(root, &TestSortKey, "tscoll/capitst/TestSortKey"); 115 addTest(root, &TestHashCode, "tscoll/capitst/TestHashCode"); 116 addTest(root, &TestElemIter, "tscoll/capitst/TestElemIter"); 117 addTest(root, &TestGetAll, "tscoll/capitst/TestGetAll"); 118 /*addTest(root, &TestGetDefaultRules, "tscoll/capitst/TestGetDefaultRules");*/ 119 addTest(root, &TestDecomposition, "tscoll/capitst/TestDecomposition") [all...] |
idnatest.c | 41 void addIDNATest(TestNode** root); 57 addIDNATest(TestNode** root) 59 addTest(root, &TestToUnicode, "idna/TestToUnicode"); 60 addTest(root, &TestToASCII, "idna/TestToASCII"); 61 addTest(root, &TestIDNToUnicode, "idna/TestIDNToUnicode"); 62 addTest(root, &TestIDNToASCII, "idna/TestIDNToASCII"); 63 addTest(root, &TestCompare, "idna/TestCompare"); 64 addTest(root, &TestUnicode32Norm,"idna/TestUnicode32Norm"); 65 addTest(root, &TestJB4490, "idna/TestJB4490"); 66 addTest(root, &TestJB4475, "idna/TestJB4475") [all...] |
udatpg_test.c | 34 void addDateTimePatternGeneratorTest(TestNode** root); 36 #define TESTCASE(x) addTest(root, &x, "tsformat/udatpg_test/" #x) 42 void addDateTimePatternGeneratorTest(TestNode** root) {
|
/external/icu4c/test/cintltst/ |
cldrtest.c | 76 TestKeyInRootRecursive(UResourceBundle *root, const char *rootName, 81 ures_resetIterator(root); 97 subRootBundle = ures_getByKey(root, subBundleKey, NULL, &errorCode); 108 log_err("key \"%s\" in \"%s\" has a different type from root for locale \"%s\"\n" 128 log_err("Arrays are different size with key \"%s\" in \"%s\" from root for locale \"%s\"\n", 152 log_err("Integer vectors are the same with key \"%s\" in \"%s\" from root for locale \"%s\"\n", 181 log_err("Different size array with key \"%s\" in \"%s\" from root for locale \"%s\"\n" 209 /* A2 or A4 in the root string indicates that the resource can optionally be an array instead of a */ 214 log_err("Got a NULL string with key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n", 222 log_err("Got something other than a string or array of size %d for key \"%s\" in \"%s\" at index %d for root or locale \"%s\"\n" 491 UResourceBundle *root, *currentLocale; local 941 UResourceBundle *root, *currentLocale; local [all...] |
/external/webkit/SunSpider/tests/parse-only/ |
prototype-1.6.0.3.js | [all...] |
/external/chromium/third_party/icu/source/tools/toolutil/ |
xmlparser.cpp | 333 UXMLElement *root = NULL; local 368 // Get the root element 370 // Root is an empty element (no nested elements or content) 371 root = createElement(mXMLElemEmpty, status); 375 error("Root Element expected", status); 378 root = createElement(mXMLElemStart, status); 379 UXMLElement *el = root; 382 // This is the loop that consumes the root element of the document, 435 // Close of the root element. We're done with the doc. 458 error("Root element not closed.", status) [all...] |
/external/clearsilver/util/ |
skiplist.c | 358 NEOERR *skipNewList(skipList *skip, int threaded, int root, int maxLevel, 375 if(root > 4) 376 root = 4; 377 else if(root < 2) 378 root = 2; 381 list->randLimit = 1.0 / (double)root;
|
/external/icu4c/tools/toolutil/ |
xmlparser.cpp | 333 UXMLElement *root = NULL; local 368 // Get the root element 370 // Root is an empty element (no nested elements or content) 371 root = createElement(mXMLElemEmpty, status); 375 error("Root Element expected", status); 378 root = createElement(mXMLElemStart, status); 379 UXMLElement *el = root; 382 // This is the loop that consumes the root element of the document, 435 // Close of the root element. We're done with the doc. 458 error("Root element not closed.", status) [all...] |
/external/webkit/WebCore/rendering/ |
SVGRenderTreeAsText.cpp | 325 static TextStream& operator<<(TextStream& ts, const RenderSVGRoot& root) 327 return writePositionAndStyle(ts, root); 475 void write(TextStream& ts, const RenderSVGRoot& root, int indent) 477 writeStandardPrefix(ts, root, indent); 478 ts << root << "\n"; local 479 writeChildren(ts, root, indent);
|
/libcore/luni/src/test/java/tests/api/javax/xml/parsers/ |
DocumentBuilderTest.java | 625 Element root = (Element)d.getElementsByTagName("a").item(0); local 626 assertEquals("foo", ((EntityReference)root.getFirstChild()).getNodeName()); 710 Element root = (Element)d.getElementsByTagName("a").item(0); local 711 assertEquals("bar", ((Text)root.getFirstChild()).getData()); 724 root = (Element)d.getElementsByTagName("a").item(0); 725 assertEquals("foo", ((EntityReference)root.getFirstChild()).getNodeName());
|
/build/core/ |
envsetup.mk | 259 TARGET_ROOT_OUT := $(PRODUCT_OUT)/root 266 TARGET_RECOVERY_ROOT_OUT := $(TARGET_RECOVERY_OUT)/root 269 TARGET_SYSLOADER_ROOT_OUT := $(TARGET_SYSLOADER_OUT)/root 270 TARGET_SYSLOADER_SYSTEM_OUT := $(TARGET_SYSLOADER_OUT)/root/system 274 TARGET_INSTALLER_ROOT_OUT := $(TARGET_INSTALLER_OUT)/root 275 TARGET_INSTALLER_SYSTEM_OUT := $(TARGET_INSTALLER_OUT)/root/system
|
/cts/tools/utils/ |
buildCts.py | 28 def GetSubDirectories(root): 29 """Return all directories under the given root directory.""" 30 return [x for x in os.listdir(root) if os.path.isdir(os.path.join(root, x))] 63 print 'androidRootDir: Root directory of the Android source tree.'
|
/device/samsung/crespo/alsa-lib/src/timer/ |
timer_query.c | 142 static int snd_timer_query_open_noupdate(snd_timer_query_t **timer, snd_config_t *root, const char *name, int mode) 146 err = snd_config_search_definition(root, "timer_query", name, &timer_conf); 151 err = snd_timer_query_open_conf(timer, name, root, timer_conf, mode);
|
timer_query_hw.c | 128 snd_config_t *root ATTRIBUTE_UNUSED,
|
/external/clearsilver/scripts/ |
ChangeLog.py | 202 root = "" 204 root = "-d %s" % self._cvsroot 206 cmd = "cvs -z3 %s %s %s %s" % (root, cvsargs, cmd, cmdargs)
|
/external/elfutils/libebl/ |
eblgstrtab.c | 57 struct Ebl_GStrent *root; member in struct:Ebl_GStrtab 239 sep = searchstring (&st->root, newstr); 346 copystrings (st->root, &endp, ©len);
|
eblwstrtab.c | 58 struct Ebl_WStrent *root; member in struct:Ebl_WStrtab 228 sep = searchstring (&st->root, newstr); 335 copystrings (st->root, &endp, ©len);
|
/external/libxml2/ |
schematron.c | 1027 /* do the URI base composition, load and find the root */ 1042 "could not find root from include '%s'.\n", 1079 xmlNodePtr root, cur; local 1127 * Then extract the root and Schematron parse it 1129 root = xmlDocGetRootElement(doc); 1130 if (root == NULL) { 1140 if (!IS_SCHEMATRON(root, "schema")) { 1141 xmlSchematronPErr(ctxt, root, 1155 cur = root->children; 1666 xmlNodePtr cur, root; local [all...] |
/external/v8/tools/ |
splaytree.js | 48 * Pointer to the root node of the tree. 68 * the value is inserted, it becomes the root of the tree. 79 // the key to the root of the tree. 120 // Splay to make sure that the new root has an empty right child. 123 // root. 187 // Now the result is either the root node or the greatest node in
|
/external/webkit/WebCore/html/ |
HTMLFormControlElement.cpp | 168 Node* root = n; local 170 root = n; 171 return root;
|
/external/webkit/WebKit/mac/Carbon/ |
CarbonWindowAdapter.mm | [all...] |
/libcore/support/src/test/java/org/apache/harmony/testframework/serialization/ |
SerializationTest.java | 83 * Key to a system property defining root location of golden files. 373 * from "<module root>/src/test/resources/serialization/<code>testPackage</code>" 418 * resource files from "<module root>/src/test/resources/serialization/<code>testPackage</code>" 537 * The folder for created file is: <code>root + test's package name</code>. 540 * @param root - 541 * root directory for serialization resource files 549 public static void createGoldenFile(String root, TestCase test, 556 if (root != null) { 557 goldenPath = root + File.separatorChar + goldenPath;
|
/device/samsung/crespo/alsa-lib/src/pcm/ |
pcm_lfloat.c | 455 * \param root Root configuration node 465 snd_config_t *root, snd_config_t *conf, 491 err = snd_pcm_slave_conf(root, slave, &sconf, 1, 501 err = snd_pcm_open_slave(&spcm, root, sconf, stream, mode, conf); 528 snd_config_t *root ATTRIBUTE_UNUSED,
|