HomeSort by relevance Sort by last modified time
    Searched refs:dstr (Results 1 - 9 of 9) sorted by null

  /external/e2fsprogs/lib/blkid/
cache.c 89 char *dstr = getenv("BLKID_DEBUG"); local
91 if (dstr)
92 blkid_debug_mask = strtoul(dstr, 0, 0);
  /external/e2fsprogs/lib/et/
error_message.c 230 char *dstr, *fn, *tmp; local
236 dstr = getenv("COMERR_DEBUG");
237 if (dstr) {
238 debug_mask = strtoul(dstr, &tmp, 0);
  /external/chromium_org/third_party/icu/source/i18n/
vtzone.cpp 1463 UnicodeString *dstr; local
2259 UnicodeString dstr; local
2293 UnicodeString dstr; local
2413 UnicodeString dstr; local
2535 UnicodeString dstr; local
2591 UnicodeString dstr; local
    [all...]
  /external/icu/icu4c/source/i18n/
vtzone.cpp 1469 UnicodeString *dstr; local
2275 UnicodeString dstr; local
2309 UnicodeString dstr; local
2429 UnicodeString dstr; local
2551 UnicodeString dstr; local
2607 UnicodeString dstr; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 2914 UnicodeString dstr; local
    [all...]
numrgts.cpp 594 UnicodeString dstr; local
598 dstr = df->format(d.getDouble(), dstr, fp);
599 if (dstr != UnicodeString("123.55456")) {
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 1332 typedef char dstr[40]; typedef
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
numrgts.cpp 589 UnicodeString dstr; local
593 dstr = df->format(d.getDouble(), dstr, fp);
594 if (dstr != UnicodeString("123.55456")) {
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
test1.c 789 struct dstr { struct
796 ** Append text to a dstr
798 static void dstrAppend(struct dstr *p, const char *z, int divider){
822 struct dstr *p = (struct dstr*)pData;
850 struct dstr x;
    [all...]

Completed in 1041 milliseconds