/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/ |
H A D | checker_manager.h | 41 void RegisterChecker(const std::string &checker, std::function<Checker *()> getter);
|
/foundation/multimedia/av_codec/services/services/codec/server/ |
H A D | codec_param_checker.cpp | 82 // Video scenario checker 86 // Video codec checker 617 for (const auto &checker : checkers->second) { 618 auto ret = checker(capData.value(), format, scenario); 642 for (const auto &checker : checkers->second) { 643 auto ret = checker(capData.value(), oldFormat, scenario); 661 for (const auto& checker : VIDEO_SCENARIO_CHECKER_LIST) { 662 auto ret = checker(capData.value(), format, codecType);
|
/foundation/communication/dsoftbus/tests/core/discovery/manager/unittest/ |
H A D | disc_manager_mock_test.cpp | 145 ExceptionBranchChecker checker("pkgName is null"); in HWTEST_F() 147 EXPECT_EQ(checker.GetResult(), true); in HWTEST_F() 150 ExceptionBranchChecker checker("pkg is dead"); in HWTEST_F() 152 EXPECT_EQ(checker.GetResult(), true); in HWTEST_F() 871 ExceptionBranchChecker checker("disc manager deinit success"); in HWTEST_F() 873 EXPECT_EQ(checker.GetResult(), true); in HWTEST_F()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_sock_lowlevel.py | 305 checker = cycle(b'0123456789') 307 expected = bytes(islice(checker, len(data))) 315 expected = bytes(islice(checker, len(data))) 359 checker = cycle(b'0123456789') 361 expected = bytes(islice(checker, len(data))) 370 expected = bytes(islice(checker, len(data)))
|
/third_party/mbedtls/tests/scripts/ |
H A D | check_test_cases.py | 228 checker = DescriptionChecker(results) 230 checker.walk_all()
|
/third_party/python/Lib/test/libregrtest/ |
H A D | refleak.py | 134 for deltas, item_name, checker in [ 141 if checker(deltas):
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/include/model/ |
H A D | checker_config.h | 19 #include "checker/checker_manager.h" 29 std::string checker; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/ |
H A D | bms_bundle_overlay_checker_test.cpp | 617 BundleOverlayInstallChecker checker;
in HWTEST_F() local 623 auto code = checker.CheckInternalBundle(newInfos, innerBundleInfo);
in HWTEST_F() 626 code = checker.CheckInternalBundle(newInfos, innerBundleInfo);
in HWTEST_F() 630 code = checker.CheckInternalBundle(newInfos, innerBundleInfo);
in HWTEST_F() 642 BundleOverlayInstallChecker checker;
in HWTEST_F() local 652 auto code = checker.CheckInternalBundle(newInfos, innerBundleInfo);
in HWTEST_F() 664 BundleOverlayInstallChecker checker;
in HWTEST_F() local 676 auto code = checker.CheckInternalBundle(newInfos, innerBundleInfo);
in HWTEST_F() 688 BundleOverlayInstallChecker checker;
in HWTEST_F() local 694 auto code = checker in HWTEST_F() 725 BundleOverlayInstallChecker checker; HWTEST_F() local 2265 BundleOverlayInstallChecker checker; HWTEST_F() local [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 3001 text = this.checker.typeToString(this); 3010 __debugSignatureToString: { value: function () { var _a; return (_a = this.checker) === null || _a === void 0 ? void 0 : _a.signatureToString(this); } } 4054 display = (_b = type.checker) === null || _b === void 0 ? void 0 : _b.typeToString(type); 4115 var recursionIdentity = type.checker.getRecursionIdentity(type); 5901 * Used by the checker, this enum keeps track of external emit helpers that should be type 6475 // Cant infer types correctly so lets satisfy checker [all...] |
H A D | typescript.js | 2992 text = this.checker.typeToString(this); 3001 __debugSignatureToString: { value: function () { var _a; return (_a = this.checker) === null || _a === void 0 ? void 0 : _a.signatureToString(this); } } 4045 display = (_b = type.checker) === null || _b === void 0 ? void 0 : _b.typeToString(type); 4106 var recursionIdentity = type.checker.getRecursionIdentity(type); 5892 * Used by the checker, this enum keeps track of external emit helpers that should be type 6466 // Cant infer types correctly so lets satisfy checker [all...] |
H A D | typescriptServices.js | 2992 text = this.checker.typeToString(this); 3001 __debugSignatureToString: { value: function () { var _a; return (_a = this.checker) === null || _a === void 0 ? void 0 : _a.signatureToString(this); } } 4045 display = (_b = type.checker) === null || _b === void 0 ? void 0 : _b.typeToString(type); 4106 var recursionIdentity = type.checker.getRecursionIdentity(type); 5892 * Used by the checker, this enum keeps track of external emit helpers that should be type 6466 // Cant infer types correctly so lets satisfy checker [all...] |
H A D | tsserver.js | 3002 text = this.checker.typeToString(this); 3011 __debugSignatureToString: { value: function () { var _a; return (_a = this.checker) === null || _a === void 0 ? void 0 : _a.signatureToString(this); } } 4055 display = (_b = type.checker) === null || _b === void 0 ? void 0 : _b.typeToString(type); 4116 var recursionIdentity = type.checker.getRecursionIdentity(type); 5902 * Used by the checker, this enum keeps track of external emit helpers that should be type 6476 // Cant infer types correctly so lets satisfy checker [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | phonenumbermatcher.cc | 706 const string&, const std::vector<string>&>* checker) const { in CheckNumberGroupingIsValid() 707 DCHECK(checker); in CheckNumberGroupingIsValid() 712 if (checker->Run(phone_util_, phone_number, normalized_candidate, in CheckNumberGroupingIsValid() 742 if (checker->Run(phone_util_, phone_number, normalized_candidate, in CheckNumberGroupingIsValid()
|
H A D | phonenumbermatcher.h | 140 const string&, const vector<string>&>* checker) const;
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 3101 text = this.checker.typeToString(this); 3110 __debugSignatureToString: { value: function () { var _a; return (_a = this.checker) === null || _a === void 0 ? void 0 : _a.signatureToString(this); } } 4069 display = (_b = type.checker) === null || _b === void 0 ? void 0 : _b.typeToString(type); 4130 var recursionIdentity = type.checker.getRecursionIdentity(type); 5871 * Used by the checker, this enum keeps track of external emit helpers that should be type [all...] |
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | link_manager.h | 41 void ForEach(const Checker &checker);
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | DeprecatedAPIChecker.java | 38 DeprecatedAPIChecker checker = new DeprecatedAPIChecker(apiInfoSet, new PrintWriter(System.err, true)); in main() 39 checker.checkDeprecated(); in main() 40 System.exit(checker.errCount); in main()
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberMatcher.java | 570 NumberGroupingChecker checker) { in checkNumberGroupingIsValid() 574 if (checker.checkGroups(util, number, normalizedCandidate, formattedNumberGroups)) { in checkNumberGroupingIsValid() 595 if (checker.checkGroups(util, number, normalizedCandidate, formattedNumberGroups)) { in checkNumberGroupingIsValid() 568 checkNumberGroupingIsValid( PhoneNumber number, CharSequence candidate, PhoneNumberUtil util, NumberGroupingChecker checker) checkNumberGroupingIsValid() argument
|
/third_party/skia/tests/ |
H A D | PromiseImageTest.cpp | 47 auto checker = static_cast<PromiseTextureChecker*>(self); in Fulfill() local 48 checker->fFulfillCount++; in Fulfill() 49 return checker->fTexture; in Fulfill() 341 // Must call these to ensure that all callbacks are performed before the checker is destroyed. in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_checker.cpp | 30 BundleInstallChecker checker; in CheckMultipleHqfsSignInfo() local 31 return checker.CheckMultipleHapsSignInfo(bundlePaths, hapVerifyRes); in CheckMultipleHqfsSignInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/ |
H A D | bms_bundle_quick_fix_mgr_rdb_test.cpp | 772 QuickFixChecker checker; in HWTEST_F() local 783 auto ret = checker.CheckPatchNativeSoWithInstalledBundle(bundleInfo, deployedAppqfInfo); in HWTEST_F() 799 QuickFixChecker checker; in HWTEST_F() local 811 auto ret = checker.CheckPatchNativeSoWithInstalledBundle(bundleInfo, deployedAppqfInfo); in HWTEST_F() 828 QuickFixChecker checker; in HWTEST_F() local 829 auto ret = checker.CheckMultiNativeSo(infos); in HWTEST_F()
|
/third_party/python/Objects/ |
H A D | abstract.c | 2653 PyObject *checker = _PyObject_LookupSpecial(cls, &_Py_ID(__instancecheck__)); in object_recursive_isinstance() local 2654 if (checker != NULL) { in object_recursive_isinstance() 2656 Py_DECREF(checker); in object_recursive_isinstance() 2660 PyObject *res = PyObject_CallOneArg(checker, inst); in object_recursive_isinstance() 2662 Py_DECREF(checker); in object_recursive_isinstance() 2712 PyObject *checker; in object_issubclass() local 2744 checker = _PyObject_LookupSpecial(cls, &_Py_ID(__subclasscheck__)); in object_issubclass() 2745 if (checker != NULL) { in object_issubclass() 2748 Py_DECREF(checker); in object_issubclass() 2751 PyObject *res = PyObject_CallOneArg(checker, derive in object_issubclass() [all...] |
/third_party/node/test/common/ |
H A D | child_process.js | 56 reason: `did not match expectation, checker throws:\n${util.inspect(error)}`,
|
/third_party/python/Lib/ |
H A D | optparse.py | 533 # option is the Option instance calling the checker 541 # If no checker is defined for a type, arguments will be 580 for checker in self.CHECK_METHODS: 581 checker(self) 762 checker = self.TYPE_CHECKER.get(self.type) 763 if checker is None: 766 return checker(self, opt, value)
|
/third_party/python/Modules/_ctypes/ |
H A D | callproc.c | 965 * pass the result to checker and return the result. 969 static PyObject *GetResult(PyObject *restype, void *result, PyObject *checker) in GetResult() argument 997 if (!checker || !retval) in GetResult() 1000 v = PyObject_CallOneArg(checker, retval); in GetResult() 1149 PyObject *checker) in _ctypes_callproc() 1300 retval = GetResult(restype, resbuf, checker); in _ctypes_callproc() 1618 NULL); /* checker */ in call_function() 1653 NULL); /* checker */ in call_cdeclfunction() 1138 _ctypes_callproc(PPROC pProc, PyObject *argtuple, IUnknown *pIunk, GUID *iid, int flags, PyObject *argtypes, PyObject *restype, PyObject *checker) _ctypes_callproc() argument
|