/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | BootReceiverFixFsckFsStatTest.java | 35 final String[] logs = { in testTreeOptimization() local 53 doTestFsckFsStat(logs, 0x405, 0x5, 0, logs.length); in testTreeOptimization() 55 final String[] doubleLogs = new String[logs.length * 2]; in testTreeOptimization() 56 System.arraycopy(logs, 0, doubleLogs, 0, logs.length); in testTreeOptimization() 57 System.arraycopy(logs, 0, doubleLogs, logs.length, logs.length); in testTreeOptimization() 58 doTestFsckFsStat(doubleLogs, 0x401, 0x1, 0, logs.length); in testTreeOptimization() 59 doTestFsckFsStat(doubleLogs, 0x402, 0x2, logs.length, logs.length * 2); in testTreeOptimization() 64 final String[] logs = { in testQuotaOnly() local 81 doTestFsckFsStat(logs, 0x405, 0x405, 0, logs.length); in testQuotaOnly() 86 final String[] logs = { in testOrphaned() local [all …]
|
/frameworks/base/core/java/com/android/internal/logging/testing/ |
D | FakeMetricsLogger.java | 16 private Queue<LogMaker> logs = new LinkedList<>(); field in FakeMetricsLogger 20 logs.offer(log); in saveLog() 24 return logs; in getLogs() 28 logs.clear(); in reset()
|
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/logging/ |
D | GenerateLinksLoggerTest.java | 82 List<LogMaker> logs = logMakerCapture.getAllValues(); in testLogGenerateLinks() local 83 assertEquals(3, logs.size()); in testLogGenerateLinks() 84 assertHasLog(logs, "" /* entityType */, 2, phoneText.length() + addressText.length(), in testLogGenerateLinks() 86 assertHasLog(logs, TextClassifier.TYPE_ADDRESS, 1, addressText.length(), in testLogGenerateLinks() 88 assertHasLog(logs, TextClassifier.TYPE_PHONE, 1, phoneText.length(), in testLogGenerateLinks() 92 private void assertHasLog(List<LogMaker> logs, String entityType, int numLinks, in assertHasLog() argument 94 for (LogMaker log : logs) { in assertHasLog()
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 17 …….logs 1... 19 ……..logs 2... 21 …….logs 3…. 24 …..logs 1….. 26 …..logs 2….. 28 …..logs 3…..
|
/frameworks/ml/nn/runtime/test/fuzzing/ |
D | visualize_random_graph.sh | 27 LOG_DIR=$(mktemp -d)/nnapi-fuzzing-logs 29 echo Creating logs in $LOG_DIR
|
/frameworks/base/services/core/java/com/android/server/updates/ |
D | CertificateTransparencyLogInstallReceiver.java | 96 JSONArray logs = json.getJSONArray("logs"); in install() local 97 for (int i = 0; i < logs.length(); i++) { in install() 98 JSONObject log = logs.getJSONObject(i); in install()
|
/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/ |
D | Metrics.java | 48 Metrics(Device device, TestMetrics metrics, TestLogData logs) { in Metrics() argument 51 this.mLogs = logs; in Metrics()
|
/frameworks/ml/nn/tools/ |
D | build_and_run_benchmark.sh | 25 LOGDIR=$(mktemp -d)/nnapi-logs 27 echo Creating logs in $LOGDIR
|
/frameworks/base/core/java/com/android/internal/logging/ |
D | EventLogTags.logtags | 5 # interaction logs
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/ |
D | TestUtils.java | 123 public static void assertLogcat(String tag, int... logs) { in assertLogcat() argument 129 .containsExactly(IntStream.of(logs).boxed().toArray()); in assertLogcat()
|
/frameworks/base/libs/protoutil/tests/ |
D | ProtoOutputStream_test.cpp | 211 ComplexProto::Log log1 = complex.logs(0); in TEST() 215 ComplexProto::Log log2 = complex.logs(1); in TEST() 252 ComplexProto::Log log1 = complex.logs(0); in TEST() 256 ComplexProto::Log log2 = complex.logs(1); in TEST() 309 ComplexProto::Log log1 = complex.logs(0); in TEST() 313 ComplexProto::Log log2 = complex.logs(1); in TEST()
|
D | test.proto | 41 repeated Log logs = 2; field
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/jenkins/ |
D | pull_request_in_docker.sh | 24 LOG_OUTPUT_DIR=$OUTPUT_DIR/logs
|
/frameworks/rs/tests/lldb/ |
D | .gitignore | 36 # Installer logs
|
/frameworks/base/tests/NativeProcessesMemoryTest/src/com/android/tests/nativeprocesses/ |
D | NativeProcessesMemoryTest.java | 69 @Rule public TestLogData logs = new TestLogData(); field in NativeProcessesMemoryTest 171 logs.addTestLog(label + "_showmap", LogDataType.TEXT, source); in logShowmap()
|
/frameworks/opt/gamesdk/test/tuningfork/ |
D | tuningfork_test.cpp | 39 using ::logs::proto::tuningfork::TuningForkLogEvent; 40 using ::logs::proto::tuningfork::TuningForkHistogram;
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | examples.cmake | 19 STAMP_DIR ${NAME}/logs
|
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/cpp/ |
D | tftestapp.cpp | 32 using ::logs::proto::tuningfork::TuningForkLogEvent; 33 using ::logs::proto::tuningfork::TuningForkHistogram;
|
/frameworks/opt/gamesdk/samples/tuningfork/prototest/src/ |
D | sztool.cc | 24 using ::logs::proto::tuningfork::TuningForkLogEvent; 25 using ::logs::proto::tuningfork::TuningForkHistogram;
|
/frameworks/opt/gamesdk/samples/tuningfork/tftestapp/app/src/main/proto/ |
D | tuningfork_clearcut_log.proto | 3 package logs.proto.tuningfork;
|
/frameworks/opt/gamesdk/src/tuningfork/proto/ |
D | tuningfork_clearcut_log.proto | 3 package logs.proto.tuningfork;
|
/frameworks/opt/gamesdk/samples/tuningfork/prototest/proto/ |
D | tuningfork_clearcut_log.proto | 3 package logs.proto.tuningfork;
|
/frameworks/opt/gamesdk/test/tuningfork/proto/ |
D | tuningfork_clearcut_log.proto | 3 package logs.proto.tuningfork;
|
/frameworks/base/core/proto/android/ |
D | section.proto | 41 // incidentd calls logs for annotated field
|
/frameworks/base/core/proto/android/stats/devicepolicy/ |
D | device_policy_enums.proto | 104 // existing Tron logs to be migrated to statsd
|