HomeSort by relevance Sort by last modified time
    Searched refs:Download (Results 1 - 25 of 282) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 8 * The type of the download object. The definition is based on
89 * @type {!Object.<string, Download>}
116 * Called when a download has been updated or added.
117 * @param {BackendDownloadObject} download A backend download object
119 Downloads.prototype.updated = function(download) {
120 var id = download.id;
122 this.downloads_[id].update(download);
124 this.downloads_[id] = new Download(download);
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
download_actuals_test.py 9 Test download.py
37 downloader = download_actuals.Download(
download_actuals.py 9 Download actual GM results for a particular builder.
35 class Download(object):
59 builder_name: which builder to download results of
64 to download all of the results, and there is no indication of progress.
66 TODO(epoger): Download multiple images in parallel to speed things up.
116 help=('REQUIRED: Which builder to download results for. '
147 downloader = Download(actuals_base_url=params.actuals_base_url)
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 7 Before building the JavaScript target you will need to download a few third
10 * ant-contrib: Download ant-contrib here: http://downloads.sourceforge.net/ant-contrib/ant-contrib-1.0b3-bin.zip?modtime=1162486738&big_mirror=0
14 * closure compiler: Download here: http://closure-compiler.googlecode.com/files/compiler-latest.zip
18 * jsdoc-toolkit: Download the latest release from here: http://code.google.com/p/jsdoc-toolkit/downloads/list
22 * jsunit: Download here: https://sourceforge.net/project/showfiles.php?group_id=28041&package_id=19823&release_id=404277
  /external/chromium_org/third_party/libaddressinput/chromium/
chrome_metadata_source.h 53 void Download(const std::string& key, const Callback& downloaded);
chrome_metadata_source.cc 63 const_cast<ChromeMetadataSource*>(this)->Download(key, downloaded);
88 void ChromeMetadataSource::Download(const std::string& key,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
download.php 3 <title>Eclipse Download Click Through</title>
31 echo 'If your download does not begin automatically click <a href="'.$dropFile.'">here</a>.';
43 of Eclipse. Once you have read the notes you can click on the Download link
44 to download the drop.</p>
50 echo '<a href="'.$dropFile.'">Download</a>';
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
write_from_url_operation.h 36 // Sets the image_path to the correct location to download to.
41 void Download(const base::Closure& continuation);
43 // Verifies the download matches |hash|. If the hash is empty, this stage is
write_from_url_operation.cc 37 &WriteFromUrlOperation::Download,
74 void WriteFromUrlOperation::Download(const base::Closure& continuation) {
write_from_url_operation_unittest.cc 53 void Download(const base::Closure& continuation) {
54 WriteFromUrlOperation::Download(continuation);
169 base::Bind(&OperationForTest::Download, operation, quit_closure));
  /external/chromium_org/chrome/tools/
webforms_aggregator_tests.py 34 """Verify the retriever can download a page."""
36 self.assertTrue(r.Download(),
37 msg='Retriever could not download "%s"' % self.url1)
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 47 * in the preLoad, because it requires the global Download object to have
63 * Creates a download object to be passed to the page, following the expected
65 * @param {number} A unique ID for the download.
66 * @param {number} The time the download purportedly started.
67 * @return {!Object} A fake download object.
75 state: Download.States.COMPLETE,
82 danger_type: Download.DangerType.NOT_DANGEROUS,
94 * that delete the download history.
95 * @param {boolean} allowDelete True if download history deletion is
98 * download history are expected to be hidden and false otherwise
    [all...]
  /developers/build/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/androidtv/leanback/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/androidtv/visual-game-controller/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActivityInstrumentation/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/AdapterTransition/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/AgendaData/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/gradle/wrapper/
gradle-wrapper.jar 

Completed in 1747 milliseconds

1 2 3 4 5 6 7 8 91011>>