Home
last modified time | relevance | path

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

/external/gmock/test/
Dgmock-internal-utils_test.cc356 EXPECT_TRUE(LogIsVisible(kInfo)); in TEST_F()
362 EXPECT_FALSE(LogIsVisible(kInfo)); in TEST_F()
368 EXPECT_FALSE(LogIsVisible(kInfo)); in TEST_F()
402 Log(kInfo, "Test log.\n", -1); in TEST()
433 TestLogWithSeverity(kInfoVerbosity, kInfo, true); in TEST()
440 TestLogWithSeverity(kWarningVerbosity, kInfo, false); in TEST()
447 TestLogWithSeverity(kErrorVerbosity, kInfo, false); in TEST()
454 TestLogWithSeverity("invalid", kInfo, false); in TEST()
/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/gmock/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/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/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.h28 kInfo, enumerator
DArchiveCommandLine.cpp1018 options.Command.CommandType != NCommandType::kInfo && in Parse2()
1252 else if (options.Command.CommandType == NCommandType::kInfo) in Parse2()
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-internal-utils.h307 kInfo = 0,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
DPKCS12KeyStoreSpi.java1032 …org.bouncycastle.asn1.pkcs.PrivateKeyInfo kInfo = org.bouncycastle.asn1.pkcs.PrivateKeyInfo.getIns… in engineLoad() local
1033 PrivateKey privKey = BouncyCastleProvider.getPrivateKey(kInfo); in engineLoad()
1295 …org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo kInfo = new org.bouncycastle.asn1.pkcs.Encrypte… in doStore() local
1358 … SafeBag kBag = new SafeBag(pkcs8ShroudedKeyBag, kInfo.toASN1Primitive(), new DERSet(kName)); in doStore()
/external/gmock/include/gmock/internal/
Dgmock-internal-utils.h307 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/gmock/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/lzma/CPP/7zip/UI/Console/
DMain.cpp526 if (options.Command.CommandType == NCommandType::kInfo) in Main2()