Searched defs:tst (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/i386/ |
H A D | Makefile | 35 ustack/tst.helper.exe := MAPFILE.NED= 37 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o 38 $(LINK.c) -o ustack/tst.helper.exe \ 39 ustack/tst.helper.o ustack/helper_helper.o $(LDLIBS) 45 ustack/tst.annotated.exe: ustack/tst.annotated.o ustack/annotated_helper.o 46 $(LINK.c) -o ustack/tst.annotated.exe \ 47 ustack/tst.annotated.o ustack/annotated_helper.o $(LDLIBS)
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/ |
H A D | Makefile | 33 pid/tst.br.o := ASFLAGS += -xarch=v8plus 35 all: ustack/tst.helper.exe ustack/tst.annotated.exe 37 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o 38 $(LINK.c) -o ustack/tst.helper.exe \ 39 ustack/tst.helper.o ustack/helper_helper.o $(LDLIBS) 45 ustack/tst.annotated.exe: ustack/tst.annotated.o ustack/annotated_helper.o 46 $(LINK.c) -o ustack/tst [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/ |
H A D | Makefile | 42 fasttrap/tst.fasttrap.exe := LDLIBS += -ldtrace 43 fasttrap/tst.stack.exe := LDLIBS += -ldtrace 45 sysevent/tst.post.exe := LDLIBS += -lsysevent 46 sysevent/tst.post_chan.exe := LDLIBS += -lsysevent 48 ustack/tst.bigstack.exe := COPTFLAG += -xO1 55 nfs/tst.call.exe: nfs/tst.call.o nfs/$(SNOOPOBJS) 56 $(LINK.c) -o $@ nfs/tst.call.o nfs/$(SNOOPOBJS) $(LDLIBS) -lnsl 63 nfs/tst.call3.exe: nfs/tst [all...] |
/vbox/src/VBox/VMM/testcase/ |
H A D | tstVMMR0CallHost-1.cpp | 101 void tst(int iFrom, int iTo, int iInc) function 159 tst(0, 7000, 1); 161 tst(7599, 0, -1);
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | testRegexp.c | 185 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 D | runsuite.c | 370 installResources(xmlNodePtr tst, const xmlChar *base) { argument 380 xmlNodeDump(buf, tst->doc, tst, 0, 0); 382 while (tst != NULL) { 383 test = getNext(tst, "./*"); 387 name = getString(tst, "string(@name)"); 398 tst = getNext(tst, "following-sibling::resource[1]"); 405 installDirs(xmlNodePtr tst, const xmlChar *base) { argument 409 name = getString(tst, "strin 431 xsdTestCase(xmlNodePtr tst) argument [all...] |
H A D | SAX2.c | 1462 xmlAttributePtr tst; local 1464 tst = xmlGetDtdQAttrDesc(ctxt->myDoc->intSubset, 1467 if ((tst == attr) || (tst == NULL)) {
|
H A D | encoding.c | 1332 unsigned short int tst = 0x1234; local 1333 unsigned char *ptr = (unsigned char *) &tst;
|
H A D | runtest.c | 4272 launchTests(testDescPtr tst) { argument 4279 if (tst == NULL) return(-1); 4280 if (tst->in != NULL) { 4284 glob(tst->in, GLOB_DOOFFS, NULL, &globbuf); 4288 if (tst->suffix != NULL) { 4289 result = resultFilename(globbuf.gl_pathv[i], tst->out, 4290 tst->suffix); 4298 if (tst->err != NULL) { 4299 error = resultFilename(globbuf.gl_pathv[i], tst->out, 4300 tst [all...] |
H A D | valid.c | 4157 xmlElementPtr tst; local 4222 tst = xmlGetDtdElementDesc(doc->intSubset, elem->name); 4223 if ((tst != NULL ) && (tst != elem) && 4224 ((tst->prefix == elem->prefix) || 4225 (xmlStrEqual(tst->prefix, elem->prefix))) && 4226 (tst->etype != XML_ELEMENT_TYPE_UNDEFINED)) { 4232 tst = xmlGetDtdElementDesc(doc->extSubset, elem->name); 4233 if ((tst != NULL ) && (tst ! [all...] |
H A D | tree.c | 5674 xmlNsPtr tst; local 5682 tst = node->nsDef; 5683 while (tst != NULL) { 5684 if ((tst->prefix == NULL) 5687 if ((tst->prefix != NULL) 5689 && (xmlStrEqual(tst->prefix, prefix))) 5691 tst = tst->next;
|
Completed in 116 milliseconds