Home
last modified time | relevance | path

Searched refs:kInfo (Results 1 – 21 of 21) sorted by relevance

/external/perfetto/src/trace_processor/
Dstats.h31 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 …]
Dstats_table.cc75 case stats::kInfo: in Column()
/external/google-breakpad/src/testing/test/
Dgmock-internal-utils_test.cc362 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/
Dgmock-internal-utils_test.cc382 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/
Dgmock-spec-builders.cc250 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/
Dgmock-spec-builders.cc253 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/
Dgmock-spec-builders.cc285 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/
DArchiveCommandLine.h27 kInfo, enumerator
DArchiveCommandLine.cpp1045 options.Command.CommandType != NCommandType::kInfo && in Parse2()
1290 else if (options.Command.CommandType == NCommandType::kInfo) in Parse2()
/external/v8/src/inspector/
Dv8-console-message.h28 kInfo, enumerator
Dv8-console-message.cc29 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()
Dv8-console.cc214 .reportCall(ConsoleAPIType::kInfo); in Info()
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-internal-utils.h307 kInfo = 0,
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h307 kInfo = 0,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java1050 …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/
DPKCS12KeyStoreSpi.java1054 …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/
Dgmock-internal-utils.h311 kInfo = 0,
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h1253 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/
Dgmock-spec-builders.h1261 LogWithLocation(internal::kInfo, file, line, in InternalDefaultActionSetAt()
1271 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt()
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1262 LogWithLocation(internal::kInfo, file, line, in InternalDefaultActionSetAt()
1273 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt()
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp635 if (options.Command.CommandType == NCommandType::kInfo) in Main2()