Lines Matching refs:transform
1085 define transform-renderscripts-to-java-and-bc
1104 define transform-bc-to-so
1124 define transform-renderscripts-to-cpp-and-bc
1147 define transform-aidl-to-java
1154 define transform-aidl-to-cpp
1171 $$(transform-aidl-to-java)
1184 $$(transform-aidl-to-cpp)
1192 define transform-vts-to-cpp
1209 $$(transform-vts-to-cpp)
1217 define transform-logtags-to-java
1228 define transform-proto-to-java
1247 define transform-proto-to-cc
1279 define transform-cpp-to-o-compiler-args
1303 $(hide) $(call-clang-tidy) $< -- $(transform-cpp-to-o-compiler-args)
1307 define transform-cpp-to-o
1313 define transform-cpp-to-o
1318 $(transform-cpp-to-o-compiler-args) \
1329 define transform-c-or-s-to-o-compiler-args
1340 define transform-c-to-o-compiler-args
1341 $(call transform-c-or-s-to-o-compiler-args, \
1349 $(hide) $(call-clang-tidy) $< -- $(transform-c-to-o-compiler-args)
1353 define transform-c-to-o
1359 define transform-c-to-o
1364 $(transform-c-to-o-compiler-args) \
1369 define transform-s-to-o
1373 $(call transform-c-or-s-to-o-compiler-args, $(PRIVATE_ASFLAGS)) \
1378 define transform-asm-to-o
1393 define transform-m-to-o
1395 $(call transform-c-or-s-to-o, $(PRIVATE_CFLAGS) $(PRIVATE_DEBUG_CFLAGS))
1402 define transform-host-cpp-to-o-compiler-args
1417 $(hide) $(call-clang-tidy) $< -- $(transform-host-cpp-to-o-compiler-args)
1421 define transform-host-cpp-to-o
1427 define transform-host-cpp-to-o
1432 $(transform-host-cpp-to-o-compiler-args) \
1442 define transform-host-c-or-s-to-o-common-args
1452 define transform-host-c-or-s-to-o
1455 $(transform-host-c-or-s-to-o-common-args) \
1460 define transform-host-c-to-o-compiler-args
1461 $(transform-host-c-or-s-to-o-common-args) \
1467 $(hide) $(call-clang-tidy) $< -- $(transform-host-c-to-o-compiler-args)
1471 define transform-host-c-to-o
1477 define transform-host-c-to-o
1482 $(transform-host-c-to-o-compiler-args) \
1487 define transform-host-s-to-o
1489 $(call transform-host-c-or-s-to-o, $(PRIVATE_ASFLAGS))
1496 define transform-host-m-to-o
1498 $(call transform-host-c-or-s-to-o, $(PRIVATE_CFLAGS) $(PRIVATE_DEBUG_CFLAGS) $(PRIVATE_CFLAGS_NO_OV…
1505 define transform-host-mm-to-o
1506 $(transform-host-cpp-to-o)
1526 $$(transform-$$(PRIVATE_HOST)cpp-to-o)
1541 $$(transform-$$(PRIVATE_HOST)c-to-o)
1556 $$(transform-$$(PRIVATE_HOST)s-to-o)
1571 $$(transform-$$(PRIVATE_HOST)s-to-o)
1642 define transform-o-to-static-lib
1714 define transform-host-o-to-static-lib
1735 define transform-host-o-to-shared-lib-inner
1758 define transform-host-o-to-shared-lib
1761 $(transform-host-o-to-shared-lib-inner)
1764 define transform-host-o-to-package
1767 $(transform-host-o-to-shared-lib-inner)
1775 define transform-o-to-shared-lib-inner
1798 define transform-o-to-shared-lib
1801 $(transform-o-to-shared-lib-inner)
1808 define transform-o-to-executable-inner
1832 define transform-o-to-executable
1835 $(transform-o-to-executable-inner)
1849 define transform-o-to-static-executable-inner
1873 define transform-o-to-static-executable
1876 $(transform-o-to-static-executable-inner)
1885 define transform-host-o-to-executable-inner
1907 define transform-host-o-to-executable
1910 $(transform-host-o-to-executable-inner)
2164 define transform-java-to-header.jar
2193 define transform-jarjar
2273 define transform-classes.jar-to-dex
2484 define transform-host-java-to-package
2491 define transform-host-java-to-dalvik-package
2750 define transform-prebuilt-to-target
2756 define transform-prebuilt-to-target-strip-comments
2832 define transform-jar-to-dex-r8
2852 define transform-generated-source
2902 $$(transform-prebuilt-to-target)
2917 $$(transform-prebuilt-to-target)