/external/chromium_org/tools/gn/ |
value_extractors.cc | 21 current_dir(current_dir_in) { 26 *out = current_dir.ResolveRelativeFile(v.string_value(), 38 const SourceDir& current_dir; member in struct:__anon14663::RelativeFileConverter 45 current_dir(current_dir_in) { 50 *out = current_dir.ResolveRelativeDir(v.string_value(), 55 const SourceDir& current_dir; member in struct:__anon14663::RelativeDirConverter 62 : current_dir(current_dir_in), 67 out->label = Label::Resolve(current_dir, current_toolchain, v, err); 71 const SourceDir& current_dir; member in struct:__anon14663::LabelResolver 94 const SourceDir& current_dir, [all...] |
value_extractors.h | 44 const SourceDir& current_dir, 51 const SourceDir& current_dir, 58 const SourceDir& current_dir, 63 const SourceDir& current_dir, 70 const SourceDir& current_dir,
|
function_set_default_toolchain.cc | 62 const SourceDir& current_dir = scope->GetSourceDir(); local 68 Label::Resolve(current_dir, default_toolchain, args[0], err));
|
label.cc | 28 const SourceDir& current_dir, 34 *result = current_dir; 47 *result = current_dir.ResolveRelativeDir(input); 94 bool Resolve(const SourceDir& current_dir, 162 if (!ComputeBuildLocationFromDep(original_value, current_dir, location_piece, 180 return Resolve(current_dir, current_toolchain, 212 Label Label::Resolve(const SourceDir& current_dir, 227 if (!::Resolve(current_dir, current_toolchain, input, input_string,
|
path_output.h | 36 PathOutput(const SourceDir& current_dir, 44 const SourceDir& current_dir() const { return current_dir_; } function in class:PathOutput
|
path_output.cc | 12 PathOutput::PathOutput(const SourceDir& current_dir, 15 : current_dir_(current_dir) { 16 CHECK(current_dir.is_source_absolute())
|
function_rebase_path.cc | 265 const SourceDir& current_dir = scope->GetSourceDir(); local 266 SourceDir from_dir = current_dir.ResolveRelativeDir(args[1].string_value()); 276 to_dir = current_dir.ResolveRelativeDir(args[2].string_value());
|
label.h | 36 static Label Resolve(const SourceDir& current_dir,
|
setup.cc | 94 base::FilePath FindDotFile(const base::FilePath& current_dir) { 95 base::FilePath try_this_file = current_dir.Append(kGnFile); 99 base::FilePath with_no_slash = current_dir.StripTrailingSeparators(); 101 if (up_one_dir == current_dir)
|
/external/chromium_org/webkit/tools/layout_tests/ |
PRESUBMIT.py | 14 current_dir = str(input_api.PresubmitLocalPath()) 17 current_dir, 18 input_api.os_path.join(current_dir, '..', '..', '..', 'tools', 'python') 26 input_api.os_path.join(current_dir, 'run_webkit_tests.py'), 31 cwd=current_dir,
|
/external/eigen/bench/spbench/ |
spbenchsolver.cpp | 70 string current_dir; local 72 current_dir = matrix_dir + "/real"; 73 Browse_Matrices<double>(current_dir, statFileExists, statFile,maxiters, tol); 76 current_dir = matrix_dir + "/complex"; 77 Browse_Matrices<std::complex<double> >(current_dir, statFileExists, statFile, maxiters, tol);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
webkit_finder.py | 101 current_dir = fs.dirname(self._webkit_base) 102 while current_dir != prev_dir: 103 if fs.exists(fs.join(current_dir, 'depot_tools', 'pylint.py')): 104 return fs.join(current_dir, 'depot_tools') 105 prev_dir = current_dir 106 current_dir = fs.dirname(current_dir)
|
/external/chromium/net/tools/flip_server/ |
mem_cache.cc | 83 DIR* current_dir = NULL; local 85 while (current_dir == NULL && !paths.empty()) { 88 current_dir = opendir(current_dir_name.c_str()); 91 if (current_dir == NULL) { 97 if (current_dir) { 99 for (struct dirent* dir_data = readdir(current_dir); 101 dir_data = readdir(current_dir)) { 117 closedir(current_dir); 118 current_dir = NULL;
|
/external/chromium_org/net/tools/flip_server/ |
mem_cache.cc | 81 DIR* current_dir = NULL; local 83 while (current_dir == NULL && !paths.empty()) { 86 current_dir = opendir(current_dir_name.c_str()); 89 if (current_dir == NULL) { 95 if (current_dir) { 97 for (struct dirent* dir_data = readdir(current_dir); dir_data != NULL; 98 dir_data = readdir(current_dir)) { 114 closedir(current_dir); 115 current_dir = NULL;
|
/external/chromium_org/apps/ |
app_load_service.cc | 55 const base::FilePath& current_dir) { 68 action.current_dir = current_dir; 103 it->second.current_dir);
|
app_load_service.h | 41 base::FilePath current_dir; member in struct:apps::AppLoadService::PostReloadAction 57 const base::FilePath& current_dir);
|
/external/chromium_org/ppapi/generators/ |
generator.py | 31 current_dir = os.path.abspath(os.getcwd()) 33 if current_dir != script_dir:
|
/external/chromium_org/build/android/ |
envsetup.sh | 74 CURRENT_DIR="$(readlink -f "${SCRIPT_DIR}/../../")" 77 export CHROME_SRC="${CURRENT_DIR}" 80 if [[ "${CURRENT_DIR/"${CHROME_SRC}"/}" == "${CURRENT_DIR}" ]]; then 83 # directory, "${CURRENT_DIR/"${CHROME_SRC}"/}" will be "". 84 # Otherwise, it will equal to "${CURRENT_DIR}"
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
python_unittest.py | 54 current_dir = os.path.dirname(__file__) 55 file_path = os.path.join(current_dir, "python_unittest_input.py")
|
/external/chromium_org/chrome_frame/ |
chrome_launcher_utils.cc | 34 base::FilePath current_dir = module_path.DirName(); local 35 base::FilePath chrome_launcher = current_dir.Append(
|
/external/chromium_org/tools/resources/ |
find_unused_resources.py | 155 current_dir = os.getcwd() 156 if os.path.basename(current_dir) != 'src': 161 if not os.path.exists(current_dir + '/.git'): 163 print current_dir + '/.git', 'not found.'
|
/external/chromium_org/apps/shell/ |
shell_browser_main_parts.cc | 48 base::FilePath current_dir; local 49 CHECK(file_util::GetCurrentDirectory(¤t_dir)); 61 app_dir, *CommandLine::ForCurrentProcess(), current_dir)) {
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
webgl_conformance.py | 127 current_dir = os.path.dirname(path) 161 include_path = os.path.join(current_dir, test_name) 165 test = os.path.join(current_dir, test_name)
|
/external/chromium_org/sandbox/linux/services/ |
credentials_unittest.cc | 34 char current_dir[PATH_MAX]; local 35 char* cwd = getcwd(current_dir, sizeof(current_dir));
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
browser_options_unittest.py | 74 current_dir = os.path.dirname(__file__) 75 parser.parse_args(['--browser', 'any', '--profile-dir', current_dir]) 76 self.assertEquals(options.browser_options.profile_dir, current_dir)
|