/external/icu4c/layout/ |
GlyphIterator.h | 72 LEGlyphID *insertGlyphs(le_int32 count, LEErrorCode& success);
|
LEFontInstance.h | 132 * @param success - set to an error code if the arguments are illegal, or no font 144 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
|
/external/skia/src/utils/ |
SkInterpolator.cpp | 180 bool success = ~index == SkTSearch<SkMSec>(&fTimes->fTime, index, time, local 182 SkASSERT(success); 183 if (success) { 190 return success;
|
/frameworks/base/cmds/stagefright/ |
record.cpp | 204 bool success = meta->findInt32(kKeyWidth, &width); 205 success = success && meta->findInt32(kKeyHeight, &height); 206 CHECK(success);
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteCursor.java | 341 boolean success; 354 success = true; 356 success = false; 371 if (success) {
|
/frameworks/base/core/tests/coretests/src/android/os/ |
MessageQueueTest.java | 50 success(); method
|
MessengerTest.java | 89 success(); method
|
/frameworks/base/services/java/com/android/server/ |
SystemBackupAgent.java | 70 boolean success = false;
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_rt.h | 36 int success; member in struct:PERF_RTdata_uptime
|
/system/core/fastboot/ |
usb_osx.c | 55 int success; member in struct:usb_handle 66 * success, -1 on failure. */ 222 handle->success = 1; 260 * success, -1 on failure. 373 /** Initializes the USB system. Returns 0 on success, -1 on error. */ 381 h.success = 0; 426 if (h.success) {
|
/external/chromium/base/ |
time_win.cc | 201 BOOL success = TRUE; local 204 success = FileTimeToLocalFileTime(&utc_ft, &ft); 210 if (!success || !FileTimeToSystemTime(&ft, &st)) {
|
/external/chromium/third_party/icu/public/i18n/unicode/ |
msgfmt.h | 75 * {@link #format(const Formattable* arguments, const UnicodeString *argumentNames, int32_t cnt, UnicodeString& appendTo, FieldPosition& status, int32_t recursionProtection, UErrorCode& success)}, 84 * U_ARGUMENT_TYPE_MISMATCH if there is a status/success field in the method. 90 * {@link #format(const Formattable* source,int32_t cnt,UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success)}, 91 * {@link #format(const UnicodeString& pattern,const Formattable* arguments,int32_t cnt,UnicodeString& appendTo,UErrorCode& success)}, 92 * {@link #format(const Formattable& source, UnicodeString& appendTo,FieldPosition& ignore, UErrorCode& success)}, 93 * {@link #format(const Formattable* arguments, int32_t cnt, UnicodeString& appendTo, FieldPosition& status, int32_t recursionProtection,UErrorCode& success)}, 133 * UErrorCode success = U_ZERO_ERROR; 134 * GregorianCalendar cal(success); 137 * Formattable( (Date) cal.getTime(success), Formattable::kIsDate), 144 * arguments, 3, result, success ); [all...] |
/external/chromium/third_party/icu/source/i18n/ |
indiancal.cpp | 41 IndianCalendar::IndianCalendar(const Locale& aLocale, UErrorCode& success) 42 : Calendar(TimeZone::createDefault(), aLocale, success) 44 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
japancal.cpp | 293 JapaneseCalendar::JapaneseCalendar(const Locale& aLocale, UErrorCode& success) 294 : GregorianCalendar(aLocale, success) 296 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
persncal.cpp | 190 PersianCalendar::PersianCalendar(const Locale& aLocale, UErrorCode& success) 191 : Calendar(TimeZone::createDefault(), aLocale, success) 193 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
/external/icu4c/i18n/ |
indiancal.cpp | 41 IndianCalendar::IndianCalendar(const Locale& aLocale, UErrorCode& success) 42 : Calendar(TimeZone::createDefault(), aLocale, success) 44 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
japancal.cpp | 293 JapaneseCalendar::JapaneseCalendar(const Locale& aLocale, UErrorCode& success) 294 : GregorianCalendar(aLocale, success) 296 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
persncal.cpp | 190 PersianCalendar::PersianCalendar(const Locale& aLocale, UErrorCode& success) 191 : Calendar(TimeZone::createDefault(), aLocale, success) 193 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. local
|
/external/icu4c/i18n/unicode/ |
msgfmt.h | 91 * {@link #format(const Formattable* source, int32_t count, UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success)}, 92 * {@link #format(const UnicodeString& pattern,const Formattable* arguments,int32_t cnt,UnicodeString& appendTo,UErrorCode& success)}, 93 * {@link #format(const Formattable& source, UnicodeString& appendTo, FieldPosition& ignore, UErrorCode& success)}, 94 * {@link #format(const Formattable* arguments, int32_t cnt, UnicodeString& appendTo, FieldPosition& status, int32_t recursionProtection,UErrorCode& success)}, 133 * UErrorCode success = U_ZERO_ERROR; 134 * GregorianCalendar cal(success); 137 * Formattable( (Date) cal.getTime(success), Formattable::kIsDate), 144 * arguments, 3, result, success ); 157 * success = U_ZERO_ERROR; 161 * "The disk \"{1}\" contains {0} file(s).", success ); [all...] |
/external/icu4c/test/intltest/ |
simplethread.cpp | 232 bool success; local 239 success = GetExitCodeThread(imp->fHandle, &threadExitCode) != 0; 240 if (! success) {
|
/external/webkit/WebCore/platform/graphics/skia/ |
ImageBufferSkia.cpp | 58 ImageBuffer::ImageBuffer(const IntSize& size, ImageColorSpace imageColorSpace, bool& success) 63 success = false; 77 success = true;
|
/external/webkit/WebCore/platform/qt/ |
ClipboardQt.cpp | 125 String ClipboardQt::getData(const String& type, bool& success) const 129 success = false; 135 success = !data.isEmpty();
|
/libcore/luni/src/test/java/tests/api/java/util/concurrent/ |
AbstractQueuedLongSynchronizerTest.java | 156 } catch (NullPointerException success) {} 448 } catch (IllegalMonitorStateException success) {} 460 } catch (IllegalMonitorStateException success) {} 530 } catch (NullPointerException success) {} 541 } catch (NullPointerException success) {} 553 } catch (NullPointerException success) {} 567 } catch (IllegalArgumentException success) {} 579 } catch (IllegalMonitorStateException success) {} 593 } catch (IllegalArgumentException success) {} 605 } catch (IllegalMonitorStateException success) {} [all...] |
AbstractQueuedSynchronizerTest.java | 153 } catch (NullPointerException success) {} 446 } catch (IllegalMonitorStateException success) {} 458 } catch (IllegalMonitorStateException success) {} 528 } catch (NullPointerException success) {} 539 } catch (NullPointerException success) {} 551 } catch (NullPointerException success) {} 565 } catch (IllegalArgumentException success) {} 577 } catch (IllegalMonitorStateException success) {} 591 } catch (IllegalArgumentException success) {} 603 } catch (IllegalMonitorStateException success) {} [all...] |
AtomicIntegerFieldUpdaterTest.java | 32 } catch (RuntimeException success) {} 44 } catch (RuntimeException success) {} 56 } catch (RuntimeException success) {}
|