Home
last modified time | relevance | path

Searched refs:Upload (Results 1 – 7 of 7) sorted by relevance

/system/media/camera/docs/
DREADME.md32 4. Commit and Upload the repos listed at the end of `metadata-generate`
/system/extras/simpleperf/doc/
Dview_the_profile.md50 http://pprofng/. Both websites have an 'Upload' tab for this purpose. Alternatively, you can use
54 # Upload all threads in profile, grouped by threadpool.
58 # Upload all threads in profile, grouped by individual thread name.
61 # Upload all threads in profile, without grouping by thread.
/system/timezone/
DREADME.android74 7) Upload, review, submit the changes from external/icu, external/cldr and system/timezone.
187 4) Upload, review, submit the changes from system/timezone, external/icu and external/cldr.
/system/core/fastboot/
Dfastboot_driver.h100 RetCode Upload(const std::string& outfile, std::string* response = nullptr,
Dfastboot_driver.cpp300 RetCode FastBootDriver::Upload(const std::string& outfile, std::string* response, in Upload() function in fastboot::FastBootDriver
Dfastboot.cpp2548 fb->Upload(filename); in Main()
/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp1672 ASSERT_EQ(fb->Upload(save_loc, &resp), SUCCESS) in TEST_P()