/external/perfetto/src/trace_processor/ |
D | stats.h | 31 F(android_log_num_total, kSingle, kInfo, kTrace), \ 36 F(ftrace_cpu_bytes_read_begin, kIndexed, kInfo, kTrace), \ 37 F(ftrace_cpu_bytes_read_end, kIndexed, kInfo, kTrace), \ 42 F(ftrace_cpu_entries_begin, kIndexed, kInfo, kTrace), \ 43 F(ftrace_cpu_entries_end, kIndexed, kInfo, kTrace), \ 44 F(ftrace_cpu_now_ts_begin, kIndexed, kInfo, kTrace), \ 45 F(ftrace_cpu_now_ts_end, kIndexed, kInfo, kTrace), \ 46 F(ftrace_cpu_oldest_event_ts_begin, kIndexed, kInfo, kTrace), \ 47 F(ftrace_cpu_oldest_event_ts_end, kIndexed, kInfo, kTrace), \ 50 F(ftrace_cpu_read_events_begin, kIndexed, kInfo, kTrace), \ [all …]
|
D | stats_table.cc | 75 case stats::kInfo: in Column()
|
/external/google-breakpad/src/testing/test/ |
D | gmock-internal-utils_test.cc | 362 EXPECT_TRUE(LogIsVisible(kInfo)); in TEST_F() 368 EXPECT_FALSE(LogIsVisible(kInfo)); in TEST_F() 374 EXPECT_FALSE(LogIsVisible(kInfo)); in TEST_F() 408 Log(kInfo, "Test log.\n", -1); in TEST() 439 TestLogWithSeverity(kInfoVerbosity, kInfo, true); in TEST() 446 TestLogWithSeverity(kWarningVerbosity, kInfo, false); in TEST() 453 TestLogWithSeverity(kErrorVerbosity, kInfo, false); in TEST() 460 TestLogWithSeverity("invalid", kInfo, false); in TEST()
|
/external/googletest/googlemock/test/ |
D | gmock-internal-utils_test.cc | 382 EXPECT_TRUE(LogIsVisible(kInfo)); in TEST_F() 388 EXPECT_FALSE(LogIsVisible(kInfo)); in TEST_F() 394 EXPECT_FALSE(LogIsVisible(kInfo)); in TEST_F() 428 Log(kInfo, "Test log.\n", -1); in TEST() 482 TestLogWithSeverity(kInfoVerbosity, kInfo, true); in TEST() 489 TestLogWithSeverity(kWarningVerbosity, kInfo, false); in TEST() 496 TestLogWithSeverity(kErrorVerbosity, kInfo, false); in TEST() 503 TestLogWithSeverity("invalid", kInfo, false); in TEST()
|
/external/google-breakpad/src/testing/src/ |
D | gmock-spec-builders.cc | 250 Log(kInfo, msg, 3); in ReportUninterestingCall() 348 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith() 395 !found || is_excessive || LogIsVisible(kInfo); in UntypedInvokeWith() 431 Log(kInfo, loc.str() + ss.str(), 2); in UntypedInvokeWith()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/ |
D | gmock-spec-builders.cc | 253 Log(kInfo, msg, stack_frames_to_skip); in ReportUninterestingCall() 358 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith() 405 !found || is_excessive || LogIsVisible(kInfo); in UntypedInvokeWith() 441 Log(kInfo, loc.str() + ss.str(), 2); in UntypedInvokeWith()
|
/external/googletest/googlemock/src/ |
D | gmock-spec-builders.cc | 285 Log(kInfo, msg, stack_frames_to_skip); in ReportUninterestingCall() 393 reaction == kAllow ? LogIsVisible(kInfo) : in UntypedInvokeWith() 442 !found || is_excessive || LogIsVisible(kInfo); in UntypedInvokeWith() 476 Log(kInfo, loc.str() + ss.str(), 2); in UntypedInvokeWith()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveCommandLine.h | 27 kInfo, enumerator
|
D | ArchiveCommandLine.cpp | 1045 options.Command.CommandType != NCommandType::kInfo && in Parse2() 1290 else if (options.Command.CommandType == NCommandType::kInfo) in Parse2()
|
/external/v8/src/inspector/ |
D | v8-console-message.h | 28 kInfo, enumerator
|
D | v8-console-message.cc | 29 case ConsoleAPIType::kInfo: in consoleAPITypeValue() 230 else if (m_type == ConsoleAPIType::kInfo) in reportToFrontend() 415 } else if (type == ConsoleAPIType::kInfo || type == ConsoleAPIType::kLog) { in createForConsoleAPI()
|
D | v8-console.cc | 214 .reportCall(ConsoleAPIType::kInfo); in Info()
|
/external/google-breakpad/src/testing/include/gmock/internal/ |
D | gmock-internal-utils.h | 307 kInfo = 0,
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/internal/ |
D | gmock-internal-utils.h | 307 kInfo = 0,
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/ |
D | PKCS12KeyStoreSpi.java | 1050 …org.bouncycastle.asn1.pkcs.PrivateKeyInfo kInfo = org.bouncycastle.asn1.pkcs.PrivateKeyInfo.getIns… in engineLoad() local 1051 PrivateKey privKey = BouncyCastleProvider.getPrivateKey(kInfo); in engineLoad() 1334 …org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo kInfo = new org.bouncycastle.asn1.pkcs.Encrypte… in doStore() local 1397 … SafeBag kBag = new SafeBag(pkcs8ShroudedKeyBag, kInfo.toASN1Primitive(), new DERSet(kName)); in doStore()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/keystore/pkcs12/ |
D | PKCS12KeyStoreSpi.java | 1054 …com.android.org.bouncycastle.asn1.pkcs.PrivateKeyInfo kInfo = com.android.org.bouncycastle.asn1.pk… in engineLoad() local 1055 PrivateKey privKey = BouncyCastleProvider.getPrivateKey(kInfo); in engineLoad() 1338 …com.android.org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo kInfo = new com.android.org.bouncyc… in doStore() local 1401 … SafeBag kBag = new SafeBag(pkcs8ShroudedKeyBag, kInfo.toASN1Primitive(), new DERSet(kName)); in doStore()
|
/external/googletest/googlemock/include/gmock/internal/ |
D | gmock-internal-utils.h | 311 kInfo = 0,
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-spec-builders.h | 1253 LogWithLocation(internal::kInfo, file, line, in InternalDefaultActionSetAt() 1263 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 1261 LogWithLocation(internal::kInfo, file, line, in InternalDefaultActionSetAt() 1271 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt()
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 1262 LogWithLocation(internal::kInfo, file, line, in InternalDefaultActionSetAt() 1273 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 635 if (options.Command.CommandType == NCommandType::kInfo) in Main2()
|