Home
last modified time | relevance | path

Searched refs:compatible (Results 1 – 25 of 27) sorted by relevance

12

/system/tools/aidl/
Daidl_checkapi.cpp81 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/
Dsoc2v1.dts4 compatible = "soc_manufacturer,soc_model";
9 compatible = "deviceA_manufacturer,deviceA_model";
14 compatible = "deviceB_manufacturer,deviceB_model";
Dsoc1v1.dts4 compatible = "soc_manufacturer,soc_model";
9 compatible = "deviceA_manufacturer,deviceA_model";
Dboard1v1.dts5 compatible = "board_manufacturer,board_model";
Dboard2v1.dts5 compatible = "board_manufacturer,board_model";
Dboard1v1_1.dts5 compatible = "board_manufacturer,board_model";
/system/libvintf/
Dmain.cpp292 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/
Dextract_dtb.c80 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/
Dmkdtimg_dump.c143 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/
DREADME.android129 - 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/
Dtypes.hal27 * It should only be used to make a backwards compatible header definition so that
/system/libufdt/utils/
DREADME.md112 compatible = "board_manufacturer,board_model";
210 (FDT)compatible = board_manufacturer,board_model
/system/bt/osi/
DAndroid.bp75 // should be compatible for a Linux host OS. We should figure out what to do for
/system/chre/
DREADME.md21 CHRE is compatible with Linux as a simulator.
52 CHRE is also compatible with Android as a simulator.
/system/tools/hidl/
Dmain.cpp371 bool* compatible) { in isPackageJavaCompatible() argument
398 *compatible = false; in isPackageJavaCompatible()
425 *compatible = true; in isPackageJavaCompatible()
/system/sepolicy/prebuilts/api/28.0/public/
Dte_macros466 # 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/
Dte_macros485 # 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/
Dte_macros488 # 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/
Dte_macros488 # 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/
Dupdate_metadata.proto84 // all to be compatible with xz-embedded.
/system/update_engine/update_engine/
Dupdate_metadata.proto84 // all to be compatible with xz-embedded.
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h76 #error A C++11 compatible compiler with support for the auto typing is \
/system/media/audio_utils/
DDoxyfile.orig1711 # browsing using Word or some other Word compatible readers that support those
DDoxyfile.bak1711 # browsing using Word or some other Word compatible readers that support those
/system/chre/chre_api/doc/
DDoxyfile1780 # browsing using Word or some other Word compatible readers that support those

12