HomeSort by relevance Sort by last modified time
    Searched full:reason (Results 176 - 200 of 4406) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
GSSExceptionTest.java 78 gssException.setMinor(GSSException.BAD_NAME, "Unclear reason");
89 gssException.setMinor(-1, "Unclear reason");
137 gssException.setMinor(GSSException.BAD_NAME, "Unclear reason");
138 assertEquals("BAD NAME (Unclear reason)", gssException.getMessage() );
143 gssException.setMinor(GSSException.BAD_NAME, "Unclear reason");
144 assertEquals("BAD NAME (Unclear reason)", gssException.getMessage() );
  /external/libnfc-nxp/Linux_x86/
phOsalNfc.c 130 * reason \a reason to stack clients.
133 * \param reason reason for this exception.
136 * On Linux, exception type and reason are passed to the signal handler as
141 void phOsalNfc_RaiseException(phOsalNfc_ExceptionType_t eExceptionType, uint16_t reason)
  /external/libnfc-nxp/src/
phOsalNfc.h 83 * OSAL Exception structure containing exception type and reason.
88 uint16_t reason; member in struct:phOsalNfc_Exception
123 * \param[in] reason additional reason value that gives a vendor specific reason
129 uint16_t reason);
  /external/nist-sip/java/gov/nist/javax/sip/header/
SubscriptionState.java 115 * Gets the reason code of SubscriptionStateHeader.
117 * @return the comment of this SubscriptionStateHeader, return null if no reason code
125 * Sets the reason code value of the SubscriptionStateHeader.
127 * @param reasonCode - the new reason code string value of the SubscriptionStateHeader.
129 * unexpectedly while parsing the reason code.
174 buffer.append(";reason=").append(reasonCode);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/Array/
splice1.js 76 var reason = "";
120 reason = reason + errorMessage;
127 testcase.reason = reason;
145 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
splice2.js 73 var reason = "";
117 reason = reason + errorMessage;
124 if (!passed) testcase.reason = reason;
143 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
CorrectionPanel.mm 83 void CorrectionPanel::dismiss(ReasonForDismissingCorrectionPanel reason)
85 dismissInternal(reason, true);
88 String CorrectionPanel::dismissSoon(ReasonForDismissingCorrectionPanel reason)
93 dismissInternal(reason, true);
101 void CorrectionPanel::dismissInternal(ReasonForDismissingCorrectionPanel reason, bool dismissingExternally)
107 m_reasonForDismissing = reason;
  /external/webkit/Source/WebKit2/UIProcess/mac/
CorrectionPanel.mm 90 void CorrectionPanel::dismiss(ReasonForDismissingCorrectionPanel reason)
92 dismissInternal(reason, true);
95 String CorrectionPanel::dismissSoon(ReasonForDismissingCorrectionPanel reason)
100 dismissInternal(reason, true);
108 void CorrectionPanel::dismissInternal(ReasonForDismissingCorrectionPanel reason, bool dismissingExternally)
114 m_reasonForDismissing = reason;
  /frameworks/base/telephony/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 103 public void notifyDataConnection(Phone sender, String reason, String apnType,
105 doNotifyDataConnection(sender, reason, apnType, state);
108 private void doNotifyDataConnection(Phone sender, String reason, String apnType,
128 sender.isDataConnectivityPossible(apnType), reason, local
141 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) {
143 mRegistry.notifyDataConnectionFailed(reason, apnType);
DataConnectionTracker.java 217 protected static final String INTENT_RECONNECT_ALARM_EXTRA_REASON = "reason";
386 String reason = intent.getStringExtra(INTENT_RECONNECT_ALARM_EXTRA_REASON); local
391 msg.obj = reason;
541 protected abstract void gotoIdleAndNotifyDataConnection(String reason);
543 protected abstract boolean onTrySetupData(String reason);
552 protected abstract void onCleanUpConnection(boolean tearDown, int apnId, String reason);
571 String reason = null; local
573 reason = (String) msg.obj;
575 onTrySetupData(reason);
758 protected void notifyDataConnection(String reason) {
965 String reason = null; local
    [all...]
  /libcore/luni/src/main/java/javax/xml/transform/sax/
SAXTransformerFactory.java 72 * @throws TransformerConfigurationException If for some reason the
86 * @throws TransformerConfigurationException If for some reason the
101 * @throws TransformerConfigurationException If for some reason the
114 * @throws TransformerConfigurationException If for some reason the
128 * @throws TransformerConfigurationException If for some reason the
141 * @throws TransformerConfigurationException If for some reason the
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLExceptionTest.java 477 SQLException object = new SQLException("reason", "SQLState", vendorCode);
519 SQLException se1 = new SQLException("reason", "SQLState", 1);
520 SQLException se2 = new SQLException("reason", "SQLState", 2);
521 SQLException se3 = new SQLException("reason", "SQLState", 3);
522 SQLException se4 = new SQLException("reason", "SQLState", 4);
558 SQLException exception = new SQLException("reason", e);
561 assertEquals("reason", exception.getMessage());
571 SQLException exception = new SQLException("reason", "state", e);
574 assertEquals("reason", exception.getMessage());
585 SQLException exception = new SQLException("reason", "state", 18, e)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePluginStream.cpp 114 NPError NetscapePluginStream::destroy(NPReason reason)
122 if (reason == NPRES_DONE)
126 stop(reason);
278 void NetscapePluginStream::stop(NPReason reason)
285 if (reason == NPRES_DONE && m_deliveryData && !m_deliveryData->isEmpty()) {
300 if (reason == NPRES_DONE) {
330 m_plugin->NPP_DestroyStream(&m_npStream, reason);
332 notifyAndDestroyStream(reason);
340 void NetscapePluginStream::notifyAndDestroyStream(NPReason reason)
347 m_plugin->NPP_URLNotify(m_responseURL.data(), reason, m_notificationData)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmDataConnectionTracker.java 123 String reason = intent.getStringExtra(INTENT_RECONNECT_ALARM_EXTRA_REASON); local
130 apnContext.setReason(reason);
463 private void notifyApnIdUpToCurrent(String reason, ApnContext apnContext, String type) {
470 mPhone.notifyDataConnection(reason, type, Phone.DataState.CONNECTING);
474 mPhone.notifyDataConnection(reason, type, Phone.DataState.CONNECTING);
475 mPhone.notifyDataConnection(reason, type, Phone.DataState.CONNECTED);
592 String reason = ""; local
594 reason += " - gprs= " + gprsState;
596 if (!mPhone.mIccRecords.getRecordsLoaded()) reason += " - SIM not loaded";
599 reason += " - PhoneState= " + mPhone.getState()
    [all...]
  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp 361 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err)
363 if (reason == UCNV_UNASSIGNED) {
370 UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reason, err);
375 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err)
378 if (reason == UCNV_UNASSIGNED && (outChar = fallbackForGBK(codePoint))) {
384 UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reason, err);
389 UChar32 codePoint, UConverterCallbackReason reason, UErrorCode* err)
391 if (reason == UCNV_UNASSIGNED) {
398 urlEscapedEntityCallback(context, fromUArgs, codeUnits, length, codePoint, reason, err);
401 UCNV_FROM_U_CALLBACK_ESCAPE(context, fromUArgs, codeUnits, length, codePoint, reason, err)
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
ConnectivityManagerMobileTest.java 150 Log.v(LOG_TAG, "reason: " +
156 Log.v(LOG_TAG, "reason: " +
196 Log.v(LOG_TAG, "reason: " +
203 Log.v(LOG_TAG, "reason: " +
272 Log.v(LOG_TAG, "reason: " +
322 Log.v(LOG_TAG, "reason: " +
329 Log.v(LOG_TAG, "reason: " +
361 Log.v(LOG_TAG, "reason: " +
385 Log.v(LOG_TAG, "reason: " +
391 Log.v(LOG_TAG, "reason: "
    [all...]
  /frameworks/base/services/java/com/android/server/
TelephonyRegistry.java 386 String reason, String apn, String apnType, LinkProperties linkProperties,
393 + isDataConnectivityPossible + " reason='" + reason
418 mDataConnectionReason = reason;
444 broadcastDataConnectionStateChanged(state, isDataConnectivityPossible, reason, apn,
448 public void notifyDataConnectionFailed(String reason, String apnType) {
456 mDataConnectionFailedReason = reason;
466 broadcastDataConnectionFailed(reason, apnType);
603 String reason, String apn, String apnType, LinkProperties linkProperties,
613 if (reason != null)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
download_unittest.py 61 state = command._prepare_state(None, ["124 123 125", "Reason"], None)
65 self.assertRaises(ScriptError, command._prepare_state, options=None, args=["125 r122 123", "Reason"], tool=None)
66 self.assertRaises(ScriptError, command._prepare_state, options=None, args=["125 foo 123", "Reason"], tool=None)
180 self.assert_execute_outputs(PrepareRollout(), [852, "Reason"], options=self._default_options(), expected_stderr=expected_stderr)
186 bug_title: REGRESSION(r852): Reason
188 Reason
203 self.assert_execute_outputs(CreateRollout(), [852, "Reason"], options=self._default_options(), expected_stderr=expected_stderr)
204 self.assert_execute_outputs(CreateRollout(), ["855 852 854", "Reason"], options=self._default_options(), expected_stderr=expected_stderr)
214 self.assert_execute_outputs(Rollout(), [852, "Reason"], options=self._default_options(), expected_stderr=expected_stderr)
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpResponseFactory.java 57 /** The catalog for looking up reason phrases. */
64 * @param catalog the catalog of reason phrases
69 ("Reason phrase catalog must not be null.");
92 final String reason = reasonCatalog.getReason(status, loc); local
93 StatusLine statusline = new BasicStatusLine(ver, status, reason);
  /external/llvm/include/llvm/Support/
ErrorHandling.h 27 const std::string& reason);
76 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason);
77 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason);
78 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason);
79 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason);
  /external/qemu/
cbuffer.c 31 const char* reason = NULL; local
34 reason = "rpos is out of bounds";
37 reason = "count is incorrect";
39 if (!reason)
43 file, lineno, reason, cb->rpos, cb->count, cb->size);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/
jsref.js 59 this.reason = "";
87 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
176 print(beginTag + 'REASON' + endTag);
194 testcases[tc].reason = msg;
198 ": " + testcases[tc].reason );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/
jsref.js 41 testcases[tc].reason += ( testcases[tc].passed ) ? "" : "wrong value ";
53 this.reason = "";
165 print(beginTag + 'REASON' + endTag);
184 testcases[tc].reason = msg;
188 ": " + testcases[tc].reason );
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
sheriffircbot_unittest.py 78 expected_stderr = "MOCK: irc.post: mock_nick: Usage: SVN_REVISION [SVN_REVISIONS] REASON\n"
94 " reason may not begin with - (\"-bad (Requested "
105 " reason may not begin with - (\"-bad (Requested "
113 expected_stderr = "MOCK: irc.post: mock_nick: Usage: SVN_REVISION [SVN_REVISIONS] REASON\n"
117 expected_stderr = "MOCK: irc.post: mock_nick: Usage: SVN_REVISION [SVN_REVISIONS] REASON\n"
  /development/host/windows/usb/api/
AdbWinApi.cpp 102 DWORD reason,
108 if (DLL_PROCESS_ATTACH == reason) {
111 return _AtlModule.DllMain(reason, reserved);

Completed in 1703 milliseconds

1 2 3 4 5 6 78 91011>>