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

  /frameworks/base/tools/aidl/
aidl.cpp 878 method_type* method_item = (method_type*)item; local
879 if (method_item->hasId) {
881 method_item->assigned_id = atoi(method_item->id.data);
883 if (usedIds.find(method_item->assigned_id) != usedIds.end()) {
887 filename, method_item->id.lineno,
888 method_item->assigned_id, method_item->name.data);
892 if (method_item->assigned_id < MIN_USER_SET_METHOD_ID ||
893 method_item->assigned_id > MAX_USER_SET_METHOD_ID)
921 method_type* method_item = (method_type*)item; local
    [all...]
generate_java_binder.cpp 551 method_type * method_item = (method_type*) item; local
552 generate_method(method_item, interface, stub, proxy, method_item->assigned_id);
  /art/runtime/
dex_file_verifier.cc 930 const DexFile::MethodAnnotationsItem* method_item = local
933 if (!CheckListSize(method_item, method_count, sizeof(DexFile::MethodAnnotationsItem), "method_annotations list")) {
939 if (last_idx >= method_item->method_idx_ && i != 0) {
941 last_idx, method_item->method_idx_);
944 last_idx = method_item->method_idx_;
945 method_item++;
950 reinterpret_cast<const DexFile::ParameterAnnotationsItem*>(method_item);
1745 const DexFile::MethodAnnotationsItem* method_item = local
    [all...]

Completed in 122 milliseconds