Searched refs:src_root (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/net/base/
H A Dtest_data_directory.cc18 base::FilePath src_root; local
19 PathService::Get(base::DIR_SOURCE_ROOT, &src_root);
20 return src_root.Append(kCertificateRelativePath);
/external/chromium_org/third_party/closure_compiler/build/
H A Doutputs.py12 src_root = os.path.join(os.path.dirname(__file__), "..", "..", "..")
14 return os.path.relpath(resource_path, src_root)
/external/chromium_org/remoting/host/installer/linux/
H A Dbuild-deb.sh20 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/build/android/gyp/
H A Demma_instr.py104 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/chrome/app/
H A Dsignature_validator_win_unittest.cc58 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/chromium_org/build/go/
H A Dgo.py26 parser.add_argument('src_root')
35 src_root = os.path.abspath(args.src_root)
37 go_path = os.path.abspath(os.path.join(src_root, ".."))
/external/chromium_org/tools/valgrind/asan/
H A Dasan_symbolize.py41 src_root = os.path.join(script_dir, "..", "..", "..")
42 symbolizer_path = os.path.join(src_root, 'third_party',
/external/chromium_org/ash/display/
H A Dmouse_cursor_event_filter.cc260 aura::Window* src_root = NULL;
262 GetSrcAndDstRootWindows(&src_root, &dst_root);
267 MoveCursorTo(src_root, point_in_screen);
300 aura::Window* src_root = NULL; local
302 GetSrcAndDstRootWindows(&src_root, &dst_root);
305 CreateHorizontalEdgeBoundsInNative(src_root, src_indicator_bounds_);
362 aura::Window* src_root = NULL; local
364 GetSrcAndDstRootWindows(&src_root, &dst_root);
368 CreateVerticalEdgeBoundsInNative(src_root, src_indicator_bounds_);
373 void MouseCursorEventFilter::GetSrcAndDstRootWindows(aura::Window** src_root, argument
[all...]
/external/chromium_org/build/linux/
H A Dinstall-arm-sysroot.py69 src_root = os.path.dirname(os.path.dirname(SCRIPT_DIR))
70 sysroot = os.path.join(src_root, 'arm-sysroot')
/external/chromium_org/content/browser/fileapi/
H A Drecursive_operation_delegate_unittest.cc208 FileSystemURL src_root(CreateDirectory("src"));
218 context->file_system_context(), src_root,
230 EXPECT_EQ(src_root, log_entries[0].url);
234 EXPECT_EQ(src_root, log_entries[1].url);
261 EXPECT_EQ(src_root, log_entries[7].url);
265 FileSystemURL src_root(CreateDirectory("src"));
274 context->file_system_context(), src_root,
H A Ddragged_file_util_unittest.cc431 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/chrome/test/nacl/
H A Dnacl_browsertest_util.cc319 base::FilePath src_root; local
320 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &src_root));
331 src_root.Append(document_root));
337 base::FilePath src_root; local
338 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &src_root));
349 src_root.Append(document_root));
/external/chromium_org/storage/browser/fileapi/
H A Dcopy_or_move_operation_delegate.h95 const FileSystemURL& src_root,
H A Dcopy_or_move_operation_delegate.cc738 const FileSystemURL& src_root,
745 src_root_(src_root),
736 CopyOrMoveOperationDelegate( FileSystemContext* file_system_context, const FileSystemURL& src_root, const FileSystemURL& dest_root, OperationType operation_type, CopyOrMoveOption option, const CopyProgressCallback& progress_callback, const StatusCallback& callback) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dbidi_checker_web_ui_test.cc39 base::FilePath src_root; local
40 if (!PathService::Get(base::DIR_SOURCE_ROOT, &src_root))
42 return src_root.Append(kWebUIBidiCheckerLibraryJS);
/external/chromium_org/chrome/browser/
H A Dtest_presubmit.py378 src_root = os.path.join(os.path.dirname(__file__), '..', '..')
379 input_api.change.RepositoryRoot().MultipleTimes().AndReturn(src_root)
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuild_sdk.py268 def InstallFiles(src_root, dest_root, file_list):
269 """Copy a set of files from src_root to dest_root according
289 src_file = os.path.join(src_root, src_file)
863 src_root = os.path.join(NACLPORTS_DIR, 'out', 'build')
865 GenerateNotice(src_root , output_license, extra_licenses)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.c1044 static void resort_source_line(struct rb_root *dest_root, struct rb_root *src_root) argument
1049 node = rb_first(src_root);
1055 rb_erase(node, src_root);

Completed in 5384 milliseconds