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

12

  /external/chromium_org/chrome/test/chromedriver/
session_commands.cc 596 FILE_PATH_LITERAL("upload"),
601 base::FilePath upload; local
602 Status status = UnzipSoleFile(upload_dir, zip_data, &upload);
606 value->reset(new base::StringValue(upload.value()));
  /external/kernel-headers/original/linux/
uinput.h 59 } upload; member in union:uinput_request::__anon20259
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/chromium_org/cc/resources/
resource_update_controller_unittest.cc 137 const ResourceUpdate upload = ResourceUpdate::Create( local
140 queue_->AppendFullUpload(upload);
153 const ResourceUpdate upload = ResourceUpdate::Create( local
156 queue_->AppendPartialUpload(upload);
240 // ONE UPLOAD TESTS
249 << "Last upload wasn't followed by a flush.";
260 << "Last upload wasn't followed by a flush.";
271 << "Last upload wasn't followed by a flush.";
274 // This class of tests upload a number of textures that is a multiple
291 << "Last upload wasn't followed by a flush."
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 239 logger.info("Skipping upload: %s -> %s" % (src, dest))
305 def upload(self): member in class:GsutilLoggingHandler
631 """Update a manifest and upload it.
735 """Upload a serialized manifest_util.SDKManifest object.
737 Upload one copy to gs://<BUCKET_PATH>/naclsdk_manifest2.json, and a copy to
741 manifest: The new manifest to upload.
757 'Skipping upload.')
873 parser.add_option('-n', '--dryrun', help="don't upload the manifest.",
879 parser.add_option('--upload-log', help='Upload log alongside the manifest.'
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_draw_upload.c 317 * know what data to upload.
365 struct brw_vertex_element *upload[VERT_ATTRIB_MAX]; local
474 upload[nr_uploads++] = input;
478 /* If we need to upload all the arrays, then we can trim those arrays to
495 /* All uploads are interleaved, so upload the arrays together as
496 * interleaved. First, upload the contents and set up upload[0].
498 copy_array_to_vbo_array(brw, upload[0], min_index, max_index,
503 /* Then, just point upload[i] at upload[0]'s buffer. *
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 317 * know what data to upload.
365 struct brw_vertex_element *upload[VERT_ATTRIB_MAX]; local
474 upload[nr_uploads++] = input;
478 /* If we need to upload all the arrays, then we can trim those arrays to
495 /* All uploads are interleaved, so upload the arrays together as
496 * interleaved. First, upload the contents and set up upload[0].
498 copy_array_to_vbo_array(brw, upload[0], min_index, max_index,
503 /* Then, just point upload[i] at upload[0]'s buffer. *
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 49 import distutils.command.upload namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 49 import distutils.command.upload namespace
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.cpp 399 XMLHttpRequestUpload* XMLHttpRequest::upload() function in class:WebCore::XMLHttpRequest
781 // The presence of upload event listeners forces us to use preflighting because POSTing to an URL that does not
783 // Also, only async requests support upload progress events.
795 // We also remember whether upload events should be allowed for this request in case the upload listeners are
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blitter.c 58 struct u_upload_mgr *upload; member in struct:blitter_context_priv
285 ctx->upload = u_upload_create(pipe, 65536, 4, PIPE_BIND_VERTEX_BUFFER);
337 u_upload_destroy(ctx->upload);
850 u_upload_data(ctx->upload, 0, sizeof(ctx->vertices), ctx->vertices,
852 u_upload_unmap(ctx->upload);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 58 struct u_upload_mgr *upload; member in struct:blitter_context_priv
285 ctx->upload = u_upload_create(pipe, 65536, 4, PIPE_BIND_VERTEX_BUFFER);
337 u_upload_destroy(ctx->upload);
850 u_upload_data(ctx->upload, 0, sizeof(ctx->vertices), ctx->vertices,
852 u_upload_unmap(ctx->upload);
    [all...]
  /external/chromium/net/spdy/
spdy_network_transaction_unittest.cc 1694 static const char upload[] = { "hello!" }; local
    [all...]
  /external/chromium_org/net/spdy/
spdy_network_transaction_unittest.cc 2042 static const char upload[] = { "hello!" }; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_context.h 260 } upload; member in struct:intel_context
  /external/chromium_org/third_party/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/mesa3d/src/mesa/drivers/dri/intel/
intel_context.h 260 } upload; member in struct:intel_context
  /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/chromium_org/cc/trees/
layer_tree_host_unittest.cc 2023 ResourceUpdate upload = ResourceUpdate::Create( local
    [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 416 milliseconds

12