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:TESTS_DIR
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/testscripts/
H
A
D
test_realtime.sh
71
cd $
TESTS_DIR
103
pushd $
TESTS_DIR
>/dev/null
113
pushd $
TESTS_DIR
>/dev/null
158
pushd $
TESTS_DIR
>/dev/null
171
pushd $
TESTS_DIR
>/dev/null
173
cd $
TESTS_DIR
176
echo " creating logs directory as $
TESTS_DIR
/logs "
/third_party/ltp/testcases/realtime/
H
A
D
run.sh
71
pushd $
TESTS_DIR
>/dev/null
104
pushd $
TESTS_DIR
>/dev/null
114
pushd $
TESTS_DIR
>/dev/null
121
pushd $
TESTS_DIR
>/dev/null
171
pushd $
TESTS_DIR
>/dev/null
186
pushd $
TESTS_DIR
>/dev/null
/third_party/skia/third_party/externals/swiftshader/tests/
H
A
D
presubmit.sh
5
TESTS_DIR
=${ROOT_DIR}/tests
80
find ${SRC_DIR} ${
TESTS_DIR
} -name "*.go" | xargs $GOFMT -w
84
go run ${
TESTS_DIR
}/check_build_files/main.go --root="${ROOT_DIR}"
88
python3 ${
TESTS_DIR
}/scan_sources/main.py ${SRC_DIR}
/third_party/skia/third_party/externals/swiftshader/src/
H
A
D
clang-format-all.sh
5
TESTS_DIR
="$( cd "${ROOT_DIR}/tests" >/dev/null 2>&1 && pwd )"
38
for DIR in "${SRC_DIR}/Device" "${SRC_DIR}/Pipeline" "${SRC_DIR}/Reactor" "${SRC_DIR}/System" "${SRC_DIR}/Vulkan" "${SRC_DIR}/WSI" "${
TESTS_DIR
}"
/third_party/python/Tools/freeze/test/
H
A
D
freeze.py
9
TESTS_DIR
= os.path.dirname(__file__)
variable
10
TOOL_ROOT = os.path.dirname(
TESTS_DIR
)
15
OUTDIR = os.path.join(
TESTS_DIR
, 'outdir')
Completed in 2 milliseconds