Home
last modified time | relevance | path

Searched refs:checker (Results 26 - 50 of 100) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
H A DparserRealSource8.js89 context.typeFlow.checker.currentModDecl = moduleDecl;
113 memberScope = <SymbolTableScope>context.typeFlow.checker.scopeOf(classType);
123 memberScope = <SymbolTableScope>context.typeFlow.checker.scopeOf(instanceType);
147 memberScope = <SymbolTableScope>context.typeFlow.checker.scopeOf(interfaceType);
164 var withSymbol = new WithSymbol(withStmt.minChar, context.typeFlow.checker.locationInfo.unitIndex, withType);
280 context.typeFlow.checker.createFunctionSignature(funcDecl, container,
290 funcDecl.accessorSymbol = context.typeFlow.checker.createAccessorSymbol(funcDecl, fgSym, container.getType(), (funcDecl.isMethod() && isStatic), true, funcScope, container);
320 funcDecl.unitIndex = context.typeFlow.checker.locationInfo.unitIndex;
365 context.typeFlow.checker.resolveTypeLink(locals,
369 context.typeFlow.checker
[all...]
H A DAPISample_jsdoc.js39 const jsdocs = symbol.getJsDocTags(this.checker);
63 const jsDocTags: ts.JSDocTagInfo[] = symbol.getJsDocTags(this.checker);
147 var jsdocs = symbol.getJsDocTags(this.checker);
166 var jsDocTags = symbol.getJsDocTags(this.checker);
H A DparserRealSource11.js423 typeFlow.checker.typeCheckWithContextualType(targetType, typeFlow.checker.inProvisionalTypecheckMode(), true, this.operand);
433 this.type = typeFlow.checker.undefinedType;
577 if (typeFlow.checker.styleSettings.eqeqeq) {
579 typeFlow.checker.errorReporter.styleError(this, "use of " + text);
581 else if (typeFlow.checker.styleSettings.eqnull) {
584 typeFlow.checker.errorReporter.styleError(this, "use of " + text + " to compare with null");
628 typeFlow.checker.errorReporter.simpleError(this, "Illegal use of 'from' keyword in binary expression");
1390 if (!typeFlow.checker.styleSettings.emptyBlocks) {
1392 typeFlow.checker
[all...]
H A DparserRealSource6.js11 constructor (public scopeChain: ScopeChain, public checker: TypeChecker) {
231 function TypeCollectionContext(scopeChain, checker) {
233 this.checker = checker;
/foundation/communication/dsoftbus/tests/utils/
H A Dexception_branch_checker.cpp61 auto *checker = ExceptionBranchChecker::GetCurrentInstance(); in HiLogPrintDictNew() local
62 if (checker != nullptr) { in HiLogPrintDictNew()
63 checker->WriteLog(buffer); in HiLogPrintDictNew()
/third_party/rust/crates/clap/src/builder/
H A Ddebug_asserts.rs458 macro_rules! checker { in assert_app_flags() macros
493 checker!(is_multicall_set conflicts is_no_binary_name_set); in assert_app_flags()
815 macro_rules! checker { in assert_arg_flags() macros
834 checker!(is_hide_possible_values_set requires is_takes_value_set); in assert_arg_flags()
835 checker!(is_allow_hyphen_values_set requires is_takes_value_set); in assert_arg_flags()
836 checker!(is_allow_negative_numbers_set requires is_takes_value_set); in assert_arg_flags()
837 checker!(is_require_equals_set requires is_takes_value_set); in assert_arg_flags()
838 checker!(is_last_set requires is_takes_value_set); in assert_arg_flags()
839 checker!(is_hide_default_value_set requires is_takes_value_set); in assert_arg_flags()
840 checker!(is_multiple_values_se in assert_arg_flags()
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dhtml_printer.py112 def outputResults(self, checker, broken_links=True,
114 """Output the full results of a checker run.
119 self.output(checker)
121 checker, broken_links=broken_links, missing_includes=missing_includes)
130 def outputChecker(self, checker):
138 super(HTMLPrinter, self).outputChecker(checker)
259 def outputBrokenLinks(self, checker, broken):
276 category = checker.findEntity(entity_name).category
301 def outputMissingIncludes(self, checker, missing):
319 fn = checker
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/checker/
H A Dchecker_manager.h30 std::string checker; member
60 API_EXPORT void RegisterPlugin(const std::string &checker, std::function<Checker *()> getter);
70 API_EXPORT Checker *GetChecker(const std::string &checker);
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DAPIStatusConsistencyChecker.java38 APIStatusConsistencyChecker checker = new APIStatusConsistencyChecker(apiInfoSet, skipClasses, new PrintWriter(System.err, true)); in main()
39 checker.checkConsistency(); in main()
40 System.exit(checker.errCount); in main()
/third_party/libfuse/test/
H A Dconftest.py85 checker = OutputChecker()
86 yield checker
87 checker._check()
/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dsubscribe_info_checker.cpp37 auto checker = [this](const auto& subscribeInfo) { in Check() local
49 return std::all_of(subscribeInfos.begin(), subscribeInfos.end(), checker); in Check()
/third_party/libunwind/libunwind/tests/
H A DGia64-test-readonly.c44 checker (void) in checker() function
79 test_func (checker); in main()
/third_party/skia/modules/skparagraph/include/
H A DParagraphCache.h33 void setChecker(std::function<void(ParagraphImpl* impl, const char*, bool)> checker) { in setChecker() argument
34 fChecker = std::move(checker); in setChecker()
/third_party/musl/src/unistd/
H A Dfaccessat.c14 static int checker(void *p) in checker() function
50 pid = __clone(checker, stack+sizeof stack, 0, &c); in faccessat()
/third_party/node/deps/npm/node_modules/ssri/lib/
H A Dindex.js507 const checker = integrityStream(opts)
509 stream.pipe(checker)
511 checker.on('error', reject)
513 checker.on('verified', s => {
516 checker.on('end', () => resolve(verified))
517 checker.resume()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-dataview-object.c192 ecma_dataview_endiannes_check_t checker; in ecma_dataview_check_little_endian() local
193 checker.number = 0x01; in ecma_dataview_check_little_endian()
195 return checker.data[0] == 0x01; in ecma_dataview_check_little_endian()
/third_party/rust/crates/regex/tests/
H A Dconsistent.rs111 // A consistency checker parameterized by the input type (&str or &[u8]).
114 macro_rules! checker { macros
235 checker!(string_checker, ::regex::Regex, |gen| String::arbitrary(gen));
236 checker!(bytes_checker, ::regex::bytes::Regex, |gen| Vec::<u8>::arbitrary(
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers_test.cc986 auto checker = [&](double d) { in TEST_F() local
1005 checker(5e-324); in TEST_F()
1006 checker(1e-308); in TEST_F()
1007 checker(1.0); in TEST_F()
1008 checker(1.000005); in TEST_F()
1009 checker(1.7976931348623157e308); in TEST_F()
1010 checker(0.00390625); in TEST_F()
1014 checker(0.001953125); in TEST_F()
1016 checker(0.005859375); in TEST_F()
1018 checker(1.08909 in TEST_F()
[all...]
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/
H A Dvideo_processing_native.cpp481 bool VideoProcessingNative::WaitCV(std::function<bool(void)>&& checker, std::unique_lock<std::mutex>& lock)
484 if (!cv_.wait_for(lock, std::chrono::milliseconds(LIMITTED_TIME), checker)) {
489 cv_.wait(lock, checker);
527 VideoProcessing_ErrorCode VideoProcessingNative::ExecuteWithCheck(std::function<bool(void)>&& checker,
531 if (checker()) {
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/include/
H A Dvideo_processing_native.h111 bool WaitCV(std::function<bool(void)>&& checker, std::unique_lock<std::mutex>& lock);
120 VideoProcessing_ErrorCode ExecuteWithCheck(std::function<bool(void)>&& checker,
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DSerializableChecker.java198 SerializableChecker checker = new SerializableChecker(path); in main()
201 handler.guide(checker, true, false); in main()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableChecker.java195 SerializableChecker checker = new SerializableChecker(path); in main()
198 handler.guide(checker, true, false); in main()
/third_party/python/Modules/_ctypes/
H A Dctypes.h116 PyObject *checker; member
229 PyObject *checker; member
259 Currently, PyCFuncPtr types have 'converters' and 'checker' entries in their
300 PyObject *checker);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deployer.cpp182 QuickFixChecker checker; in ProcessPatchDeployStart() local
184 ErrCode ret = checker.CheckMultiNativeSo(infos); in ProcessPatchDeployStart()
191 ret = checker.CheckMultipleHqfsSignInfo(bundleFilePaths, hapVerifyRes); in ProcessPatchDeployStart()
203 ret = checker.CheckPatchWithInstalledBundle(appQuickFix, bundleInfo, provisionInfo); in ProcessPatchDeployStart()
208 appDistributionType_ = checker.GetAppDistributionType(provisionInfo.distributionType); in ProcessPatchDeployStart()
218 QuickFixChecker checker; in ProcessHotReloadDeployStart() local
219 ErrCode ret = checker.CheckHotReloadWithInstalledBundle(appQuickFix, bundleInfo); in ProcessHotReloadDeployStart()
395 QuickFixChecker checker; in ParseAndCheckAppQuickFixInfos() local
397 ret = checker.CheckAppQuickFixInfos(infos); in ParseAndCheckAppQuickFixInfos()
/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble_mock/
H A Ddisc_ble_test.cpp121 ExceptionBranchChecker checker("callback invalid"); in HWTEST_F()
125 EXPECT_EQ(checker.GetResult(), true); in HWTEST_F()
268 ExceptionBranchChecker checker("update success"); in HWTEST_F()
270 EXPECT_EQ(checker.GetResult(), true); in HWTEST_F()

Completed in 15 milliseconds

1234