/frameworks/compile/libbcc/runtime/lib/ |
gcc_personality_v0.c | 45 void (*exception_cleanup)(_Unwind_Reason_Code reason,
|
/system/bluetooth/bluez-clean-headers/bluetooth/ |
l2cap.h | 91 uint16_t reason; member in struct:__anon25663
|
/dalvik/vm/alloc/ |
Heap.cpp | 660 spec->reason, 671 spec->reason,
|
/external/apache-http/src/org/apache/http/message/ |
BasicLineParser.java | 428 //handle the Reason-Phrase 451 * @param reason the reason phrase 457 final String reason) { 458 return new BasicStatusLine(ver, status, reason);
|
/external/chromium/chrome/browser/extensions/ |
extension_service.h | 301 UnloadedExtensionInfo::Reason reason); 513 UnloadedExtensionInfo::Reason reason);
|
/external/icu4c/common/unicode/ |
ucnv.h | 149 * Called when an error has occured in conversion to unicode, or on open/close of the callback (see reason). 154 * @param reason Defines the reason the callback was invoked 167 UConverterCallbackReason reason, 172 * Called when an error has occured in conversion from unicode, or on open/close of the callback (see reason). 178 * @param reason Defines the reason the callback was invoked 191 UConverterCallbackReason reason, [all...] |
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLModElement01.js | 79 the reason for the change.
|
HTMLModElement03.js | 79 the reason for the change.
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLModElement01.js | 79 the reason for the change.
|
HTMLModElement03.js | 79 the reason for the change.
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ucnv.h | 148 * Called when an error has occured in conversion to unicode, or on open/close of the callback (see reason). 153 * @param reason Defines the reason the callback was invoked 163 UConverterCallbackReason reason, 168 * Called when an error has occured in conversion from unicode, or on open/close of the callback (see reason). 174 * @param reason Defines the reason the callback was invoked 184 UConverterCallbackReason reason, [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ucnv.h | 148 * Called when an error has occured in conversion to unicode, or on open/close of the callback (see reason). 153 * @param reason Defines the reason the callback was invoked 163 UConverterCallbackReason reason, 168 * Called when an error has occured in conversion from unicode, or on open/close of the callback (see reason). 174 * @param reason Defines the reason the callback was invoked 184 UConverterCallbackReason reason, [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
ValidateLimitations.cpp | 143 const char *reason, const char* token) 147 mSink << "'" << token << "' : " << reason << "\n"; local
|
glslang.l | 527 void yyerror(TParseContext* context, const char* reason) { 531 context->error(yylineno, reason, "unexpected EOF", ""); 533 context->error(yylineno, reason, yytext, "");
|
/external/webkit/Source/WebCore/icu/unicode/ |
ucnv.h | 148 * Called when an error has occured in conversion to unicode, or on open/close of the callback (see reason). 153 * @param reason Defines the reason the callback was invoked 163 UConverterCallbackReason reason, 168 * Called when an error has occured in conversion from unicode, or on open/close of the callback (see reason). 174 * @param reason Defines the reason the callback was invoked 184 UConverterCallbackReason reason, [all...] |
/frameworks/base/core/java/android/view/ |
IWindowManager.aidl | 121 void closeSystemDialogs(String reason);
|
/packages/apps/Contacts/src/com/android/contacts/vcard/ |
NotificationImportExportListener.java | 285 * @param reason The reason why the import has failed. Shown in description field. 288 Context context, String reason) { 293 .setContentText(reason)
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
Parser.java | 140 EasParserException(String reason) { 141 super(reason);
|
/external/gtest/src/ |
gtest-death-test.cc | 407 virtual void Abort(AbortReason reason); 518 void WindowsDeathTest::Abort(AbortReason reason) { 525 reason == TEST_DID_NOT_DIE ? kDeathTestLived : kDeathTestReturned; 645 virtual void Abort(AbortReason reason); 857 void ForkingDeathTest::Abort(AbortReason reason) { 862 reason == TEST_DID_NOT_DIE ? kDeathTestLived : kDeathTestReturned; [all...] |
/external/wpa_supplicant_8/src/ap/ |
sta_info.c | 529 u16 reason) 542 mlme_disassociate_indication(hapd, sta, reason); 547 u16 reason) 560 mlme_deauthenticate_indication(hapd, sta, reason); 780 const u8 *addr, u16 reason) 787 hostapd_drv_sta_deauth(hapd, addr, reason);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ |
jsref.js | 47 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "; 66 this.reason = ""; 115 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value "; 208 print(beginTag + 'REASON' + endTag); 226 testcases[tc].reason = msg; 230 ": " + testcases[tc].reason );
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmMmiCode.java | 654 int reason = scToCallForwardReason(sc); local 659 reason, serviceClass, dialingNumber, 677 (((reason == CommandsInterface.CF_REASON_UNCONDITIONAL) || 678 (reason == CommandsInterface.CF_REASON_ALL)) && 687 phone.mCM.setCallForward(cfAction, reason, serviceClass, [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
sessionmessages.cc | 782 term->reason = reason_elem->Name().LocalPart(); 795 term->reason = reason_elem->Name().LocalPart(); 807 buzz::QName(true, NS_GINGLE, term.reason))); 809 if (!term.reason.empty()) { 812 buzz::QName(true, NS_JINGLE, term.reason))); [all...] |
/external/dhcpcd/ |
configure.c | 179 e = strlen("reason") + strlen(iface->state->reason) + 2; 181 snprintf(env[1], e, "reason=%s", iface->state->reason); 216 strcmp(iface->state->reason, "CARRIER") == 0) 223 strcmp(iface->state->reason, "NOCARRIER") == 0) 306 syslog(LOG_DEBUG, "%s: executing `%s', reason %s", 307 iface->name, argv[0], iface->state->reason);
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
HeaderFactoryImpl.java | 793 * Creates a new ReasonHeader based on the newly supplied reason value. 812 Reason reason = new Reason(); local 813 reason.setProtocol(protocol); 814 reason.setCause(cause); 815 reason.setText(text); 817 return reason; [all...] |