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

/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.cc35 const SourceDir input_dir,
44 *value, input_dir, &result, err);
53 const SourceDir& input_dir,
57 input_dir_(input_dir),
31 GetDirList( Scope* scope, const char* var_name, ConfigValues* config_values, const SourceDir input_dir, std::vector<SourceDir>& (ConfigValues::* accessor)(), Err* err) argument
50 ConfigValuesGenerator( ConfigValues* dest_values, Scope* scope, const SourceDir& input_dir, Err* err) argument
H A Dfunction_toolchain.cc294 const SourceDir& input_dir = scope->GetSourceDir(); local
295 Label label(input_dir, args[0].string_value());
H A Dfunctions.cc242 const SourceDir& input_dir = scope->GetSourceDir(); local
243 ConfigValuesGenerator gen(&config->config_values(), scope, input_dir, err);
469 const SourceDir& input_dir = scope->GetSourceDir(); local
471 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/skia/tools/tests/
H A Dbase_unittest.py66 def input_dir(self): member in class:TestCase
/external/chromium_org/components/component_updater/
H A Dcomponent_patcher.cc44 const base::FilePath& input_dir,
49 : input_dir_(input_dir),
43 ComponentPatcher( const base::FilePath& input_dir, const base::FilePath& unpack_dir, ComponentInstaller* installer, scoped_refptr<OutOfProcessPatcher> out_of_process_patcher, scoped_refptr<base::SequencedTaskRunner> task_runner) argument
H A Dcomponent_patcher_operation.cc64 const base::FilePath& input_dir,
81 DoParseArguments(command_args, input_dir, installer);
142 const base::FilePath& input_dir,
169 const base::FilePath& input_dir,
176 input_dir.Append(base::FilePath::FromUTF8Unsafe(patch_rel_path));
200 const base::FilePath& input_dir,
212 input_dir.Append(base::FilePath::FromUTF8Unsafe(patch_rel_path));
63 Run(const base::DictionaryValue* command_args, const base::FilePath& input_dir, const base::FilePath& unpack_dir, ComponentInstaller* installer, const ComponentUnpacker::Callback& callback, scoped_refptr<base::SequencedTaskRunner> task_runner) argument
140 DoParseArguments( const base::DictionaryValue* command_args, const base::FilePath& input_dir, ComponentInstaller* installer) argument
167 DoParseArguments( const base::DictionaryValue* command_args, const base::FilePath& input_dir, ComponentInstaller* installer) argument
198 DoParseArguments( const base::DictionaryValue* command_args, const base::FilePath& input_dir, ComponentInstaller* installer) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py1670 self.input_dir(path)
1686 def input_dir(self, dirname): member in class:StyleGuide
/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 703 milliseconds