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

  /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/qemu/android/
android.h 38 int upload; member in struct:__anon5662
  /external/kernel-headers/original/linux/
uinput.h 59 } upload; member in union:uinput_request::__anon4936
133 * 4. Perform the effect upload, and place a return code back into
  /external/chromium/net/flip/
flip_network_transaction_unittest.cc 373 static const char upload[] = { "hello world" }; local
380 request.upload_data->AppendBytes(upload, sizeof(upload));
    [all...]
  /external/webkit/WebCore/xml/
XMLHttpRequest.cpp 234 XMLHttpRequestUpload* XMLHttpRequest::upload() function in class:WebCore::XMLHttpRequest
455 // The presence of upload event listeners forces us to use preflighting because POSTing to an URL that does not
457 // Also, only async requests support upload progress events.
469 // We also remember whether upload events should be allowed for this request in case the upload listeners are
  /external/chromium/net/url_request/
url_request_unittest.cc 84 scoped_refptr<net::UploadData> upload = new net::UploadData; local
85 upload->AppendBytes(data, strlen(data));
86 return upload;
571 // This file should just be ignored in the upload stream.
    [all...]
  /external/quake/quake/src/QW/server/
server.h 183 FILE *upload; member in struct:client_s
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 703 milliseconds