Searched defs:new_field (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/system/tools/aidl/ |
D | aidl_checkapi.cpp | 270 const auto& new_field = new_fields.at(i); in are_compatible_parcelables() local 290 const auto& new_field = new_fields.at(i); in are_compatible_parcelables() local 307 const auto& new_field = new_fields.at(i); in are_compatible_parcelables() local
|
/aosp_15_r20/art/test/2009-structural-local-ref/ |
H A D | local-ref.cc | 65 jfieldID new_field = env->GetFieldID(obj_klass, "greeting", "Ljava/lang/String;"); in Java_art_Test2009_NativeLocalGetIField() local 78 jfieldID new_field = env->GetStaticFieldID(obj_klass, "static_greeting", "Ljava/lang/String;"); in Java_art_Test2009_NativeLocalGetSField() local
|
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/protobuf/proto/ |
H A D | abi_diff.proto | 24 optional abi_dump.RecordFieldDecl new_field = 2; field 52 optional abi_dump.EnumFieldDecl new_field = 2; field
|
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/ |
H A D | ir_diff_representation.h | 113 const RecordFieldIR *new_field) in RecordFieldDiffIR() 233 EnumFieldDiffIR(const EnumFieldIR *old_field, const EnumFieldIR *new_field) in EnumFieldDiffIR()
|
H A D | abi_diff_helpers.cpp | 378 const RecordFieldIR *old_field, const RecordFieldIR *new_field, in CompareCommonRecordFields() 401 const RecordFieldIR *new_field) { in CompareRenamedRecordFields() 619 RecordFieldIR &new_field = it.second; in FixupDiffedFieldTypeIds() local
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/form/ |
H A D | fld_def.c | 276 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) in new_field() function
|
/aosp_15_r20/external/perfetto/src/tools/ftrace_proto_gen/ |
H A D | proto_gen_utils.cc | 288 Proto::Field new_field = candidate; in UnionFields() local
|
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/protobuf/ |
H A D | ir_diff_dumper.cpp | 126 abi_dump::RecordFieldDecl *new_field = in AddRecordFieldDiffs() local
|
/aosp_15_r20/art/openjdkjvmti/ |
H A D | ti_redefine.cc | 1027 for (const art::ClassAccessor::Field& new_field : new_accessor.GetFields()) { in CheckFields() local 2636 art::ArtField* new_field, in CopyField() 2677 art::ArtField* new_field = in CopyFields() local
|
/aosp_15_r20/art/runtime/jni/ |
H A D | jni_id_manager.cc | 450 ArtField* new_field = in VisitReflectiveTargets() local
|