/frameworks/native/cmds/installd/binder/android/os/ |
D | IInstalld.aidl | 51 @nullable @utf8InCpp String outputPath, int dexFlags, in dexopt() argument 75 @utf8InCpp String outputPath); in moveAb() argument 77 @nullable @utf8InCpp String outputPath); in deleteOdex() argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 280 int dexoptNeeded, @Nullable String outputPath, int dexFlags, in dexopt() argument 287 mInstalld.dexopt(apkPath, uid, pkgName, instructionSet, dexoptNeeded, outputPath, in dexopt() 443 public void moveAb(String apkPath, String instructionSet, String outputPath) in moveAb() argument 447 mInstalld.moveAb(apkPath, instructionSet, outputPath); in moveAb() 453 public void deleteOdex(String apkPath, String instructionSet, String outputPath) in deleteOdex() argument 457 mInstalld.deleteOdex(apkPath, instructionSet, outputPath); in deleteOdex()
|
D | OtaDexoptService.java | 286 String instructionSet, int dexoptNeeded, @Nullable String outputPath, in generatePackageDexopts() 301 encodeParameter(builder, outputPath); in generatePackageDexopts()
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestDecodeAac.cpp | 442 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw" in TestDecToBuffQueue() local 443 if (NULL == outputPath) { in TestDecToBuffQueue() 446 memcpy(outputPath, path, len + 1); in TestDecToBuffQueue() 447 strcat(outputPath, ".raw"); in TestDecToBuffQueue() 448 outputFp = fopen(outputPath, "w"); in TestDecToBuffQueue() 451 perror(outputPath); in TestDecToBuffQueue() 453 free(outputPath); in TestDecToBuffQueue()
|
D | slesTestDecodeToBuffQueue.cpp | 265 char* outputPath = (char*) malloc(len + 4 + 1); // save room to concatenate ".raw" in TestDecToBuffQueue() local 266 if (NULL == outputPath) { in TestDecToBuffQueue() 269 memcpy(outputPath, path, len + 1); in TestDecToBuffQueue() 270 strcat(outputPath, ".raw"); in TestDecToBuffQueue() 271 gFp = fopen(outputPath, "w"); in TestDecToBuffQueue()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.h | 84 int32_t dexoptNeeded, const std::unique_ptr<std::string>& outputPath, int32_t dexFlags, 110 const std::string& outputPath); 112 const std::unique_ptr<std::string>& outputPath);
|
D | InstalldNativeService.cpp | 1802 int32_t dexoptNeeded, const std::unique_ptr<std::string>& outputPath, int32_t dexFlags, in dexopt() argument 1816 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr; in dexopt() 2239 const std::string& instructionSet, const std::string& outputPath) { in moveAb() argument 2245 const char* oat_dir = outputPath.c_str(); in moveAb() 2252 const std::string& instructionSet, const std::unique_ptr<std::string>& outputPath) { in deleteOdex() argument 2258 const char* oat_dir = outputPath ? outputPath->c_str() : nullptr; in deleteOdex()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | ExifInterfaceTest.java | 170 String outputPath = new File(Environment.getExternalStorageDirectory(), in setUp() local 174 try (FileOutputStream outputStream = new FileOutputStream(outputPath)) { in setUp()
|
/frameworks/support/exifinterface/tests/src/android/support/media/ |
D | ExifInterfaceTest.java | 190 String outputPath = in setUp() local 198 outputStream = new FileOutputStream(outputPath); in setUp()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | ZygoteInit.java | 567 final String outputPath = null; in performSystemServerDexOpt() local 574 instructionSet, dexoptNeeded, outputPath, dexFlags, compilerFilter, in performSystemServerDexOpt()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | CameraStreamer.java | 1448 public void createRecorder(String outputPath, CamcorderProfile profile) { in createRecorder() argument 1459 mRecorder.setOutputFile(outputPath); in createRecorder()
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 2748 String8 outputPath = buildApkName(String8(outputAPKFile), split); in doPackage() local 2749 err = writeAPK(bundle, outputPath, split); in doPackage() 2751 fprintf(stderr, "ERROR: packaging of '%s' failed\n", outputPath.string()); in doPackage()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |