Searched refs:compatible (Results 1 - 25 of 112) sorted by relevance

12345

/external/llvm/test/MC/AArch64/
H A Darm64-fp-encoding-error.s4 ; CHECK: error: expected compatible register or floating-point constant
7 ; CHECK: error: expected compatible register or floating-point constant
/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/llvm/test/MC/ARM/Windows/
H A Dinvalid-relocation.s1 # RUN: not llvm-mc -triple thumbv7-windows -incremental-linker-compatible -filetype obj -o /dev/null 2>&1 %s \
/external/expat/xmlwf/
H A Dxmltchar.h38 # error xmlwf requires a 16-bit Unicode-compatible wchar_t
/external/dtc/tests/
H A Dtrees.S91 PROP_STR(test_tree1, compatible, "test_tree1")
99 PROP_STR(test_tree1, compatible, "subnode1")
104 PROP_STR(test_tree1, compatible, "subsubnode1\0subsubnode")
124 PROP_STR(test_tree1, compatible, "subsubnode2\0subsubnode")
138 STRING(test_tree1, compatible, "compatible")
/external/llvm/test/MC/ARM/
H A Darm-thumb-cpus-default.s19 @ Make sure the architecture chosen by LLVM defaults to a compatible
/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...]
/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/python/cpython3/Lib/venv/
H A D__init__.py347 compatible = True
349 compatible = False
351 compatible = False
352 if not compatible:
/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...]
/external/flatbuffers/include/flatbuffers/
H A Dbase.h54 #error A C++11 compatible compiler with support for the auto typing is \
/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/Objects/stringlib/
H A Djoin.h4 #error join.h only compatible with byte-wise strings
/external/python/cpython3/Python/
H A Dceval_gil.h64 #error You need either a POSIX-compatible or a Windows system!
/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/dhcpcd-6.8.2/
H A DAndroid.mk15 # dhcpcd-6.8.2 is D-Bus enabled and compatible with Brillo daemons. dhcpcd
/external/libjpeg-turbo/simd/
H A Djccolor-mmx.asm12 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djccolor-sse2-64.asm11 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djccolor-sse2.asm11 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djcgray-mmx.asm12 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djcgray-sse2-64.asm11 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djcgray-sse2.asm11 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djdcolor-mmx.asm12 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djdcolor-sse2-64.asm12 ; can *not* be assembled with Microsoft's MASM or any compatible
H A Djdcolor-sse2.asm12 ; can *not* be assembled with Microsoft's MASM or any compatible

Completed in 7124 milliseconds

12345