Searched defs:input_dir (Results 1 - 10 of 10) sorted by relevance

/external/chromium/testing/gtest/xcode/Scripts/
H A Dversiongenerate.py57 print "Usage: versiongenerate.py input_dir output_dir"
60 input_dir = sys.argv[1] variable
64 config_file = open("%s/configure.ac" % input_dir, 'r')
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_patcher.cc49 // Takes the contents of a differential component update in input_dir
53 const base::FilePath& input_dir,
59 scoped_ptr<base::ListValue> commands(ReadCommands(input_dir));
74 command_args, input_dir, unpack_dir, patcher, installer, error);
52 DifferentialUpdatePatch( const base::FilePath& input_dir, const base::FilePath& unpack_dir, ComponentPatcher* patcher, ComponentInstaller* installer, int* error) argument
H A Dcomponent_patcher_operation.cc57 const base::FilePath& input_dir,
70 command_args, input_dir, installer);
113 const base::FilePath& input_dir,
138 const base::FilePath& input_dir,
144 patch_abs_path_ = input_dir.Append(
163 const base::FilePath& input_dir,
174 patch_abs_path_ = input_dir.Append(
195 const base::FilePath& input_dir,
206 patch_abs_path_ = input_dir.Append(
56 Run(base::DictionaryValue* command_args, const base::FilePath& input_dir, const base::FilePath& unpack_dir, ComponentPatcher* patcher, ComponentInstaller* installer, int* error) argument
111 DoParseArguments( base::DictionaryValue* command_args, const base::FilePath& input_dir, ComponentInstaller* installer) argument
136 DoParseArguments( base::DictionaryValue* command_args, const base::FilePath& input_dir, ComponentInstaller* installer) argument
161 DoParseArguments( base::DictionaryValue* command_args, const base::FilePath& input_dir, ComponentInstaller* installer) argument
193 DoParseArguments( base::DictionaryValue* command_args, const base::FilePath& input_dir, ComponentInstaller* installer) argument
/external/chromium_org/testing/gtest/xcode/Scripts/
H A Dversiongenerate.py57 print "Usage: versiongenerate.py input_dir output_dir"
60 input_dir = sys.argv[1] variable
64 config_file = open("%s/configure.ac" % input_dir, 'r')
/external/chromium_org/tools/gn/
H A Dconfig_values_generator.cc34 const SourceDir& input_dir,
39 input_dir_(input_dir),
31 ConfigValuesGenerator(ConfigValues* dest_values, Scope* scope, const Token& function_token, const SourceDir& input_dir, Err* err) argument
H A Dfunction_toolchain.cc54 const SourceDir& input_dir = SourceDirForFunctionCall(function); local
55 Label label(input_dir, args[0].string_value(), SourceDir(), std::string());
H A Dfunctions.cc147 const SourceDir& input_dir = SourceDirForFunctionCall(function); local
149 return Label(input_dir, name, toolchain_label.dir(), toolchain_label.name());
219 const SourceDir input_dir = SourceDirForFunctionCall(function); local
221 function->function(), input_dir, err);
322 const SourceDir input_dir = SourceDirForFunctionCall(function); local
324 input_dir.ResolveRelativeFile(args[0].string_value());
/external/protobuf/gtest/xcode/Scripts/
H A Dversiongenerate.py28 print "Usage: /usr/bin/python versiongenerate.py input_dir output_dir"
31 input_dir = sys.argv[1] variable
35 config_file = open("%s/configure.ac" % input_dir, 'r')
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py986 def input_dir(dirname): function
1238 input_dir(path)
/external/blktrace/
H A Dblkparse.c263 static char *input_dir; variable
2421 input_dir = dname;
2427 if (input_dir)
2428 len = sprintf(pci->fname, "%s/", input_dir);
2739 input_dir = optarg;

Completed in 410 milliseconds