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

1 2 3 4 5 6 7 8 9

  /development/pdk/hosting/
app.yaml 9 upload: online-pdk/index.html
13 upload: online-pdk/.*
pdk.py 51 # To upload this application:
  /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());
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
scache.h 49 * To complete the upload, pa_stream_finish_upload() is called and the sample
50 * will receive the same name as the stream. If the upload should be aborted,
82 /** Make this stream a sample upload stream */
85 /** Finish the sample upload, the stream name will become the sample name. You cancel a samp
86 * le upload by issuing pa_stream_disconnect() */
  /external/clearsilver/man/man3/
cgi_filehandle.3 31 file handle for the PUT upload)
  /external/webkit/WebCore/manual-tests/
input-type-file-drag-drop.html 15 <li> Dropping a symlink'd file should accpect/show/upload the target, not the symlink itself.
post-multi-file-upload.html 24 This tests that the multi-file upload control works correctly. This test and the resources/multiFileResources must be placed on a web server so the test can be run manually.<br>
remove-input-file-onchange.html 15 <p><b>BUG ID:</b> <a href="rdar://problem/4621649">4621649</a> repro crash: Upload link causes crash on pages.google.com in Frame::nodeForWidget</p>
  /external/chromium/net/base/
upload_data_stream.h 26 // the upload data to be consumed.
46 // Iterator to the upload element to be written to the send buffer next.
upload_data.h 83 // Returns the total size in bytes of the data to upload.
98 // Identifies a particular upload instance, which is used by the cache to
load_flags.h 37 // If present, upload progress messages should be provided to initiator.
upload_data_stream.cc 73 // upload an empty file. This is for consistency with Mozilla.
  /external/webkit/WebKitTools/BuildSlaveSupport/
run-performance-tests 52 GetOptions('upload-results=s' => \$resultsUploadDestination);
78 die "Failed to upload xml results file." unless (system("scp", "$userAndHost:/Results/PerformanceReportSummary.xml", $resultsUploadDestination) == 0);
79 die "Failed to upload svg results file." unless (system("scp", "$userAndHost:/Results/PerformanceGraph.svg", $resultsUploadDestination) == 0);
  /external/chromium/net/ftp/
ftp_transaction.h 72 // Returns the upload progress in bytes. If there is no upload data,
  /packages/apps/Camera/src/com/android/camera/ui/
BitmapTexture.java 48 // Upload the bitmap to a new texture.
83 "Texture upload fail, glError " + glError);
  /development/pdk/docs/source/
submit-patches.jd 4 <br>This page describes how to record changes to the Android files on your local client, upload those changes to the code-review server, and use Gerrit to track changes.<br><h2>
35 <li><span>Use repo upload to upload changes to the review server</span>
69 <li>See below to upload the changes to Gerrit again for another review cycle.</li>
74 <li>Use repo upload --replace <i>proj1</i>
78 For more details, see <a href="{@docRoot}source/git-repo.html#TOC-upload">Using Repo and Git</a>
81 To upload your committed changes to the review server:<br><ol><li>Complete the appropriate <a href="https://review.source.android.com/#settings,new-agreement">Contributor Agreement</a>
84 and upload your <a href="https://review.source.android.com/#settings,ssh-keys">public SSH key</a>
85 , so that Gerrit can identify you when you upload changes.Please note that due to a bug in repo, repo upload requires your SSH Username be the local part of your email address (the text on the left of the @ (…)
    [all...]
git-repo.jd 141 upload
143 repo upload [<i>project-list</i>
144 ]<br><br><div>For the specified projects, Repo compares the local branches to the remote branches updated during the last repo sync. Repo will prompt you to select one or more of the branches that have not yet been uploaded for review.<br><br>After you select one or more branches, all commits on the selected branches are transmitted to Gerrit over an SSH connection.You will need to configure an SSH key to enable upload authorization.Visit <a href="http://review.source.android.com/Gerrit#settings,ssh-keys">SSH Keys</a>
145 within the user settings panel to register your public keys with Gerrit.To enable password-less uploads, consider using ssh-agent on your client system.<br><br>When Gerrit receives the object data over its SSH server, it will turn each commit into a change so that reviewers can comment on each commit individually.<br><br>To combine several "checkpoint" commits together into a single commit, use git rebase -i before you run repo upload.<br><br>You can specify project-list as a list of names or a list of paths to local source directories for the projects:<br>repo upload [<i>proj1</i>
150 ]<br><br>If you run repo upload without any arguments, it will search all the projects for changes to upload.<br><br>To make edits to changes after they have been uploaded, you should use a tool likegit rebase -ior git commit --amend to update your local commits.<br><br>After your edits are complete:<br></div>
153 <li>Use repo upload --replace <i>proj1</i>
159 <div># Replacing from branch foo <br>[ 3021 ] 35f2596c Refactor part of GetUploadableBranches to lookup one specific...<br>[ 2829 ] ec18b4ba Update proto client to support patch set replacments <br>[ 3022 ] c99883fe Teach 'repo upload --replace' how to add replacement patch se...<br># Insert change numbers in the brackets to add a new patch set.<br># To create a new change record, leave the brackets empty.<br><br>After the upload is complete the changes will have an additional Patch Set (e.g. Patch Set 2, Patch Set 3, ...).<br (…)
    [all...]
  /external/chromium/net/http/
http_request_info.h 37 // Any upload data.
  /external/clearsilver/csharp/
README 35 - allow registration of upload callbacks and data-formatters from C#
  /external/webkit/WebCore/platform/network/curl/
FormDataStreamCurl.cpp 71 printf("Failed while trying to open %s for upload\n", element.m_filename.utf8().data());
80 printf("Failed while trying to read %s for upload\n", element.m_filename.utf8().data());
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
upload_unittest.py 30 from webkitpy.commands.upload import *
72 self.assert_execute_outputs(Upload(), [42], expected_stderr=expected_stderr)
  /external/clearsilver/cgi/
rfc2388.c 13 * HTTP file upload
185 return nerr_raise (CGIUploadCancelled, "Upload Cancelled");
305 hdf_get_value(cgi->hdf, "Config.Upload.TmpDir", "/var/tmp"));
368 int unlink_files = hdf_get_int_value(cgi->hdf, "Config.Upload.Unlink", 1);
455 "Short write on file %s upload %d < %d", filename, w, l);
569 return nerr_raise (CGIUploadCancelled, "Upload Cancelled");
  /external/webkit/WebCore/css/
html.css 419 input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button {
424 input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
447 input[type="file"]:disabled::-webkit-file-upload-button, button:disabled,
452 input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active, input[type="file"]:active::-webkit-file-upload-button, button:active {
456 input[type="button"]:active:disabled, input[type="submit"]:active:disabled, input[type="reset"]:active:disabled, input[type="file"]:active:disabled::-webkit-file-upload-button, button:active:disabled {
607 input[type="file"]:focus::-webkit-file-upload-button {
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Audio.java 77 * TODO: Upload a audio file to res/raw folder and provide
  /external/qemu/android/
android.h 38 int upload; member in struct:__anon5662

Completed in 397 milliseconds

1 2 3 4 5 6 7 8 9