Searched refs:project_name (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/android_webview/buildbot/
H A Dgenerate_local_manifest.py35 project_name = project.get('name')
39 project_name.startswith(path_to_exclude)))
41 print 'Excluding project name="%s" path="%s"' % (project_name,
48 if pinned['path'] == project_path and pinned['name'] == project_name:
/external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
H A Dgooglecode_upload.py65 def upload(file, project_name, user_name, password, summary, labels=None):
70 project_name: The name of your project on Google Code.
95 upload_host = '%s.googlecode.com' % project_name
161 def upload_find_auth(file_path, project_name, summary, labels=None,
165 file_path, project_name, summary, and labels are passed as-is to upload.
169 project_name: The name of your project on Google Code.
190 return upload(file_path, project_name, user_name, password, summary, labels)
/external/chromium_org/tools/grit/grit/tool/
H A Dresize.py236 project_name = dialog_ids[0]
238 dir_path = os.path.join(self.base_folder, project_name)
250 ).replace('[[DIALOG_NAME]]', project_name)
251 fname = os.path.join(dir_path, '%s.vcproj' % project_name)
275 fname = os.path.join(dir_path, '%s.rc' % project_name)
/external/owasp/sanitizer/tools/
H A Dgooglecode_upload.py59 def upload(file, project_name, user_name, password, summary, labels=None):
64 project_name: The name of your project on Google Code.
89 upload_host = '%s.googlecode.com' % project_name
155 def upload_find_auth(file_path, project_name, summary, labels=None,
159 file_path, project_name, summary, and labels are passed as-is to upload.
163 project_name: The name of your project on Google Code.
194 status, reason, url = upload(file_path, project_name, user_name, password,
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_def.sh33 --name=project_name Name of the library (required)
H A Dgen_msvs_proj.sh33 --name=project_name Name of the project (required)
H A Dgen_msvs_vcxproj.sh34 --name=project_name Name of the project (required)
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_def.sh33 --name=project_name Name of the library (required)
H A Dgen_msvs_proj.sh33 --name=project_name Name of the project (required)
H A Dgen_msvs_vcxproj.sh34 --name=project_name Name of the project (required)
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc1131 std::string project_name; local
1132 project_name = directory_url_str.substr(pos + 1);
1138 base::FilePath::FromUTF8Unsafe(project_name));

Completed in 3006 milliseconds