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

1 2 3

  /external/arduino/hardware/arduino/
boards.txt 4 uno.upload.protocol=stk500
5 uno.upload.maximum_size=32256
6 uno.upload.speed=115200
22 atmega328.upload.protocol=stk500
23 atmega328.upload.maximum_size=30720
24 atmega328.upload.speed=57600
42 diecimila.upload.protocol=stk500
43 diecimila.upload.maximum_size=14336
44 diecimila.upload.speed=19200
62 mega2560.upload.protocol=stk500v
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
app.yaml 14 upload: favicon.ico
  /external/qemu/android/protocol/
core-commands.h 67 int upload; member in struct:UICmdGetNetSpeedResp
core-commands-proxy.c 197 ret->upload = resp_data->upload;
  /frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
MultipartTest.java 34 File upload = File.createTempFile("Multipart", "test"); local
36 FileWriter outFile = new FileWriter(upload);
47 parts[1] = new FilePart(upload.getName(), upload);
81 output.append(upload.getName());
83 output.append(upload.getName());
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TextureUploader.java 69 private int upload(GLCanvas canvas, ArrayDeque<UploadedTexture> deque, method in class:TextureUploader
97 uploadQuota = upload(canvas, mFgTextures, uploadQuota, false);
99 upload(canvas, mBgTextures, uploadQuota, true); method
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
Makefile 48 @echo "Files to upload:"
54 # Upload the source package to code.google.com
58 # Upload the package to PyPi
59 - python setup.py sdist upload
60 - python setup.py bdist_egg upload
62 # Upload the package to the ppa
  /external/qemu/android/
android.h 38 int upload; member in struct:__anon12949
  /frameworks/base/libs/hwui/
PixelBuffer.cpp 43 void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset);
73 void CpuPixelBuffer::upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) { function in class:android::uirenderer::CpuPixelBuffer
92 void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset);
137 void GpuPixelBuffer::upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) { function in class:android::uirenderer::GpuPixelBuffer
PixelBuffer.h 35 * Before the buffer can be used by the GPU, for instance to upload
42 * using a PixelBuffer to upload to a texture.
115 * Upload the specified rectangle of this pixe buffer as a
119 virtual void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) = 0;
  /external/webkit/Tools/Scripts/
webkit-tools-completion.sh 53 __webkit-patch_generate_reply "--help apply-from-bug bugs-to-commit commit-message land land-from-bug obsolete-attachments patches-to-commit post upload tree-status rollout reviewed-patches"
80 upload)
  /external/bison/build-aux/
gnupload 2 # Sign files and upload them.
50 -- treat the remaining arguments as files to upload
73 build directive files and upload files by FTP
75 build directive files and upload files by SFTP
76 [user@]host:DIRECTORY upload files with scp
84 1. Upload foobar-1.0.tar.gz to ftp.gnu.org:
87 2. Upload foobar-1.0.tar.gz and foobar-1.0.tar.xz to ftp.gnu.org:
95 4. Upload foobar-0.9.90.tar.gz to two sites:
100 5. Delete oopsbar-0.9.91.tar.gz and upload foobar-0.9.91.tar.gz
219 echo "$0: No file to upload" 1>&
313 upload () function
    [all...]
  /external/chromium/chrome/browser/resources/picasaweb_uploader/js/
upload_page.js 40 * UploadPage object is responsible for manipulating upload page.
87 this.uploadButton_ = document.querySelector('.upload-button');
104 * Adds more files to upload.
114 * Loads files to upload from background page.
122 * @return {boolean} Whether upload should be enabled.
143 * Enables/disables upload button as needed.
160 * Shows the number of upload files.
262 * Event handler for upload button clicked.
324 * Closes the upload page.
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
__init__.py 15 from webkitpy.tool.commands.upload import *
  /external/webkit/Source/WebCore/bindings/cpp/
WebDOMEventTarget.cpp 148 if (WebCore::XMLHttpRequestUpload* upload = value->toXMLHttpRequestUpload())
149 return toWebKit(upload);
  /external/webkit/Source/WebCore/bindings/js/
JSEventTarget.cpp 132 if (XMLHttpRequestUpload* upload = target->toXMLHttpRequestUpload())
133 return toJS(exec, globalObject, upload);
JSXMLHttpRequestCustom.cpp 61 if (XMLHttpRequestUpload* upload = m_impl->optionalUpload())
62 markDOMObjectWrapper(markStack, *Heap::heap(this)->globalData(), upload);
  /external/kernel-headers/original/linux/
uinput.h 59 } upload; member in union:uinput_request::__anon10013
133 * 4. Perform the effect upload, and place a return code back into
  /external/chromium/net/url_request/
url_request_http_job.h 67 virtual void SetUpload(UploadData* upload);
url_request_job.h 43 // Sets the upload data, most requests have no upload data, so this is a NOP.
44 // Job types supporting upload data will override this.
45 virtual void SetUpload(UploadData* upload);
94 // Called to get the upload progress in bytes.
  /external/v8/tools/
common-includes.sh 155 echo ">>> Step $CURRENT_STEP: Upload for code review."
158 git cl upload -r "$REVIEWER" --send-mail \
159 || die "'git cl upload' failed, please try again."
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_results_uploader.py 54 http://code.google.com/p/rietveld/source/browse/trunk/upload.py
89 url = "http://%s/testfile/upload" % self._host
95 def upload(self, params, files, timeout_seconds): member in class:TestResultsUploader
  /frameworks/base/libs/hwui/font/
CacheTexture.h 90 bool upload();
  /external/webkit/Source/WebCore/css/
themeWin.css 106 input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.idl 83 readonly attribute XMLHttpRequestUpload upload;

Completed in 387 milliseconds

1 2 3