Home
last modified time | relevance | path

Searched defs:compatible (Results 1 – 25 of 57) sorted by relevance

123

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/font-types-0.7.3/src/
Dversion.rs40 fn compatible(&self, other: Rhs) -> bool; in compatible() method
129 fn compatible(&self, other: Self) -> bool { in compatible() method
137 fn compatible(&self, other: (u16, u16)) -> bool { in compatible() method
144 fn compatible(&self, other: Self) -> bool { in compatible() method
150 fn compatible(&self, other: (u16, u16)) -> bool { in compatible() method
157 fn compatible(&self, other: Self) -> bool { in compatible() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/font-types-0.7.3/src/
Dversion.rs40 fn compatible(&self, other: Rhs) -> bool; in compatible() method
129 fn compatible(&self, other: Self) -> bool { in compatible() method
137 fn compatible(&self, other: (u16, u16)) -> bool { in compatible() method
144 fn compatible(&self, other: Self) -> bool { in compatible() method
150 fn compatible(&self, other: (u16, u16)) -> bool { in compatible() method
157 fn compatible(&self, other: Self) -> bool { in compatible() method
/external/libdrm/tests/
Ddrmdevice.c74 char **compatible = device->deviceinfo.platform->compatible; in print_device_info() local
88 char **compatible = device->deviceinfo.host1x->compatible; in print_device_info() local
/external/trusty/arm-trusted-firmware/plat/arm/common/
Darm_dyn_cfg_helpers.c138 const char *compatible = "arm,dpe_ctx_handle"; in arm_set_dpe_context_handle() local
250 const char *compatible = "arm,dpe_ctx_handle"; in arm_get_tb_fw_info() local
286 const char *compatible = "arm,tpm_event_log"; in arm_set_event_log_info() local
502 const char *compatible = "arm,tpm_event_log"; in arm_get_tb_fw_info() local
/external/skia/docs/examples/
DCanvas_makeSurface.cpp9 sk_sp<SkSurface> compatible = smallCanvas->makeSurface(imageInfo); in draw() local
/external/arm-trusted-firmware/plat/arm/common/
Darm_dyn_cfg_helpers.c138 const char *compatible = "arm,tpm_event_log"; in arm_set_event_log_info() local
341 const char *compatible = "arm,tpm_event_log"; in arm_get_tb_fw_info() local
/external/skia/src/gpu/ganesh/mtl/
DGrMtlCommandBuffer.mm80 static bool compatible(const MTLRenderPassAttachmentDescriptor* first, function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/experimental/__simd/
Ddeclaration.h36 using compatible = __vec_ext<16 / sizeof(_Tp)>; variable
/external/cronet/tot/third_party/libc++/src/include/__cxx03/experimental/__simd/
Ddeclaration.h36 using compatible = __vec_ext<16 / sizeof(_Tp)>; variable
/external/cronet/stable/third_party/libc++/src/include/experimental/__simd/
Ddeclaration.h43 using compatible = __vec_ext<16 / sizeof(_Tp)>; variable
/external/cronet/tot/third_party/libc++/src/include/experimental/__simd/
Ddeclaration.h43 using compatible = __vec_ext<16 / sizeof(_Tp)>; variable
/external/crosvm/aarch64/src/
Dfdt.rs228 let compatible = "arm,armv8-timer"; in create_timer_node() localVariable
247 let compatible = "virtual,android-v-only-cpufreq"; in create_virt_cpufreq_node() localVariable
257 let compatible = "qemu,virtual-cpufreq"; in create_virt_cpufreq_v2_node() localVariable
267 let compatible = "arm,armv8-pmuv3"; in create_pmu_node() localVariable
310 let mut compatible: Vec<_> = supported in psci_compatible() localVariable
325 let compatible = psci_compatible(version); in create_psci_node() localVariable
/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/
Dpython_test_attrs.cc69 auto compatible = [&](Type a, Type b) { in verifyRegionArgAttribute() local
/external/skia/src/gpu/graphite/vk/
DVulkanFramebuffer.cpp54 bool VulkanFramebuffer::compatible(const RenderPassDesc& renderPassDesc, in compatible() function in skgpu::graphite::VulkanFramebuffer
/external/mesa3d/src/gallium/winsys/virgl/common/
Dvirgl_resource_cache.c115 const bool compatible = in virgl_resource_cache_remove_compatible() local
/external/trusty/arm-trusted-firmware/plat/xilinx/common/include/
Dplat_console.h31 char compatible[30]; member
/external/trusty/arm-trusted-firmware/plat/qemu/qemu/
Dqemu_helpers.c37 const char *compatible = "arm,tpm_event_log"; in qemu_set_tee_fw_info() local
/external/pigweed/pw_allocator/size_report/public/pw_allocator/size_report/
Dsize_report.h174 BlockType* compatible = bucket.RemoveCompatible(Layout(32, 1)); in MeasureBucket() local
/external/tensorflow/tensorflow/lite/python/authoring/
Dauthoring.py269 def compatible(target=None, converter_target_spec=None, **kwargs): function
/external/mesa3d/src/freedreno/perfcntrs/
Dfreedreno_dt.c107 char *compatible = compatstrs; in match_compatible() local
/external/trusty/arm-trusted-firmware/plat/st/common/
Dstm32mp_dt.c205 int dt_match_instance_by_compatible(const char *compatible, uintptr_t address) in dt_match_instance_by_compatible()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_screen.c436 char **compatible = devinfo->deviceinfo.platform->compatible; in lima_screen_set_plb_max_blk() local
/external/intel-media-driver/cmrtlib/linux/hardware/
Ddrm_device.h170 char **compatible; /* NULL terminated list of compatible strings */ member
180 char **compatible; /* NULL terminated list of compatible strings */ member
985 char **compatible = device->deviceinfo.platform->compatible; in drmFreePlatformDevice() local
1001 char **compatible = device->deviceinfo.host1x->compatible; in drmFreeHost1xDevice() local
/external/pigweed/pw_sensor/py/pw_sensor/
Dmetadata_schema.json14 "compatible": { object
/external/tensorflow/tensorflow/compiler/xla/runtime/
Darguments.cc81 auto compatible = [&](DType fromType, DType toType) { in AreCompatibleTypes() local

123