/external/chromium_org/chrome/browser/chromeos/drive/ |
sync_client.h | 49 UPLOAD, // Upload a file to the Drive server. 50 UPLOAD_NO_CONTENT_CHECK, // Upload a file without checking if the file is 51 // really modified. This type is used for upload 70 // Adds an upload task to the queue. 145 // Used to upload committed files. 151 // List of the resource ids of resources which have a upload task created.
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_xml_parser.h | 124 // A flag indicating whether the client should upload Autofill data when this 147 // The XML parser for handling Autofill upload responses. Typical upload 152 // The positive upload rate is the percentage of uploads to send to the server 154 // The negative upload rate is the percentage of uploads to send when nothing in 156 // The negative upload rate is typically much lower than the positive upload
|
autofill_download_url_unittest.cc | 23 StartsWith("https://clients1.google.com/tbproxy/af/upload?client="));
|
/external/chromium_org/net/base/ |
upload_data_stream.h | 56 // When possible, reads up to |buf_len| bytes synchronously from the upload 64 // upload data is smaller than size()), zeros are padded to ensure that 68 // Identifies a particular upload instance, which is used by the cache to 88 // Returns true if all data has been consumed from this upload data 92 // Returns true if the upload data in the stream is entirely in memory. 128 // Index of the current upload element (i.e. the element currently being 133 // Size and current read position within the upload data stream.
|
/frameworks/base/libs/hwui/ |
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 pixel buffer as a 119 virtual void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) = 0; 122 * Upload the specified rectangle of this pixel buffer as a 129 void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height) { function in class:android::uirenderer::PixelBuffer 130 upload(x, y, width, height, getOffset(x, y));
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
upload.py | 1 """distutils.command.upload 3 Implements the Distutils 'upload' subcommand (upload package to PyPI).""" 18 class upload(PyPIRCCommand): class in inherits:PyPIRCCommand 20 description = "upload binary package to PyPI" 24 'sign files to upload using gpg'), 193 self.announce('Upload failed (%s): %s' % (status, reason),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
upload.py | 1 """distutils.command.upload 3 Implements the Distutils 'upload' subcommand (upload package to PyPI).""" 18 class upload(PyPIRCCommand): class in inherits:PyPIRCCommand 20 description = "upload binary package to PyPI" 24 'sign files to upload using gpg'), 193 self.announce('Upload failed (%s): %s' % (status, reason),
|
/external/chromium/chrome/browser/ |
crash_upload_list.h | 36 // of the crash upload list with the given callback delegate. 39 // Creates a new crash upload list with the given callback delegate. 59 // Reads the upload log and stores the entries in crashes_.
|
/external/chromium_org/cc/resources/ |
bitmap_content_layer_updater.cc | 93 ResourceUpdate upload = local 100 queue->AppendPartialUpload(upload); 102 queue->AppendFullUpload(upload);
|
/external/chromium_org/chrome/browser/safe_browsing/ |
download_feedback.h | 51 // |finish_callback| will be called when the upload completes or fails, but is 52 // not called if the upload is cancelled by deleting the DownloadFeedback 53 // while the upload is in progress.
|
local_two_phase_testserver.h | 13 // Runs a Python-based two phase upload test server on the same machine in which
|
two_phase_uploader.h | 27 // Implements the Google two-phase resumable upload protocol. 51 // Create the uploader. The Start method must be called to begin the upload. 62 // will not be called if the upload is cancelled by destructing the 79 // Begins the upload process.
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLUniformManager.h | 32 /** Functions for uploading uniform values. The varities ending in v can be used to upload to an 44 // matrices are column-major, the first three upload a single matrix, the latter three upload
|
/external/chromium_org/tools/perf/page_sets/ |
PRESUBMIT.py | 12 It validates all the hashes and skips upload if not necessary. 35 'File already in Cloud Storage, skipping upload: %s' % hash_path)) 55 'Unable to upload to Cloud Storage: %s' % hash_path))
|
/external/skia/src/gpu/gl/ |
GrGLUniformManager.h | 32 /** Functions for uploading uniform values. The varities ending in v can be used to upload to an 44 // matrices are column-major, the first three upload a single matrix, the latter three upload
|
/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/chrome/browser/resources/picasaweb_uploader/ |
upload.html | 8 <link rel="stylesheet" href="css/upload.css"> 51 <div class="header-info">You've selected <span id="files-count-span"></span> photo(s) to upload.</div> 74 <button class="upload-button" disabled>Upload</button>
|
/external/chromium_org/build/android/pylib/utils/ |
report_results.py | 40 """Upload results to the flakiness dashboard""" 41 logging.info('Upload results for test type "%s", test package "%s" to %s' % 60 flakiness_dashboard_results_uploader.Upload( 84 flakiness_server: If provider, upload the results to flakiness dashboard
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
operation_observer.h | 24 // Sent when a cache file is modified and upload is needed.
|
/external/chromium_org/chrome/browser/google_apis/ |
gdata_wapi_requests_unittest.cc | 204 "/feeds/upload/create-session/default/private/full", 206 // This is an initiating upload URL. 220 // Check if the X-Upload-Content-Length is present. If yes, store the 222 found = request.headers.find("X-Upload-Content-Length"); 298 // Change the code to RESUME_INCOMPLETE if upload is not complete. 334 // These fields are used to keep the current upload state during a [all...] |
/external/chromium_org/chrome/test/chromedriver/third_party/googlecode/ |
README.chromium | 1 Name: Google code support upload script
|
/external/chromium_org/content/browser/loader/ |
power_save_block_resource_throttle.h | 18 // This ResourceThrottle blocks power save until large upload request finishes.
|
/external/chromium_org/content/renderer/pepper/ |
url_request_info_util.h | 24 // partially initialized). Any upload files with only resource IDs (no file ref
|
/external/chromium_org/remoting/base/ |
breakpad.h | 10 // Initializes collection and upload of crash reports. The caller has to ensure
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
image-prefetch-stress.html | 7 x.src = "http://upload.wikimedia.org/wikipedia/commons/e/e9/Sombrero_Galaxy_in_infrared_light_%28Hubble_Space_Telescope_and_Spitzer_Space_Telescope%29.jpg?" + i;
|