Searched refs:t (Results 1 – 25 of 26) sorted by relevance
12
/build/toolchain/ |
D | cc_wrapper.gni | 14 # these versions don't support -Xclang. (3.1.10 and later will silently 15 # ignore -Xclang, so it doesn't matter if you disable clang_use_chrome_plugins 40 # Set to "ccache", "icecc" or "distcc". Probably doesn't work on windows.
|
D | toolchain.gni | 98 # but each toolchain must define them separately. GN doesn't allow a
|
/build/misc/overrides/ |
D | build.gni | 9 # Some non-Chromium builds don't support building java targets. 12 # Some non-Chromium builds don't use Chromium's third_party/binutils.
|
/build/rust/tests/test_cxx_rust/src/ |
D | client_blobstore.cpp | 78 [&](auto &t) { get_metadata.tags.emplace_back(t); }); in get_metadata() argument
|
/build/config/ |
D | allocator.gni | 33 # doesn't support the heap shim. 45 "The allocator shim doesn't work for the component build on Windows.")
|
D | python.gni | 77 # template is called, but benchmarking doesn't show any impact on overall 97 # doesn't perform recursive lookups at all. See https://crbug.com/862232 140 # doesn't perform recursive lookups at all. See https://crbug.com/862232
|
D | BUILDCONFIG.gn | 14 # every other file in the build. So variables declared here (that don't start 40 # Note the default_toolchain isn't symmetrical (you would expect 264 # doesn't work, you can put the argument in a .gni file. This should be put 282 # - Don't call exec_script inside declare_args. This will execute the script 380 # Currently, we don't publish ohos-adapted python on m1 platform, 428 assert(!(is_debug && is_official_build), "Can't do official debug builds") 697 # by removing it. This is how targets opt-out of flags. If you don't have that
|
D | arm.gni | 51 # Don't use neon on V8 simulator builds as a default.
|
D | BUILD.gn | 48 # Don't use deprecated V8 APIs anywhere. 174 # Please don't add more stuff here. We should actually be making this
|
/build/config/ohos/ |
D | BUILD.gn | 22 # The NDK has these things, but doesn't define the constants to say that it 38 # Don't allow visible symbols from libraries that contain 39 # assembly code with symbols that aren't hidden properly.
|
/build/config/gcc/ |
D | BUILD.gn | 63 # libraries from the current directory. As long as these aren't distributed, 71 # Note: ohos doesn't support rpath. 124 # Newer binutils don't set DT_RPATH unless you disable "new" dtags 125 # and the new DT_RUNPATH doesn't work without --no-as-needed flag.
|
/build/docs/ |
D | 编译构建调试文档.md | 488 …ERROR at //arkcompiler/ets_frontend/es2panda/typescript/types/type.cpp:16:11: Can't include this h… 518 | -t deps | 查找一个目标的依赖,读取的是.ninja_deps文件 | 519 | -t commands | 查看编译目标需要的编译命令 | 520 | -t targets | 查看编译目标名字:ninja -t targets \| grep "xxx" | 521 | -t garph | 查看目标的依赖图 | 539 - ninja -t deps 558 - ninja -t targets all 578 - ninja -t commands hello 591 - ninja -t graph obj/hello.hello.o|dot -Tpng -o rk.png 597 - ninja -t commands| grep obj/hello.hello.o [all …]
|
/build/config/compiler/ |
D | compiler.gni | 39 # example, don't omit the frame pointer and leave in symbols. 97 # 64-bit Windows ABI doesn't support frame pointers. 138 # provide intrinsics to access them, so we don't use them. 173 # If it wasn't manually set, set to an appropriate default. 193 # Sanitizers need line table info for stack traces. They don't need type 202 # Assert that the configuration isn't going to hit https://crbug.com/648948.
|
D | BUILD.gn | 60 # it has, then we don't need to disable 4702 (unreachable code warning). 140 # lld doesn't have the bug. 252 # Don't look for includes in %INCLUDE%. 293 # implicitly but don't any more (in particular clang when built without 321 # (This flag doesn't do anything with Clang.) 367 # On ohos, this isn't needed. gcc in the NDK knows to look next to 377 # linker might not be gold, but isn't used much anyway. 438 # on Linux/Mac (GCC doesn't support it), but MSVC does this with /FC and 466 # On Windows, (non-sanitizier) symbol_level 1 builds don't contain 479 # paths to the tools it invokes. We don't want this because we don't [all …]
|
/build/config/posix/ |
D | BUILD.gn | 37 # Don't leak any symbols on a static build. 54 # Make sure we don't link against libc++ or libstdc++. 71 # (gcc doesn't have -notstdlib++:
|
/build/config/clang/ |
D | BUILD.gn | 63 # Enables some extra Clang-specific warnings. Some third-party code won't
|
/build/toolchain/mac/ |
D | BUILD.gn | 21 # This won't cause a re-generation of GN files when the tool script changes 189 # the existing .TOC file, overwrite it, otherwise, don't change it. 278 # doesn't do the things one would expect from the shell like unescaping 283 # corrupted by this process. Don't use spaces for source files or labels. 297 # each toolchain because GN doesn't allow a template to be used here.
|
/build/ohos/notice/ |
D | notice.gni | 93 # use default License for modules couldn't find license
|
/build/config/mac/ |
D | BUILD.gn | 43 # an Objective C struct won't be called, which is very bad.
|
/build/config/sanitizers/ |
D | BUILD.gn | 104 # This is a static_library instead of a source_set, as it shouldn't be 112 # Don't compile this target with any sanitizer code. It can be called from 245 # Don't do it. 260 # Column info in debug data confuses Visual Studio's debugger, so don't
|
D | sanitizers.gni | 230 "ASan on Windows doesn't work in debug (set is_debug=false).") 244 # fuzzer, but which isn't being targeted (such as libprotobuf-mutator, *.pb.cc
|
/build/toolchain/ohos/ |
D | ohos_toolchain.gni | 90 # Don't use .cr.so for loadable_modules since they are always loaded via
|
/build/templates/cxx/ |
D | cxx.gni | 375 # We don't need to change config when "is_debug==true" 376 # "enable_debug_components" isn't blank means some components using debug level compilation 674 foreach(t, filter_include(valid_types, [ invoker.shlib_type ])) { 675 if (t == invoker.shlib_type) {
|
/build/ohos/ndk/ |
D | ndk.gni | 152 # Don't enable cross compile if build_ohos_ndk is false.
|
/build/lite/ndk/doc/config/ |
D | Doxyfile_C | 174 # less readable) file names. This can be useful is your file systems doesn't 721 # in a documented function, or documenting parameters that don't exist or using 1890 # so different doxyrules.make files included by the same Makefile don't
|
12