Home
last modified time | relevance | path

Searched refs:protoFile (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/src/tuningfork/tools/validation/src/main/java/com/google/tuningfork/validation/
DExternalProtoCompiler.java88 File protoFile, in encodeFromTextprotoFile() argument
93 ImmutableList<String> command = encodeCommandLine(message, protoFile); in encodeFromTextprotoFile()
110 String message, File protoFile, String textprotoPath, File binFile, Optional<File> errorFile) in decodeToTextprotoFile() argument
112 ImmutableList<String> command = decodeCommandLine(message, protoFile); in decodeToTextprotoFile()
137 private ImmutableList<String> encodeCommandLine(String message, File protoFile) { in encodeCommandLine() argument
142 protoFile.getName() + "=" + protoFile.getAbsolutePath(), // That should be one line in encodeCommandLine()
143 protoFile.getName()); in encodeCommandLine()
146 private ImmutableList<String> decodeCommandLine(String message, File protoFile) { in decodeCommandLine() argument
151 protoFile.getName() + "=" + protoFile.getAbsolutePath(), // That should be one line in decodeCommandLine()
152 protoFile.getName()); in decodeCommandLine()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotLoader.java67 final File protoFile = mPersister.getProtoFile(taskId, userId); in loadTask() local
71 if (bitmapFile == null || !protoFile.exists() || !bitmapFile.exists()) { in loadTask()
75 final byte[] bytes = Files.readAllBytes(protoFile.toPath()); in loadTask()
DTaskSnapshotPersister.java225 final File protoFile = getProtoFile(taskId, userId); in deleteSnapshot() local
227 protoFile.delete(); in deleteSnapshot()
/frameworks/base/cmds/am/src/com/android/commands/am/
DInstrument.java84 boolean protoFile = false; // write proto to a file field in Instrument
221 if (protoFile) { in ProtoStatusReporter()
228 protoFile = false; in ProtoStatusReporter()
241 protoFile = false; in ProtoStatusReporter()
352 if (protoFile) { in outputProto()
463 if (protoFile || protoStd) { in run()
DAm.java165 instrument.protoFile = true; in runInstrument()
/frameworks/opt/gamesdk/src/tuningfork/tools/validation/src/test/java/com/google/tuningfork/validation/
DExternalProtoCompilerTest.java137 File protoFile = helper.getFile("dev_tuningfork.proto"); in encodeAndDecode() local
144 protoFile, in encodeAndDecode()
155 protoFile, in encodeAndDecode()