Searched refs:SRC_ROOT (Results 1 – 8 of 8) sorted by relevance
/external/lldb/scripts/Python/ |
D | build-swig-Python.sh | 14 SRC_ROOT=$1 41 swig_output_file=${SRC_ROOT}/source/LLDBWrapPython.cpp 45 swig_input_file=${SRC_ROOT}/scripts/lldb.swig 46 swig_python_extensions=${SRC_ROOT}/scripts/Python/python-extensions.swig 47 swig_python_wrapper=${SRC_ROOT}/scripts/Python/python-wrapper.swig 48 swig_python_typemaps=${SRC_ROOT}/scripts/Python/python-typemaps.swig 49 swig_python_swigsafecast=${SRC_ROOT}/scripts/Python/python-swigsafecast.swig 78 HEADER_FILES="${SRC_ROOT}/include/lldb/lldb.h"\ 79 " ${SRC_ROOT}/include/lldb/lldb-defines.h"\ 80 " ${SRC_ROOT}/include/lldb/lldb-enumerations.h"\ [all …]
|
D | finish-swig-Python-LLDB.sh | 30 SRC_ROOT=$1 218 package_files="${SRC_ROOT}/source/Interpreter/embedded_interpreter.py" 222 package_files="${SRC_ROOT}/examples/synthetic/gnu_libstdcpp.py 223 ${SRC_ROOT}/examples/synthetic/libcxx.py" 233 package_files="${SRC_ROOT}/examples/summaries/cocoa/cache.py 234 ${SRC_ROOT}/examples/summaries/cocoa/metrics.py 235 ${SRC_ROOT}/examples/summaries/cocoa/attrib_fromdict.py 236 ${SRC_ROOT}/examples/summaries/cocoa/Logger.py" 240 package_files="${SRC_ROOT}/examples/python/symbolication.py" 246 package_files="${SRC_ROOT}/examples/python/crashlog.py [all …]
|
/external/chromium_org/tools/ |
D | roll_swarming_client.py | 19 SRC_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable 31 if not is_pristine(SRC_ROOT): 32 print >> sys.stderr, 'Ensure %s is clean first.' % SRC_ROOT 35 full_dir = os.path.join(SRC_ROOT, deps_dir) 38 deps = os.path.join(SRC_ROOT, 'DEPS') 96 subprocess.check_call(['git', 'add', 'DEPS'], cwd=SRC_ROOT) 97 subprocess.check_call(['git', 'commit', '-m', msg], cwd=SRC_ROOT)
|
/external/llvm/utils/crosstool/ARM/ |
D | build-install-linux.sh | 15 readonly SRC_ROOT="${SCRATCH_ROOT}/src" 43 readonly LLVM_SRC_DIR="${SRC_ROOT}/llvm" 48 readonly LLVMGCC_SRC_DIR="${SRC_ROOT}/llvm-gcc-4.2" 140 cd ${SRC_ROOT} 168 cd ${SRC_ROOT} 193 createDir ${SRC_ROOT}
|
/external/lldb/scripts/ |
D | build-swig-wrapper-classes.sh | 25 SRC_ROOT=$1 71 if [ ! -f ${SRC_ROOT}/scripts/lldb.swig ] 111 cwd=${SRC_ROOT}/scripts 147 …./build-swig-${curlang}.sh "$SRC_ROOT" "$TARGET_DIR" "$CONFIG_BUILD_DIR" "${PREFIX}" "${debug_fla…
|
D | finish-swig-wrapper-classes.sh | 25 SRC_ROOT=$1 58 cwd=${SRC_ROOT}/scripts 91 …./finish-swig-${curlang}-LLDB.sh $SRC_ROOT $TARGET_DIR $CONFIG_BUILD_DIR "${PREFIX}" "${debug_flag…
|
/external/chromium_org/tools/gn/bootstrap/ |
D | bootstrap.py | 24 SRC_ROOT = os.path.dirname(os.path.dirname(GN_ROOT)) variable 72 build_root = os.path.join(SRC_ROOT, build_rel) 112 include_dirs = [SRC_ROOT] 139 os.path.relpath(full_path, SRC_ROOT)) 306 os.path.join(SRC_ROOT, 'third_party', 'libevent', 'linux') 330 os.path.join(SRC_ROOT, 'third_party', 'libevent', 'mac') 354 os.path.join(SRC_ROOT, src_file)),
|
/external/llvm/docs/ |
D | GettingStarted.rst | 370 ``SRC_ROOT`` 378 SRC_ROOT). 735 % SRC_ROOT/configure --prefix=/install/path [other options] 854 The generated documentation is built in the ``SRC_ROOT/docs`` directory using 864 $ cd SRC_ROOT/docs 910 % SRC_ROOT/configure
|