HomeSort by relevance Sort by last modified time
    Searched refs:dumpFile (Results 1 - 24 of 24) sorted by null

  /frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DumpCommand.java 62 File dumpFile = DEFAULT_DUMP_FILE;
69 dumpFile = new File(arg);
99 AccessibilityNodeInfoDumper.dumpWindowToFile(info, dumpFile, rotation, size.x, size.y);
107 String.format("UI hierchary dumped to: %s", dumpFile.getAbsolutePath()));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
LeakReporter.java 72 File dumpFile = new File(leakDir, LEAK_DUMP);
73 try (FileOutputStream fos = new FileOutputStream(dumpFile)) {
97 getIntent(hprofFile, dumpFile),
105 private Intent getIntent(File hprofFile, File dumpFile) {
106 Uri dumpUri = FileProvider.getUriForFile(mContext, FILEPROVIDER_AUTHORITY, dumpFile);
  /art/test/130-hprof/src/
Main.java 53 File dumpFile = null;
58 dumpFile = createDump();
67 dumpFile.getAbsoluteFile().toString(),
80 if (dumpFile != null) {
81 dumpFile.delete();
  /art/test/074-gc-thrash/src/
Main.java 37 String dumpFile = null;
42 dumpFile = getDumpFileName();
43 System.out.println("Sending output to " + dumpFile);
53 dumpHprofDataMethod.invoke(null, dumpFile);
  /cts/tests/camera/src/android/hardware/camera2/cts/
ImageWriterTest.java 247 dumpFile(img1FileName, getDataFromImage(cameraImage));
248 dumpFile(outputImg1FileName, getDataFromImage(outputImage));
265 dumpFile(img2FileName, img1Data);
283 dumpFile(outputImgFileName, outputImageData);
ImageReaderTest.java 55 import static android.hardware.camera2.cts.CameraTestUtils.dumpFile;
512 dumpFile(jpegFileName, jpegBmap);
515 dumpFile(fullSizeJpegFileName, compressedJpegData);
518 dumpFile(yuvFileName, yuvBmap);
526 dumpFile(fullSizeYuvFileName, fullYUVBmap);
    [all...]
StillCaptureTest.java     [all...]
ReprocessCaptureTest.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/logging/
FileLog.java 194 dumpFile(p.first, FILE_NAME_PREFIX + 0);
195 dumpFile(p.first, FILE_NAME_PREFIX + 1);
205 private static void dumpFile(PrintWriter out, String fileName) {
  /external/clang/www/demo/
index.cgi 77 sub dumpFile {
275 print scalar dumpFile( "Output from $program", $outputFile );
372 dumpFile( "Statistics for front-end compilation", $timerFile );
393 dumpFile( "Statistics for optimizing linker", $timerFile );
415 dumpFile( "Output from LLVM disassembler", $disassemblyFile );
  /packages/apps/Messaging/src/com/android/messaging/util/
DebugUtils.java 243 final File dumpFile = DebugUtils.getDebugFile(dumpFileName, true);
244 if (dumpFile != null) {
245 final FileOutputStream fos = new FileOutputStream(dumpFile);
262 ensureReadable(dumpFile);
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoDumper.java 68 * and generates an xml dump to the location specified by <code>dumpFile</code>
70 * @param dumpFile The file to dump to.
75 public static void dumpWindowToFile(AccessibilityNodeInfo root, File dumpFile, int rotation,
82 FileWriter writer = new FileWriter(dumpFile);
  /frameworks/base/services/core/java/com/android/server/
BatteryService.java 590 File dumpFile = null;
594 dumpFile = new File(DUMPSYS_DATA_PATH + BatteryStats.SERVICE_NAME + ".dump");
595 dumpStream = new FileOutputStream(dumpFile);
600 db.addFile("BATTERY_DISCHARGE_INFO", dumpFile, DropBoxManager.IS_TEXT);
614 if (dumpFile != null && !dumpFile.delete()) {
616 + dumpFile.getAbsolutePath());
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraTestUtils.java     [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2StillCaptureTest.java 52 import static com.android.mediaframeworktest.helpers.CameraTestUtils.dumpFile;
455 dumpFile(rawFileName, rawBuffer);
461 dumpFile(jpegFileName, jpegBuffer);
Camera2ReprocessCaptureTest.java 48 import static com.android.mediaframeworktest.helpers.CameraTestUtils.dumpFile;
    [all...]
Camera2SwitchPreviewTest.java 68 import static com.android.mediaframeworktest.helpers.CameraTestUtils.dumpFile;
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 118 final String dumpFile = getFileName();
201 Debug.dumpHprofData(dumpFile);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
compile.go 47 f.dumpFile("build")
106 f.dumpFile(phaseName)
120 // dumpFile creates a file from the phase name and function name
123 func (f *Func) dumpFile(phaseName string) {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
compile.go 47 f.dumpFile("build")
106 f.dumpFile(phaseName)
120 // dumpFile creates a file from the phase name and function name
123 func (f *Func) dumpFile(phaseName string) {
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/
CameraTestUtils.java     [all...]
  /cts/tests/tests/media/src/android/media/cts/
ImageReaderDecoderTest.java 577 dumpFile(fileName, getDataFromImage(image));
626 dumpFile(filePath, data);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java     [all...]
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 5020 milliseconds