/external/chromium_org/tools/gn/ |
ninja_helper_unittest.cc | 12 #include "tools/gn/toolchain.h" 21 toolchain(&settings, Label(SourceDir("//"), "tc")), 23 settings.set_toolchain_label(toolchain.label()); 35 Toolchain toolchain; member in class:__anon14644::HelperSetterUpper 45 // Default toolchain.
|
test_with_scope.h | 12 #include "tools/gn/toolchain.h" 15 // toolchain and sets up all the build state. 23 Toolchain* toolchain() { return &toolchain_; } function in class:TestWithScope 29 Toolchain toolchain_;
|
command_gen.cc | 25 void BackgroundDoWrite(const Target* target, const Toolchain* toolchain) { 26 NinjaTargetWriter::RunAndWriteFile(target, toolchain); 38 const Toolchain* toolchain = local 40 DCHECK(toolchain); 43 base::Bind(&BackgroundDoWrite, target, toolchain));
|
ninja_writer.cc | 46 // Categorize all targets by toolchain. 67 // Write out the toolchain buildfiles, and also accumulate the set of 68 // all settings and find the list of targets in the default toolchain. 73 const Toolchain* toolchain = builder_->GetToolchain(i->first); local 76 if (!NinjaToolchainWriter::RunAndWriteFile(settings, toolchain, 79 "Couldn't open toolchain buildfile(s) for writing").PrintToStdout(); 95 "Couldn't open toolchain buildfile(s) for writing").PrintToStdout();
|
function_toolchain.cc | 11 #include "tools/gn/toolchain.h" 19 // the toolchain property on a scope. 37 // toolchain ------------------------------------------------------------------- 39 const char kToolchain[] = "toolchain"; 41 "toolchain: Defines a toolchain.\n" 43 " A toolchain is a set of commands and build flags used to compile the\n" 44 " source code. You can have more than one toolchain in use at once in\n" 47 " A toolchain specifies the commands to run for various input file\n" 49 " arguments to be passed to the toolchain build via the\n 192 Toolchain* toolchain = reinterpret_cast<Toolchain*>( local 283 Toolchain* toolchain = reinterpret_cast<Toolchain*>( local [all...] |
trace.h | 46 // Optional toolchain label. 47 const std::string& toolchain() const { return toolchain_; } function in class:TraceItem
|
filesystem_utils.cc | 590 SourceDir toolchain = GetToolchainOutputDir(settings); local 593 toolchain.SwapValue(&ret); 597 // slashes to append to the toolchain object directory. 606 SourceDir toolchain = GetToolchainGenDir(settings); local 609 toolchain.SwapValue(&ret); 612 // slashes to append to the toolchain object directory.
|
/bionic/libc/tools/ |
check-symbols.py | 10 toolchain = os.environ['ANDROID_TOOLCHAIN'] variable 11 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain)
|
/external/oprofile/ |
common.mk | 38 toolchain := prebuilts/gcc/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-4.6 macro 43 toolchain := prebuilts/gcc/$(HOST_PREBUILT_TAG)/mips/mipsel-linux-android-4.6 macro 48 common_host_c_includes := $(common_c_includes) $(toolchain)/include
|
/external/chromium_org/build/ |
gyp_chromium | 278 # toolchain, then set up variables for the automatic toolchain. Opt-out is 289 'toolchain', 291 toolchain = os.path.normpath(os.path.join( variable 293 os.environ['GYP_MSVS_OVERRIDE_PATH'] = toolchain 295 # We need to make sure windows_sdk_path is set to the automated toolchain 298 win8sdk = os.path.join(toolchain, 'win8sdk') 309 print('Using automatic toolchain in %s.' % toolchain)
|
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/ |
sdklib-22.2.0.jar | |