/external/nist-sip/java/javax/sip/header/ |
SubscriptionStateHeader.java | 13 String REJECTED = "Rejected";
|
/external/iptables/extensions/ |
libxt_AUDIT.man | 2 It can be used to record accepted, dropped, and rejected packets. See
|
/external/llvm/test/Assembler/ |
getelementptr_vec_struct.ll | 3 ; Test that a vector struct index with non-equal elements is rejected.
|
/external/chromium_org/remoting/protocol/ |
third_party_authenticator_unittest.cc | 166 // The end result is that the client rejected the connection, since it 168 ASSERT_EQ(Authenticator::REJECTED, client_->state()); 180 // The end result is that the host rejected the token. 181 ASSERT_EQ(Authenticator::REJECTED, host_->state()); 191 // The end result is that the client rejected the connection, since it 193 ASSERT_EQ(Authenticator::REJECTED, client_->state()); 196 // Test that negotiation stops when the fake authentication is rejected. 207 // The end result is that the host rejected the fake authentication. 208 ASSERT_EQ(Authenticator::REJECTED, client_->state()); 221 // The end result is that the host rejected the fake authentication [all...] |
authenticator.h | 46 // WAITING_MESSAGE -> REJECTED 63 // Session is rejected. 64 REJECTED, 92 // Returns rejection reason. Can be called only when in REJECTED state. 125 // rejected. ProcessMessage() should be called with |first_message|
|
v2_authenticator_unittest.cc | 81 // Verify that connection is rejected when secrets don't match. 87 ASSERT_EQ(Authenticator::REJECTED, client_->state()); 99 ASSERT_EQ(Authenticator::REJECTED, host_->state());
|
third_party_authenticator_base.cc | 45 DCHECK_EQ(state(), REJECTED); 47 if (token_state_ == REJECTED)
|
third_party_client_authenticator.cc | 39 token_state_ = REJECTED; 71 token_state_ = REJECTED;
|
v2_authenticator.cc | 79 DCHECK_EQ(state(), REJECTED); 104 state_ = REJECTED; 112 state_ = REJECTED; 123 state_ = REJECTED; 136 state_ = REJECTED;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_43.txt | 48 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 54 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 60 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 66 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 72 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 78 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 84 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 90 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 96 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 102 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.ba [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_43.txt | 48 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 54 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 60 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 66 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 72 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 78 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 84 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 90 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 96 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.bat 102 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.python.ba [all...] |
/frameworks/native/cmds/installd/tests/ |
installd_utils_test.cpp | 106 << badint1 << " should be rejected as a invalid path"; 110 << badint2 << " should be rejected as a invalid path"; 114 << badint3 << " should be rejected as a invalid path"; 125 << badpriv1 << " should be rejected as a invalid path"; 129 << badpriv2 << " should be rejected as a invalid path"; 133 << badpriv3 << " should be rejected as a invalid path"; 152 << badasec1 << " should be rejected as a invalid path"; 158 << badasec2 << " should be rejected as a invalid path"; 164 << badasec3 << " should be rejected as a invalid path"; 170 << badasec4 << " should be rejected as a invalid path" [all...] |
/external/chromium_org/chromeos/dbus/ |
bluetooth_agent_service_provider.h | 40 // granted; rejected indicates the user rejected the request or denied 45 REJECTED, 51 // rejected or cancelled) and the |pincode| requested. 56 // rejected or cancelled) and the |passkey| requested, a numeric in the 62 // of the request (success, rejected or cancelled). 125 // rejected or cancelled). 141 // |callback| to provide their response (success, rejected or cancelled). 149 // (success, rejected or cancelled).
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/desktopCapture/ |
app.js | 19 console.log("Access rejected.");
|
/external/chromium_org/sync/notifier/ |
invalidator_state.h | 20 // Our credentials have been rejected.
|
/external/clang/bindings/python/tests/cindex/ |
test_token_kind.py | 16 """Ensure a duplicate value is rejected for registration."""
|
/external/clang/test/CXX/temp/temp.decls/temp.alias/ |
p3.cpp | 3 // The example given in the standard (this is rejected for other reasons anyway).
|
/external/openssh/regress/ |
portnum.sh | 19 fail "$tid rejected valid port $port"
|
/cts/tools/vm-tests-tf/src/dot/junit/format/f1/ |
Test_f1.java | 39 * @title check that .dex with wrong magic is rejected 52 * @title check that .dex with wrong version is rejected 65 * @title check that .dex with wrong endian_tag is rejected 78 * @title check that .dex with wrong header size is rejected 130 * @title check that .dex with wrong checksum is rejected 143 * @title check that .dex with wrong signature is rejected
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
AlphaLayersActivity.java | 89 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(100.0f, 100.0f, 110.0f, 110.0f, 91 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(25.0f, 5.0f, 30.0f, 10.0f, 99 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(50.0f, 50.0f, 60.0f, 60.0f, 101 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(25.0f, 5.0f, 30.0f, 10.0f, 109 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(80.0f, 80.0f, 90.0f, 90.0f, 111 Log.d(LOG_TAG, "rejected = " + canvas.quickReject(25.0f, 5.0f, 30.0f, 10.0f,
|
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
Offer.java | 52 private boolean rejected = false;
field in class:Offer 100 rejected = true;
183 * Return true if the agent rejected this offer.
185 * @return true if the agent rejected this offer.
188 return rejected;
|
/external/chromium_org/chrome/browser/policy/ |
configuration_policy_handler_unittest.cc | 114 // Check that values lying in the accepted range are not rejected. 133 // Check that values lying outside the accepted range are not rejected 147 // Check that an entirely invalid value is rejected and yields an error 165 // Check that values lying in the accepted range are not rejected. 184 // Check that values lying outside the accepted range are rejected and yield 198 // Check that an entirely invalid value is rejected and yields an error 306 // Check that values lying in the accepted range are not rejected. 325 // Check that values lying outside the accepted range are not rejected 339 // Check that an entirely invalid value is rejected and yields an error 357 // Check that values lying in the accepted range are not rejected [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
MIDIAccessPromise.cpp | 63 return !!m_access && m_state != Accepted && m_state != Rejected; 96 m_state = Rejected; 114 case Rejected:
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
sessiondescription.h | 56 name(name), type(type), rejected(false), description(description) {} 59 bool rejected, 61 name(name), type(type), rejected(rejected), description(description) {} 64 bool rejected; member in struct:cricket::ContentInfo 145 bool rejected,
|
/external/chromium_org/content/browser/renderer_host/media/ |
webrtc_identity_service_host.cc | 46 << "Request rejected because the previous request has not finished."; 54 DLOG(WARNING) << "Request rejected because origin access is denied.";
|