/external/lldb/scripts/Python/ |
build-swig-Python.sh | 5 # SRC_ROOT is the root of the lldb source tree. 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" [all...] |
finish-swig-Python-LLDB.sh | 21 # SRC_ROOT is the root of the lldb source tree. 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 [all...] |
/external/chromium_org/net/base/ |
test_data_directory.cc | 18 base::FilePath src_root; local 19 PathService::Get(base::DIR_SOURCE_ROOT, &src_root); 20 return src_root.Append(kCertificateRelativePath);
|
/external/llvm/utils/lit/tests/ |
lit.cfg | 28 src_root = os.path.join(config.test_source_root, '..') 29 config.environment['PYTHONPATH'] = src_root 30 config.substitutions.append(('%{src_root}', src_root)) 32 src_root, 'tests', 'Inputs'))) 34 os.path.join(src_root, 'lit.py'),)))
|
/external/chromium_org/chrome/app/ |
signature_validator_win_unittest.cc | 58 base::FilePath src_root; local 59 PathService::Get(base::DIR_SOURCE_ROOT, &src_root); 60 return src_root.Append(kCertificateRelativePath); 64 base::FilePath src_root; local 65 PathService::Get(base::DIR_SOURCE_ROOT, &src_root); 66 return src_root.Append(kDLLRelativePath);
|
/external/lldb/scripts/ |
finish-swig-wrapper-classes.sh | 16 # SRC_ROOT is the root of the lldb source tree. 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}" "${makefile_flag}"
|
build-swig-wrapper-classes.sh | 16 # SRC_ROOT is the root of the lldb source tree. 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_flag}" "${SWIG}" "${makefile_flag}" "${dependency_flag}" || exit $?
|
/external/chromium_org/build/android/gyp/ |
emma_instr.py | 104 def _CreateSourcesFile(sources_string, sources_file, src_root): 110 src_root: Root which sources added to the file should be relative to. 115 src_root = os.path.abspath(src_root) 120 if abs_source[:len(src_root)] != src_root: 122 % (abs_source, src_root)) 124 rel_source = os.path.relpath(abs_source, src_root) 148 options.src_root and options.emma_jar): 180 _CreateSourcesFile(options.sources, sources_file, options.src_root) [all...] |
/external/chromium_org/tools/ |
roll_swarming_client.py | 19 SRC_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) 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/chromium_org/remoting/host/installer/linux/ |
build-deb.sh | 20 src_root=${src_root:-./../../../..} 21 remoting_version_path=$src_root/remoting/VERSION 22 chrome_version_path=$src_root/chrome/VERSION 23 version_helper=$src_root/build/util/version.py 50 src_root="$(readlink -f "$OPTARG")"
|
/external/chromium_org/content/browser/fileapi/ |
recursive_operation_delegate_unittest.cc | 209 FileSystemURL src_root(CreateDirectory("src")); 219 context->file_system_context(), src_root, 231 EXPECT_EQ(src_root, log_entries[0].url); 235 EXPECT_EQ(src_root, log_entries[1].url); 262 EXPECT_EQ(src_root, log_entries[7].url); 266 FileSystemURL src_root(CreateDirectory("src")); 275 context->file_system_context(), src_root,
|
dragged_file_util_unittest.cc | 431 FileSystemURL src_root = GetFileSystemURL(base::FilePath()); local 436 directories.push(src_root); 452 src_root, dest_root, src_url); 472 FileSystemURL src_root = GetFileSystemURL(base::FilePath()); local 482 src_root, &entries)); 487 src_root, entries[i].name); 489 src_root, dest_root, src_url);
|
/external/chromium_org/ash/display/ |
mouse_cursor_event_filter.cc | 275 aura::Window* src_root = NULL; 277 GetSrcAndDstRootWindows(&src_root, &dst_root); 282 MoveCursorTo(src_root, point_in_screen); 386 aura::Window* src_root = NULL; local 388 GetSrcAndDstRootWindows(&src_root, &dst_root); 391 CreateHorizontalEdgeBoundsInNative(src_root, src_indicator_bounds_); 448 aura::Window* src_root = NULL; local 450 GetSrcAndDstRootWindows(&src_root, &dst_root); 454 CreateVerticalEdgeBoundsInNative(src_root, src_indicator_bounds_); 459 void MouseCursorEventFilter::GetSrcAndDstRootWindows(aura::Window** src_root, [all...] |
/external/llvm/utils/crosstool/ARM/ |
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/chromium_org/tools/gn/bootstrap/ |
bootstrap.py | 23 SRC_ROOT = os.path.dirname(os.path.dirname(GN_ROOT)) 63 build_root = os.path.join(SRC_ROOT, build_rel) 90 include_dirs = [SRC_ROOT] 108 os.path.relpath(full_path, SRC_ROOT)) 226 os.path.join(SRC_ROOT, 'third_party', 'libevent', 'linux') 294 os.path.join(SRC_ROOT, src_file)),
|
/external/chromium_org/build/linux/ |
install-arm-sysroot.py | 51 src_root = os.path.dirname(os.path.dirname(SCRIPT_DIR)) 52 sysroot = os.path.join(src_root, 'arm-sysroot')
|
/frameworks/webview/chromium/tools/buildbot/ |
webview_buildbot_functions.sh | 74 SRC_ROOT="$1" 75 cd $SRC_ROOT
|
/external/chromium_org/chrome/test/nacl/ |
nacl_browsertest_util.cc | 360 base::FilePath src_root; local 361 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &src_root)); 372 src_root.Append(document_root));
|
/external/chromium_org/webkit/browser/fileapi/ |
copy_or_move_operation_delegate.h | 95 const FileSystemURL& src_root,
|
copy_or_move_operation_delegate.cc | 679 const FileSystemURL& src_root, 686 src_root_(src_root),
|
/external/ceres-solver/scripts/ |
make_docs.py | 44 print 'make_docs.py src_root destination_root'
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_sdk.py | 263 def InstallFiles(src_root, dest_root, file_list): 264 """Copy a set of files from src_root to dest_root according 284 src_file = os.path.join(src_root, src_file) 835 src_root = os.path.join(NACLPORTS_DIR, 'out', 'build') 837 GenerateNotice(src_root , output_license, extra_licenses) [all...] |
/external/llvm/docs/ |
GettingStarted.rst | 370 ``SRC_ROOT`` 378 SRC_ROOT). 735 % SRC_ROOT/configure --prefix=/install/path [other options] [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
bidi_checker_web_ui_test.cc | 39 base::FilePath src_root; local 40 if (!PathService::Get(base::DIR_SOURCE_ROOT, &src_root)) 42 return src_root.Append(kWebUIBidiCheckerLibraryJS);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
annotate.c | 1044 static void resort_source_line(struct rb_root *dest_root, struct rb_root *src_root) 1049 node = rb_first(src_root); 1055 rb_erase(node, src_root); [all...] |