/external/guava/guava/src/com/google/common/eventbus/ |
EventHandler.java | 70 throw new Error("Method rejected target/argument: " + event, e);
|
/external/qemu/distrib/sdl-1.2.15/test/ |
utf8.txt | 217 representations of the ASCII character slash ("/") should be rejected | 233 be rejected like malformed UTF-8 sequences. | 243 The following five sequences should also be rejected like malformed | 255 The following UTF-8 sequences should be rejected like malformed |
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/ |
InitiationListener.java | 36 * for this connection are rejected with an <resource-constraint/> error. The maximum block
|
InBandBytestreamManager.java | 70 * will be rejected by returning a <not-acceptable/> error to the initiator.
221 * If no listeners are registered all In-Band Bytestream request are rejected with a
252 * If no listeners are registered all In-Band Bytestream request are rejected with a
324 * Incoming In-Band Bytestream open request will be rejected with an
341 * Incoming In-Band Bytestream open request will be rejected with an
439 * request is rejected because its block size is greater than the maximum allowed block size.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
blacklist.c | 52 * BSSes before retrying to associate with an BSS that rejected or timed out
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
CookiesTest.java | 51 // enqueue an HTTP response with a cookie that will be rejected
|
/frameworks/base/drm/java/android/drm/ |
DrmErrorEvent.java | 36 * The server rejected the renewal of rights.
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
CallTypeIconsView.java | 91 // distinguish between rejected and missed calls). Instead of crashing, just
|
/packages/apps/Mms/src/com/android/mms/ui/ |
DeliveryReportListItem.java | 83 // FIXME: need replace ic_sms_mms_not_delivered by a rejected icon.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cif-code.def | 37 functions that have not been rejected for inlining yet. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cif-code.def | 37 functions that have not been rejected for inlining yet. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cif-code.def | 37 functions that have not been rejected for inlining yet. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cif-code.def | 37 functions that have not been rejected for inlining yet. */
|
/external/chromium/net/http/ |
http_auth.h | 46 AUTHORIZATION_RESULT_REJECT, // The authorization attempt was rejected. 57 // attempt was rejected,
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
declarativeWebRequest.html | 74 Requests to "https://www.example.com" would be rejected by the 76 iframe would be rejected due to the <code>resourceType</code>.
|
/external/chromium_org/chromeos/dbus/ |
bluetooth_profile_service_provider.cc | 197 case Delegate::REJECTED: { 200 method_call, bluetooth_profile::kErrorRejected, "rejected")
|
fake_bluetooth_device_client.cc | [all...] |
/external/chromium_org/content/common/ |
sandbox_mac_diraccess_unittest.mm | 86 // rejected by the regex escaping code. 96 // rejected by the regex escaping code.
|
/external/chromium_org/device/bluetooth/ |
bluetooth_profile_chromeos.cc | 150 callback.Run(REJECTED); 220 callback.Run(REJECTED);
|
/external/chromium_org/net/quic/crypto/ |
strike_register.h | 87 // the current time will be rejected. Additionally, all nonces that have an 88 // orbit value other than |orbit| will be rejected.
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8PromiseCustom.h | 61 Rejected, 124 // Returns a Promise instance that will be fulfilled or rejected by
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
sessiondescription.cc | 149 bool rejected, 151 contents_.push_back(ContentInfo(name, type, rejected, description));
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Connection.java | 50 INCOMING_REJECTED, /* an incoming call that was rejected */ 65 CDMA_RETRY_ORDER, /* requested service is rejected, retry delay is set */
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCUser.java | 293 * Returns the bare JID of the invitee that rejected the invitation. (e.g. 296 * @return the bare JID of the invitee that rejected the invitation. 303 * Returns the message explaining why the invitation was rejected. 321 * Sets the bare JID of the invitee that rejected the invitation. (e.g. 324 * @param from the bare JID of the invitee that rejected the invitation. 331 * Sets the message explaining why the invitation was rejected.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ThreadPoolExecutor.java | 121 * rejected.</li> 169 * <dt>Rejected tasks</dt> 172 * <em>rejected</em> when the Executor has been shut down, and also when 467 * new tasks being rejected or existing ones remaining stuck in 514 * The default rejected execution handler 789 * Invokes the rejected execution handler for the given command. [all...] |