/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmSMSDispatcher.java | 253 * The result code will be <code>Activity.RESULT_OK<code> for success, 375 protected void acknowledgeLastIncomingSms(boolean success, int result, Message response){ 378 mCm.acknowledgeLastIncomingGsmSms(success, resultToCause(result), response); 386 // Cause code is ignored on success.
|
/dalvik/vm/reflect/ |
Annotation.c | 374 * Returns "true" on success, "false" if the value could not be processed 675 bool success; local 677 success = dvmCopyObjectArray(newArray, srcArray, dstElemClass); 679 success = dvmUnboxObjectArray(newArray, srcArray, dstElemClass); 681 if (!success) { 953 * Returns "true" on success, "false" on parsing failure. [all...] |
/external/chromium/net/disk_cache/ |
backend_impl.cc | 691 bool success = false; local 707 success = true; 711 DCHECK(success); 712 if (!success) [all...] |
/external/chromium/third_party/icu/source/test/cintltst/ |
reapits.c | 70 UBool success; local 74 success = (strcmp((expected), buf_inside_macro) == 0); 78 success = (strncmp((expected), buf_inside_macro, len) == 0); 80 if (success == FALSE) { [all...] |
/external/webkit/JavaScriptCore/yarr/ |
RegexJIT.cpp | 935 Jump success = jump(); local 1013 Jump success = jump(); local [all...] |
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
dhd.h | 262 extern void dhd_txcomplete(dhd_pub_t *dhdp, void *txp, bool success);
|
/packages/apps/Contacts/src/com/android/contacts/ui/ |
EditContactActivity.java | 728 // Something went wrong, bail without success 816 private void onSaveCompleted(boolean success, int saveMode, Uri contactLookupUri) { 819 if (success && contactLookupUri != null) { [all...] |
/cts/tools/host/src/com/android/cts/ |
ConsoleUi.java | 641 boolean success = false; 642 while (!success) { 647 success = true; [all...] |
/external/chromium/third_party/icu/source/test/intltest/ |
tsmthred.cpp | 275 bool success; local 282 success = GetExitCodeThread(imp->fHandle, &threadExitCode) != 0; 283 if (! success) { [all...] |
/external/gtest/src/ |
gtest-death-test.cc | 102 "which a success code may be sent, all separated by " 461 // its success), so it's okay to call this in the parent before or 740 // its success), so it's okay to call this in the parent before 783 // Assesses the success or failure of a death test, using both private 815 bool success = false; local 831 success = true; 849 return success; [all...] |
/external/protobuf/gtest/src/ |
gtest-death-test.cc | 102 "which a success code may be sent, all separated by " 378 // its success), so it's okay to call this in the parent before 425 // Assesses the success or failure of a death test, using both private 453 bool success = false; local 470 success = true; 488 return success; [all...] |
/external/webkit/WebKit/qt/Api/ |
qgraphicswebview.cpp | 122 void _q_doLoadFinished(bool success); 209 void QGraphicsWebViewPrivate::_q_doLoadFinished(bool success) 215 emit q->loadFinished(success);
|
/frameworks/base/libs/binder/ |
IPCThreadState.cpp | 191 out << ": " << res << (res ? " (SUCCESS)" : " (FAILURE)"); 244 out << ": " << res << (res ? " (SUCCESS)" : " (FAILURE)"); 594 handle, result == NO_ERROR ? "SUCCESS" : "FAILURE"); 944 const bool success = refs->attemptIncStrong(mProcess.get()); local 945 LOG_ASSERT(success && refs->refBase() == obj, 950 mOut.writeInt32((int32_t)success); [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/ |
AvdSelector.java | [all...] |
/packages/apps/Phone/src/com/android/phone/ |
CallFeaturesSetting.java | 716 * success/failure messages from the telephony layer) and it's [all...] |
/dalvik/vm/mterp/out/ |
InterpAsm-x86.S | 727 cmpl %eax,%ecx # same class (trivial success)? 760 cmpl %eax,%ecx # same class (trivial success)? [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | 447 return \textbf{CRYPT\_OK} on success. To test a particular cipher against test vectors\footnote{As published in their design papers.} [all...] |
/external/v8/src/ |
debug-debugger.js | 1109 this.success = true; 1124 this.success = false; 1143 if (this.success) { 1144 json.success = this.success; 1146 json.success = false; [all...] |
/external/chromium/net/base/ |
net_util_unittest.cc | 1133 bool success; member in struct:__anon2383 [all...] |
/external/chromium/third_party/icu/source/i18n/ |
timezone.cpp | 1019 U_DEBUG_TZ_MSG(("cEI: success (size %d, key %s)..\n", size, ures_getKey(&res))); 1286 UErrorCode success = U_ZERO_ERROR; local [all...] |
/external/guava/src/com/google/common/collect/ |
CustomConcurrentHashMap.java | [all...] |
/external/icu4c/i18n/ |
timezone.cpp | 1175 UErrorCode success = U_ZERO_ERROR; local [all...] |
/external/libxml2/ |
schematron.c | 1047 /* Success, push the include for rollback on exit */ [all...] |
/external/v8/src/x64/ |
regexp-macro-assembler-x64.cc | 374 // Check if function returned non-zero for success or zero for failure. 377 // On success, increment position by length of capture. 440 // Success. 509 Label success; 511 __ j(equal, &success); 516 __ bind(&success); 785 __ movq(rax, Immediate(SUCCESS)); [all...] |
/frameworks/base/core/java/android/app/ |
SearchDialog.java | 237 boolean success = doShow(initialQuery, selectInitialQuery, componentName, appSearchData); 238 if (success) { 243 return success; [all...] |