Searched full:compiler (Results 1 – 25 of 39) sorted by relevance
12
/build/core/combo/ |
D | javac.mk | 1 # Selects a Java compiler. 6 # ALTERNATE_JAVAC -- the alternate java compiler to use 9 # COMMON_JAVAC -- Java compiler command with common arguments 19 # Use the indexer wrapper to index the codebase instead of the javac compiler 26 # The actual compiler can be wrapped by setting the JAVAC_WRAPPER var. 33 # Whatever compiler is on this system.
|
D | TARGET_linux-arm64.mk | 29 # include defines, and compiler settings for the given architecture 36 # Decouple NDK library selection with platform compiler version 98 # This is to avoid the dreaded warning compiler message: 104 # removed the warning from the compiler.
|
D | TARGET_linux-arm.mk | 29 # include defines, and compiler settings for the given architecture 36 # Decouple NDK library selection with platform compiler version 122 # This is to avoid the dreaded warning compiler message: 128 # removed the warning from the compiler. 161 ## on some hosts, the target cross-compiler is not available so do not run this command
|
D | TARGET_linux-mips64.mk | 29 # include defines, and compiler settings for the given architecture 36 # Decouple NDK library selection with platform compiler version 138 ## on some hosts, the target cross-compiler is not available so do not run this command
|
D | TARGET_linux-mips.mk | 29 # include defines, and compiler settings for the given architecture 36 # Decouple NDK library selection with platform compiler version 132 ## on some hosts, the target cross-compiler is not available so do not run this command
|
D | select.mk | 17 # Select a combo based on the compiler being used.
|
D | HOST_CROSS_windows-x86_64.mk | 17 # Settings to use MinGW as a cross-compiler under Linux
|
D | HOST_CROSS_windows-x86.mk | 17 # Settings to use MinGW as a cross-compiler under Linux
|
D | TARGET_linux-x86_64.mk | 25 # Decouple NDK library selection with platform compiler version
|
D | TARGET_linux-x86.mk | 25 # Decouple NDK library selection with platform compiler version
|
/build/soong/cc/ |
D | cc.go | 18 // into the flags and filenames necessary to pass to the compiler. The final creation of the rules 293 // don't insert default compiler flags into asflags, cflags, 389 // don't insert default compiler flags into asflags, cflags, 441 type compiler interface { interface 458 // the blueprint.Module interface. It delegates to compiler, linker, and installer interfaces 474 compiler compiler member 489 if c.compiler != nil { 490 props = append(props, c.compiler.props()...) 597 if c.compiler != nil { 598 flags = c.compiler.flags(ctx, flags) [all …]
|
D | androidmk.go | 49 callSubAndroidMk(c.compiler)
|
D | arm_device.go | 115 // Fake an ARM compiler flag as these processors support LPAE which GCC/clang
|
/build/tools/ijar/ |
D | README.txt | 23 compiler's perspective, they are interface definitions. The problem 26 compiler (such as the addition of a print statement to a method in a 115 because we can assume the compiler is deterministic and the order in
|
/build/kati/ |
D | .travis.yml | 3 compiler:
|
D | thread_local.h | 7 // This is a drop-in replacement of __thread keyword. If your compiler
|
/build/kati/testcase/ |
D | flavor.mk | 1 # https://android.googlesource.com/platform/external/compiler-rt/+/master/make/util.mk#44
|
/build/core/clang/ |
D | config.mk | 122 # TODO(danalbert): The following checks currently have compiler performance 174 # This allows us to use the superset of functionality that compiler-rt
|
/build/core/combo/arch/arm/ |
D | armv7-a-neon.mk | 43 # Fake an ARM compiler flag as these processors support LPAE which GCC/clang
|
/build/core/ |
D | build-system.html | 603 <p>If you want to use a different C compiler for this module, set LOCAL_CC 604 to the path to the compiler. If LOCAL_CC is blank, the appropriate default 605 compiler is used.</p> 608 <p>If you want to use a different C++ compiler for this module, set LOCAL_CXX 609 to the path to the compiler. If LOCAL_CXX is blank, the appropriate default 610 compiler is used.</p> 613 <p>If you have additional flags to pass into the C or C++ compiler, add 618 <p>If you have additional flags to pass into <i>only</i> the C++ compiler, add 706 <p>If you have additional flags to pass into the javac compiler, add
|
D | config_sanitizers.mk | 62 # Revert when external/compiler-rt is updated past r236014.
|
/build/blueprint/bootstrap/ |
D | doc.go | 122 // @@GoCompile@@ - The path to the Go compiler (6g or compile)
|
/build/core/tasks/check_boot_jars/ |
D | package_whitelist.txt | 221 org\.apache\.xpath\.compiler
|
/build/blueprint/ |
D | ninja_defs.go | 26 // be output by a compiler.
|
/build/tools/ |
D | java-layers.py | 205 # because the compiler will fail, or the beginning of the class declaration.
|
12