Home
last modified time | relevance | path

Searched refs:compile (Results 226 – 250 of 60534) sorted by relevance

12345678910>>...2422

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/iosxr/plugins/module_utils/network/iosxr/rm_templates/
H A Dbgp_address_family.py280 "getval": re.compile(
294 "getval": re.compile(
307 "getval": re.compile(
327 "getval": re.compile(
344 "getval": re.compile(
365 "getval": re.compile(
395 "getval": re.compile(
412 "getval": re.compile(
429 "getval": re.compile(
449 "getval": re.compile(
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/compiler_tests/
H A DQualificationOrder_test.cpp49 if (compile(shaderString)) in TEST_F()
65 if (compile(shaderString)) in TEST_F()
80 if (compile(shaderString)) in TEST_F()
96 if (compile(shaderString)) in TEST_F()
115 if (compile(shaderString)) in TEST_F()
133 if (compile(shaderString)) in TEST_F()
151 if (compile(shaderString)) in TEST_F()
169 if (compile(shaderString)) in TEST_F()
187 if (compile(shaderString)) in TEST_F()
205 if (compile(shaderString)) in TEST_F()
[all …]
H A DRemoveUnreferencedVariables_test.cpp33 compile(shaderString); in TEST_F()
49 compile(shaderString); in TEST_F()
64 compile(shaderString); in TEST_F()
83 compile(shaderString); in TEST_F()
104 compile(shaderString); in TEST_F()
122 compile(shaderString); in TEST_F()
140 compile(shaderString); in TEST_F()
160 compile(shaderString); in TEST_F()
183 compile(shaderString); in TEST_F()
207 compile(shaderString); in TEST_F()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/type_erasure/test/
H A DJamfile.jam51 compile test_param.cpp ;
52 compile test_is_subconcept.cpp ;
53 compile test_sfinae.cpp ;
54 compile test_interface_order.cpp ;
55 compile test_is_placeholder.cpp ;
57 compile-fail fail_default_construct.cpp ;
64 compile-fail fail_not_incrementable.cpp ;
66 compile-fail fail_ref_assign.cpp ;
67 compile-fail fail_cref_assign.cpp ;
68 compile-fail fail_rref_assign.cpp ;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/type_erasure/test/
H A DJamfile.jam51 compile test_param.cpp ;
52 compile test_is_subconcept.cpp ;
53 compile test_sfinae.cpp ;
54 compile test_interface_order.cpp ;
55 compile test_is_placeholder.cpp ;
57 compile-fail fail_default_construct.cpp ;
64 compile-fail fail_not_incrementable.cpp ;
66 compile-fail fail_ref_assign.cpp ;
67 compile-fail fail_cref_assign.cpp ;
68 compile-fail fail_rref_assign.cpp ;
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/type_erasure/test/
H A DJamfile.jam51 compile test_param.cpp ;
52 compile test_is_subconcept.cpp ;
53 compile test_sfinae.cpp ;
54 compile test_interface_order.cpp ;
55 compile test_is_placeholder.cpp ;
57 compile-fail fail_default_construct.cpp ;
64 compile-fail fail_not_incrementable.cpp ;
66 compile-fail fail_ref_assign.cpp ;
67 compile-fail fail_cref_assign.cpp ;
68 compile-fail fail_rref_assign.cpp ;
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/type_erasure/test/
H A DJamfile.jam51 compile test_param.cpp ;
52 compile test_is_subconcept.cpp ;
53 compile test_sfinae.cpp ;
54 compile test_interface_order.cpp ;
55 compile test_is_placeholder.cpp ;
57 compile-fail fail_default_construct.cpp ;
64 compile-fail fail_not_incrementable.cpp ;
66 compile-fail fail_ref_assign.cpp ;
67 compile-fail fail_cref_assign.cpp ;
68 compile-fail fail_rref_assign.cpp ;
[all …]
/dports/devel/coursier/coursier-1.1.0-M12/modules/tests/shared/src/test/resources/resolutions/org.nd4j/nd4j-native/
H A D0.5.02 com.google.guava:guava:18.0:compile
3 commons-io:commons-io:2.4:compile
6 org.bytedeco:javacpp:1.2.3:compile
7 org.javassist:javassist:3.18.2-GA:compile
8 org.nd4j:nd4j-api:0.5.0:compile
10 org.nd4j:nd4j-buffer:0.5.0:compile
11 org.nd4j:nd4j-common:0.5.0:compile
12 org.nd4j:nd4j-context:0.5.0:compile
13 org.nd4j:nd4j-native:0.5.0:compile
14 org.nd4j:nd4j-native-api:0.5.0:compile
[all …]
/dports/devel/coursier/coursier-1.1.0-M12/modules/tests/shared/src/test/resources/resolutions/io.get-coursier/coursier-cli_2.12/
H A D1.1.0-M81 com.chuusai:shapeless_2.12:2.3.3:compile
6 io.argonaut:argonaut_2.12:6.2.1:compile
8 io.get-coursier:coursier-cli_2.12:1.1.0-M8:compile
9 io.get-coursier:coursier-core_2.12:1.1.0-M8:compile
11 org.scala-lang:scala-library:2.12.6:compile
12 org.scala-lang:scala-reflect:2.12.6:compile
14 org.typelevel:cats-core_2.12:1.4.0:compile
15 org.typelevel:cats-kernel_2.12:1.4.0:compile
16 org.typelevel:cats-macros_2.12:1.4.0:compile
17 org.typelevel:machinist_2.12:0.6.5:compile
[all …]
/dports/www/py-weboob/weboob-2.0/weboob/tools/
H A Ddate.py87 _illegal_formatting = re.compile(r"((^|[^%])(%%)*%[sy])")
240 (re.compile(u'mars', re.I), u'march'),
241 (re.compile(u'avril', re.I), u'april'),
242 (re.compile(u'mai', re.I), u'may'),
243 (re.compile(u'juin', re.I), u'june'),
244 (re.compile(u'juillet', re.I), u'july'),
256 (re.compile(u'avr\\.', re.I), u'april'),
257 (re.compile(u'\\bavr\\b', re.I), u'april'),
258 (re.compile(u'juil\\.', re.I), u'july'),
259 (re.compile(u'juill\\.', re.I), u'july'),
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/nxos/plugins/module_utils/network/nxos/rm_templates/
H A Dospfv2.py214 "getval": re.compile(
232 "getval": re.compile(
248 "getval": re.compile(
262 "getval": re.compile(
278 "getval": re.compile(
303 "getval": re.compile(
327 "getval": re.compile(
339 "getval": re.compile(
359 "getval": re.compile(
379 "getval": re.compile(
[all …]
/dports/devel/py-odfpy/odfpy-1.4.1/contrib/syntaxhighlight/
H A Dsyntaxhighlight.py252 ('NEWLINE', re.compile( r'\r?\n'), 'NewPara'),
255 ('UNKNOWN', re.compile( r'.'), None)
261 ('UNKNOWN', re.compile( r'.'), 'Keep')
283 ('NEWLINE', re.compile( r'\r?\n'), 'NewPara'),
285 ('UNKNOWN', re.compile( r'.'), None)
309 ('UNKNOWN', re.compile( r'.'), None)
315 ('UNKNOWN', re.compile( r'.*?(?!\n)'), 'Keep')
326 ('NEWLINE', re.compile( r'\r?\n'), 'NewPara'),
327 ('UNKNOWN', re.compile( r'[^<]*'), None)
332 ('ENDTAG', re.compile( r'>'), tagstyle),
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/
H A Dcallstats_groups.py8 ('Group-IC', re.compile(".*IC_.*")),
13 ('Group-Compile', re.compile("(^Compile.*)|(.*_Compile.*)")),
14 ('Group-ParseBackground', re.compile(".*ParseBackground.*")),
15 ('Group-Parse', re.compile(".*Parse.*")),
16 ('Group-Callback', re.compile(".*Callback.*")),
17 ('Group-API', re.compile(".*API.*")),
18 ('Group-GC-Custom', re.compile("GC_Custom_.*")),
19 ('Group-GC-Background', re.compile(".*GC.*BACKGROUND.*")),
20 ('Group-GC', re.compile("GC_.*|AllocateInTargetSpace")),
21 ('Group-JavaScript', re.compile("JS_Execution")),
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/
H A Dcallstats_groups.py8 ('Group-IC', re.compile(".*IC_.*")),
13 ('Group-Compile', re.compile("(^Compile.*)|(.*_Compile.*)")),
14 ('Group-ParseBackground', re.compile(".*ParseBackground.*")),
15 ('Group-Parse', re.compile(".*Parse.*")),
16 ('Group-Callback', re.compile(".*Callback.*")),
17 ('Group-API', re.compile(".*API.*")),
18 ('Group-GC-Custom', re.compile("GC_Custom_.*")),
19 ('Group-GC-Background', re.compile(".*GC.*BACKGROUND.*")),
20 ('Group-GC', re.compile("GC_.*|AllocateInTargetSpace")),
21 ('Group-JavaScript', re.compile("JS_Execution")),
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/yap/test/
H A DJamfile.v242 compile compile_is_expr.cpp ;
43 compile compile_const_term.cpp ;
47 compile compile_term_plus_x.cpp ;
54 compile-fail fail_get.cpp ;
55 compile-fail fail_left.cpp ;
56 compile-fail fail_right.cpp ;
57 compile-fail fail_cond.cpp ;
58 compile-fail fail_then.cpp ;
59 compile-fail fail_else.cpp ;
60 compile-fail fail_callable.cpp ;
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/yap/test/
H A DJamfile.v242 compile compile_is_expr.cpp ;
43 compile compile_const_term.cpp ;
47 compile compile_term_plus_x.cpp ;
54 compile-fail fail_get.cpp ;
55 compile-fail fail_left.cpp ;
56 compile-fail fail_right.cpp ;
57 compile-fail fail_cond.cpp ;
58 compile-fail fail_then.cpp ;
59 compile-fail fail_else.cpp ;
60 compile-fail fail_callable.cpp ;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/yap/test/
H A DJamfile.v242 compile compile_is_expr.cpp ;
43 compile compile_const_term.cpp ;
47 compile compile_term_plus_x.cpp ;
54 compile-fail fail_get.cpp ;
55 compile-fail fail_left.cpp ;
56 compile-fail fail_right.cpp ;
57 compile-fail fail_cond.cpp ;
58 compile-fail fail_then.cpp ;
59 compile-fail fail_else.cpp ;
60 compile-fail fail_callable.cpp ;
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/yap/test/
H A DJamfile.v243 compile compile_is_expr.cpp ;
44 compile compile_const_term.cpp ;
48 compile compile_term_plus_x.cpp ;
55 compile-fail fail_get.cpp ;
56 compile-fail fail_left.cpp ;
57 compile-fail fail_right.cpp ;
58 compile-fail fail_cond.cpp ;
59 compile-fail fail_then.cpp ;
60 compile-fail fail_else.cpp ;
61 compile-fail fail_callable.cpp ;
[all …]
/dports/games/OpenLara/OpenLara-b4b19f2/src/shaders/
H A Dcompile_d3d9.bat8 call :compile compose_mirror
9 call :compile compose_flash
15 call :compile water_drop
16 call :compile water_simulate
17 call :compile water_caustics
18 call :compile water_rays
19 call :compile water_mask
20 call :compile water_compose
28 call :compile gui
33 :compile label
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/regex/
H A DRegExTest.java493 p = Pattern.compile("...\\R"); in hitEndTest()
2172 p = Pattern.compile("$"); in findIntTest()
2474 p = Pattern.compile(".+$"); in anchorTest()
2513 p = Pattern.compile(".+$"); in anchorTest()
2594 p = Pattern.compile("a|ad"); in matchesTest()
3140 p = Pattern.compile("(abc)"); in stringbufferSubstitute()
3421 p = Pattern.compile("(abc)"); in stringbuilderSubstitute()
3620 p = Pattern.compile("\\x23"); in escapes()
3648 p = Pattern.compile("abc"); in blankInput()
3653 p = Pattern.compile("a*"); in blankInput()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/regex/
H A DRegExTest.java492 p = Pattern.compile("...\\R"); in hitEndTest()
2155 p = Pattern.compile("$"); in findIntTest()
2457 p = Pattern.compile(".+$"); in anchorTest()
2496 p = Pattern.compile(".+$"); in anchorTest()
2577 p = Pattern.compile("a|ad"); in matchesTest()
3123 p = Pattern.compile("(abc)"); in stringbufferSubstitute()
3404 p = Pattern.compile("(abc)"); in stringbuilderSubstitute()
3603 p = Pattern.compile("\\x23"); in escapes()
3631 p = Pattern.compile("abc"); in blankInput()
3636 p = Pattern.compile("a*"); in blankInput()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/compiler_tests/
H A DQualificationOrder_test.cpp61 if (compile(shaderString, GL_FRAGMENT_SHADER, SH_GLES3_1_SPEC)) in TEST_F()
127 if (compile(shaderString, GL_VERTEX_SHADER, SH_GLES3_SPEC)) in TEST_F()
145 if (compile(shaderString, GL_FRAGMENT_SHADER, SH_GLES3_SPEC)) in TEST_F()
233 if (compile(shaderString, GL_VERTEX_SHADER, SH_GLES3_SPEC)) in TEST_F()
251 if (compile(shaderString, GL_VERTEX_SHADER, SH_GLES3_SPEC)) in TEST_F()
298 if (compile(shaderString, GL_VERTEX_SHADER, SH_GLES3_SPEC)) in TEST_F()
318 if (compile(shaderString, GL_VERTEX_SHADER, SH_GLES3_SPEC)) in TEST_F()
337 if (compile(shaderString, GL_VERTEX_SHADER, SH_GLES3_SPEC)) in TEST_F()
356 if (compile(shaderString, GL_VERTEX_SHADER, SH_GLES3_SPEC)) in TEST_F()
375 if (compile(shaderString, GL_VERTEX_SHADER, SH_GLES3_SPEC)) in TEST_F()
[all …]
/dports/devel/coursier/coursier-1.1.0-M12/modules/tests/shared/src/test/resources/resolutions/org.talend.daikon/daikon/
H A D0.19.0-SNAPSHOT1 com.cedarsoftware:json-io:4.9.9-TALEND:compile
3 com.fasterxml.jackson.core:jackson-core:2.5.3:compile
5 com.thoughtworks.paranamer:paranamer:2.7:compile
6 commons-codec:commons-codec:1.6:compile
7 javax.inject:javax.inject:1:compile
8 javax.servlet:javax.servlet-api:3.1.0:compile
9 org.apache.avro:avro:1.8.1:compile
11 org.apache.commons:commons-lang3:3.4:compile
14 org.slf4j:slf4j-api:1.7.12:compile
16 org.tukaani:xz:1.5:compile
[all …]
/dports/devel/py-zope.schema/zope.schema-4.2.2/src/zope/schema/tests/
H A D__init__.py11 (re.compile(r"u'([^']*)'"),
13 (re.compile(r"^b'([^']*)'"),
15 (re.compile(r"([^'])b'([^']*)'"),
17 (re.compile(r"<class 'bytes'>"),
19 (re.compile(r"<class 'str'>"),
25 (re.compile(r"zope.schema.interfaces.InvalidId:"),
29 (re.compile(r"zope.schema.interfaces.InvalidURI:"),
33 (re.compile(r"zope.schema.interfaces.InvalidDottedName:"),
35 (re.compile(
39 (re.compile(
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/regex/
H A DRegExTest.java477 p = Pattern.compile("...\\R"); in hitEndTest()
2140 p = Pattern.compile("$"); in findIntTest()
2442 p = Pattern.compile(".+$"); in anchorTest()
2481 p = Pattern.compile(".+$"); in anchorTest()
2562 p = Pattern.compile("a|ad"); in matchesTest()
3108 p = Pattern.compile("(abc)"); in stringbufferSubstitute()
3389 p = Pattern.compile("(abc)"); in stringbuilderSubstitute()
3588 p = Pattern.compile("\\x23"); in escapes()
3616 p = Pattern.compile("abc"); in blankInput()
3621 p = Pattern.compile("a*"); in blankInput()
[all …]

12345678910>>...2422