Home
last modified time | relevance | path

Searched refs:CheckResult (Results 1 – 25 of 49) sorted by relevance

12

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DCheckResult.java13 public class CheckResult { class
24 CheckResult.ResultStatus status;
37 public CheckResult setPath(String path) { in setPath()
42 public CheckResult setLocale(String locale) { in setLocale()
47 public CheckResult() { in CheckResult() method in CheckResult
50 public CheckResult setMessage(String msg, Object[] args) { in setMessage()
55 public CheckResult.ResultStatus getStatus() { in getStatus()
59 public CheckResult setStatus(CheckResult.ResultStatus status) { in setStatus()
84 public static CheckResult create(CheckResult.ResultStatus status, in create()
92 CheckResult result = new CheckResult().setStatus(status) in create()
/external/toolchain-utils/toolchain_utils_githooks/
Dcheck-presubmit.py87 CheckResult = t.NamedTuple( variable
98 task: multiprocessing.pool.ApplyResult) -> CheckResult:
106 return CheckResult(
115 python_files: t.Iterable[str]) -> CheckResult:
123 return CheckResult(
143 return CheckResult(
151 return CheckResult(
158 def check_python_file_headers(python_files: t.Iterable[str]) -> CheckResult:
188 return CheckResult(
193 return CheckResult(
[all …]
Dcheck-presubmit87 CheckResult = t.NamedTuple( variable
98 task: multiprocessing.pool.ApplyResult) -> CheckResult:
106 return CheckResult(
115 python_files: t.Iterable[str]) -> CheckResult:
123 return CheckResult(
143 return CheckResult(
151 return CheckResult(
158 def check_python_file_headers(python_files: t.Iterable[str]) -> CheckResult:
188 return CheckResult(
193 return CheckResult(
[all …]
/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DRedundantStrcatCallsCheck.cpp49 void RemoveCallLeaveArgs(const CallExpr* Call, StrCatCheckResult* CheckResult) { in RemoveCallLeaveArgs() argument
53 CheckResult->Hints.push_back( in RemoveCallLeaveArgs()
57 CheckResult->Hints.push_back( in RemoveCallLeaveArgs()
64 StrCatCheckResult* CheckResult) { in ProcessArgument() argument
76 RemoveCallLeaveArgs(SubStrcatCall, CheckResult); in ProcessArgument()
84 StrCatCheckResult CheckResult; in ProcessCall() local
88 ++CheckResult.NumCalls; in ProcessCall()
98 ProcessArgument(Arg, Result, &CheckResult)) { in ProcessCall()
103 return CheckResult; in ProcessCall()
126 const StrCatCheckResult CheckResult = in check() local
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/ads/
DAdPlaybackState.java19 import androidx.annotation.CheckResult;
131 @CheckResult
148 @CheckResult
171 @CheckResult
191 @CheckResult
204 @CheckResult
223 @CheckResult
232 @CheckResult
367 @CheckResult
379 @CheckResult
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DPlaybackInfo.java18 import androidx.annotation.CheckResult;
173 @CheckResult
204 @CheckResult
229 @CheckResult
254 @CheckResult
279 @CheckResult
304 @CheckResult
332 @CheckResult
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/
DSpoofCheckerTest.java39 import android.icu.text.SpoofChecker.CheckResult;
115 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestOpenFromSourceRules()
261 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestAllowedLocales()
299 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestAllowedChars()
308 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestCheck()
366 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestSpoofAPI()
539 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestInvisible()
584 CheckResult checkResult = new CheckResult(); in TestRestrictionLevel()
627 CheckResult checkResult = new CheckResult(); in TestMixedNumbers()
648 CheckResult checkResult = new CheckResult(); in TestBug11635()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java38 import com.ibm.icu.text.SpoofChecker.CheckResult;
112 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestOpenFromSourceRules()
258 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestAllowedLocales()
296 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestAllowedChars()
305 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestCheck()
363 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestSpoofAPI()
536 SpoofChecker.CheckResult result = new SpoofChecker.CheckResult(); in TestInvisible()
581 CheckResult checkResult = new CheckResult(); in TestRestrictionLevel()
624 CheckResult checkResult = new CheckResult(); in TestMixedNumbers()
645 CheckResult checkResult = new CheckResult(); in TestBug11635()
[all …]
/external/icu/libicu/cts_headers/
Duspoof_impl.h117 class CheckResult : public UObject,
118 public IcuCApiHelper<USpoofCheckResult, CheckResult, USPOOF_CHECK_MAGIC> {
120 CheckResult();
121 virtual ~CheckResult();
124 static CheckResult *validateThis(USpoofCheckResult *ptr, UErrorCode &status);
125 static const CheckResult *validateThis(const USpoofCheckResult *ptr, UErrorCode &status);
/external/icu/icu4c/source/i18n/
Duspoof_impl.h117 class CheckResult : public UObject,
118 public IcuCApiHelper<USpoofCheckResult, CheckResult, USPOOF_CHECK_MAGIC> {
120 CheckResult();
121 virtual ~CheckResult();
124 static CheckResult *validateThis(USpoofCheckResult *ptr, UErrorCode &status);
125 static const CheckResult *validateThis(const USpoofCheckResult *ptr, UErrorCode &status);
Duspoof.cpp555 int32_t checkImpl(const SpoofImpl* This, const UnicodeString& id, CheckResult* checkResult, UErrorC… in checkImpl()
660 CheckResult* ThisCheckResult = CheckResult::validateThis(checkResult, *status); in uspoof_check2UnicodeString()
667 CheckResult stackCheckResult; in uspoof_check2UnicodeString()
798 CheckResult* checkResult = new CheckResult(); in uspoof_openCheckResult()
809 CheckResult* This = CheckResult::validateThis(checkResult, status); in uspoof_closeCheckResult()
815 const CheckResult* This = CheckResult::validateThis(checkResult, *status); in uspoof_getCheckResultChecks()
822 const CheckResult* This = CheckResult::validateThis(checkResult, *status); in uspoof_getCheckResultRestrictionLevel()
829 const CheckResult* This = CheckResult::validateThis(checkResult, *status); in uspoof_getCheckResultNumerics()
Duspoof_impl.cpp445 CheckResult::CheckResult() { in CheckResult() function in CheckResult
449 USpoofCheckResult* CheckResult::asUSpoofCheckResult() { in asUSpoofCheckResult()
457 const CheckResult* CheckResult::validateThis(const USpoofCheckResult *ptr, UErrorCode &status) { in validateThis()
461 CheckResult* CheckResult::validateThis(USpoofCheckResult *ptr, UErrorCode &status) { in validateThis()
465 void CheckResult::clear() { in clear()
471 int32_t CheckResult::toCombinedBitmask(int32_t enabledChecks) { in toCombinedBitmask()
479 CheckResult::~CheckResult() { in ~CheckResult()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DConstReturnTypeCheck.cpp56 struct CheckResult { struct
70 static CheckResult checkDef(const clang::FunctionDecl *Def, in checkDef()
72 CheckResult Result; in checkDef()
106 CheckResult CR = checkDef(Def, Result); in check()
/external/llvm-project/libcxx/test/libcxx/gdb/
Dgdb_pretty_printer_test.py25 class CheckResult(gdb.Command): class
28 super(CheckResult, self).__init__(
104 CheckResult()
/external/libaom/libaom/test/
Dsubtract_test.cc149 void CheckResult();
163 void AV1HBDSubtractBlockTest::CheckResult() { in CheckResult() function in __anon7ee207a80111::AV1HBDSubtractBlockTest
190 TEST_P(AV1HBDSubtractBlockTest, CheckResult) { CheckResult(); } in TEST_P() argument
Dcomp_mask_variance_test.cc57 bool CheckResult(int width, int height) { in CheckResult() function in AV1CompMaskVariance::AV1CompMaskVarianceTest
117 ASSERT_EQ(CheckResult(w, h), true) in RunCheckOutput()
212 ASSERT_EQ(CheckResult(w, h), true) in RunCheckOutput()
300 bool CheckResult(int width, int height) { in CheckResult() function in AV1CompMaskVariance::AV1HighbdCompMaskVarianceTest
370 ASSERT_EQ(CheckResult(w, h), true) in RunCheckOutput()
499 ASSERT_EQ(CheckResult(w, h), true) in RunCheckOutput()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DMediaSourceEventDispatcher.java20 import androidx.annotation.CheckResult;
86 @CheckResult
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubject.java36 import androidx.annotation.CheckResult;
281 @CheckResult
321 @CheckResult
362 @CheckResult
403 @CheckResult
442 @CheckResult
483 @CheckResult
524 @CheckResult
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
DKeyPath.java3 import androidx.annotation.CheckResult;
67 @CheckResult
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/
DI202.input3 //noinspection CheckResult
DI202.output3 //noinspection CheckResult
/external/rust/crates/grpcio/src/
Dlib.rs81 CheckResult, Server, ServerBuilder, ServerChecker, Service, ServiceBuilder, ShutdownFuture,
/external/tensorflow/tensorflow/core/kernels/linalg/
Dsvd_op_gpu.cu.cc265 CheckResult(context, std::move(done), dev_info, std::move(solver)); in RunSVD()
268 void CheckResult(OpKernelContext* context, DoneCallback done, in CheckResult() function in tensorflow::SvdOpGpu
/external/rust/crates/grpcio/src/call/
Dserver.rs32 use crate::CheckResult;
806 CheckResult::Continue => {} in execute()
807 CheckResult::Abort(status) => { in execute()
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/
DDefaultDashChunkSource.java20 import androidx.annotation.CheckResult;
649 @CheckResult
707 @CheckResult

12