Home
last modified time | relevance | path

Searched refs:parseAndCheck (Results 1 – 5 of 5) sorted by relevance

/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/compat/
H A Durl-test.c++312 parseAndCheck(
316 parseAndCheck(
320 parseAndCheck(
324 parseAndCheck(
329 parseAndCheck(
354 parseAndCheck(
358 parseAndCheck(
362 parseAndCheck(
366 parseAndCheck(
370 parseAndCheck(
[all …]
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/compat/
H A Durl-test.c++312 parseAndCheck(
316 parseAndCheck(
320 parseAndCheck(
324 parseAndCheck(
329 parseAndCheck(
354 parseAndCheck(
358 parseAndCheck(
362 parseAndCheck(
366 parseAndCheck(
370 parseAndCheck(
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/tests/
H A Dtest_files.cpp54 parseAndCheck(TEST_FILES_DIR "/custom_component/CustomComponent.qml", false); in testQMLCustomComponent()
55 parseAndCheck(TEST_FILES_DIR "/custom_component/CustomComponentUser.qml"); in testQMLCustomComponent()
56 parseAndCheck(TEST_FILES_DIR "/custom_component/CustomComponent.qml"); in testQMLCustomComponent()
61 parseAndCheck(TEST_FILES_DIR "/qmltypes/AnItem.qml", true); in testQMLTypes()
66 parseAndCheck(TEST_FILES_DIR "/type_mismatch_false_positives/code.js", true); in testTypeMismatchFalsePositives()
72 parseAndCheck(TEST_FILES_DIR "/js_cross_file_uses/js_variable_use.js"); in testJSUsesBetweenFiles()
73 parseAndCheck(TEST_FILES_DIR "/js_cross_file_uses/js_variable_definition.js"); in testJSUsesBetweenFiles()
79 parseAndCheck(TEST_FILES_DIR "/node.js/module2.js", false); in testNodeJS()
80 parseAndCheck(TEST_FILES_DIR "/node.js/main.js"); in testNodeJS()
96 parseAndCheck(fileName); in testFiles()
[all …]
H A Dtest_files.h28 void parseAndCheck(const QString& fileName, bool check = true);
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/cel/
H A Dcel_test.go722 parseAndCheck := func(expr string) {
736 parseAndCheck(fmt.Sprintf("expr.id + %d", i))