OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jobs_arg
(Results
1 - 6
of
6
) sorted by null
/ndk/build/tools/
build-gdbserver.py
50
build_support.ndk_path(), toolchain_name, build_support.
jobs_arg
(),
/ndk/sources/cxx-stl/gnu-libstdc++/
build.py
51
build_support.
jobs_arg
(), build_support.toolchain_path(),
/ndk/sources/cxx-stl/stlport/
build.py
53
build_support.
jobs_arg
(), build_support.toolchain_path(),
/ndk/sources/cxx-stl/llvm-libc++/
build.py
64
'bash', ndk_build, '-C', THIS_DIR, build_support.
jobs_arg
(), 'V=1',
/external/clang/
build.py
100
jobs_arg
= '-j{}'.format(multiprocessing.cpu_count())
105
['make',
jobs_arg
] + overrides + targets, cwd=android_path(), env=env)
/ndk/build/lib/
build_support.py
137
def
jobs_arg
():
function
Completed in 593 milliseconds