HomeSort by relevance Sort by last modified time
    Searched full:upload (Results 201 - 225 of 1527) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/googletest/googlemock/scripts/
upload_gmock.py 35 --cc=googlemock@googlegroups.com to upload.py.
37 USAGE: upload_gmock.py [options for upload.py]
50 # Finds the path to upload.py, assuming it is in the same directory
53 upload_py_path = os.path.join(my_dir, 'upload.py')
73 # Invokes upload.py with the modified command line flags.
  /external/googletest/googletest/scripts/
upload_gtest.py 35 --cc=googletestframework@googlegroups.com to upload.py.
37 USAGE: upload_gtest.py [options for upload.py]
50 # Finds the path to upload.py, assuming it is in the same directory
53 upload_py_path = os.path.join(my_dir, 'upload.py')
73 # Invokes upload.py with the modified command line flags.
  /external/v8/testing/gmock/scripts/
upload_gmock.py 35 --cc=googlemock@googlegroups.com to upload.py.
37 USAGE: upload_gmock.py [options for upload.py]
50 # Finds the path to upload.py, assuming it is in the same directory
53 upload_py_path = os.path.join(my_dir, 'upload.py')
73 # Invokes upload.py with the modified command line flags.
  /external/v8/testing/gtest/scripts/
upload_gtest.py 35 --cc=googletestframework@googlegroups.com to upload.py.
37 USAGE: upload_gtest.py [options for upload.py]
50 # Finds the path to upload.py, assuming it is in the same directory
53 upload_py_path = os.path.join(my_dir, 'upload.py')
73 # Invokes upload.py with the modified command line flags.
  /external/curl/docs/
FEATURES 13 - multiple file upload on a single command line
34 - support for large files (>2GB and >4GB) during upload and download
86 - upload
87 - upload append
88 - upload via http-proxy as HTTP PUT
90 - upload resume
112 - upload
127 - upload
133 - upload
173 - upload e-mails via the append comman
    [all...]
  /external/deqp/framework/opengl/
gluTexture.cpp 80 void Texture1D::upload (void) function in class:glu::Texture1D
87 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed");
94 continue; // Don't upload.
100 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed");
161 void Texture2D::upload (void) function in class:glu::Texture2D
170 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed");
177 continue; // Don't upload.
184 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed");
206 // Upload to GL texture in compressed form.
211 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed")
346 void TextureCube::upload (void) function in class:glu::TextureCube
469 void Texture1DArray::upload (void) function in class:glu::Texture1DArray
553 void Texture2DArray::upload (void) function in class:glu::Texture2DArray
673 void Texture3D::upload (void) function in class:glu::Texture3D
766 void TextureCubeArray::upload (void) function in class:glu::TextureCubeArray
902 void TextureBuffer::upload (void) function in class:glu::TextureBuffer
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 295 * Returns the format that we are finally going to use when upload a vertex
299 * @upload points in which upload we are. Valid values are [0,1]
303 int upload)
305 assert(upload == 0 || upload == 1);
316 return !upload ? BRW_SURFACEFORMAT_R32G32B32A32_FLOAT
406 * like to use here, so upload everything as UINT and fix
431 * like to use here, so upload everything as UINT and fix
489 /* If the source stride is zero, we just want to upload the curren
547 struct brw_vertex_element *upload[VERT_ATTRIB_MAX]; local
    [all...]
  /external/bison/build-aux/
gnupload 2 # Sign files and upload them.
50 -- treat the remaining arguments as files to upload
73 build directive files and upload files by FTP
75 build directive files and upload files by SFTP
76 [user@]host:DIRECTORY upload files with scp
84 1. Upload foobar-1.0.tar.gz to ftp.gnu.org:
87 2. Upload foobar-1.0.tar.gz and foobar-1.0.tar.xz to ftp.gnu.org:
95 4. Upload foobar-0.9.90.tar.gz to two sites:
100 5. Delete oopsbar-0.9.91.tar.gz and upload foobar-0.9.91.tar.gz
219 echo "$0: No file to upload" 1>&
313 upload () function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/autotest/site_utils/
metadata_reporter.py 33 # The number of seconds for upload to fail continuously. After that, upload will
36 # Number of entries to retry when the previous upload failed continueously for
85 # Time when the first time upload failed. None if the last upload succeeded.
105 _METADATA_METRICS_PREFIX + 'upload/batch_sizes').set(
108 _METADATA_METRICS_PREFIX + 'upload/attempts').increment(
  /external/mesa3d/src/gallium/auxiliary/indices/
u_primconvert.c 59 struct u_upload_mgr *upload; member in struct:primconvert_context
77 if (pc->upload)
78 u_upload_destroy(pc->upload);
155 if (!pc->upload) {
156 pc->upload = u_upload_create(pc->pipe, 4096, PIPE_BIND_INDEX_BUFFER,
160 u_upload_alloc(pc->upload, 0, new_ib.index_size * new_info.count, 4,
173 u_upload_unmap(pc->upload);
  /external/python/cpython2/Lib/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'),
192 msg = 'Upload failed (%s): %s' % (status, reason)
  /frameworks/base/libs/hwui/
PixelBuffer.h 37 * Before the buffer can be used by the GPU, for instance to upload
44 * using a PixelBuffer to upload to a texture.
103 * Upload the specified rectangle of this pixel buffer as a
107 virtual void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) = 0;
110 * Upload the specified rectangle of this pixel buffer as a
117 void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height) { function in class:android::uirenderer::PixelBuffer
118 upload(x, y, width, height, getOffset(x, y));
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/curl/tests/data/
test1051 65 upload
95 upload
110 upload
test1052 61 upload
89 upload
103 upload
test1071 79 This is data we upload with PUT
98 This is data we upload with PUT
108 This is data we upload with PUT
test1075 58 This is data we upload with PUT
77 This is data we upload with PUT
88 This is data we upload with PUT
  /external/curl/tests/libtest/
lib541.c 44 fprintf(stderr, "Usage: <url> <file-to-upload>\n");
98 /* now specify which file to upload */
104 /* and now upload the exact same again, but without rewinding so it already
  /external/google-breakpad/src/client/ios/
Breakpad.h 100 // rewrite the upload parameters for a specific
175 // the Upload parameters.
178 // automatically upload parameters to the server anymore.
194 // upload parameter set.
202 // Returns the next upload configuration. The report file is deleted.
205 // Upload next report to the server.
208 // Upload next report to the server.
213 // Upload a report to the server.
221 // Handles the network response of a breakpad upload. This function is needed if
222 // the actual upload is done by the Breakpad client
    [all...]
  /external/ltp/testcases/network/stress/ftp/
ftp-upload-stress01-rmt 22 TCID=ftp-upload-stress01-rmt
45 # Create a file to upload
59 tst_brkm TBROK "Failed to upload to ftp://$server_ipaddr/$urldir/"
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.c 184 * upload.
602 /* upload to the DMA buffer */
610 /* If the texture was already rendered to and upload buffer
611 * is supported, then we will use upload buffer to
614 * then we'll try the upload buffer.
629 /* if direct map with DONTBLOCK fails, then try upload to the
630 * texture upload buffer.
636 /* If upload fails, then try direct map again without forcing it
651 /* record texture upload for HUD */
851 else if (st->upload.buf)
    [all...]

Completed in 1791 milliseconds

1 2 3 4 5 6 7 891011>>