Searched defs:tst (Results 1 - 25 of 78) sorted by path

1234

/external/clang/lib/Sema/
H A DDeclSpec.cpp1233 TST tst = getTypeSpecType(); local
1234 return isDeclRep(tst) && getRepAsDecl() != nullptr &&
/external/e2fsprogs/lib/uuid/
H A Dtst_uuid.c74 uuid_t buf, tst; local
157 if (uuid_parse(str, tst) < 0) {
161 if (!uuid_compare(buf, tst)) {
167 uuid_clear(tst);
168 if (uuid_is_null(tst))
174 uuid_copy(buf, tst);
175 if (!uuid_compare(buf, tst))
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.cpp1666 UDate tst, original; local
1672 tst=sdf->parse(us,errorCode);
1675 tstres->setTime(tst, errorCode);
1680 sdf->format(Formattable(tst,Formattable::kIsDate), us, errorCode);
1683 if(original!=tst) {
1689 sdf->format(Formattable(tst, Formattable::kIsDate), us, errorCode);
/external/libxml2/
H A DSAX2.c1526 xmlAttributePtr tst; local
1528 tst = xmlGetDtdQAttrDesc(ctxt->myDoc->intSubset,
1531 if ((tst == attr) || (tst == NULL)) {
H A Dencoding.c1389 unsigned short int tst = 0x1234; local
1390 unsigned char *ptr = (unsigned char *) &tst;
H A Drunsuite.c358 installResources(xmlNodePtr tst, const xmlChar *base) { argument
368 xmlNodeDump(buf, tst->doc, tst, 0, 0);
370 while (tst != NULL) {
371 test = getNext(tst, "./*");
375 name = getString(tst, "string(@name)");
386 tst = getNext(tst, "following-sibling::resource[1]");
393 installDirs(xmlNodePtr tst, const xmlChar *base) { argument
397 name = getString(tst, "strin
419 xsdTestCase(xmlNodePtr tst) argument
[all...]
H A Druntest.c4379 launchTests(testDescPtr tst) { argument
4386 if (tst == NULL) return(-1);
4387 if (tst->in != NULL) {
4391 glob(tst->in, GLOB_DOOFFS, NULL, &globbuf);
4395 if (tst->suffix != NULL) {
4396 result = resultFilename(globbuf.gl_pathv[i], tst->out,
4397 tst->suffix);
4405 if (tst->err != NULL) {
4406 error = resultFilename(globbuf.gl_pathv[i], tst->out,
4407 tst
[all...]
H A DtestRegexp.c185 testReduce(xmlExpCtxtPtr ctxt, xmlExpNodePtr expr, const char *tst) { argument
190 sub = xmlExpParse(ctxt, tst);
192 printf("Subset %s failed to parse\n", tst);
H A Dtestlimits.c239 <?tst ?>\
240 <!-- tst -->\
242 <?tst ?>\
243 <!-- tst -->\
247 <?tst ?>\
248 <!-- tst -->\
250 <?tst ?>\
251 <!-- tst -->\
255 <?tst ?>\
256 <!-- tst
1435 launchTests(testDescPtr tst, unsigned int test) argument
[all...]
H A Dtestrecurse.c814 launchTests(testDescPtr tst) { argument
821 if (tst == NULL) return(-1);
822 if (tst->in != NULL) {
826 glob(tst->in, GLOB_DOOFFS, NULL, &globbuf);
830 if (tst->suffix != NULL) {
831 result = resultFilename(globbuf.gl_pathv[i], tst->out,
832 tst->suffix);
840 if (tst->err != NULL) {
841 error = resultFilename(globbuf.gl_pathv[i], tst->out,
842 tst
[all...]
H A Dtree.c6090 xmlNsPtr tst; local
6098 tst = node->nsDef;
6099 while (tst != NULL) {
6100 if ((tst->prefix == NULL)
6103 if ((tst->prefix != NULL)
6105 && (xmlStrEqual(tst->prefix, prefix)))
6107 tst = tst->next;
H A Dvalid.c4231 xmlElementPtr tst; local
4296 tst = xmlGetDtdElementDesc(doc->intSubset, elem->name);
4297 if ((tst != NULL ) && (tst != elem) &&
4298 ((tst->prefix == elem->prefix) ||
4299 (xmlStrEqual(tst->prefix, elem->prefix))) &&
4300 (tst->etype != XML_ELEMENT_TYPE_UNDEFINED)) {
4306 tst = xmlGetDtdElementDesc(doc->extSubset, elem->name);
4307 if ((tst != NULL ) && (tst !
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c115 struct unique *tst; local
117 tst = sym;
119 while (tst->name) {
121 if (tst->value == sym[i].value && tst->duplicate != sym[i].value && strcmp(tst->name, sym[i].name)) { //In case EAGAIN is not equal to EWOULDBLOCK,compare the name
123 tst->name, sym[i].name);
127 tst++;
H A D4-1.c110 struct unique *tst = sym; local
112 while (tst->name) {
113 if (tst->value < 0) {
115 tst->name);
118 tst++;
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sched_h/
H A D10-1.c39 struct unique *tst; local
41 tst = sym;
43 while (tst->name) {
45 if (tst->value == sym[i].value
46 && strcmp(tst->name, sym[i].name)) {
48 tst->name, sym[i].name);
52 tst++;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
H A D3-1.c46 struct unique *tst; local
48 tst = sym;
60 while (tst->name) {
61 if (result == tst->value) {
65 tst++;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
H A D1-1.c46 struct unique *tst; local
48 tst = sym;
49 while (tst->name) {
51 printf("Policy: %s\n", tst->name);
54 policy = tst->value;
68 tst->name);
72 tst++;
84 tst->name);
90 tst->name);
94 tst
[all...]
H A D17-1.c51 struct unique *tst; local
53 tst = sym;
54 while (tst->name) {
55 policy = tst->value;
57 printf("Policy: %s\n", tst->name);
111 tst++;
H A D19-1.c45 struct unique *tst; local
47 tst = sym;
48 while (tst->name) {
49 policy = tst->value;
51 printf("Policy: %s\n", tst->name);
83 tst++;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 505 milliseconds

1234