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 880 method_type* method_item = (method_type*)item; local
881 if (method_item->hasId) {
883 method_item->assigned_id = atoi(method_item->id.data);
885 if (usedIds.find(method_item->assigned_id) != usedIds.end()) {
889 filename, method_item->id.lineno,
890 method_item->assigned_id, method_item->name.data);
894 if (method_item->assigned_id < MIN_USER_SET_METHOD_ID ||
895 method_item->assigned_id > MAX_USER_SET_METHOD_ID)
923 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 1054 const DexFile::MethodAnnotationsItem* method_item = local
1904 const DexFile::MethodAnnotationsItem* method_item = local
    [all...]

Completed in 76 milliseconds