/external/protobuf/src/google/protobuf/ |
descriptor_database.cc | 203 bool success = false; local 208 success = true; 211 return success; 356 // Success! 523 bool success = false; local 529 success = true; 537 return success;
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
CertInstaller.java | 246 final boolean success = mCredentials.extractPkcs12(password); 250 MyAction action = new OnExtractionDoneAction(success); 263 void onExtractionDone(boolean success) { 266 if (success) { 423 OnExtractionDoneAction(boolean success) { 424 mSuccess = success;
|
/external/chromium/third_party/icu/source/i18n/ |
calendar.cpp | 638 Calendar::Calendar(UErrorCode& success) 652 success = U_MEMORY_ALLOCATION_ERROR; 654 setWeekCountData(Locale::getDefault(), NULL, success); local 659 Calendar::Calendar(TimeZone* zone, const Locale& aLocale, UErrorCode& success) 675 success = U_ILLEGAL_ARGUMENT_ERROR; 682 setWeekCountData(aLocale, NULL, success); 687 Calendar::Calendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success) 701 success = U_MEMORY_ALLOCATION_ERROR; 703 setWeekCountData(aLocale, NULL, success); 754 Calendar::createInstance(UErrorCode& success) 874 c->setTimeInMillis(getNow(), success); \/\/ let the new calendar have the current time. local [all...] |
ethpccal.cpp | 30 UErrorCode& success, 32 : CECalendar(aLocale, success),
|
/external/icu4c/i18n/ |
calendar.cpp | 639 Calendar::Calendar(UErrorCode& success) 653 success = U_MEMORY_ALLOCATION_ERROR; 655 setWeekData(Locale::getDefault(), NULL, success); local 660 Calendar::Calendar(TimeZone* zone, const Locale& aLocale, UErrorCode& success) 676 success = U_ILLEGAL_ARGUMENT_ERROR; 683 setWeekData(aLocale, NULL, success); 688 Calendar::Calendar(const TimeZone& zone, const Locale& aLocale, UErrorCode& success) 702 success = U_MEMORY_ALLOCATION_ERROR; 704 setWeekData(aLocale, NULL, success); 759 Calendar::createInstance(UErrorCode& success) 879 c->setTimeInMillis(getNow(), success); \/\/ let the new calendar have the current time. local [all...] |
ethpccal.cpp | 30 UErrorCode& success, 32 : CECalendar(aLocale, success),
|
/libcore/luni/src/test/java/tests/api/java/util/concurrent/ |
ReentrantLockTest.java | 98 } catch (IllegalMonitorStateException success) {} 195 } catch (NullPointerException success) {} 387 } catch (IllegalMonitorStateException success) {} 399 } catch (IllegalMonitorStateException success) {} 467 } catch (NullPointerException success) {} 478 } catch (NullPointerException success) {} 490 } catch (NullPointerException success) {} 504 } catch (IllegalArgumentException success) {} 516 } catch (IllegalMonitorStateException success) {} 530 } catch (IllegalArgumentException success) {} [all...] |
/cts/tests/tests/os/src/android/os/cts/ |
MessageQueueTest.java | 195 success(); method 250 public void success() { method in class:MessageQueueTest.OrderTestHelper
|
/cts/tools/dex-tools/test/dex/reader/util/ |
JavaSourceToDexUtil.java | 95 boolean success = compile.call(); 96 if(!success) {
|
/dalvik/vm/mterp/armv4t/ |
OP_SGET_WIDE.S | 42 cmp r0, #0 @ success?
|
/dalvik/vm/mterp/armv5te/ |
OP_SGET.S | 37 cmp r0, #0 @ success?
|
OP_SGET_WIDE.S | 42 cmp r0, #0 @ success?
|
OP_SPUT.S | 37 cmp r0, #0 @ success?
|
OP_SPUT_OBJECT.S | 22 cmp r0, #0 @ success?
|
/dalvik/vm/mterp/armv6t2/ |
OP_IPUT.S | 25 cmp r0, #0 @ success?
|
/dalvik/vm/mterp/x86/ |
OP_SGET.S | 42 jne .L${opcode}_finish # success, continue
|
OP_SGET_WIDE.S | 43 jne .L${opcode}_finish # success, continue
|
OP_SPUT.S | 42 jne .L${opcode}_finish # success, continue
|
OP_SPUT_WIDE.S | 44 jne .L${opcode}_finish # success, continue
|
/dalvik/vm/mterp/x86-atom/ |
OP_SGET_WIDE.S | 64 jne .L${opcode}_finish # success, continue
|
OP_SPUT_WIDE.S | 64 jne .L${opcode}_finish # success, continue
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
bindings.js | 2 // inputs. There is no notion of "success" for this test, other than
|
/external/chromium/net/flip/ |
flip_framer.cc | 569 int success = deflateInit(compressor_.get(), kCompressorLevel); 570 if (success == Z_OK) 571 success = deflateSetDictionary(compressor_.get(), 574 if (success != Z_OK) 576 return success == Z_OK; 595 int success = inflateInit(decompressor_.get()); 596 if (success != Z_OK) 598 return success == Z_OK;
|
/external/chromium/third_party/icu/public/i18n/unicode/ |
numfmt.h | 64 * UErrorCode success = U_ZERO_ERROR; 65 * NumberFormat* nf = NumberFormat::createInstance(success) 77 * UErrorCode success = U_ZERO_ERROR; 78 * nf = NumberFormat::createInstance( success ); 93 * nf = NumberFormat::createInstance( Locale::FRENCH, success ); 99 * UErrorCode success; 101 * nf->parse(myString, result, success); 235 * @param status Output param filled with success/failure status. 490 * @param success Output param filled with success/failure status [all...] |
/external/e2fsprogs/lib/ext2fs/ |
finddev.c | 110 goto success; 115 success: 123 * pathname on success, and NULL on failure.
|