/external/oauth/core/src/main/java/net/oauth/http/ |
HttpMessageDecoder.java | 50 public static final String ACCEPTED = GZIP + "," + DEFLATE;
|
/external/chromium_org/chrome/browser/ui/ |
auto_login_infobar_delegate.h | 48 ACCEPTED, // The user pressed the accept button.
|
/external/chromium_org/remoting/protocol/ |
negotiating_authenticator_base.cc | 88 DCHECK(state_ == ACCEPTED || state_ == WAITING_MESSAGE); 101 DCHECK_EQ(state(), ACCEPTED);
|
third_party_authenticator_base.cc | 38 if (token_state_ == ACCEPTED) 60 DCHECK_EQ(token_state_, ACCEPTED); 85 DCHECK_EQ(state(), ACCEPTED);
|
authenticator.h | 45 // WAITING_MESSAGE -> ACCEPTED 52 // MESSAGE_READY -> ACCEPTED 61 ACCEPTED, 108 // the ACCEPTED state.
|
v2_authenticator.cc | 73 if (state_ == ACCEPTED && !pending_messages_.empty()) 142 state_ = ACCEPTED; 177 if (state_ != ACCEPTED) { 185 DCHECK_EQ(state(), ACCEPTED);
|
/external/chromium_org/chrome/installer/util/ |
html_dialog.h | 24 HTML_DLG_ACCEPT = 1, // The user accepted (accept, ok, yes buttons). 79 ACCEPTED, // Accepted EULA no opt-in, from HTML_DLG_DECLINE (2). 80 ACCEPTED_OPT_IN, // Accepted EULA and opt-in, from HTML_DLG_EXTRA (6).
|
/external/chromium_org/net/test/embedded_test_server/ |
http_request.h | 50 // if (parser.ParseRequest() == HttpRequestParser::ACCEPTED) { 59 ACCEPTED, // A request has been parsed and it is ready to be processed. 76 // If returns ACCEPTED, then it means that the whole request has been found 89 // Parses headers and returns ACCEPTED if whole request was parsed. Otherwise 93 // Parses request's content data and returns ACCEPTED if all of it have been
|
/external/nist-sip/java/javax/sip/message/ |
Response.java | 12 int ACCEPTED = 202;
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
AlertServiceTest.java | 171 public static final int ACCEPTED = Attendees.ATTENDEE_STATUS_ACCEPTED; 416 int id = at.addAlertRow(100, SCHEDULED, ACCEPTED, 0 /* all day */, 1300000, 2300000, 0); 457 int id9 = at.addAlertRow(9, SCHEDULED, ACCEPTED, 0, createTimeInMillis(9, 0), 459 int id8 = at.addAlertRow(8, SCHEDULED, ACCEPTED, 0, createTimeInMillis(8, 0), 461 int id7 = at.addAlertRow(7, SCHEDULED, ACCEPTED, 0, createTimeInMillis(7, 0), 465 int id6 = at.addAlertRow(6, SCHEDULED, ACCEPTED, 0, createTimeInMillis(5, 0), 467 int id5 = at.addAlertRow(5, SCHEDULED, ACCEPTED, 0, createTimeInMillis(4, 55), 469 int id4 = at.addAlertRow(4, SCHEDULED, ACCEPTED, 0, createTimeInMillis(4, 50), 473 int id3 = at.addAlertRow(3, SCHEDULED, ACCEPTED, 0, createTimeInMillis(3, 0), 475 int id2 = at.addAlertRow(2, SCHEDULED, ACCEPTED, 0, createTimeInMillis(2, 0) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
httplib.py | 112 ACCEPTED = 202 170 202: 'Accepted', [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
httplib.py | 112 ACCEPTED = 202 170 202: 'Accepted', [all...] |