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:BUILD_DIR
(Results
1 - 22
of
22
) sorted by relevance
/third_party/unity/test/
H
A
D
Makefile
35
BUILD_DIR
= build
macro
43
cd $(
BUILD_DIR
) && \
45
rm -f $(
BUILD_DIR
)/*.gcda
47
cd $(
BUILD_DIR
) && \
49
grep '###' $(
BUILD_DIR
)/unity.c.gcov -C2 || true
50
cd $(
BUILD_DIR
) && \
52
rm -f $(
BUILD_DIR
)/*.gcda
54
cd $(
BUILD_DIR
) && \
56
grep '###' $(
BUILD_DIR
)/unity.c.gcov -C2 || true
57
cd $(
BUILD_DIR
)
[all...]
/third_party/icu/tools/release/c/
H
A
D
uconfigtest.sh
17
# You can also use the uconfigtest.local file to override the
BUILD_DIR
36
BUILD_DIR
=${
BUILD_DIR
:-${S}/uconfigtest}
38
if [ ! -d ${
BUILD_DIR
} ];
40
mkdir -p ${
BUILD_DIR
} || exit 1
43
FAILS=${
BUILD_DIR
}/fails
44
STATS=${
BUILD_DIR
}/stats
96
mkdir -p ${
BUILD_DIR
} ${
BUILD_DIR
}/times 2>/dev/null
108
echo " build to ${
BUILD_DIR
}/
[all...]
/third_party/skia/modules/canvaskit/
H
A
D
compile.sh
44
BUILD_DIR
=${
BUILD_DIR
:="out/canvaskit_wasm_debug"}
48
BUILD_DIR
=${
BUILD_DIR
:="out/canvaskit_wasm_profile"}
51
BUILD_DIR
=${
BUILD_DIR
:="out/canvaskit_wasm_experimental_simd"}
53
BUILD_DIR
=${
BUILD_DIR
:="out/canvaskit_wasm"}
61
mkdir -p $
BUILD_DIR
64
rm -f $
BUILD_DIR
/*
[all...]
H
A
D
compile_gm.sh
34
BUILD_DIR
=${
BUILD_DIR
:="out/wasm_gm_tests_debug"}
38
BUILD_DIR
=${
BUILD_DIR
:="out/wasm_gm_tests"}
46
mkdir -p $
BUILD_DIR
49
rm -f $
BUILD_DIR
/*.a
57
GM_LIB="$
BUILD_DIR
/libgm_wasm.a"
76
git clone "https://chromium.googlesource.com/chromium/tools/depot_tools.git" --depth 1 $
BUILD_DIR
/depot_tools
77
NINJA=$
BUILD_DIR
/depot_tools/ninja
87
./bin/gn gen ${
BUILD_DIR
} \
[all...]
/third_party/cJSON/tests/unity/test/
H
A
D
Makefile
24
BUILD_DIR
= build
macro
32
coverage: $(
BUILD_DIR
)/testunityRunner.c
33
cd $(
BUILD_DIR
) && \
35
rm -f $(
BUILD_DIR
)/*.gcda
37
cd $(
BUILD_DIR
) && \
39
grep '###' $(
BUILD_DIR
)/unity.c.gcov -C2 || true
41
test: $(
BUILD_DIR
)/testunityRunner.c
46
UNITY_C_ONLY =-c ../src/unity.c -o $(
BUILD_DIR
)/unity.o
51
$(
BUILD_DIR
)/testunityRunner.c: tests/testunity.c | $(
BUILD_DIR
)
[all...]
/third_party/cJSON/tests/unity/extras/fixture/test/
H
A
D
Makefile
18
BUILD_DIR
= ../build
macro
23
default: $(
BUILD_DIR
)
28
32bits: $(
BUILD_DIR
)
33
noStdlibMalloc: $(
BUILD_DIR
)
39
C89: $(
BUILD_DIR
)
44
$(
BUILD_DIR
):
45
mkdir -p $(
BUILD_DIR
)
48
rm -f $(TARGET) $(
BUILD_DIR
)/*.gc*
50
cov: $(
BUILD_DIR
)
51
cd $(
BUILD_DIR
)
[all...]
/third_party/unity/extras/fixture/test/
H
A
D
Makefile
15
BUILD_DIR
= ../build
macro
20
default: $(
BUILD_DIR
)
25
32bits: $(
BUILD_DIR
)
30
noStdlibMalloc: $(
BUILD_DIR
)
36
C89: $(
BUILD_DIR
)
41
$(
BUILD_DIR
):
42
mkdir -p $(
BUILD_DIR
)
45
rm -f $(TARGET) $(
BUILD_DIR
)/*.gc*
47
cov: $(
BUILD_DIR
)
48
cd $(
BUILD_DIR
)
[all...]
/third_party/unity/extras/memory/test/
H
A
D
Makefile
21
BUILD_DIR
= ../build
macro
26
default: $(
BUILD_DIR
)
31
32bits: $(
BUILD_DIR
)
36
noStdlibMalloc: $(
BUILD_DIR
)
42
C89: $(
BUILD_DIR
)
47
$(
BUILD_DIR
):
48
mkdir -p $(
BUILD_DIR
)
51
rm -f $(TARGET) $(
BUILD_DIR
)/*.gc*
53
cov: $(
BUILD_DIR
)
54
cd $(
BUILD_DIR
)
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/macos/
H
A
D
build.sh
38
BUILD_DIR
=/tmp/marl-build
39
INSTALL_DIR=${
BUILD_DIR
}/install
61
# Ensures
BUILD_DIR
is empty.
63
if [ -d ${
BUILD_DIR
} ]; then
64
rm -fr ${
BUILD_DIR
}
66
mkdir ${
BUILD_DIR
}
77
cd ${
BUILD_DIR
}
90
cd ${
BUILD_DIR
}
108
cd ${
BUILD_DIR
}
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/ubuntu/
H
A
D
docker.sh
41
BUILD_DIR
=/tmp/marl-build
42
INSTALL_DIR=${
BUILD_DIR
}/install
81
# Ensures
BUILD_DIR
is empty.
83
if [ -d ${
BUILD_DIR
} ]; then
84
rm -fr ${
BUILD_DIR
}
86
mkdir ${
BUILD_DIR
}
97
cd ${
BUILD_DIR
}
110
cd ${
BUILD_DIR
}
128
cd ${
BUILD_DIR
}
/third_party/ltp/
H
A
D
build.sh
19
BUILD_DIR
="$SRC_DIR/../ltp-build"
22
MAKE_OPTS_OUT_TREE="$MAKE_OPTS -C $
BUILD_DIR
-f $SRC_DIR/Makefile top_srcdir=$SRC_DIR top_builddir=$
BUILD_DIR
"
50
mkdir -p $
BUILD_DIR
51
cd $
BUILD_DIR
118
cd $
BUILD_DIR
129
cd $
BUILD_DIR
140
cd $
BUILD_DIR
/third_party/skia/third_party/externals/tint/kokoro/linux/
H
A
D
docker.sh
82
BUILD_DIR
=/tmp/tint-build
83
mkdir -p ${
BUILD_DIR
}
106
cd ${
BUILD_DIR
}
146
${SRC_DIR}/test/test-all.sh "${
BUILD_DIR
}/tint" --verbose
/third_party/node/deps/v8/third_party/markupsafe/
H
A
D
get_markupsafe.sh
22
BUILD_DIR
="$PACKAGE-$VERSION"
25
OUT_DIR="$INSTALL_DIR/$
BUILD_DIR
/$PACKAGE_DIR"
104
cd "$
BUILD_DIR
"
/third_party/node/tools/inspector_protocol/jinja2/
H
A
D
get_jinja2.sh
23
BUILD_DIR
="$PACKAGE-$VERSION"
26
OUT_DIR="$INSTALL_DIR/$
BUILD_DIR
/$PACKAGE_DIR"
105
cd "$
BUILD_DIR
"
/third_party/node/tools/inspector_protocol/markupsafe/
H
A
D
get_markupsafe.sh
22
BUILD_DIR
="$PACKAGE-$VERSION"
25
OUT_DIR="$INSTALL_DIR/$
BUILD_DIR
/$PACKAGE_DIR"
104
cd "$
BUILD_DIR
"
/third_party/skia/third_party/externals/markupsafe/
H
A
D
get_markupsafe.sh
22
BUILD_DIR
="$PACKAGE-$VERSION"
25
OUT_DIR="$INSTALL_DIR/$
BUILD_DIR
/$PACKAGE_DIR"
104
cd "$
BUILD_DIR
"
/third_party/protobuf/protoc-artifacts/
H
A
D
build-protoc.sh
279
BUILD_DIR
="build/$OS/$ARCH"
282
mkdir -p "$
BUILD_DIR
" && cd "$
BUILD_DIR
" &&
286
cp $
BUILD_DIR
/src/$MAKE_TARGET $TARGET_FILE ||
/third_party/mbedtls/tests/scripts/
H
A
D
test_psa_compliance.py
148
BUILD_DIR
= 'out_of_source_build'
variable
157
BUILD_DIR
= args.build_dir[0]
variable
159
sys.exit(main(
BUILD_DIR
))
/third_party/node/deps/v8/tools/sanitizers/
H
A
D
sancov_formatter_test.py
26
BUILD_DIR
= os.path.join(BASE_DIR, 'out', 'Release')
variable
30
return '%s/%s' % (
BUILD_DIR
, line)
189
SYMBOLIZER_OUTPUT,
BUILD_DIR
)
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/
H
A
D
presubmit.bat
22
SET
BUILD_DIR
=%ROOT_DIR%\build
32
mkdir %
BUILD_DIR
%
33
cd %
BUILD_DIR
%
/third_party/skia/third_party/externals/tint/kokoro/windows/
H
A
D
build.bat
48
set
BUILD_DIR
="%TEMP_DIR%\tint-build"
variable
105
mkdir %
BUILD_DIR
%
106
cd /d %
BUILD_DIR
%
/third_party/skia/third_party/externals/oboe/
H
A
D
build_all_android.sh
29
BUILD_DIR
=build
Completed in 5 milliseconds