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

  /frameworks/compile/libbcc/runtime/test/timing/
timing.h 8 static double conversion = 0.0; local
10 if( 0.0 == conversion )
23 conversion = (double) freq * (1e-9 * (double) info.numer / (double) info.denom);
26 return (double) rawTime * conversion;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
FormatFlagsConversionMismatchExceptionTest.java 48 char conversion = 'T'; local
50 flags, conversion);
59 char conversion = 'T'; local
61 flags, conversion);
62 assertEquals(conversion, formatFlagsConversionMismatchException
72 char conversion = 'T'; local
74 flags, conversion);
91 assertEquals("Conversion", initEx.getConversion(), desrEx
  /external/bluetooth/glib/glib/gnulib/
printf-parse.h 47 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon2080
  /external/e2fsprogs/intl/
printf-parse.h 48 char conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon5596
wprintf-parse.h 48 wchar_t conversion; /* d i o u x X f e E g G c s p n U % but not C S */ member in struct:__anon5598
  /external/icu4c/i18n/
ucol_tok.cpp 634 char conversion[64]; local
682 u_UCharsToChars(current, conversion, tokenLength);
683 conversion[tokenLength] = '\0';
684 src->reorderCodes[codeIndex] = ucol_findReorderingEntry(conversion);
686 src->reorderCodes[codeIndex] = u_getPropertyValueEnum(UCHAR_SCRIPT, conversion);
    [all...]
  /external/v8/src/
objects-inl.h 858 union conversion { union
878 union conversion { union
    [all...]

Completed in 399 milliseconds