HomeSort by relevance Sort by last modified time
    Searched refs:project_name (Results 1 - 8 of 8) sorted by null

  /frameworks/webview/chromium/tools/
generate_local_manifest.py 22 project_name = project.get('name')
26 project_name.startswith(path_to_exclude)))
29 print 'Excluding project name="%s" path="%s"' % (project_name,
  /external/chromium_org/android_webview/buildbot/
generate_local_manifest.py 35 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/
googlecode_upload.py 65 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/libvpx/libvpx/build/make/
gen_msvs_def.sh 33 --name=project_name Name of the library (required)
gen_msvs_proj.sh 33 --name=project_name Name of the project (required)
gen_msvs_vcxproj.sh 33 --name=project_name Name of the project (required)
  /external/chromium_org/tools/grit/grit/tool/
resize.py 236 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/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 961 base::FilePath::StringType project_name; local
1124 base::FilePath::StringType project_name; local
    [all...]

Completed in 573 milliseconds