Home
last modified time | relevance | path

Searched refs:upload (Results 1 – 25 of 54) sorted by relevance

123

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
H A DMultipartTest.java34 File upload = File.createTempFile("Multipart", "test"); in testParts() local
36 FileWriter outFile = new FileWriter(upload); in testParts()
47 parts[1] = new FilePart(upload.getName(), upload); in testParts()
81 output.append(upload.getName()); in testParts()
83 output.append(upload.getName()); in testParts()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DTextureUploader.java69 private int upload(GLCanvas canvas, ArrayDeque<UploadedTexture> deque, in upload() method in TextureUploader
97 uploadQuota = upload(canvas, mFgTextures, uploadQuota, false); in onGLIdle()
99 upload(canvas, mBgTextures, uploadQuota, true); in onGLIdle()
/aosp12/packages/services/Car/tests/BugReportApp/
H A DREADME.md20 10. UploadJob runs SimpleUploaderAsyncTask to upload the bugreport.
37 UI and upload configs are located in `res/` directory. Resources can be
80 * It might fail to upload bugreport when time/time-zone is invalid.
81 * In rare cases it might not upload the bugreport, depending Android's
/aosp12/frameworks/base/packages/SystemUI/tools/lint/
H A DREADME2 in as an upload hook for repo upload.
/aosp12/bootable/recovery/
H A D.clang-format2 # local style file in `.clang-format`. This will be triggered automatically with `repo upload`.
17 # Note that `repo upload` calls the `clang-format` binary in Android repo (i.e.
/aosp12/build/soong/ui/metrics/upload_proto/
H A Dregen.sh15 if ! aprotoc --go_out=paths=source_relative:. upload.proto; then
H A Dupload.proto33 // A list of metrics filepaths to upload.
/aosp12/frameworks/multidex/
H A Dbuild.gradle61 // upload anchor for subprojects to upload their artifacts
/aosp12/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
H A DSimpleUploaderAsyncTask.java113 private void upload(MetaBugReport bugReport) throws IOException { in upload() method in SimpleUploaderAsyncTask
191 upload(bugReport); in doInBackground()
/aosp12/build/soong/scripts/
H A Dcheck_do_not_merge.sh25 situation you can bypass this check with \`repo upload --no-verify\`.
/aosp12/system/bt/doc/
H A Dproperties.md9 Maximum amount of time Bluetooth can take to start-up, upload firmware etc.
/aosp12/system/chre/doc/
H A Dcontributing.md8 Anyone can upload patches to the Android Open Source Project (AOSP) and have
/aosp12/system/extras/simpleperf/
H A DREADME.md23 This will create a new change that you can `repo upload`, then approve and
/aosp12/build/soong/ui/metrics/
H A DAndroid.bp51 "upload_proto/upload.pb.go",
/aosp12/art/build/
H A DREADME.md128 --build <build id> --upload
132 number), create a CL topic, and upload it to Gerrit. Get it reviewed and
/aosp12/frameworks/av/tools/
H A Dmainline_hook_partial.sh196 re-run your repo upload command with the '--no-verify' option
/aosp12/build/soong/ui/build/
H A DAndroid.bp66 "upload.go",
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dstatsd.te61 # Allow 'adb shell cmd' to upload configs and download output.
/aosp12/frameworks/base/tests/ApkVerityTest/block_device_writer/
H A DAndroid.bp45 // * upload the 32-bit exectuable for both 32 and 64 bits devices to use
/aosp12/frameworks/base/libs/hwui/protos/
H A Dgraphicsstats.proto80 // Number of "slow bitmap upload" events.
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dstatsd.te67 # Allow 'adb shell cmd' to upload configs and download output.
/aosp12/system/sepolicy/prebuilts/api/31.0/public/
H A Dstatsd.te69 # Allow 'adb shell cmd' to upload configs and download output.
/aosp12/system/sepolicy/prebuilts/api/32.0/public/
H A Dstatsd.te69 # Allow 'adb shell cmd' to upload configs and download output.
/aosp12/system/sepolicy/public/
H A Dstatsd.te69 # Allow 'adb shell cmd' to upload configs and download output.
/aosp12/frameworks/base/core/proto/android/service/
H A Dgraphicsstats.proto86 // Number of "slow bitmap upload" events.

123