/system/tools/aidl/ |
D | aidl_checkapi.cpp | 81 bool compatible = true; in are_compatible_types() local 84 compatible = false; in are_compatible_types() 86 compatible &= have_compatible_annotations(older, newer); in are_compatible_types() 87 return compatible; in are_compatible_types() 91 bool compatible = true; in are_compatible_interfaces() local 92 compatible &= have_compatible_annotations(older, newer); in are_compatible_interfaces() 104 compatible = false; in are_compatible_interfaces() 116 compatible = false; in are_compatible_interfaces() 123 compatible = false; in are_compatible_interfaces() 126 compatible &= are_compatible_types(old_m->GetType(), new_m->GetType()); in are_compatible_interfaces() [all …]
|
/system/libufdt/utils/tests/data/ |
D | soc2v1.dts | 4 compatible = "soc_manufacturer,soc_model"; 9 compatible = "deviceA_manufacturer,deviceA_model"; 14 compatible = "deviceB_manufacturer,deviceB_model";
|
D | soc1v1.dts | 4 compatible = "soc_manufacturer,soc_model"; 9 compatible = "deviceA_manufacturer,deviceA_model";
|
D | board1v1.dts | 5 compatible = "board_manufacturer,board_model";
|
D | board2v1.dts | 5 compatible = "board_manufacturer,board_model";
|
D | board1v1_1.dts | 5 compatible = "board_manufacturer,board_model";
|
/system/libvintf/ |
D | main.cpp | 292 bool compatible = vm->checkCompatibility(*fcm, &error); in main() local 294 << boolCompatString(compatible); in main() 295 if (!compatible) in main() 300 bool compatible = fm->checkCompatibility(*vcm, &error); in main() local 302 << boolCompatString(compatible); in main() 303 if (!compatible) in main() 308 bool compatible = ki->checkCompatibility(*fcm, &error); in main() local 310 << boolCompatString(compatible); in main() 311 if (!compatible) std::cout << ", " << error; in main() 316 auto compatible = VintfObject::GetInstance()->checkCompatibility(&error); in main() local [all …]
|
/system/libufdt/tests/src/ |
D | extract_dtb.c | 80 const char *compatible = in find_and_write_dtb() local 82 printf(" compatible=%s\n", compatible ? compatible : "(unknown)"); in find_and_write_dtb()
|
/system/libufdt/utils/src/ |
D | mkdtimg_dump.c | 143 const char *compatible = in output_fdt_info() local 145 output_prop_str(out_fp, "(FDT)compatible", compatible ? compatible : "(unknown)"); in output_fdt_info()
|
/system/timezone/ |
D | README.android | 129 - Major version numbers are mutually incompatible. e.g. v2 is not compatible 131 - Minor version numbers are backwards compatible. e.g. a v2.2 distro will work 145 - A non-backwards compatible change to the tzdata or tzlookup.xml files used 150 - Backwards compatible changes: 152 - Additional required data in an existing file (e.g. a backwards compatible
|
/system/tools/hidl/test/vendor/1.0/ |
D | types.hal | 27 * It should only be used to make a backwards compatible header definition so that
|
/system/libufdt/utils/ |
D | README.md | 112 compatible = "board_manufacturer,board_model"; 210 (FDT)compatible = board_manufacturer,board_model
|
/system/bt/osi/ |
D | Android.bp | 75 // should be compatible for a Linux host OS. We should figure out what to do for
|
/system/chre/ |
D | README.md | 21 CHRE is compatible with Linux as a simulator. 52 CHRE is also compatible with Android as a simulator.
|
/system/tools/hidl/ |
D | main.cpp | 371 bool* compatible) { in isPackageJavaCompatible() argument 398 *compatible = false; in isPackageJavaCompatible() 425 *compatible = true; in isPackageJavaCompatible()
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | te_macros | 466 # SELinux rules which apply only to devices with compatible property 476 # Not compatible property 477 # SELinux rules which apply only to devices without compatible property
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | te_macros | 485 # SELinux rules which apply only to devices with compatible property 495 # Not compatible property 496 # SELinux rules which apply only to devices without compatible property
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | te_macros | 488 # SELinux rules which apply only to devices with compatible property 498 # Not compatible property 499 # SELinux rules which apply only to devices without compatible property
|
/system/sepolicy/public/ |
D | te_macros | 488 # SELinux rules which apply only to devices with compatible property 498 # Not compatible property 499 # SELinux rules which apply only to devices without compatible property
|
/system/update_engine/ |
D | update_metadata.proto | 84 // all to be compatible with xz-embedded.
|
/system/update_engine/update_engine/ |
D | update_metadata.proto | 84 // all to be compatible with xz-embedded.
|
/system/chre/external/flatbuffers/include/flatbuffers/ |
D | flatbuffers.h | 76 #error A C++11 compatible compiler with support for the auto typing is \
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 1711 # browsing using Word or some other Word compatible readers that support those
|
D | Doxyfile.bak | 1711 # browsing using Word or some other Word compatible readers that support those
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 1780 # browsing using Word or some other Word compatible readers that support those
|