/frameworks/compile/mclinker/lib/LD/ |
EhFrameReader.cpp | 113 { Q1, Reject, Accept, Reject }, // Q0 114 { Q1, Q1, Accept, Reject }, // Q1 119 { addCIE, reject, addTerm, reject}, // Q0 120 { addCIE, addFDE, addTerm, reject}, // Q1 137 while (Reject != cur_state && Accept != cur_state) { 154 cur_state = Reject; 160 if (Reject == cur_state) { 347 bool EhFrameReader::reject(EhFrame& pEhFrame function in class:EhFrameReader [all...] |
/frameworks/compile/mclinker/include/mcld/LD/ |
EhFrameReader.h | 58 Reject = -1 92 static bool reject(EhFrame& pEhFrame,
|
/external/chromium_org/chrome/browser/extensions/ |
webstore_inline_installer_browsertest.cc | 67 static void Reject() {
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
securetunnelsessionclient.cc | 352 session_->Reject(STR_TERMINATE_INCOMPATIBLE_PARAMETERS); 365 session_->Reject(STR_TERMINATE_INCOMPATIBLE_PARAMETERS);
|
tunnelsessionclient.cc | 178 session->Reject(STR_TERMINATE_DECLINE); 272 session->Reject(STR_TERMINATE_INCOMPATIBLE_PARAMETERS);
|
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/ |
securetunnelsessionclient.cc | 356 session_->Reject(STR_TERMINATE_INCOMPATIBLE_PARAMETERS); 369 session_->Reject(STR_TERMINATE_INCOMPATIBLE_PARAMETERS);
|
tunnelsessionclient.cc | 182 session->Reject(STR_TERMINATE_DECLINE); 280 session->Reject(STR_TERMINATE_INCOMPATIBLE_PARAMETERS);
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
session.h | 144 STATE_SENTINITIATE, // sent initiate, waiting for Accept or Reject 145 STATE_RECEIVEDINITIATE, // received an initiate. Call Accept or Reject 148 STATE_SENTMODIFY, // sent modify, waiting for Accept or Reject 149 STATE_RECEIVEDMODIFY, // received modify, call Accept or Reject 150 STATE_SENTREJECT, // sent reject after receiving initiate 151 STATE_RECEIVEDREJECT, // received reject after sending initiate 244 virtual bool Reject(const std::string& reason) = 0; 339 virtual bool Reject(const std::string& reason);
|
session.cc | 324 bool Session::Reject(const std::string& reason) { 327 // Reject is sent in response to an initiate or modify, to reject the 337 LOG(LS_ERROR) << "Could not send reject message: " << error.text; 356 // We don't need to send terminate if we sent or received a reject... 754 // Users of Session may listen to state change and call Reject(). 775 // Users of Session may listen to state change and call Reject(). [all...] |
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
callclient.h | 157 void Reject();
|
callclient.cc | 119 " reject Rejects the incoming call and stays with the current call.\n" 171 } else if (command == "reject") { 172 Reject(); 665 void CallClient::Reject() {
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary | 222 VALUE Auth-Type Reject 4
|
/frameworks/native/services/surfaceflinger/ |
Layer.cpp | 970 virtual bool reject(const sp<GraphicBuffer>& buf, function in struct:android::Reject [all...] |
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
callclient.h | 286 void Reject();
|
callclient.cc | 143 " reject Rejects the incoming call and stays with the current call.\n" 201 } else if (command == "reject") { 202 Reject(); [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
call.cc | 111 session->Reject(STR_TERMINATE_DECLINE);
|
mediasessionclient.cc | 362 // If our accept would have no codecs, then we must reject this call. 370 // reject. 376 session->Reject(STR_TERMINATE_INCOMPATIBLE_PARAMETERS); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
session.h | 228 STATE_SENTINITIATE, // sent initiate, waiting for Accept or Reject 229 STATE_RECEIVEDINITIATE, // received an initiate. Call Accept or Reject 234 STATE_SENTMODIFY, // sent modify, waiting for Accept or Reject 235 STATE_RECEIVEDMODIFY, // received modify, call Accept or Reject 236 STATE_SENTREJECT, // sent reject after receiving initiate 237 STATE_RECEIVEDREJECT, // received reject after sending initiate 575 bool Reject(const std::string& reason);
|
session.cc | 955 bool Session::Reject(const std::string& reason) { 958 // Reject is sent in response to an initiate or modify, to reject the 965 LOG(LS_ERROR) << "Could not send reject message: " << error.text; 984 // We don't need to send terminate if we sent or received a reject... [all...] |
/external/libpng/ |
CHANGES | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
call.cc | 140 it->second.session->Reject(STR_TERMINATE_DECLINE); [all...] |
mediasessionclient.cc | 133 // If our accept would have no codecs, then we must reject this call. 141 // For some reason, we need a call even if we reject. So, either find a 164 session->Reject(STR_TERMINATE_INCOMPATIBLE_PARAMETERS); [all...] |