Home
last modified time | relevance | path

Searched refs:checkResult (Results 1 – 25 of 47) sorted by relevance

12

/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DRpcProtocolVersionsUtilTest.java61 RpcVersionsCheckResult checkResult = in checkRpcVersions() local
71 assertTrue(checkResult.getResult()); in checkRpcVersions()
74 checkResult.getHighestCommonVersion()); in checkRpcVersions()
76 checkResult = in checkRpcVersions()
86 assertTrue(checkResult.getResult()); in checkRpcVersions()
89 checkResult.getHighestCommonVersion()); in checkRpcVersions()
91 checkResult = in checkRpcVersions()
101 assertTrue(checkResult.getResult()); in checkRpcVersions()
104 checkResult.getHighestCommonVersion()); in checkRpcVersions()
106 checkResult = in checkRpcVersions()
[all …]
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DJoinerTest.java61 checkResult(J, ITERABLE_1, "1"); in testNoSpecialNullBehavior()
62 checkResult(J, ITERABLE_12, "1-2"); in testNoSpecialNullBehavior()
63 checkResult(J, ITERABLE_123, "1-2-3"); in testNoSpecialNullBehavior()
91 checkResult(onChar, ITERABLE_1, "1"); in testOnCharOverride()
92 checkResult(onChar, ITERABLE_12, "1-2"); in testOnCharOverride()
93 checkResult(onChar, ITERABLE_123, "1-2-3"); in testOnCharOverride()
102 checkResult(skipNulls, ITERABLE_1, "1"); in testSkipNulls()
103 checkResult(skipNulls, ITERABLE_12, "1-2"); in testSkipNulls()
104 checkResult(skipNulls, ITERABLE_123, "1-2-3"); in testSkipNulls()
105 checkResult(skipNulls, ITERABLE_NULL_1, "1"); in testSkipNulls()
[all …]
/external/boringssl/src/crypto/fipsmodule/bn/
Dcheck_bn_tests.go155 func checkResult(t test, expr, key string, r *big.Int) { func
181 checkResult(test, "A + B", "Sum", r)
186 checkResult(test, "A + A", "LShift1", r)
191 checkResult(test, "A << N", "LShift", r)
196 checkResult(test, "A >> N", "RShift", r)
201 checkResult(test, "A * A", "Square", r)
206 checkResult(test, "A * B", "Product", r)
211 checkResult(test, "A / B", "Quotient", q)
212 checkResult(test, "A % B", "Remainder", r)
218 checkResult(test, "A * B (mod M)", "ModMul", r)
[all …]
/external/guava/guava-tests/test/com/google/common/base/
DJoinerTest.java63 checkResult(J, ITERABLE_1, "1"); in testNoSpecialNullBehavior()
64 checkResult(J, ITERABLE_12, "1-2"); in testNoSpecialNullBehavior()
65 checkResult(J, ITERABLE_123, "1-2-3"); in testNoSpecialNullBehavior()
93 checkResult(onChar, ITERABLE_1, "1"); in testOnCharOverride()
94 checkResult(onChar, ITERABLE_12, "1-2"); in testOnCharOverride()
95 checkResult(onChar, ITERABLE_123, "1-2-3"); in testOnCharOverride()
104 checkResult(skipNulls, ITERABLE_1, "1"); in testSkipNulls()
105 checkResult(skipNulls, ITERABLE_12, "1-2"); in testSkipNulls()
106 checkResult(skipNulls, ITERABLE_123, "1-2-3"); in testSkipNulls()
107 checkResult(skipNulls, ITERABLE_NULL_1, "1"); in testSkipNulls()
[all …]
/external/icu/icu4c/source/i18n/
Duspoof.cpp381 USpoofCheckResult* checkResult, in uspoof_check2() argument
393 int32_t result = uspoof_check2UnicodeString(sc, idStr, checkResult, status); in uspoof_check2()
417 USpoofCheckResult* checkResult, in uspoof_check2UTF8() argument
424 int32_t result = uspoof_check2UnicodeString(sc, idStr, checkResult, status); in uspoof_check2UTF8()
550 static int32_t checkImpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, … in checkImpl() argument
552 U_ASSERT(checkResult != NULL); in checkImpl()
553 checkResult->clear(); in checkImpl()
561 checkResult->fRestrictionLevel = idRestrictionLevel; in checkImpl()
570 checkResult->fNumerics = numerics; // UnicodeSet::operator= in checkImpl()
638 checkResult->fChecks = result; in checkImpl()
[all …]
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5TextureGatherOffset.hpp219 virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index,
272 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t…
435 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t…
500 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t…
649 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t…
689 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t…
742 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t…
930 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t…
961 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t…
992 …virtual bool checkResult(const CapturedVaryings& captured_data, unsigned int index, unsigned int t…
[all …]
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.hpp145 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize),
150 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize));
154 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize),
159 bool (*checkResult)(std::vector<const void*> datas, deUint32 width, deUint32 subgroupSize));
163 bool (*checkResult)(std::vector<const void*> datas, deUint32 width,
169 bool (*checkResult)(std::vector<const void*> datas,
/external/icu/icu4c/source/i18n/unicode/
Duspoof.h1098 USpoofCheckResult* checkResult,
1135 USpoofCheckResult* checkResult,
1167 USpoofCheckResult* checkResult,
1200 uspoof_closeCheckResult(USpoofCheckResult *checkResult);
1243 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status);
1256 uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult *checkResult, UErrorCode *status);
1270 uspoof_getCheckResultNumerics(const USpoofCheckResult *checkResult, UErrorCode *status);
/external/icu/libandroidicu/include/unicode/
Duspoof.h1098 USpoofCheckResult* checkResult,
1135 USpoofCheckResult* checkResult,
1167 USpoofCheckResult* checkResult,
1200 uspoof_closeCheckResult(USpoofCheckResult *checkResult);
1243 uspoof_getCheckResultChecks(const USpoofCheckResult *checkResult, UErrorCode *status);
1256 uspoof_getCheckResultRestrictionLevel(const USpoofCheckResult *checkResult, UErrorCode *status);
1270 uspoof_getCheckResultNumerics(const USpoofCheckResult *checkResult, UErrorCode *status);
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DLightCodeInsightParsingTestCase.java87 protected void doTest(boolean checkResult) { in doTest() argument
109 if (checkResult){ in doTest()
110 checkResult(name, f); in doTest()
129 checkResult(name + suffix, myFile); in doTest()
137 checkResult(myFilePrefix + name, myFile); in doCodeTest()
155 …protected void checkResult(@NonNls @TestDataFile String targetDataName, final PsiFile file) throws… in checkResult() method in LightCodeInsightParsingTestCase
180 …protected void checkResult(@TestDataFile @NonNls String targetDataName, final String text) throws … in checkResult() method in LightCodeInsightParsingTestCase
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTextTrieMapTest.java99 checkResult("get(String) case " + i, itr, TESTCASES[i][1]); in TestCaseSensitive()
111 checkResult("get(String, int) case " + i, itr, TESTCASES[i][1]); in TestCaseSensitive()
145 checkResult("Get Sunday", itr, new Object[]{FOO, SUN}); in TestCaseSensitive()
159 checkResult("get(String) case " + i, itr, TESTCASES[i][2]); in TestCaseInsensitive()
171 checkResult("get(String, int) case " + i, itr, TESTCASES[i][2]); in TestCaseInsensitive()
204 checkResult("Get Sunday", itr, new Object[]{SUN, FOO, BAR}); in TestCaseInsensitive()
217 private void checkResult(String memo, Iterator itr, Object expected) { in checkResult() method in TextTrieMapTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
DSpoofCheckerTest.java375 int checkResult = sc.areConfusable(s1, s2); in TestSpoofAPI() local
376 …uals("", SpoofChecker.MIXED_SCRIPT_CONFUSABLE | SpoofChecker.WHOLE_SCRIPT_CONFUSABLE, checkResult); in TestSpoofAPI()
584 CheckResult checkResult = new CheckResult(); in TestRestrictionLevel() local
594 boolean actualValue = sc.failsChecks(testString, checkResult); in TestRestrictionLevel()
596 expectedLevel, checkResult.restrictionLevel); in TestRestrictionLevel()
627 CheckResult checkResult = new CheckResult(); in TestMixedNumbers() local
635 boolean actualValue = sc.failsChecks(testString, checkResult); in TestMixedNumbers()
636 assertEquals("", expected, checkResult.numerics); in TestMixedNumbers()
648 CheckResult checkResult = new CheckResult(); in TestBug11635() local
650 sc.failsChecks(identifier, checkResult); in TestBug11635()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java372 int checkResult = sc.areConfusable(s1, s2); in TestSpoofAPI() local
373 …uals("", SpoofChecker.MIXED_SCRIPT_CONFUSABLE | SpoofChecker.WHOLE_SCRIPT_CONFUSABLE, checkResult); in TestSpoofAPI()
581 CheckResult checkResult = new CheckResult(); in TestRestrictionLevel() local
591 boolean actualValue = sc.failsChecks(testString, checkResult); in TestRestrictionLevel()
593 expectedLevel, checkResult.restrictionLevel); in TestRestrictionLevel()
624 CheckResult checkResult = new CheckResult(); in TestMixedNumbers() local
632 boolean actualValue = sc.failsChecks(testString, checkResult); in TestMixedNumbers()
633 assertEquals("", expected, checkResult.numerics); in TestMixedNumbers()
645 CheckResult checkResult = new CheckResult(); in TestBug11635() local
647 sc.failsChecks(identifier, checkResult); in TestBug11635()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTextTrieMapTest.java102 checkResult("get(String) case " + i, itr, TESTCASES[i][1]); in TestCaseSensitive()
114 checkResult("get(String, int) case " + i, itr, TESTCASES[i][1]); in TestCaseSensitive()
148 checkResult("Get Sunday", itr, new Object[]{FOO, SUN}); in TestCaseSensitive()
162 checkResult("get(String) case " + i, itr, TESTCASES[i][2]); in TestCaseInsensitive()
174 checkResult("get(String, int) case " + i, itr, TESTCASES[i][2]); in TestCaseInsensitive()
207 checkResult("Get Sunday", itr, new Object[]{SUN, FOO, BAR}); in TestCaseInsensitive()
220 private void checkResult(String memo, Iterator itr, Object expected) { in checkResult() method in TextTrieMapTest
/external/syzkaller/tools/syz-runtest/
Druntest.go97 mgr.checkResult = <-mgr.checkResultC
100 for sandbox, ids := range mgr.checkResult.EnabledCalls {
107 for _, feat := range mgr.checkResult.Features {
116 Features: mgr.checkResult.Features,
136 checkResult *rpctype.CheckArgs member
204 r.CheckResult = mgr.checkResult
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DAbstractECMultiplier.java22 return checkResult(result); in multiply()
27 protected ECPoint checkResult(ECPoint p) in checkResult() method in AbstractECMultiplier
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/
DAbstractECMultiplier.java26 return checkResult(result); in multiply()
31 protected ECPoint checkResult(ECPoint p) in checkResult() method in AbstractECMultiplier
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSpoofChecker.java1248 public boolean failsChecks(String text, CheckResult checkResult) {
1252 if (checkResult != null) {
1253 checkResult.position = 0;
1254 checkResult.numerics = null;
1255 checkResult.restrictionLevel = null;
1263 if (checkResult != null) {
1264 checkResult.restrictionLevel = textRestrictionLevel;
1274 if (checkResult != null) {
1275 checkResult.numerics = numerics;
1340 if (checkResult != null) {
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1308 public boolean failsChecks(String text, CheckResult checkResult) {
1312 if (checkResult != null) {
1313 checkResult.position = 0;
1314 checkResult.numerics = null;
1315 checkResult.restrictionLevel = null;
1323 if (checkResult != null) {
1324 checkResult.restrictionLevel = textRestrictionLevel;
1334 if (checkResult != null) {
1335 checkResult.numerics = numerics;
1400 if (checkResult != null) {
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkDefs.hpp59 #define VK_CHECK(EXPR) vk::checkResult((EXPR), #EXPR, __FILE__, __LINE__)
60 #define VK_CHECK_MSG(EXPR, MSG) vk::checkResult((EXPR), MSG, __FILE__, __LINE__)
242 void checkResult (VkResult result, const char* message, const char* file, int line);
DvkDefs.cpp77 void checkResult (VkResult result, const char* msg, const char* file, int line) in checkResult() function
99 checkResult(result, msg, file, line); in checkWsiResult()
/external/deqp/framework/common/
DtcuResultCollector.cpp87 bool ResultCollector::checkResult (bool condition, qpTestResult result, const std::string& msg) in checkResult() function in tcu::ResultCollector
101 return checkResult(condition, QP_TEST_RESULT_FAIL, msg); in check()
/external/icu/icu4c/source/test/cintltst/
Dspooftest.c475 USpoofCheckResult* checkResult = uspoof_openCheckResult(&status); in TestUSpoofCAPI() local
492 result2 = uspoof_check2(sc, str, -1, checkResult, &status); in TestUSpoofCAPI()
497 … TEST_ASSERT_EQ(result1 & USPOOF_ALL_CHECKS, uspoof_getCheckResultChecks(checkResult, &status)); in TestUSpoofCAPI()
500 … URestrictionLevel restrictionLevel = uspoof_getCheckResultRestrictionLevel(checkResult, &status); in TestUSpoofCAPI()
512 uspoof_closeCheckResult(checkResult); in TestUSpoofCAPI()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp383 virtual tcu::TestStatus checkResult (const de::SharedPtr<Buffer> buffer,
492 return checkResult(buffer, bufferSizeBytes, *queryPool); in executeTest()
495 tcu::TestStatus ComputeInvocationsSecondaryTestInstance::checkResult (const de::SharedPtr<Buffer> b… in checkResult() function in vkt::QueryPool::__anondc1256290111::ComputeInvocationsSecondaryTestInstance
658 return checkResult(buffer, bufferSizeBytes, *queryPool); in executeTest()
692 virtual tcu::TestStatus checkResult (VkQueryPool queryPool) = 0;
873 virtual tcu::TestStatus checkResult (VkQueryPool queryPool);
993 return checkResult (*queryPool); in executeTest()
996 tcu::TestStatus VertexShaderTestInstance::checkResult (VkQueryPool queryPool) in checkResult() function in vkt::QueryPool::__anondc1256290111::VertexShaderTestInstance
1146 return checkResult (*queryPool); in executeTest()
1218 return checkResult (*queryPool); in executeTest()
[all …]
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsProtocolNegotiator.java110 RpcVersionsCheckResult checkResult =
114 if (!checkResult.getResult()) {

12