HomeSort by relevance Sort by last modified time
    Searched full:uploader (Results 1 - 14 of 14) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
UploaderService.java 30 * Service to invoke the uploader.
44 super("Research Uploader Service");
54 final Uploader uploader = new Uploader(this); local
55 if (!uploader.isPossibleToUpload()) return;
56 if (isUploadingUnconditionally(intent.getExtras()) || uploader.isConvenientToUpload()) {
57 uploader.doUpload();
Uploader.java 47 public final class Uploader {
48 private static final String TAG = Uploader.class.getSimpleName();
60 public Uploader(final Context context) {
  /external/chromium/chrome/browser/resources/picasaweb_uploader/
background.html 15 * Uploader constructor.
17 * Uploader object is responsible for uploading a bunch of images to the same
23 * @param {string} hash Hash value unique to this uploader (to differentiate
26 function Uploader(files, album, client, hash) {
44 Uploader.prototype = {
61 // uploader object from others.
71 * This method is called from notification dom, so uploader can modify it.
186 * to Uploader objects. It also holds the global picasa client object.
287 var uploader = new Uploader(files, album, this.client, hash)
    [all...]
notification.html 76 // Pass this to uploader object, so it will call update methods when needed.
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
README 47 Uploader:
66 Uploader:
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.pom 30 <!-- Just put my name in for now to make the maven uploader happy -->
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TiledTexture.java 66 public static class Uploader implements OnGLIdleListener {
73 public Uploader(GLRoot glRoot) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSlidingWindow.java 64 private final TiledTexture.Uploader mTileUploader;
107 mTileUploader = new TiledTexture.Uploader(activity.getGLRoot());
AlbumSetSlidingWindow.java 65 private final TiledTexture.Uploader mContentUploader;
104 mContentUploader = new TiledTexture.Uploader(activity.getGLRoot());
  /ndk/sources/host-tools/make-3.81/
README.Amiga 3 Uploader: Aaron "Optimizer" Digulla (digulla@fh-konstanz.de)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 273 uploader = test_results_uploader.TestResultsUploader(
278 uploader.upload(attrs, files, 120)
  /docs/source.android.com/src/source/
submit-patches.jd 178 <p>To publish your comments so that others using Gerrit will be able to see them, click the Publish Comments button. Your comments will be emailed to all relevant parties for this change, including the change owner, the patch set uploader (if different from the owner), and all current reviewers.</p>
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoDataAdapter.java 165 private final TiledTexture.Uploader mUploader;
187 mUploader = new TiledTexture.Uploader(activity.getGLRoot());
    [all...]
  /packages/inputmethods/LatinIME/java/res/values/
strings.xml 334 <string name="research_log_uploader_name" translatable="false">Research Uploader Service</string>
    [all...]

Completed in 499 milliseconds