Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:base_config
(Results
1 - 5
of
5
) sorted by relevance
/third_party/gn/src/gn/
H
A
D
loader.cc
253
Scope our_scope(settings->
base_config
());
in BackgroundLoadFile()
298
Scope*
base_config
= settings->
base_config
();
in BackgroundLoadBuildConfig()
local
299
base_config
->set_source_dir(SourceDir("//"));
in BackgroundLoadBuildConfig()
300
base_config
->AddBuildDependencyFile(
in BackgroundLoadBuildConfig()
303
settings->build_settings()->build_args().SetupRootScope(
base_config
,
in BackgroundLoadBuildConfig()
306
base_config
->SetProcessingBuildConfig();
in BackgroundLoadBuildConfig()
311
base_config
->SetProperty(kDefaultToolchainKey, &default_toolchain_label);
in BackgroundLoadBuildConfig()
318
// BUILDCONFIG to modify the
base_config
so can't make a copy or a nested one.
in BackgroundLoadBuildConfig()
319
base_config
in BackgroundLoadBuildConfig()
[all...]
H
A
D
settings.h
77
const Scope*
base_config
() const { return &base_config_; }
in base_config()
function in Settings
78
Scope*
base_config
() { return &base_config_; }
in base_config()
function in Settings
H
A
D
import_manager.cc
32
std::make_unique<Scope>(settings->
base_config
());
in UncachedImport()
H
A
D
visual_studio_writer.cc
356
const Scope* scope = targets.front()->settings()->
base_config
();
in RunAndWriteFiles()
409
target->settings()->
base_config
()->GetValue(variables::kCurrentCpu);
in WriteProjectFiles()
/third_party/mbedtls/tests/scripts/
H
A
D
all.sh
891
base_config
=$1
893
if [ "$
base_config
" != "default" ]; then
894
scripts/config.py "$
base_config
"
Completed in 12 milliseconds