HomeSort by relevance Sort by last modified time
    Searched defs:upload (Results 1 - 17 of 17) sorted by null

  /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...]
  /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());
  /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
  /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
  /external/qemu/android/protocol/
core-commands.h 67 int upload; member in struct:UICmdGetNetSpeedResp
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
TextureTest.java 64 void upload() { method in class:TextureTest.MyBasicTexture
88 texture.upload();
  /frameworks/base/libs/hwui/font/
CacheTexture.cpp 118 // as glTexSubImage2D(). This allows us to upload a sub-rectangle of a texture.
119 // With OpenGL ES 2.0 we have to upload entire stripes instead.
204 bool CacheTexture::upload() { function in class:android::uirenderer::CacheTexture
218 mTexture->upload(x, y, width, height, y * mWidth + x);
  /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/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
input.h 946 * Structures used in ioctls to upload effects to a device
1053 * You can therefore dispose of the memory after the upload/update.
1623 int (*upload)(struct input_dev *dev, struct ff_effect *effect, member in struct:ff_device
    [all...]
  /external/webkit/Source/WebCore/xml/
XMLHttpRequest.cpp 335 XMLHttpRequestUpload* XMLHttpRequest::upload() function in class:WebCore::XMLHttpRequest
609 // The presence of upload event listeners forces us to use preflighting because POSTing to an URL that does not
611 // Also, only async requests support upload progress events.
623 // We also remember whether upload events should be allowed for this request in case the upload listeners are
    [all...]
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc 1694 static const char upload[] = { "hello!" }; local
    [all...]
  /external/quake/quake/src/QW/server/
server.h 183 FILE *upload; member in struct:client_s
  /external/regex-re2/lib/codereview/
codereview.py 282 self.Upload(ui, repo, gofmt_just_warn=True, creating=True)
309 def Upload(self, ui, repo, send_mail=False, gofmt=True, gofmt_just_warn=False, creating=False, quiet=False):
333 # and then we'll run an immediate upload.
350 # First upload sets the subject for the CL itself.
353 response_body = MySend("/upload", body, content_type=ctype)
2073 def upload(ui, repo, name, **opts): function
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 631 milliseconds