OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:build_dirs
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/gtest/test/
run_tests_util.py
54
summary of the results.
BUILD_DIRS
will be used to search for the
56
BUILD_DIRs
and all Python tests found in the directory test/ (in the
71
adding 'scons/build/<configuration>/%(proj)s/scons' to
BUILD_DIRs
.
311
build_dirs
= filter(self.os.path.isdir, normalized_args)
316
build_dirs
+= [self._GetBuildDirForConfig(config)
321
build_dirs
+= [self._GetBuildDirForConfig(config)
327
elif not
build_dirs
:
328
build_dirs
= [self._GetBuildDirForConfig(available_configurations[0])]
331
build_dirs
= sets.Set(
build_dirs
)
[
all
...]
/external/expat/
coverage.sh
157
local
build_dirs
=( "$@" )
162
for build_dir in "${
build_dirs
[@]}"; do
189
local
build_dirs
=()
202
build_dirs
+=( "${build_dir}" )
226
_merge_coverage_info "${coverage_dir}" "${
build_dirs
[@]}"
/external/ltp/utils/ffsb-6.0-rc2/
filelist.c
61
void
build_dirs
(struct benchfiles *bf)
function
98
build_dirs
(b);
Completed in 133 milliseconds