HomeSort by relevance Sort by last modified time
    Searched refs:root (Results 526 - 550 of 1103) sorted by null

<<21222324252627282930>>

  /external/icu4c/test/cintltst/
cintltst.c 16 /*The main root for C API tests*/
73 TestNode *root; local
197 root = NULL;
198 addAllTests(&root);
201 nerrors = runTestRequest(root, argc, argv);
206 cleanUpTestTree(root);
cdtrgtst.c 31 void addDateForRgrTest(TestNode** root);
33 void addDateForRgrTest(TestNode** root)
35 addTest(root, &Test4029195, "tsformat/cdtrgtst/Test4029195");
36 addTest(root, &Test4056591, "tsformat/cdtrgtst/Test4056591");
37 addTest(root, &Test4059917, "tsformat/cdtrgtst/Test4059917");
38 addTest(root, &Test4060212, "tsformat/cdtrgtst/Test4060212");
39 addTest(root, &Test4061287, "tsformat/cdtrgtst/Test4061287");
40 addTest(root, &Test4073003, "tsformat/cdtrgtst/Test4073003");
41 addTest(root, &Test4162071, "tsformat/cdtrgtst/Test4162071");
42 addTest(root, &Test714, "tsformat/cdtrgtst/Test714")
    [all...]
crestst.c 76 { "root", U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
92 void addResourceBundleTest(TestNode** root);
94 void addResourceBundleTest(TestNode** root)
97 addTest(root, &TestConstruction1, "tsutil/crestst/TestConstruction1");
98 addTest(root, &TestOpenDirect, "tsutil/crestst/TestOpenDirect");
99 addTest(root, &TestResourceBundles, "tsutil/crestst/TestResourceBundles");
100 addTest(root, &TestTable32, "tsutil/crestst/TestTable32");
101 addTest(root, &TestFileStream, "tsutil/crestst/TestFileStream");
102 addTest(root, &TestGetSize, "tsutil/crestst/TestGetSize");
103 addTest(root, &TestGetLocaleByType, "tsutil/crestst/TestGetLocaleByType")
    [all...]
idnatest.c 40 void addIDNATest(TestNode** root);
56 addIDNATest(TestNode** root)
58 addTest(root, &TestToUnicode, "idna/TestToUnicode");
59 addTest(root, &TestToASCII, "idna/TestToASCII");
60 addTest(root, &TestIDNToUnicode, "idna/TestIDNToUnicode");
61 addTest(root, &TestIDNToASCII, "idna/TestIDNToASCII");
62 addTest(root, &TestCompare, "idna/TestCompare");
63 addTest(root, &TestJB4490, "idna/TestJB4490");
64 addTest(root, &TestJB4475, "idna/TestJB4475");
65 addTest(root, &TestLength, "idna/TestLength")
    [all...]
ucsdetst.c 34 void addUCsdetTest(TestNode** root);
36 void addUCsdetTest(TestNode** root)
38 addTest(root, &TestConstruction, "ucsdetst/TestConstruction");
39 addTest(root, &TestUTF8, "ucsdetst/TestUTF8");
40 addTest(root, &TestUTF16, "ucsdetst/TestUTF16");
41 addTest(root, &TestC1Bytes, "ucsdetst/TestC1Bytes");
42 addTest(root, &TestInputFilter, "ucsdetst/TestInputFilter");
43 addTest(root, &TestChaining, "ucsdetst/TestErrorChaining");
44 addTest(root, &TestBufferOverflow, "ucsdetst/TestBufferOverflow");
46 addTest(root, &TestIBM424, "ucsdetst/TestIBM424")
    [all...]
utf16tst.c 38 void addUTF16Test(TestNode** root);
41 addUTF16Test(TestNode** root)
43 addTest(root, &TestCodeUnitValues, "utf16tst/TestCodeUnitValues");
44 addTest(root, &TestCharLength, "utf16tst/TestCharLength" );
45 addTest(root, &TestGetChar, "utf16tst/TestGetChar" );
46 addTest(root, &TestNextPrevChar, "utf16tst/TestNextPrevChar" );
47 addTest(root, &TestFwdBack, "utf16tst/TestFwdBack" );
48 addTest(root, &TestSetChar, "utf16tst/TestSetChar" );
49 addTest(root, &TestAppendChar, "utf16tst/TestAppendChar" );
50 addTest(root, &TestAppend, "utf16tst/TestAppend" )
    [all...]
utf8tst.c 73 void addUTF8Test(TestNode** root);
76 addUTF8Test(TestNode** root)
78 addTest(root, &TestCodeUnitValues, "utf8tst/TestCodeUnitValues");
79 addTest(root, &TestCharLength, "utf8tst/TestCharLength" );
80 addTest(root, &TestGetChar, "utf8tst/TestGetChar" );
81 addTest(root, &TestNextPrevChar, "utf8tst/TestNextPrevChar" );
82 addTest(root, &TestFwdBack, "utf8tst/TestFwdBack" );
83 addTest(root, &TestSetChar, "utf8tst/TestSetChar" );
84 addTest(root, &TestAppendChar, "utf8tst/TestAppendChar" );
85 addTest(root, &TestAppend, "utf8tst/TestAppend" )
    [all...]
callcoll.c 196 void addAllCollTest(TestNode** root)
198 addTest(root, &TestPrimary, "tscoll/callcoll/TestPrimary");
199 addTest(root, &TestSecondary, "tscoll/callcoll/TestSecondary");
200 addTest(root, &TestTertiary, "tscoll/callcoll/TestTertiary");
201 addTest(root, &TestIdentical, "tscoll/callcoll/TestIdentical");
202 addTest(root, &TestExtra, "tscoll/callcoll/TestExtra");
203 addTest(root, &TestJB581, "tscoll/callcoll/TestJB581");
204 addTest(root, &TestVariableTop, "tscoll/callcoll/TestVariableTop");
205 addTest(root, &TestSurrogates, "tscoll/callcoll/TestSurrogates");
206 addTest(root, &TestInvalidRules, "tscoll/callcoll/TestInvalidRules")
    [all...]
cnormtst.c 23 void addNormTest(TestNode** root) {
120 void addNormTest(TestNode** root);
122 void addNormTest(TestNode** root)
124 addTest(root, &TestAPI, "tsnorm/cnormtst/TestAPI");
125 addTest(root, &TestDecomp, "tsnorm/cnormtst/TestDecomp");
126 addTest(root, &TestCompatDecomp, "tsnorm/cnormtst/TestCompatDecomp");
127 addTest(root, &TestCanonDecompCompose, "tsnorm/cnormtst/TestCanonDecompCompose");
128 addTest(root, &TestCompatDecompCompose, "tsnorm/cnormtst/CompatDecompCompose");
129 addTest(root, &TestNull, "tsnorm/cnormtst/TestNull");
130 addTest(root, &TestQuickCheck, "tsnorm/cnormtst/TestQuickCheck")
    [all...]
cstrcase.c 45 /* lowercase with root locale and separate buffers */
57 log_err("error in u_strToLower(root locale)=%ld error=%s string matches: %s\t\nlowerRoot=%s\t\nbuffer=%s\n",
97 log_err("error in u_strToLower(root locale preflighting)=%ld error=%s string matches: %s\n",
110 log_err("error in u_strToLower(root locale dest=NULL)=%ld error=%s\n",
124 log_err("error in u_strToLower(root locale destCapacity=-1)=%ld error=%s buffer[0]==0x%lx\n",
143 /* uppercase with root locale and in the same buffer */
155 log_err("error in u_strToUpper(root locale)=%ld error=%s string matches: %s\n",
365 log_err("error in u_strToTitle(UBRK_CHARACTERS)=%ld error=%s root locale string matches: %s\noutput buffer is {%s}\n",
    [all...]
  /external/qemu/android/skin/
keyset.c 383 skin_keyset_new ( AConfig* root )
386 AConfig* node = root->first_child;;
437 AConfig* root = aconfig_node("",""); local
442 aconfig_load( root, str );
443 result = skin_keyset_new( root );
  /external/chromium/third_party/icu/source/test/cintltst/
cdtrgtst.c 31 void addDateForRgrTest(TestNode** root);
33 void addDateForRgrTest(TestNode** root)
35 addTest(root, &Test4029195, "tsformat/cdtrgtst/Test4029195");
36 addTest(root, &Test4056591, "tsformat/cdtrgtst/Test4056591");
37 addTest(root, &Test4059917, "tsformat/cdtrgtst/Test4059917");
38 addTest(root, &Test4060212, "tsformat/cdtrgtst/Test4060212");
39 addTest(root, &Test4061287, "tsformat/cdtrgtst/Test4061287");
40 addTest(root, &Test4073003, "tsformat/cdtrgtst/Test4073003");
41 addTest(root, &Test4162071, "tsformat/cdtrgtst/Test4162071");
42 addTest(root, &Test714, "tsformat/cdtrgtst/Test714")
    [all...]
crestst.c 76 { "root", U_ZERO_ERROR, e_Root, { TRUE, FALSE, FALSE }, { TRUE, FALSE, FALSE } },
92 void addResourceBundleTest(TestNode** root);
94 void addResourceBundleTest(TestNode** root)
96 addTest(root, &TestConstruction1, "tsutil/crestst/TestConstruction1");
97 addTest(root, &TestOpenDirect, "tsutil/crestst/TestOpenDirect");
98 addTest(root, &TestResourceBundles, "tsutil/crestst/TestResourceBundles");
99 addTest(root, &TestTable32, "tsutil/crestst/TestTable32");
100 addTest(root, &TestFallback, "tsutil/crestst/TestFallback");
101 addTest(root, &TestAliasConflict, "tsutil/crestst/TestAliasConflict");
102 addTest(root, &TestFileStream, "tsutil/crestst/TestFileStream")
    [all...]
ucsdetst.c 34 void addUCsdetTest(TestNode** root);
36 void addUCsdetTest(TestNode** root)
38 addTest(root, &TestConstruction, "ucsdetst/TestConstruction");
39 addTest(root, &TestUTF8, "ucsdetst/TestUTF8");
40 addTest(root, &TestUTF16, "ucsdetst/TestUTF16");
41 addTest(root, &TestC1Bytes, "ucsdetst/TestC1Bytes");
42 addTest(root, &TestInputFilter, "ucsdetst/TestInputFilter");
43 addTest(root, &TestChaining, "ucsdetst/TestErrorChaining");
44 addTest(root, &TestBufferOverflow, "ucsdetst/TestBufferOverflow");
45 addTest(root, &TestIBM424, "ucsdetst/TestIBM424")
    [all...]
utf16tst.c 38 void addUTF16Test(TestNode** root);
41 addUTF16Test(TestNode** root)
43 addTest(root, &TestCodeUnitValues, "utf16tst/TestCodeUnitValues");
44 addTest(root, &TestCharLength, "utf16tst/TestCharLength" );
45 addTest(root, &TestGetChar, "utf16tst/TestGetChar" );
46 addTest(root, &TestNextPrevChar, "utf16tst/TestNextPrevChar" );
47 addTest(root, &TestFwdBack, "utf16tst/TestFwdBack" );
48 addTest(root, &TestSetChar, "utf16tst/TestSetChar" );
49 addTest(root, &TestAppendChar, "utf16tst/TestAppendChar" );
50 addTest(root, &TestAppend, "utf16tst/TestAppend" )
    [all...]
utf8tst.c 73 void addUTF8Test(TestNode** root);
76 addUTF8Test(TestNode** root)
78 addTest(root, &TestCodeUnitValues, "utf8tst/TestCodeUnitValues");
79 addTest(root, &TestCharLength, "utf8tst/TestCharLength" );
80 addTest(root, &TestGetChar, "utf8tst/TestGetChar" );
81 addTest(root, &TestNextPrevChar, "utf8tst/TestNextPrevChar" );
82 addTest(root, &TestFwdBack, "utf8tst/TestFwdBack" );
83 addTest(root, &TestSetChar, "utf8tst/TestSetChar" );
84 addTest(root, &TestAppendChar, "utf8tst/TestAppendChar" );
85 addTest(root, &TestAppend, "utf8tst/TestAppend" )
    [all...]
callcoll.c 196 void addAllCollTest(TestNode** root)
198 addTest(root, &TestPrimary, "tscoll/callcoll/TestPrimary");
199 addTest(root, &TestSecondary, "tscoll/callcoll/TestSecondary");
200 addTest(root, &TestTertiary, "tscoll/callcoll/TestTertiary");
201 addTest(root, &TestIdentical, "tscoll/callcoll/TestIdentical");
202 addTest(root, &TestExtra, "tscoll/callcoll/TestExtra");
203 addTest(root, &TestJB581, "tscoll/callcoll/TestJB581");
204 addTest(root, &TestVariableTop, "tscoll/callcoll/TestVariableTop");
205 addTest(root, &TestSurrogates, "tscoll/callcoll/TestSurrogates");
206 addTest(root, &TestInvalidRules, "tscoll/callcoll/TestInvalidRules")
    [all...]
cnormtst.c 24 void addNormTest(TestNode** root) {
121 void addNormTest(TestNode** root);
123 void addNormTest(TestNode** root)
125 addTest(root, &TestAPI, "tscoll/cnormtst/TestAPI");
126 addTest(root, &TestDecomp, "tscoll/cnormtst/TestDecomp");
127 addTest(root, &TestCompatDecomp, "tscoll/cnormtst/TestCompatDecomp");
128 addTest(root, &TestCanonDecompCompose, "tscoll/cnormtst/TestCanonDecompCompose");
129 addTest(root, &TestCompatDecompCompose, "tscoll/cnormtst/CompatDecompCompose");
130 addTest(root, &TestNull, "tscoll/cnormtst/TestNull");
131 addTest(root, &TestQuickCheck, "tscoll/cnormtst/TestQuickCheck")
    [all...]
cstrcase.c 45 /* lowercase with root locale and separate buffers */
57 log_err("error in u_strToLower(root locale)=%ld error=%s string matches: %s\t\nlowerRoot=%s\t\nbuffer=%s\n",
97 log_err("error in u_strToLower(root locale preflighting)=%ld error=%s string matches: %s\n",
110 log_err("error in u_strToLower(root locale dest=NULL)=%ld error=%s\n",
124 log_err("error in u_strToLower(root locale destCapacity=-1)=%ld error=%s buffer[0]==0x%lx\n",
143 /* uppercase with root locale and in the same buffer */
155 log_err("error in u_strToUpper(root locale)=%ld error=%s string matches: %s\n",
365 log_err("error in u_strToTitle(UBRK_CHARACTERS)=%ld error=%s root locale string matches: %s\noutput buffer is {%s}\n",
    [all...]
  /external/skia/src/animator/
SkAnimator.cpp 412 SkAnimator* root = fMaker->getRoot(); local
413 if (root == NULL)
414 root = this;
415 if (root->isTrackingEvents())
416 root->eventDone(evt);
482 SkAnimator* root = fMaker->getRoot(); local
483 if (root) {
484 root->onEventPost(evt, sinkID);
496 SkAnimator* root = fMaker->getRoot(); local
497 if (root) {
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_dsnoop.c 510 * \param root Configuration root
522 snd_config_t *root, snd_config_t *sconf,
590 ret = snd_pcm_open_slave(&spcm, root, sconf, stream,
636 ret = snd_pcm_open_slave(&spcm, root, sconf, stream,
757 * \param root Root configuration node
766 snd_config_t *root, snd_config_t *conf,
775 err = snd_pcm_direct_parse_open_conf(root, conf, stream, &dopen);
787 err = snd_pcm_slave_conf(root, dopen.slave, &sconf, 8
    [all...]
  /system/core/init/
devices.c 503 char *root, *loading, *data, *file1 = NULL, *file2 = NULL; local
509 l = asprintf(&root, SYSFS_PREFIX"%s/", uevent->path);
513 l = asprintf(&loading, "%sloading", root);
517 l = asprintf(&data, "%sdata", root);
545 log_event_print("firmware copy success { '%s', '%s' }\n", root, uevent->firmware);
547 log_event_print("firmware copy failure { '%s', '%s' }\n", root, uevent->firmware);
562 free(root);
617 /* message from non-root user, ignore */
  /libcore/luni/src/test/java/tests/xml/
DomTest.java 471 Element root = document.createElement("menu"); local
472 document.appendChild(root);
475 root.appendChild(entityReference);
1347 Node root = document.getDocumentElement(); local
1358 Node root = document.getDocumentElement(); local
1369 Node root = document.getDocumentElement(); local
1380 Node root = document.getDocumentElement(); local
    [all...]
  /bionic/libc/bionic/
fts.c 74 FTSENT *p, *root; local
102 /* Allocate/initialize root's parent. */
107 /* Allocate/initialize root(s). */
108 for (root = NULL, nitems = 0; *argv; ++argv, ++nitems) {
131 p->fts_link = root;
132 root = p;
135 if (root == NULL)
136 tmp = root = p;
144 root = fts_sort(sp, root, nitems)
    [all...]
  /external/chromium/third_party/icu/source/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...]

Completed in 386 milliseconds

<<21222324252627282930>>