Searched defs:tst (Results 1 - 15 of 15) sorted by relevance

/external/e2fsprogs/lib/uuid/
H A Dtst_uuid.c60 uuid_t buf, tst; local
130 uuid_parse(str, tst);
131 if (!uuid_compare(buf, tst))
137 uuid_clear(tst);
138 if (uuid_is_null(tst))
144 uuid_copy(buf, tst);
145 if (!uuid_compare(buf, tst))
/external/webkit/WebCore/xml/
H A DXSLTUnicodeSort.cpp86 int tst; local
179 tst = 1;
186 tst = 0;
188 tst = -1;
190 tst = 1;
193 tst = 0;
196 tst = 1;
197 else tst = -1;
201 tst = collator.collate(str1.characters(), str1.length(), str2.characters(), str2.length());
204 tst
[all...]
/external/bluetooth/bluez/sbc/
H A Dsbctester.c92 fprintf(csv, "ref channel %d;tst channel %d;", j, j);
276 char *tst; local
294 tst = argv[2];
304 printf("opening testfile %s\n", tst);
305 sndtst = sf_open(tst, SFM_READ, &infostst);
/external/chromium/third_party/icu/source/test/intltest/
H A Dcaltest.cpp1473 UDate tst, original; local
1479 tst=sdf->parse(us,errorCode);
1482 tstres->setTime(tst, errorCode);
1487 sdf->format(Formattable(tst,Formattable::kIsDate), us, errorCode);
1490 if(original!=tst) {
1496 sdf->format(Formattable(tst, Formattable::kIsDate), us, errorCode);
/external/icu4c/test/intltest/
H A Dcaltest.cpp1518 UDate tst, original; local
1524 tst=sdf->parse(us,errorCode);
1527 tstres->setTime(tst, errorCode);
1532 sdf->format(Formattable(tst,Formattable::kIsDate), us, errorCode);
1535 if(original!=tst) {
1541 sdf->format(Formattable(tst, Formattable::kIsDate), us, errorCode);
/external/libxml2/
H A DSAX2.c1474 xmlAttributePtr tst; local
1476 tst = xmlGetDtdQAttrDesc(ctxt->myDoc->intSubset,
1479 if ((tst == attr) || (tst == NULL)) {
H A Dencoding.c1384 unsigned short int tst = 0x1234; local
1385 unsigned char *ptr = (unsigned char *) &tst;
H A Dvalid.c4280 xmlElementPtr tst; local
4345 tst = xmlGetDtdElementDesc(doc->intSubset, elem->name);
4346 if ((tst != NULL ) && (tst != elem) &&
4347 ((tst->prefix == elem->prefix) ||
4348 (xmlStrEqual(tst->prefix, elem->prefix))) &&
4349 (tst->etype != XML_ELEMENT_TYPE_UNDEFINED)) {
4355 tst = xmlGetDtdElementDesc(doc->extSubset, elem->name);
4356 if ((tst != NULL ) && (tst !
[all...]
H A Dtree.c5919 xmlNsPtr tst; local
5927 tst = node->nsDef;
5928 while (tst != NULL) {
5929 if ((tst->prefix == NULL)
5932 if ((tst->prefix != NULL)
5934 && (xmlStrEqual(tst->prefix, prefix)))
5936 tst = tst->next;
/external/v8/src/arm/
H A Dassembler-arm.h662 void tst(Register src1, const Operand& src2, Condition cond = al);
663 void tst(Register src1, Register src2, Condition cond = al) { function in class:v8::internal::Assembler
664 tst(src1, Operand(src2), cond);
H A Dassembler-thumb2.h662 void tst(Register src1, const Operand& src2, Condition cond = al);
663 void tst(Register src1, Register src2, Condition cond = al) { function in class:v8::internal::Assembler
664 tst(src1, Operand(src2), cond);
H A Dassembler-arm.cc963 void Assembler::tst(Register src1, const Operand& src2, Condition cond) { function in class:v8::internal::Assembler
H A Dassembler-thumb2.cc943 void Assembler::tst(Register src1, const Operand& src2, Condition cond) { function in class:v8::internal::Assembler
/external/iproute2/misc/
H A Dss.c1900 struct tcpstat tst; local
1901 tst.local.family = AF_UNIX;
1902 tst.remote.family = AF_UNIX;
1903 memcpy(tst.local.data, &s->name, sizeof(s->name));
1905 memset(tst.remote.data, 0, sizeof(peer));
1907 memcpy(tst.remote.data, &peer, sizeof(peer));
1908 if (run_ssfilter(f->f, &tst) == 0)
2042 struct tcpstat tst; local
2043 tst.local.family = AF_PACKET;
2044 tst
2110 struct tcpstat tst; local
[all...]
/external/webkit/JavaScriptCore/assembler/
H A DARMv7Assembler.h1376 void tst(RegisterID rn, ARMThumbImmediate imm) function in class:JSC::ARMv7Assembler
1384 void tst(RegisterID rn, RegisterID rm, ShiftTypeAndAmount shift) function in class:JSC::ARMv7Assembler
1391 void tst(RegisterID rn, RegisterID rm) function in class:JSC::ARMv7Assembler
1394 tst(rn, rm, ShiftTypeAndAmount());

Completed in 220 milliseconds