HomeSort by relevance Sort by last modified time
    Searched defs:tst (Results 1 - 15 of 15) sorted by null

  /external/e2fsprogs/lib/uuid/
tst_uuid.c 60 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/
XSLTUnicodeSort.cpp 86 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 = -tst
    [all...]
  /external/bluetooth/bluez/sbc/
sbctester.c 92 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/libxml2/
SAX2.c 1474 xmlAttributePtr tst; local
    [all...]
encoding.c 1384 unsigned short int tst = 0x1234; local
    [all...]
valid.c 4280 xmlElementPtr tst; local
    [all...]
tree.c 5919 xmlNsPtr tst; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
caltest.cpp 1473 UDate tst, original; local
    [all...]
  /external/icu4c/test/intltest/
caltest.cpp 1518 UDate tst, original; local
    [all...]
  /external/v8/src/arm/
assembler-arm.h 662 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);
    [all...]
assembler-thumb2.h 662 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);
    [all...]
assembler-arm.cc 963 void Assembler::tst(Register src1, const Operand& src2, Condition cond) { function in class:v8::internal::Assembler
    [all...]
assembler-thumb2.cc 943 void Assembler::tst(Register src1, const Operand& src2, Condition cond) { function in class:v8::internal::Assembler
    [all...]
  /external/iproute2/misc/
ss.c 1900 struct tcpstat tst; local
2042 struct tcpstat tst; local
2110 struct tcpstat tst; local
    [all...]
  /external/webkit/JavaScriptCore/assembler/
ARMv7Assembler.h 1376 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
    [all...]

Completed in 538 milliseconds