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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_upload_mgr.c 44 unsigned default_size; /* Minimum size of the upload buffer, in bytes. */
48 struct pipe_resource *buffer; /* Upload buffer. */
49 struct pipe_transfer *transfer; /* Transfer object for the upload buffer. */
50 uint8_t *map; /* Pointer to the mapped upload buffer. */
51 unsigned size; /* Actual size of the upload buffer. */
52 unsigned offset; /* Aligned offset to the upload buffer, pointing
62 struct u_upload_mgr *upload = CALLOC_STRUCT( u_upload_mgr ); local
63 if (!upload)
66 upload->pipe = pipe;
67 upload->default_size = default_size
    [all...]
u_upload_mgr.h 42 * Create the upload manager.
45 * \param default_size Minimum size of the upload buffer, in bytes.
46 * \param alignment Alignment of each suballocation in the upload buffer.
55 * Destroy the upload manager.
57 void u_upload_destroy( struct u_upload_mgr *upload );
60 * Unmap and release old upload buffer.
62 * This is like u_upload_unmap() except the upload buffer is released for
67 void u_upload_flush( struct u_upload_mgr *upload );
70 * Unmap upload buffer
72 * \param upload Upload manage
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_upload_mgr.c 44 unsigned default_size; /* Minimum size of the upload buffer, in bytes. */
48 struct pipe_resource *buffer; /* Upload buffer. */
49 struct pipe_transfer *transfer; /* Transfer object for the upload buffer. */
50 uint8_t *map; /* Pointer to the mapped upload buffer. */
51 unsigned size; /* Actual size of the upload buffer. */
52 unsigned offset; /* Aligned offset to the upload buffer, pointing
62 struct u_upload_mgr *upload = CALLOC_STRUCT( u_upload_mgr ); local
63 if (!upload)
66 upload->pipe = pipe;
67 upload->default_size = default_size
    [all...]
u_upload_mgr.h 42 * Create the upload manager.
45 * \param default_size Minimum size of the upload buffer, in bytes.
46 * \param alignment Alignment of each suballocation in the upload buffer.
55 * Destroy the upload manager.
57 void u_upload_destroy( struct u_upload_mgr *upload );
60 * Unmap and release old upload buffer.
62 * This is like u_upload_unmap() except the upload buffer is released for
67 void u_upload_flush( struct u_upload_mgr *upload );
70 * Unmap upload buffer
72 * \param upload Upload manage
    [all...]
  /external/chromium/net/data/ftp/
dir-listing-ls-18.expected 2 .pureftpd-upload.47fcbb3c.849.191b.cd40d08a
11 .pureftpd-upload.4925a00d.849.668d.9ea5b3ed
20 .pureftpd-upload.492b0a03.849.12d.bf5d2bc6
dir-listing-ls-18 1 -rw-r--r-- 1 ftpadmin ftpadmin125435904 Apr 9 2008 .pureftpd-upload.47fcbb3c.849.191b.cd40d08a
2 -rw-r--r-- 1 ftpadmin ftpadmin153198592 Nov 20 2008 .pureftpd-upload.4925a00d.849.668d.9ea5b3ed
3 -rw-r--r-- 1 ftpadmin ftpadmin 8760 Nov 24 2008 .pureftpd-upload.492b0a03.849.12d.bf5d2bc6
  /external/chromium_org/net/data/ftp/
dir-listing-ls-18.expected 2 .pureftpd-upload.47fcbb3c.849.191b.cd40d08a
11 .pureftpd-upload.4925a00d.849.668d.9ea5b3ed
20 .pureftpd-upload.492b0a03.849.12d.bf5d2bc6
dir-listing-ls-18 1 -rw-r--r-- 1 ftpadmin ftpadmin125435904 Apr 9 2008 .pureftpd-upload.47fcbb3c.849.191b.cd40d08a
2 -rw-r--r-- 1 ftpadmin ftpadmin153198592 Nov 20 2008 .pureftpd-upload.4925a00d.849.668d.9ea5b3ed
3 -rw-r--r-- 1 ftpadmin ftpadmin 8760 Nov 24 2008 .pureftpd-upload.492b0a03.849.12d.bf5d2bc6
  /external/chromium_org/content/browser/loader/
upload_data_stream_builder_unittest.cc 74 scoped_ptr<net::UploadDataStream> upload(UploadDataStreamBuilder::Build(
77 EXPECT_EQ(kIdentifier, upload->identifier());
78 ASSERT_EQ(request_body->elements()->size(), upload->element_readers().size());
81 upload->element_readers()[0]->AsBytesReader();
86 upload->element_readers()[1]->AsFileReader();
120 // Setup upload data elements for comparison.
145 scoped_ptr<net::UploadDataStream> upload(
151 ASSERT_EQ(2U, upload->element_readers().size());
152 EXPECT_TRUE(AreElementsEqual(*upload->element_readers()[0], upload_element1));
153 EXPECT_TRUE(AreElementsEqual(*upload->element_readers()[1], upload_element2))
    [all...]
  /external/chromium_org/cc/resources/
resource_update_queue.cc 15 void ResourceUpdateQueue::AppendFullUpload(const ResourceUpdate& upload) {
16 full_entries_.push_back(upload);
19 void ResourceUpdateQueue::AppendPartialUpload(const ResourceUpdate& upload) {
20 partial_entries_.push_back(upload);
33 ResourceUpdate upload = temp.front(); local
35 if (!upload.texture->BackingResourceWasEvicted())
36 entry_queue->push_back(upload);
  /external/chromium_org/chrome/common/extensions/docs/server2/
app.yaml 10 upload: robots.txt
13 upload: chrome-32.ico
16 upload: chrome-128.png
  /external/chromium_org/chrome/browser/metrics/
metrics_reporting_scheduler.h 27 // Callback from MetricsService when a triggered upload finishes.
30 // Callback from MetricsService when a triggered upload is cancelled by the
35 // Timer callback indicating it's time for the MetricsService to upload
42 // Increases the upload interval each time it's called, to handle the case
51 // The interval between being told an upload is done and starting the next
52 // upload.
59 // Indicates that the last triggered upload hasn't resolved yet.
time_ticks_experiment_win.h 14 // Runs an experiment once per session upon successful upload of UMA. Determines
17 // increasing. Records the results in UMA for the next upload.
  /external/arduino/hardware/arduino/
boards.txt 4 uno.upload.protocol=stk500
5 uno.upload.maximum_size=32256
6 uno.upload.speed=115200
22 atmega328.upload.protocol=stk500
23 atmega328.upload.maximum_size=30720
24 atmega328.upload.speed=57600
42 diecimila.upload.protocol=stk500
43 diecimila.upload.maximum_size=14336
44 diecimila.upload.speed=19200
62 mega2560.upload.protocol=stk500v
    [all...]
  /external/chromium_org/chrome/browser/
crash_upload_list.h 10 // An upload list manager for crash reports from breakpad.
14 // of the crash upload list with the given callback delegate.
21 // Creates a new crash upload list with the given callback delegate.
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
Makefile 48 @echo "Files to upload:"
54 # Upload the source package to code.google.com
58 # Upload the package to PyPi
59 - python setup.py sdist upload
60 - python setup.py bdist_egg upload
62 # Upload the package to the ppa
  /external/chromium_org/third_party/python_gflags/
Makefile 48 @echo "Files to upload:"
54 # Upload the source package to code.google.com
58 # Upload the package to PyPi
59 - python setup.py sdist upload
60 - python setup.py bdist_egg upload
62 # Upload the package to the ppa
  /external/chromium/chrome/browser/resources/picasaweb_uploader/
manifest.json 5 "description": "Upload photos to Picasa Web Albums",
12 "id": "upload",
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/
app.yaml 13 upload: robots.txt
17 upload: favicon.ico
  /external/chromium_org/chrome/common/extensions/docs/examples/api/i18n/localizedHostedApp/_locales/en/
messages.json 7 "message": "This is the minimal set of data required to upload a localized hosted application to the web store.",
  /external/chromium_org/tools/perf/page_sets/
tough_image_cases.json 6 { "url": "http://upload.wikimedia.org/wikipedia/commons/c/cb/General_history%2C_Alaska_Yukon_Pacific_Exposition%2C_fully_illustrated_-_meet_me_in_Seattle_1909_-_Page_78.jpg" }
tough_texture_upload_cases.json 2 "description": "A collection of texture upload performance tests",
  /external/libusb/doc/
Makefile.am 6 docs-upload: docs
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
__init__.py 25 'upload',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
__init__.py 25 'upload',

Completed in 1169 milliseconds

1 2 3 4 5 6 7 8 91011>>