Searched refs:Upload (Results 1 - 11 of 11) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Dgoogle_crashdump_uploader_test.cc76 ASSERT_FALSE(uploader->Upload(NULL, NULL, NULL));
103 ASSERT_TRUE(uploader->Upload(NULL, NULL, NULL));
123 ASSERT_FALSE(uploader->Upload(NULL, NULL, NULL));
139 ASSERT_FALSE(uploader.Upload(NULL, NULL, NULL));
154 ASSERT_FALSE(uploader1.Upload(NULL, NULL, NULL));
168 ASSERT_FALSE(uploader2.Upload(NULL, NULL, NULL));
H A Dgoogle_crashdump_uploader.h82 bool Upload(int* http_status_code,
H A Dgoogle_crashdump_uploader.cc164 bool GoogleCrashdumpUploader::Upload(int* http_status_code, function in class:google_breakpad::GoogleCrashdumpUploader
/external/google-breakpad/src/client/linux/sender/
H A Dgoogle_crash_report_sender.cc103 g.Upload(NULL, NULL, NULL);
/external/toolchain-utils/cwp/bartlett/
H A Dserver.py71 class Upload(webapp.RequestHandler): class in inherits:webapp.RequestHandler
143 ('/upload', Upload),
/external/google-breakpad/src/tools/mac/upload_system_symbols/
H A Dupload_system_symbols.go63 uploadOnlyPath = flag.String("upload-from", "", "Upload a directory of symbol files that has been dumped independently.")
182 // Upload enqueues the contents of filepath to be uploaded.
183 func (uq *UploadQueue) Upload(filepath string) {
281 dq.uq.Upload(symfile)
301 uq.Upload(path.Join(directory, entry))
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
H A Duploader.py35 def Upload(self, force=False): member in class:CloudStorageUploader
36 """Upload all pending files and then write the updated config to disk.
79 """Attempt to undo the previous call to Upload.
81 Does nothing if no previous call to Upload was made, or if nothing was
H A Dbase_config.py198 Upload a new file to cloud storage for the given dependency and platform
253 Upload all files pending upload and then write the updated config to
279 item_pending_upload.Upload(force)
/external/libmicrohttpd/doc/chapters/
H A Dlargerpost.inc32 Upload a file, please!<br>\n\
/external/python/cpython3/Tools/msi/
H A Duploadrelease.bat54 msbuild /v:m /nologo uploadrelease.proj /t:Upload /p:Platform=x86 %PURGE_OPTION%
55 msbuild /v:m /nologo uploadrelease.proj /t:Upload /p:Platform=x64 /p:IncludeDoc=false %PURGE_OPTION%
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp65 enum Upload { enum in namespace:vkt::image
99 enum Upload upload;
1000 // Upload copy
1008 // Upload draw
1023 // Upload store
1765 static_cast<enum Upload>(upload),

Completed in 469 milliseconds