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:toolchains
(Results
1 - 6
of
6
) sorted by relevance
/third_party/gn/src/gn/
H
A
D
args.cc
172
// when used from different
toolchains
, so we can't just check that we've
199
// variable errors in other
toolchains
. Also, in some cases it's reasonable
271
// Sort the
toolchains
from declared_arguments_per_toolchain_ so
274
std::vector<const Settings*>
toolchains
;
275
toolchains
.reserve(declared_arguments_per_toolchain_.size());
277
toolchains
.push_back(map_pair.first);
279
std::sort(
toolchains
.begin(),
toolchains
.end(),
281
// NOTE: There can be multiple default
toolchains
in the map!
291
for (const auto& toolchain :
toolchains
) {
[all...]
H
A
D
json_project_writer.cc
380
std::map<Label, const Toolchain*>
toolchains
;
in GenerateJSON()
local
400
toolchains
[target->toolchain()->label()] = target->toolchain();
in GenerateJSON()
405
json_writer.BeginDict("
toolchains
");
in GenerateJSON()
407
for (const auto& tool_chain_kv :
toolchains
) {
in GenerateJSON()
457
json_writer.EndDict(); //
toolchains
in GenerateJSON()
/third_party/skia/third_party/externals/swiftshader/tests/regres/llvm/
H
A
D
llvm.go
16
//
toolchains
.
167
// Search looks for llvm
toolchains
in paths.
170
toolchains
:= map[Version]Toolchain{}
178
toolchains
[t.Version] = *t
182
toolchains
[t.Version] = *t
190
toolchains
[t.Version] = *t
201
out := make([]Toolchain, 0, len(
toolchains
))
202
for _, t := range
toolchains
{
/third_party/musl/dist/
H
A
D
config.mak
20
# Uncomment to fix broken distro-patched
toolchains
where hash-style=gnu(only)
23
# Uncomment to fix broken distro-patched
toolchains
where stack-protector=on
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H
A
D
NativeLibs.mk
310
# The directory names for the different
toolchains
311
TOOLCHAIN_X86 :=
toolchains
/x86
312
TOOLCHAIN_X86_64 :=
toolchains
/x86_64
313
TOOLCHAIN_ARM :=
toolchains
/arm
314
TOOLCHAIN_ARM_V7A :=
toolchains
/arm-v7a
315
TOOLCHAIN_ARM_V7A_HARD :=
toolchains
/arm-v7a-hard
316
TOOLCHAIN_ARM64_V8A :=
toolchains
/arm64-v8a
317
TOOLCHAIN_MIPS :=
toolchains
/mips
318
TOOLCHAIN_MIPS64 :=
toolchains
/mips64
336
# The settings to use for the individual
toolchains
[all...]
/third_party/libsnd/Scripts/
H
A
D
android-configure.sh
62
export ANDROID_PREFIX=${ANDROID_NDK}/
toolchains
/arm-linux-androideabi-${ANDROID_GCC_VER}/prebuilt/${BUILD_MACHINE}
Completed in 3 milliseconds