Searched refs:kInfo (Results 1 – 12 of 12) sorted by relevance
/external/gmock/test/ |
D | gmock-internal-utils_test.cc | 356 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/ |
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/gmock/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/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/lzma/CPP/7zip/UI/Common/ |
D | ArchiveCommandLine.h | 28 kInfo, enumerator
|
D | ArchiveCommandLine.cpp | 1018 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/ |
D | gmock-internal-utils.h | 307 kInfo = 0,
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/ |
D | PKCS12KeyStoreSpi.java | 1032 …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/ |
D | gmock-internal-utils.h | 307 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/gmock/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/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 526 if (options.Command.CommandType == NCommandType::kInfo) in Main2()
|