Searched defs:compatible (Results 1 - 24 of 24) sorted by relevance

/external/libdrm/tests/
H A Ddrmdevice.c75 char **compatible = device->deviceinfo.platform->compatible; local
84 while (*compatible) {
85 printf("\t\t\t\t%s\n", *compatible);
86 compatible++;
89 char **compatible = device->deviceinfo.platform->compatible; local
98 while (*compatible) {
99 printf("\t\t\t\t%s\n", *compatible);
100 compatible
[all...]
/external/python/cpython2/Tools/pybench/
H A Dpybench.py7 # Note: Please keep this module compatible to Python 1.5.2.
252 def compatible(self, other): member in class:Test
254 """ Return 1/0 depending on whether the test is compatible
454 def compatible(self, other): member in class:Benchmark
457 compatible with the other Benchmark instance or not.
659 benchmarks_compatible = self.compatible(compare_to)
691 test.compatible(other)):
/external/python/cpython3/Tools/pybench/
H A Dpybench.py6 # Note: Please keep this module compatible to Python 2.6.
261 def compatible(self, other): member in class:Test
263 """ Return 1/0 depending on whether the test is compatible
463 def compatible(self, other): member in class:Benchmark
466 compatible with the other Benchmark instance or not.
663 benchmarks_compatible = self.compatible(compare_to)
695 test.compatible(other)):
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py474 def compatible(self, other): member in class:gl_parameter
727 if not p1.compatible( p2 ):
/external/dtc/libfdt/
H A Dfdt_ro.c668 const char *compatible)
673 prop = fdt_getprop(fdt, nodeoffset, "compatible", &len);
677 return !fdt_stringlist_contains(prop, len, compatible);
681 const char *compatible)
695 err = fdt_node_check_compatible(fdt, offset, compatible);
667 fdt_node_check_compatible(const void *fdt, int nodeoffset, const char *compatible) argument
680 fdt_node_offset_by_compatible(const void *fdt, int startoffset, const char *compatible) argument
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_verifier.cc119 "Expected outfeed to have shape compatible with operand's shape %s, "
445 bool compatible; local
446 // We treat BF16 and F32 as compatible types if mixed precision is allowed,
453 compatible =
456 compatible = ShapeUtil::CompatibleIgnoringFpPrecision(
480 compatible = ShapeUtil::Compatible(instruction->shape(), inferred_shape);
484 compatible = ShapeUtil::CompatibleIgnoringFpPrecision(
487 compatible =
491 if (!compatible) {
493 "Expected instruction to have shape compatible wit
[all...]
H A Dshape_inference.cc760 // The shapes have to be compatible. That is, if some dimension d has a
805 // have to be compatible with the higher-rank operand's dimensions at indices
806 // specified by broadcast_dimensions. Here compatible means the dimension
830 // Reason: Dimension zero** of larger_shape (size 4) is not compatible with
835 // Reason: Dimension one of larger_shape (size 3) is not compatible with
860 // Dimension sizes must be compatible: match or be degenerate (degenerate
2384 bool compatible; local
2388 compatible = ShapeUtil::Compatible(on_true, on_false);
2390 compatible = ShapeUtil::CompatibleIgnoringFpPrecision(on_true, on_false);
2392 if (!compatible) {
[all...]
/external/libdrm/
H A Dxf86drm.c3194 if (device->deviceinfo.platform->compatible) {
3195 char **compatible = device->deviceinfo.platform->compatible; local
3197 while (*compatible) {
3198 free(*compatible);
3199 compatible++;
3202 free(device->deviceinfo.platform->compatible);
3210 if (device->deviceinfo.host1x->compatible) {
3211 char **compatible = device->deviceinfo.host1x->compatible; local
[all...]
H A Dxf86drm.h806 char **compatible; /* NULL terminated list of compatible strings */ member in struct:_drmPlatformDeviceInfo
816 char **compatible; /* NULL terminated list of compatible strings */ member in struct:_drmHost1xDeviceInfo
/external/guice/lib/build/
H A Dcglib-3.1.jar ... .cglib.core.Local sourceLocal private static boolean compatible (java.beans.PropertyDescriptor, java.beans.PropertyDescriptor ...
/external/guice/extensions/persist/lib/
H A Dcglib-nodep-3.0.jar ... .cglib.core.Local sourceLocal private static boolean compatible (java.beans.PropertyDescriptor, java.beans.PropertyDescriptor ...
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/robolectric/v1/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 775 milliseconds