HomeSort by relevance Sort by last modified time
    Searched full:methods_ (Results 1 - 25 of 30) sorted by null

1 2

  /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 137 if (parent.methods_.size() != 0) {
138 Iterator iter = parent.methods_.iterator();
143 Iterator iter2 = child.methods_.iterator();
155 child.methods_.add(m2);
306 api_.currClass_.methods_.add(api_.currMethod_);
API.java 137 iter = c.methods_.iterator();
  /art/compiler/utils/
test_dex_file_builder.h 78 methods_.emplace(method_key, 0u);
148 for (auto& entry : methods_) {
152 header->method_ids_size_ = methods_.size();
153 header->method_ids_off_ = methods_.empty() ? 0u : method_ids_offset;
159 uint32_t data_section_offset = method_ids_offset + methods_.size() * sizeof(DexFile::MethodId);
205 for (const auto& entry : methods_) {
261 auto it = methods_.find(method_key);
262 CHECK(it != methods_.end());
381 std::map<MethodKey, uint32_t, MethodKeyComparator> methods_; member in class:art::TestDexFileBuilder
  /external/chromium-trace/catapult/tracing/tracing/extras/importer/
ddms_importer.html 130 this.methods_ = {};
206 this.methods_[methodId] = methodName;
210 return this.methods_[methodId];
  /system/connectivity/shill/test-rpc-proxy/
proxy_rpc_server.h 71 std::vector<std::unique_ptr<ProxyRpcServerMethod>> methods_; member in class:ProxyRpcServer
proxy_rpc_server.cc 509 methods_.emplace_back(
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
api.pb.h 183 ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method > methods_; member in class:google::protobuf::Api
487 return methods_.size();
490 methods_.Clear();
494 return methods_.Get(index);
498 return methods_.Mutable(index);
502 return methods_.Add();
507 return &methods_;
512 return methods_;
    [all...]
descriptor.h 1056 MethodDescriptor* methods_; member in class:google::protobuf::ServiceDescriptor
    [all...]
  /system/tools/aidl/
aidl_language.h 290 { return methods_; }
311 std::vector<std::unique_ptr<AidlMethod>> methods_; member in class:AidlInterface
aidl_language.cpp 163 methods_.emplace_back(method);
  /art/runtime/mirror/
class.h 713 return MemberOffset(OFFSETOF_MEMBER(Class, methods_));
1410 uint64_t methods_; member in class:art::mirror::FINAL
    [all...]
class-inl.h 160 static_cast<uintptr_t>(GetField64(OFFSET_OF_OBJECT_MEMBER(Class, methods_))));
210 SetField64<false>(OFFSET_OF_OBJECT_MEMBER(Class, methods_),
    [all...]
  /art/runtime/
modifiers.h 55 // and kAccDefaultConflict will have this bit set. Any kAccDefault method contained in the methods_
  /art/compiler/debug/
elf_debug_info_writer.h 341 // Create DWARF expression to get the value of the methods_ field.
354 // Add offset to the methods_ field.
468 // We use the methods_ field of class since it is unique and it is not moved by the GC.
  /art/runtime/jit/
profile_saver.cc 200 explicit GetMethodsVisitor(std::vector<MethodReference>* methods) : methods_(methods) {}
212 methods_->push_back(MethodReference(dex_file, method.GetDexMethodIndex()));
220 std::vector<MethodReference>* const methods_; member in class:art::GetMethodsVisitor::std
  /external/opencv3/modules/python/src2/
gen2.py 832 self.code_ns_reg.write('static PyMethodDef methods_%s[] = {\n'%wname)
850 self.code_ns_reg.write(' init_submodule(root, MODULESTR"%s", methods_%s, consts_%s);\n' % (ns_name[2:], wname, wname))
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 901 MethodDescriptor* methods_; member in class:google::protobuf::ServiceDescriptor
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 803 MethodDescriptor* methods_; member in class:google::protobuf::ServiceDescriptor
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 803 MethodDescriptor* methods_; member in class:google::protobuf::ServiceDescriptor
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 803 MethodDescriptor* methods_; member in class:google::protobuf::ServiceDescriptor
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 803 MethodDescriptor* methods_; member in class:google::protobuf::ServiceDescriptor
    [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 

Completed in 540 milliseconds

1 2