/cts/tests/tests/content/src/android/content/pm/cts/ |
D | ComponentInfoTest.java | 113 String prefix = ""; in testDumpBack() local 114 ci.dumpBack(p, prefix); in testDumpBack() 124 ci.dumpBack(p, prefix); in testDumpBack() 168 String prefix = ""; in testDumpFront() local 169 ci.dumpFront(p, prefix); in testDumpFront() 179 ci.dumpFront(p, prefix); in testDumpFront() 262 public void dumpBack(Printer pw, String prefix) { in dumpBack() argument 263 super.dumpBack(pw, prefix); in dumpBack() 266 public void dumpFront(Printer pw, String prefix) { in dumpFront() argument 267 super.dumpFront(pw, prefix); in dumpFront()
|
D | PackageItemInfoTest.java | 69 String prefix = "PackageItemInfoTest"; in testDump() local 70 pkgItemInfo.dumpFront(printer, prefix); in testDump() 117 public void dumpFront(Printer pw, String prefix) { in dumpFront() argument 118 super.dumpFront(pw, prefix); in dumpFront() 121 public void dumpBack(Printer pw, String prefix) { in dumpBack() argument 122 super.dumpBack(pw, prefix); in dumpBack()
|
/cts/hostsidetests/security/src/android/cts/security/ |
D | ProcessMustUseSeccompTest.java | 56 …private String getPidFromCmd(String Name, String Cmd, boolean prefix) throws DeviceNotAvailableExc… in getPidFromCmd() argument 64 if (!prefix && !namePid[0].equals(Name)) { in getPidFromCmd() 67 if (prefix && !namePid[0].startsWith(Name)) { in getPidFromCmd() 102 private void assertSeccompFilter(String Name, String Cmd, boolean prefix) in assertSeccompFilter() argument 104 String Pid = getPidFromCmd(Name, Cmd, prefix); in assertSeccompFilter()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | BluetoothIntentsTest.java | 43 private static final String prefix = "android.btopp.intent.action."; field in BluetoothIntentsTest 50 should_be_protected_broadcast.setAction(prefix + action); in genericIntentTest() 57 throw new SecurityException("An " + prefix + action + in genericIntentTest()
|
/cts/hostsidetests/seccomp/app/ |
D | gen_blacklist.py | 103 prefix = '__SECCOMP_' # prefix to ensure no name collisions 122 cpp.stdin.write(prefix + name + ', __NR_' + name + '\n') 124 cpp.stdin.write(prefix + name + ', ' + name + '\n') 133 if not line.startswith(prefix): 137 name = name[len(prefix):]
|
/cts/tools/dasm/src/java_cup/ |
D | non_terminal.java | 102 static non_terminal create_new(String prefix) throws internal_error in create_new() argument 104 if (prefix == null) prefix = "NT$"; in create_new() 105 return new non_terminal(prefix + next_nt++); in create_new()
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | PackageFilter.java | 50 public void addPrefixToFilter(String prefix) { in addPrefixToFilter() argument 51 mFilters.add(prefix); in addPrefixToFilter()
|
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/ |
D | H264Yuv420_8bitBpBitstreamsTest.java | 31 public H264Yuv420_8bitBpBitstreamsTest(String prefix, String path, in H264Yuv420_8bitBpBitstreamsTest() argument 33 super(prefix, path, pkg, packageToRun, enforce); in H264Yuv420_8bitBpBitstreamsTest()
|
D | Vp9Yuv420BitstreamsTest.java | 31 public Vp9Yuv420BitstreamsTest(String prefix, String path, in Vp9Yuv420BitstreamsTest() argument 33 super(prefix, path, pkg, packageToRun, enforce); in Vp9Yuv420BitstreamsTest()
|
D | H264Yuv420_8bitHpBitstreamsTest.java | 31 public H264Yuv420_8bitHpBitstreamsTest(String prefix, String path, in H264Yuv420_8bitHpBitstreamsTest() argument 33 super(prefix, path, pkg, packageToRun, enforce); in H264Yuv420_8bitHpBitstreamsTest()
|
D | Vp8BitstreamsTest.java | 31 public Vp8BitstreamsTest(String prefix, String path, in Vp8BitstreamsTest() argument 33 super(prefix, path, pkg, packageToRun, enforce); in Vp8BitstreamsTest()
|
D | HevcYuv420BitstreamsTest.java | 31 public HevcYuv420BitstreamsTest(String prefix, String path, in HevcYuv420BitstreamsTest() argument 33 super(prefix, path, pkg, packageToRun, enforce); in HevcYuv420BitstreamsTest()
|
D | H264Yuv420_8bitMpBitstreamsTest.java | 31 public H264Yuv420_8bitMpBitstreamsTest(String prefix, String path, in H264Yuv420_8bitMpBitstreamsTest() argument 33 super(prefix, path, pkg, packageToRun, enforce); in H264Yuv420_8bitMpBitstreamsTest()
|
D | Vp9Yuv444BitstreamsFullTest.java | 33 public Vp9Yuv444BitstreamsFullTest(String prefix, String path, in Vp9Yuv444BitstreamsFullTest() argument 35 super(prefix, path, pkg, packageToRun, enforce); in Vp9Yuv444BitstreamsFullTest()
|
D | HevcYuv420BitstreamsFullTest.java | 33 public HevcYuv420BitstreamsFullTest(String prefix, String path, in HevcYuv420BitstreamsFullTest() argument 35 super(prefix, path, pkg, packageToRun, enforce); in HevcYuv420BitstreamsFullTest()
|
D | H264Yuv420_8bitBpBitstreamsFullTest.java | 33 public H264Yuv420_8bitBpBitstreamsFullTest(String prefix, String path, in H264Yuv420_8bitBpBitstreamsFullTest() argument 35 super(prefix, path, pkg, packageToRun, enforce); in H264Yuv420_8bitBpBitstreamsFullTest()
|
D | HevcYuv444BitstreamsFullTest.java | 33 public HevcYuv444BitstreamsFullTest(String prefix, String path, in HevcYuv444BitstreamsFullTest() argument 35 super(prefix, path, pkg, packageToRun, enforce); in HevcYuv444BitstreamsFullTest()
|
D | Vp9Yuv422BitstreamsFullTest.java | 33 public Vp9Yuv422BitstreamsFullTest(String prefix, String path, in Vp9Yuv422BitstreamsFullTest() argument 35 super(prefix, path, pkg, packageToRun, enforce); in Vp9Yuv422BitstreamsFullTest()
|
D | Vp9Yuv420BitstreamsFullTest.java | 33 public Vp9Yuv420BitstreamsFullTest(String prefix, String path, in Vp9Yuv420BitstreamsFullTest() argument 35 super(prefix, path, pkg, packageToRun, enforce); in Vp9Yuv420BitstreamsFullTest()
|
D | HevcYuv400BitstreamsFullTest.java | 33 public HevcYuv400BitstreamsFullTest(String prefix, String path, in HevcYuv400BitstreamsFullTest() argument 35 super(prefix, path, pkg, packageToRun, enforce); in HevcYuv400BitstreamsFullTest()
|
D | H264Yuv420_8bitMpBitstreamsFullTest.java | 33 public H264Yuv420_8bitMpBitstreamsFullTest(String prefix, String path, in H264Yuv420_8bitMpBitstreamsFullTest() argument 35 super(prefix, path, pkg, packageToRun, enforce); in H264Yuv420_8bitMpBitstreamsFullTest()
|
D | HevcYuv422BitstreamsFullTest.java | 33 public HevcYuv422BitstreamsFullTest(String prefix, String path, in HevcYuv422BitstreamsFullTest() argument 35 super(prefix, path, pkg, packageToRun, enforce); in HevcYuv422BitstreamsFullTest()
|
D | Vp8BitstreamsFullTest.java | 33 public Vp8BitstreamsFullTest(String prefix, String path, in Vp8BitstreamsFullTest() argument 35 super(prefix, path, pkg, packageToRun, enforce); in Vp8BitstreamsFullTest()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | MediaPerfUtils.java | 118 DeviceReportLog log, MediaUtils.Stats statsUs, String prefix, String message) { in logPerformanceStats() argument 129 log.addValue(prefix + "_num", num, ResultType.NEUTRAL, ResultUnit.COUNT); in logPerformanceStats() 130 log.addValue(prefix + "_avg", avg / 1000., ResultType.LOWER_BETTER, ResultUnit.MS); in logPerformanceStats() 131 log.addValue(prefix + "_stdev", stdev / 1000., ResultType.LOWER_BETTER, ResultUnit.MS); in logPerformanceStats() 137 log.addValue(prefix + "_" + labels[i], p / 1000., ResultType.NEUTRAL, ResultUnit.MS); in logPerformanceStats()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MediaPerfUtils.java | 118 DeviceReportLog log, MediaUtils.Stats statsUs, String prefix, String message) { in logPerformanceStats() argument 129 log.addValue(prefix + "_num", num, ResultType.NEUTRAL, ResultUnit.COUNT); in logPerformanceStats() 130 log.addValue(prefix + "_avg", avg / 1000., ResultType.LOWER_BETTER, ResultUnit.MS); in logPerformanceStats() 131 log.addValue(prefix + "_stdev", stdev / 1000., ResultType.LOWER_BETTER, ResultUnit.MS); in logPerformanceStats() 137 log.addValue(prefix + "_" + labels[i], p / 1000., ResultType.NEUTRAL, ResultUnit.MS); in logPerformanceStats()
|