/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/ |
FormatFlagsConversionMismatchExceptionTest.java | 67 char conversion = 'T'; local 69 flags, conversion); 84 char conversion = 'T'; local 88 flags, conversion); 89 assertEquals(conversion, formatFlagsConversionMismatchException 105 char conversion = 'T'; local 107 flags, conversion); 124 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:__anon1314
|
/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:__anon1676
|
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:__anon1678
|
/packages/apps/Email/src/com/android/email/activity/ |
UpgradeAccounts.java | 69 * to abandon the conversion and let the account be deleted. We never want to get stuck here, and 134 // Start the big conversion engine 344 * Everything above was UI plumbing. This is the meat of this class - a conversion 363 // threads. this is used in case we wind up relaunching during a conversion. 416 * to force conversion of one or another type only. 463 * @return conversion operations estimate, or -1 if there's any problem 558 Log.d(Email.LOG_TAG, "No conversion, account exists: " + account.getDescription()); 595 // Now record the conversion, to come back and do the messages 596 FolderConversion conversion = new FolderConversion(folder, mailbox); local 597 conversions.add(conversion); [all...] |