/frameworks/base/tools/aapt2/compile/ |
D | Compile.cpp | 108 std::string outputPath; member 186 const std::string& outputPath) { in compileTable() argument 236 if (!writer->startEntry(outputPath, 0)) { in compileTable() 237 context->getDiagnostics()->error(DiagMessage(outputPath) << "failed to open"); in compileTable() 248 context->getDiagnostics()->error(DiagMessage(outputPath) << "failed to write"); in compileTable() 254 context->getDiagnostics()->error(DiagMessage(outputPath) << "failed to finish entry"); in compileTable() 260 static bool writeHeaderAndBufferToWriter(const StringPiece& outputPath, const ResourceFile& file, in writeHeaderAndBufferToWriter() argument 264 if (!writer->startEntry(outputPath, 0)) { in writeHeaderAndBufferToWriter() 265 diag->error(DiagMessage(outputPath) << "failed to open file"); in writeHeaderAndBufferToWriter() 281 diag->error(DiagMessage(outputPath) << "failed to write data"); in writeHeaderAndBufferToWriter() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Installer.java | 144 int dexoptNeeded, @Nullable String outputPath, int dexFlags, in dexopt() argument 149 outputPath, dexFlags, compilerFilter, volumeUuid, sharedLibraries); in dexopt() 221 public void moveAb(String apkPath, String instructionSet, String outputPath) in moveAb() argument 223 mInstaller.execute("move_ab", apkPath, instructionSet, outputPath); in moveAb()
|
/frameworks/wilhelm/tests/examples/ |
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()
|
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()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | InstallerConnection.java | 145 int dexoptNeeded, String outputPath, int dexFlags, String compilerFilter, in dexopt() argument 153 outputPath, in dexopt()
|
/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/base/tools/aapt2/link/ |
D | Link.cpp | 56 std::string outputPath; member 672 return createDirectoryArchiveWriter(mContext->getDiagnostics(), mOptions.outputPath); in makeArchiveWriter() 674 return createZipFileArchiveWriter(mContext->getDiagnostics(), mOptions.outputPath); in makeArchiveWriter() 1389 .requiredFlag("-o", "Output path", &options.outputPath) in link()
|
/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 | 2653 String8 outputPath = buildApkName(String8(outputAPKFile), split); in doPackage() local 2654 err = writeAPK(bundle, outputPath, split); in doPackage() 2656 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/ ... |