Searched refs:upload (Results 1 - 25 of 126) sorted by path

123456

/external/arduino/hardware/arduino/
H A Dboards.txt4 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
[all...]
/external/bison/build-aux/
H A Dgnupload2 # 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
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>&2
274 # Arguments: See upload, below
305 # upload DEST DESTDIR BASE FILE STMT FILES
312 # FILES List of files to upload
313 upload () function
[all...]
/external/bison/
H A Dmaint.mk1360 .PHONY: upload
1361 upload:
/external/ceres-solver/scripts/
H A Dmake_release113 # Reminder to upload.
122 - Build and upload RPM package.
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A DMakefile48 @echo "Files to upload:"
59 - python setup.py sdist upload
60 - python setup.py bdist_egg upload
/external/chromium_org/cc/resources/
H A Dbitmap_content_layer_updater.cc93 ResourceUpdate upload = ResourceUpdate::Create( local
96 queue->AppendPartialUpload(upload);
98 queue->AppendFullUpload(upload);
H A Dbitmap_skpicture_content_layer_updater.cc33 ResourceUpdate upload = ResourceUpdate::Create( local
36 queue->AppendPartialUpload(upload);
38 queue->AppendFullUpload(upload);
H A Dimage_layer_updater.cc51 ResourceUpdate upload = ResourceUpdate::Create( local
54 queue->AppendPartialUpload(upload);
56 queue->AppendFullUpload(upload);
H A Dprioritized_resource_unittest.cc1012 const ResourceUpdate upload = ResourceUpdate::Create(
1014 queue.AppendFullUpload(upload);
H A Dresource_update_controller_unittest.cc143 const ResourceUpdate upload = ResourceUpdate::Create( local
146 queue_->AppendFullUpload(upload);
159 const ResourceUpdate upload = ResourceUpdate::Create( local
162 queue_->AppendPartialUpload(upload);
256 << "Last upload wasn't followed by a flush.";
267 << "Last upload wasn't followed by a flush.";
278 << "Last upload wasn't followed by a flush.";
281 // This class of tests upload a number of textures that is a multiple
298 << "Last upload wasn't followed by a flush.";
309 << "Last upload was
[all...]
H A Dresource_update_queue.cc15 void ResourceUpdateQueue::AppendFullUpload(const ResourceUpdate& upload) { argument
16 full_entries_.push_back(upload);
19 void ResourceUpdateQueue::AppendPartialUpload(const ResourceUpdate& upload) { argument
20 partial_entries_.push_back(upload);
33 ResourceUpdate upload = temp.front(); local
35 if (!upload.texture->BackingResourceWasEvicted())
36 entry_queue->push_back(upload);
H A Dresource_update_queue.h20 void AppendFullUpload(const ResourceUpdate& upload);
21 void AppendPartialUpload(const ResourceUpdate& upload);
/external/chromium_org/cc/test/
H A Dtiled_layer_test_common.cc22 ResourceUpdate upload = ResourceUpdate::Create( local
25 queue->AppendPartialUpload(upload);
27 queue->AppendFullUpload(upload);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc1659 ResourceUpdate upload = ResourceUpdate::Create( local
1661 queue->AppendFullUpload(upload);
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc444 bool upload = (getenv(env_vars::kHeadless) == NULL); local
446 new breakpad::CrashHandlerHostLinux(process_type, dumps_path, upload);
/external/chromium_org/chrome/browser/policy/cloud/
H A Ddevice_management_service_browsertest.cc69 const net::UploadDataStream* upload = request->get_upload(); local
70 if (upload != NULL &&
71 upload->element_readers().size() == 1 &&
72 upload->element_readers()[0]->AsBytesReader()) {
75 upload->element_readers()[0]->AsBytesReader();
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
H A Dwallpaper_manager.css373 #wallpaper-selection-container input[type='file']::-webkit-file-upload-button {
/external/chromium_org/chrome/browser/resources/hangout_services/
H A Dthunk.js73 } else if (method == 'logging.upload') {
74 chrome.webrtcLoggingPrivate.upload(
80 chrome.webrtcLoggingPrivate.upload(
/external/chromium_org/chrome/browser/resources/media/
H A Dwebrtc_logs.js27 var upload = uploads[i];
34 upload['capture_time'].length != 0 ?
35 upload['capture_time'] :
36 upload['upload_time']);
40 if (upload['local_file'].length == 0) {
47 localFileLink.href = 'file://' + upload['local_file'];
50 upload['local_file']);
56 if (upload['id'].length == 0) {
62 upload['upload_time']) + '. ' +
64 upload['i
[all...]
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dincident_reporting_service.cc204 // The incidents collected for this profile pending creation and/or upload.
228 // A mapping of profiles to the data to be persisted upon successful upload.
468 // TODO(grt): Persist incidents for upload on future profile load.
470 // Forget about this profile. Incidents not yet sent for upload are lost.
545 // first since the last upload.
726 // of these will start another upload attempt.
778 // Associate the profiles and their incident data with the upload.
894 // Initiate the upload.
934 // The upload is no longer outstanding, so take ownership of the context (from
939 scoped_ptr<UploadContext> upload(contex
[all...]
/external/chromium_org/chrome/browser/ui/webui/media/
H A Dwebrtc_logs_ui.cc91 // Asynchronously fetches the list of upload WebRTC logs. Called from JS.
155 base::DictionaryValue* upload = new base::DictionaryValue(); local
156 upload->SetString("id", i->id);
161 upload->SetString("upload_time", value_w);
169 upload->SetString("capture_time", value_w);
175 upload->SetString("local_file", value);
177 upload_list.Append(upload);
/external/chromium_org/chrome/test/chromedriver/
H A Dsession_commands.cc633 FILE_PATH_LITERAL("upload"),
638 base::FilePath upload; local
639 Status status = UnzipSoleFile(upload_dir, zip_data, &upload);
643 value->reset(new base::StringValue(upload.value()));
/external/chromium_org/chrome/test/chromedriver/third_party/googlecode/
H A Dgooglecode_upload.py12 # To upload a file to Google Code, you need to provide a path to the
21 # Note that the upload script requests that you enter your
33 # the upload() function, which is the meat of the uploader. You
65 def upload(file, project_name, user_name, password, summary, labels=None): function
78 http_status: 201 if the upload succeeded, something else if an
81 file_url: If the upload succeeded, the URL of the file on Google
120 the file to upload. The file will be uploaded to Google Code with
130 # Add the metadata about the upload first
149 # The upload server determines the mime-type, no need to set it.
163 """Find credentials and upload
[all...]
/external/chromium_org/components/crash/app/
H A Dbreakpad_linux.cc558 const bool upload,
586 info.upload = upload;
692 info.upload = false;
898 static const char msg[] = "Cannot upload crash dump: stat failed\n";
907 static const char msg[] = "Cannot upload crash dump: cannot alloc\n";
918 static const char msg[] = "Cannot upload crash dump: read failed\n";
938 static const char msg[] = "Cannot upload crash dump: failed to open\n";
946 // Spawn the appropriate upload process for the current OS:
985 static const char msg[] = "Cannot upload cras
557 CrashDone(const MinidumpDescriptor& minidump, const bool upload, const bool succeeded) argument
[all...]
H A Dbreakpad_linux_impl.h54 bool upload; // Whether to upload or save crash dump. member in struct:breakpad::BreakpadInfo

Completed in 595 milliseconds

123456