HomeSort by relevance Sort by last modified time
    Searched full:downloaded (Results 251 - 275 of 943) sorted by null

<<11121314151617181920>>

  /external/nanopb-c/
README.txt 31 If you have downloaded a binary package for nanopb (either Windows, Linux or
  /frameworks/av/include/drm/
DrmInfoEvent.h 38 //! TYPE_RIGHTS_INSTALLED, when the rights are downloaded and installed ok.
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerTestApp.java 44 // Will wait for 1 MB to be downloaded.
280 // Local destination of downloaded file
356 // Local destination of downloaded file
426 // Local destination of downloaded file
  /frameworks/base/docs/html/sdk/
download.jd 71 <p>Beware that you've just downloaded a very old version of the Android SDK, which is not
  /frameworks/base/docs/html/tools/support-library/
setup.jd 114 <li>Make sure you have downloaded the <strong>Android Support Library</strong>
133 <li>Make sure you have downloaded the <strong>Android Support Repository</strong>
166 <li>Make sure you have downloaded the <strong>Android Support Library</strong>
228 <li>Make sure you have downloaded the <strong>Android Support Repository</strong>
  /frameworks/base/drm/java/android/drm/
DrmInfoEvent.java 40 * The rights have been successfully downloaded and installed.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DownloadManagerWrapper.java 75 Log.e(TAG, "Can't open downloaded file with ID " + fileId, e);
MetadataDbHelper.java 89 // Available: this word list is available, but it is not downloaded (not downloading), because
92 // Downloading: this word list is being downloaded.
353 * @param uri the metadata URI we just downloaded
407 * If this URI is not being downloaded right now, it will return NOT_AN_ID.
499 // No remote file name : this can't be downloaded. Unless specified.
    [all...]
  /packages/providers/DownloadProvider/ui/res/values-en-rGB/
strings.xml 34 <string name="dialog_file_missing_body" msgid="3223012612774276284">"Can\'t find the downloaded file."</string>
  /packages/providers/DownloadProvider/ui/res/values-en-rIN/
strings.xml 34 <string name="dialog_file_missing_body" msgid="3223012612774276284">"Can\'t find the downloaded file."</string>
  /sdk/p2gen/
README.txt 64 are downloaded by Maven:
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoTask.java 101 * @param photoView An ImageView instance that shows the downloaded image
191 // Returns the instance that downloaded the image
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_file_stream_reader.h 37 // file is being downloaded from the server), NetworkReaderProxy will be used.
86 // The read operation implementation for the file which is being downloaded.
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.h 50 // that takes ownership of the downloaded crx files, and handles events during
207 // The delegate that receives the crx files downloaded by the
  /external/chromium_org/chrome/browser/webdata/
web_data_service.h 162 // Sets whether all the images have been downloaded for the specified web app.
168 // Fetches the images and whether all images have been downloaded for the
  /external/chromium_org/chrome/common/extensions/api/
webstore_private.json 47 "description": "A string with the contents of the extension's manifest.json file. During the install process, the browser will check that the downloaded extension's manifest matches what was passed in here.",
82 "description": "A string with the contents of the extension's manifest.json file. During the install process, the browser will check that the downloaded extension's manifest matches what was passed in here.",
  /external/chromium_org/components/precache/core/
precache_database.cc 101 // The precache only counts as overhead if it was downloaded over the
138 // as downloaded non-precache bytes.
  /external/chromium_org/ppapi/cpp/
url_loader.h 141 /// downloaded to the file provided by the GetBodyAsFileRef() in the current
147 /// completion. This callback will run when body is downloaded or an error
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.h 114 // Callback for when llc and ld have been downloaded.
168 // An auxiliary class that manages downloaded resources (llc and ld nexes).
  /external/chromium_org/tools/telemetry/telemetry/page/
cloud_storage.py 77 logging.info('Downloaded gsutil to %s' % _DOWNLOAD_PATH)
212 logging.info('Downloaded %s to %s' % (url, file_path))
  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_manager_impl.cc 96 // profile image but it has not been downloaded yet.
252 // downloaded eventually).
543 // * The profile image is to be used but has not been downloaded yet. The
544 // profile image will be downloaded after login.
586 // Reset the downloaded profile image as a new user logged in.
644 // Use the profile image if it has been downloaded already. Otherwise, use a
651 // If no profile image has been downloaded yet, ensure that a download is
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/c/
struct_p_p_b___u_r_l_loader__1__0.html 38 <li>Call <a class="el" href="struct_p_p_b___u_r_l_loader__1__0.html#a187774b3255231fa00ad1fe1364677ff" title="FinishStreamingToFile() is used to wait for the response body to be completely downloaded to the file...">FinishStreamingToFile()</a>, after examining the response headers (step #4), to wait for the downloaded file to be complete.</li>
39 <li>Then, access the downloaded file using the GetBodyAsFileRef() function of the <code>URLResponseInfo</code> returned in step #4. </li>
94 <p><a class="el" href="struct_p_p_b___u_r_l_loader__1__0.html#a187774b3255231fa00ad1fe1364677ff" title="FinishStreamingToFile() is used to wait for the response body to be completely downloaded to the file...">FinishStreamingToFile()</a> is used to wait for the response body to be completely downloaded to the file provided by the GetBodyAsFileRef() in the current <code>URLResponseInfo</code>. </p>
99 <tr><td class="paramdir">[in]</td><td class="paramname">callback</td><td>A <code><a class="el" href="struct_p_p___completion_callback.html" title="PP_CompletionCallback is a common mechanism for supporting potentially asynchronous calls in browser ...">PP_CompletionCallback</a></code> to run on asynchronous completion. This callback will run when body is downloaded or an error occurs after <a class="el" href="struct_p_p_b___u_r_l_loader__1__0.html#a187774b3255231fa00ad1fe1364677ff" title="FinishStreamingToFile() is used to wait for the response body to be completely downloaded to the file...">FinishStreamingToFile()</a> returns <code>PP_OK_COMPLETIONPENDING</code>.</td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/c/
struct_p_p_b___u_r_l_loader__1__0.html 38 <li>Call <a class="el" href="struct_p_p_b___u_r_l_loader__1__0.html#a187774b3255231fa00ad1fe1364677ff" title="FinishStreamingToFile() is used to wait for the response body to be completely downloaded to the file...">FinishStreamingToFile()</a>, after examining the response headers (step #4), to wait for the downloaded file to be complete.</li>
39 <li>Then, access the downloaded file using the GetBodyAsFileRef() function of the <code>URLResponseInfo</code> returned in step #4. </li>
94 <p><a class="el" href="struct_p_p_b___u_r_l_loader__1__0.html#a187774b3255231fa00ad1fe1364677ff" title="FinishStreamingToFile() is used to wait for the response body to be completely downloaded to the file...">FinishStreamingToFile()</a> is used to wait for the response body to be completely downloaded to the file provided by the GetBodyAsFileRef() in the current <code>URLResponseInfo</code>. </p>
99 <tr><td class="paramdir">[in]</td><td class="paramname">callback</td><td>A <code><a class="el" href="struct_p_p___completion_callback.html" title="PP_CompletionCallback is a common mechanism for supporting potentially asynchronous calls in browser ...">PP_CompletionCallback</a></code> to run on asynchronous completion. This callback will run when body is downloaded or an error occurs after <a class="el" href="struct_p_p_b___u_r_l_loader__1__0.html#a187774b3255231fa00ad1fe1364677ff" title="FinishStreamingToFile() is used to wait for the response body to be completely downloaded to the file...">FinishStreamingToFile()</a> returns <code>PP_OK_COMPLETIONPENDING</code>.</td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/c/
struct_p_p_b___u_r_l_loader__1__0.html 38 <li>Call <a class="el" href="struct_p_p_b___u_r_l_loader__1__0.html#a187774b3255231fa00ad1fe1364677ff" title="FinishStreamingToFile() is used to wait for the response body to be completely downloaded to the file...">FinishStreamingToFile()</a>, after examining the response headers (step #4), to wait for the downloaded file to be complete.</li>
39 <li>Then, access the downloaded file using the GetBodyAsFileRef() function of the <code>URLResponseInfo</code> returned in step #4. </li>
94 <p><a class="el" href="struct_p_p_b___u_r_l_loader__1__0.html#a187774b3255231fa00ad1fe1364677ff" title="FinishStreamingToFile() is used to wait for the response body to be completely downloaded to the file...">FinishStreamingToFile()</a> is used to wait for the response body to be completely downloaded to the file provided by the GetBodyAsFileRef() in the current <code>URLResponseInfo</code>. </p>
99 <tr><td class="paramdir">[in]</td><td class="paramname">callback</td><td>A <code><a class="el" href="struct_p_p___completion_callback.html" title="PP_CompletionCallback is a common mechanism for supporting potentially asynchronous calls in browser ...">PP_CompletionCallback</a></code> to run on asynchronous completion. This callback will run when body is downloaded or an error occurs after <a class="el" href="struct_p_p_b___u_r_l_loader__1__0.html#a187774b3255231fa00ad1fe1364677ff" title="FinishStreamingToFile() is used to wait for the response body to be completely downloaded to the file...">FinishStreamingToFile()</a> returns <code>PP_OK_COMPLETIONPENDING</code>.</td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/sdk/
download.html 99 you have already downloaded</p>
137 <code>sdk_tools</code> bundle (it was included in the zip file you downloaded).
185 <p>Continuing with the earlier example, if you previously downloaded the

Completed in 609 milliseconds

<<11121314151617181920>>