Searched defs:outputPath (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/ |
D | SystemPreparer.java | 92 public SystemPreparer pushResourceFile(String filePath, String outputPath) in pushResourceFile() 96 assertTrue(device.pushFile(copyResourceToTemp(filePath), outputPath)); in pushResourceFile() local 102 public SystemPreparer pushFile(File file, String outputPath) in pushFile() 111 private void addPushedFile(ITestDevice device, String outputPath) in addPushedFile()
|
/frameworks/layoutlib/validator/src/ |
D | ResourceConverter.java | 49 private static void writeStrings(Map<String, String> map, String outputPath) throws Exception { in writeStrings() argument
|
/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/ |
D | MediaCodecSurfaceEncoder.java | 71 String outputPath, int maxBFrames) { in MediaCodecSurfaceEncoder() 81 String outputPath) { in MediaCodecSurfaceEncoder()
|
/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 63 @nullable @utf8InCpp String outputPath, int dexFlags, in dexopt() 100 @utf8InCpp String instructionSet, @utf8InCpp String outputPath); in moveAb() 102 @utf8InCpp String instructionSet, @nullable @utf8InCpp String outputPath); in deleteOdex() 135 @utf8InCpp String instructionSet, @nullable @utf8InCpp String outputPath); in getOdexVisibility()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 612 int dexoptNeeded, @Nullable String outputPath, int dexFlags, in dexopt() 829 public void moveAb(String packageName, String apkPath, String instructionSet, String outputPath) in moveAb() 846 String outputPath) throws InstallerException { in deleteOdex() 1120 String outputPath) throws InstallerException { in getOdexVisibility()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestDecodeToBuffQueue.cpp | 265 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw" in TestDecToBuffQueue() local
|
D | slesTestDecodeAac.cpp | 442 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw" in TestDecToBuffQueue() local
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | ExifInterfaceTest.java | 170 String outputPath = new File(Environment.getExternalStorageDirectory(), in setUp() local
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 3072 const std::optional<std::string>& outputPath, int32_t dexFlags, in dexopt() 3385 const std::string& outputPath) { in moveAb() 3403 const std::optional<std::string>& outputPath, in deleteOdex() 3763 const std::string& instructionSet, const std::optional<std::string>& outputPath, in getOdexVisibility()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | CameraStreamer.java | 1448 public void createRecorder(String outputPath, CamcorderProfile profile) { in createRecorder()
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 2839 String8 outputPath = buildApkName(String8(outputAPKFile), split); in doPackage() local
|