HomeSort by relevance Sort by last modified time
    Searched refs:Reject (Results 1 - 13 of 13) sorted by null

  /frameworks/base/tools/localize/
localize.h 11 struct Reject
24 vector<Reject> reject; member in struct:Settings
localize.cpp 75 // <reject>
76 vector<XMLNode*> rejectNodes = configNode->GetElementsByName("", "reject");
82 Reject reject; local
84 reject.file = rejectNode->GetAttribute("", "file", "");
85 if (reject.file == "") {
86 rejectNode->Position().Error("<reject> needs a file attribute.");
90 string f = reject.file;
91 reject.file = rootDir;
92 reject.file += '/'
130 const vector<Reject>& reject = settings.reject; local
    [all...]
localize_test.cpp 144 for (vector<Reject>::const_iterator reject=setting.reject.begin();
145 reject!=setting.reject.end(); reject++) {
147 printf(" reject[%02d]=('%s','%s','%s')\n", i, reject->file.c_str(),
148 reject->name.c_str(), reject->comment.c_str())
    [all...]
  /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/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
  /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/libpng/
CHANGES     [all...]

Completed in 154 milliseconds