/third_party/gn/src/gn/ |
D | value_extractors.cc | 161 current_toolchain(current_toolchain_in) {} in LabelResolver() 166 current_toolchain, v, err); in operator ()() 171 const Label& current_toolchain; member 182 current_toolchain(current_toolchain_in) {} in LabelPtrResolver() 187 current_toolchain, v, err); in operator ()() 193 const Label& current_toolchain; member 257 const Label& current_toolchain, in ExtractListOfLabels() argument 262 LabelPtrResolver<Target>(build_settings, current_dir, current_toolchain)); in ExtractListOfLabels() 268 const Label& current_toolchain, in ExtractListOfUniqueLabels() argument 273 LabelResolver<Config>(build_settings, current_dir, current_toolchain)); in ExtractListOfUniqueLabels() [all …]
|
D | value_extractors.h | 55 const Label& current_toolchain, 66 const Label& current_toolchain, 72 const Label& current_toolchain, 78 const Label& current_toolchain,
|
D | label.cc | 92 const Label& current_toolchain, in Resolve() argument 187 *out_toolchain_dir = current_toolchain.dir(); in Resolve() 188 *out_toolchain_name = current_toolchain.name_atom(); in Resolve() 191 return Resolve(current_dir, source_root, current_toolchain, in Resolve()
|
D | tool.cc | 160 const Label& current_toolchain, in ReadLabel() argument 171 current_toolchain, *v, err); in ReadLabel()
|
D | label.h | 41 const Label& current_toolchain,
|
D | tool.h | 268 const Label& current_toolchain,
|
/third_party/cef/patch/patches/ |
D | linux_atk_1123214.patch | 9 -assert(current_toolchain == default_toolchain) 10 +# assert(current_toolchain == default_toolchain) 22 -assert(current_toolchain == default_toolchain) 23 +# assert(current_toolchain == default_toolchain)
|
D | gn_config.patch | 178 if (current_toolchain != host_toolchain) {
|
/third_party/flutter/engine/flutter/ |
D | BUILD.gn | 34 if (current_toolchain == host_toolchain) { 43 if (current_toolchain == host_toolchain) { 56 if (current_toolchain == host_toolchain) {
|
/third_party/gn/docs/ |
D | cross_compiles.md | 64 The `current_toolchain`, `current_cpu`, and `current_os` variables 101 # Compares current_cpu with target_cpu to see whether current_toolchain 117 `target_cpu`. The `current_toolchain` reflects the toolchain that is currently
|
/third_party/gn/examples/ios/host/ |
D | BUILD.gn | 5 if (current_toolchain == host_toolchain) {
|
/third_party/skia/build/fuchsia/ |
D | fuchsia_download_sdk.gni | 9 current_toolchain == default_toolchain) {
|
/third_party/flutter/engine/flutter/shell/platform/embedder/ |
D | BUILD.gn | 89 if (current_toolchain == host_toolchain) { 242 current_toolchain == host_toolchain || embedder_for_target
|
/third_party/flutter/engine/flutter/shell/platform/glfw/ |
D | config.gni | 12 build_glfw_shell = (is_linux || is_win) && current_toolchain == host_toolchain
|
/third_party/flutter/engine/flutter/testing/ |
D | BUILD.gn | 48 if (current_toolchain == host_toolchain) {
|
/third_party/bounds_checking_function/ |
D | BUILD.gn | 28 if (current_toolchain == "//build/toolchain/linux:clang_x64" ||
|
/third_party/flutter/engine/flutter/runtime/ |
D | BUILD.gn | 17 if (flutter_runtime_mode == "debug" || current_toolchain == host_toolchain) {
|
/third_party/protobuf/ |
D | BUILD.gn | 62 if (current_toolchain != host_toolchain) { 118 if (default_toolchain == current_toolchain) { 303 if (current_toolchain == host_toolchain) { 530 if (current_toolchain == host_toolchain) {
|
/third_party/flutter/engine/flutter/shell/common/ |
D | BUILD.gn | 140 if (current_toolchain == host_toolchain) {
|
/third_party/gn/misc/vim/syntax/ |
D | gn.vim | 19 syn keyword gnPredefVar current_cpu current_os current_toolchain
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | BUILD.gn | 145 if (current_toolchain == host_toolchain) {
|
/third_party/skia/third_party/externals/angle2/ |
D | BUILD.gn | 339 if (is_cfi && use_cfi_icall && current_toolchain == default_toolchain) { 346 if (is_cfi && use_cfi_cast && current_toolchain == default_toolchain) { 1451 current_toolchain == default_toolchain) {
|
/third_party/libunwind/ |
D | BUILD.gn | 328 defines += [ "current_toolchain=${current_toolchain}" ]
|
/third_party/skia/gn/toolchain/ |
D | BUILD.gn | 67 if (current_toolchain == default_toolchain) {
|
/third_party/flutter/skia/third_party/externals/angle2/ |
D | BUILD.gn | 1164 current_toolchain == default_toolchain) {
|