Searched defs:upload (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_results_uploader.py54 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/
H A Dandroid.h38 int upload; member in struct:__anon10740
/external/qemu/android/protocol/
H A Dcore-commands.h67 int upload; member in struct:UICmdGetNetSpeedResp
/external/kernel-headers/original/linux/
H A Duinput.h59 } upload; member in union:uinput_request::__anon7806
133 * 4. Perform the effect upload, and place a return code back into
H A Dinput.h946 * Structures used in ioctls to upload effects to a device
1053 * You can therefore dispose of the memory after the upload/update.
1597 * @upload: Called to upload an new effect into device
1613 * Every force-feedback device must implement upload() and playback()
1623 int (*upload)(struct input_dev *dev, struct ff_effect *effect, member in struct:ff_device
/external/chromium/net/url_request/
H A Durl_request_job.cc39 void URLRequestJob::SetUpload(UploadData* upload) { argument
H A Durl_request.cc201 void URLRequest::set_upload(UploadData* upload) { argument
202 upload_ = upload;
205 // Get the upload data directly.
251 // GETs when following redirects will upload anything, so we return the
H A Durl_request_http_job.cc750 void URLRequestHttpJob::SetUpload(UploadData* upload) { argument
752 request_info_.upload_data = upload;
/external/quake/quake/src/QW/client/
H A Dgl_screen.c682 int rowbytes, byte *palette, qboolean upload)
741 if (upload)
681 WritePCXfile(char *filename, byte *data, int width, int height, int rowbytes, byte *palette, qboolean upload) argument
H A Dscreen.c591 int rowbytes, byte *palette, qboolean upload)
646 if (upload)
590 WritePCXfile(char *filename, byte *data, int width, int height, int rowbytes, byte *palette, qboolean upload) argument
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequest.cpp335 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
/external/chromium/net/spdy/
H A Dspdy_network_transaction_unittest.cc1555 CreateMockWrite(*body), // POST upload frame
1694 static const char upload[] = { "hello!" }; local
1701 request.upload_data->AppendBytes(upload, sizeof(upload));
2145 // Construct read frame, give enough space to upload the rest of the
/external/quake/quake/src/QW/server/
H A Dserver.h183 FILE *upload; member in struct:client_s
/external/regex-re2/lib/codereview/
H A Dcodereview.py348 # and then we'll run an immediate upload.
365 # First upload sets the subject for the CL itself.
368 response_body = MySend("/upload", body, content_type=ctype)
1727 # upload, to sync current patch and also get change number if CL is new.
1731 # check gofmt for real; allowed upload to warn in order to save CL.
1794 # we're committed. upload final patch, close review, add commit message
1906 def upload(ui, repo, name, **opts): function
1907 """upload diffs to the code review server
1919 return "cannot upload non-local change"
2023 "^upload"
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 404 milliseconds