/external/chromium_org/remoting/protocol/ |
negotiating_client_authenticator.cc | 60 std::find(methods_.begin(), methods_.end(), method) == methods_.end()) { 100 for (std::vector<AuthenticationMethod>::iterator it = methods_.begin(); 101 it != methods_.end(); ++it) { 102 if (it != methods_.begin()) 139 std::find(methods_.begin(), methods_.end(), 140 AuthenticationMethod::Spake2Pair()) != methods_.end()) {
|
negotiating_host_authenticator.cc | 86 std::find(methods_.begin(), methods_.end(), method) == methods_.end()) { 108 std::find(methods_.begin(), 109 methods_.end(), list_value) != methods_.end()) {
|
negotiating_authenticator_base.h | 97 std::vector<AuthenticationMethod> methods_; member in class:remoting::protocol::NegotiatingAuthenticatorBase
|
negotiating_authenticator_base.cc | 96 methods_.push_back(method);
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
srpc_client.cc | 99 for (Methods::iterator iter = methods_.begin(); 100 iter != methods_.end(); 131 // methods_ table. 140 methods_[method_name] = method_info; 145 bool has_method = (NULL != methods_[method_name]); 154 MethodInfo* method_info = methods_[method_name]; 172 if (NULL == methods_[method_name]) { 173 PLUGIN_PRINTF(("SrpcClient::Invoke (ident not in methods_)\n")); 180 methods_[method_name]->index(),
|
srpc_client.h | 59 Methods methods_; member in class:plugin::SrpcClient
|
/external/chromium/webkit/glue/ |
cpp_bound_class.cc | 181 for (MethodList::iterator i = methods_.begin(); i != methods_.end(); ++i) 195 return (methods_.find(ident) != methods_.end()); 206 MethodList::const_iterator method = methods_.find(ident); 208 if (method == methods_.end()) { 258 MethodList::iterator old_callback = methods_.find(ident); 259 if (old_callback != methods_.end()) { 262 methods_.erase(old_callback); 267 methods_[ident] = callback [all...] |
cpp_bound_class.h | 154 MethodList methods_; member in class:CppBoundClass
|
/external/chromium_org/webkit/renderer/ |
cpp_bound_class.cc | 195 return (methods_.find(ident) != methods_.end()); 206 MethodList::const_iterator method = methods_.find(ident); 208 if (method == methods_.end()) { 260 methods_.erase(ident); 264 methods_[ident] = callback; 299 MethodList::const_iterator callback = methods_.find(ident); 300 return (callback != methods_.end());
|
cpp_bound_class.h | 117 MethodList methods_; member in class:webkit_glue::CppBoundClass
|
/external/jdiff/src/jdiff/ |
ClassAPI.java | 40 public List methods_; // MethodAPI[] field in class:ClassAPI 59 methods_ = new ArrayList(); // MethodAPI[]
|
APIComparator.java | 328 numLocalMethods(oldClass.methods_) + 331 numLocalMethods(newClass.methods_) + 453 oldClass.methods_.size() + ", #new " + 454 newClass.methods_.size()); 457 Collections.sort(oldClass.methods_); 458 Collections.sort(newClass.methods_); 461 Iterator iter = oldClass.methods_.iterator(); 465 MethodAPI[] methodArr = new MethodAPI[newClass.methods_.size()]; 466 methodArr = (MethodAPI[])newClass.methods_.toArray(methodArr); 479 // int idx = Collections.binarySearch(newClass.methods_, oldMethod) [all...] |
XMLToAPI.java | 138 if (parent.methods_.size() != 0) { 139 Iterator iter = parent.methods_.iterator(); 144 Iterator iter2 = child.methods_.iterator(); 156 child.methods_.add(m2); 302 api_.currClass_.methods_.add(api_.currMethod_);
|
API.java | 137 iter = c.methods_.iterator();
|
/external/chromium_org/content/browser/renderer_host/java/ |
java_bound_object.h | 79 mutable JavaMethodMap methods_; member in class:content::JavaBoundObject
|
java_bound_object.cc | [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor.h | 803 MethodDescriptor* methods_; member in class:google::protobuf::ServiceDescriptor [all...] |
descriptor.cc | [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.h | 724 MethodDescriptor* methods_; member in class:google::protobuf::ServiceDescriptor [all...] |
descriptor.cc | [all...] |
/external/guava/guava/lib/ |
jdiff.jar | |