Home
last modified time | relevance | path

Searched +refs:compile +refs:context1 (Results 1 – 25 of 29) sorted by relevance

12

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/nashorn/src/jdk/nashorn/internal/runtime/test/
H A DNoPersistenceCachingTest.java52 private ScriptContext context1, context2, context3; field in NoPersistenceCachingTest
77 context1 = engine.getContext(); in setupTest()
96 engine.eval(scriptTwoContexts, context1); in runTest()
101 engine.eval(scriptThreeContexts, context1); in runTest()
112 final Pattern deoptimizing = Pattern.compile(expectedOutputPattern); in runTest()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/nashorn/src/jdk/nashorn/internal/runtime/test/
H A DNoPersistenceCachingTest.java52 private ScriptContext context1, context2, context3; field in NoPersistenceCachingTest
77 context1 = engine.getContext(); in setupTest()
96 engine.eval(scriptTwoContexts, context1); in runTest()
101 engine.eval(scriptThreeContexts, context1); in runTest()
112 final Pattern deoptimizing = Pattern.compile(expectedOutputPattern); in runTest()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/nashorn/src/jdk/nashorn/internal/runtime/test/
H A DNoPersistenceCachingTest.java52 private ScriptContext context1, context2, context3; field in NoPersistenceCachingTest
77 context1 = engine.getContext(); in setupTest()
96 engine.eval(scriptTwoContexts, context1); in runTest()
101 engine.eval(scriptThreeContexts, context1); in runTest()
112 final Pattern deoptimizing = Pattern.compile(expectedOutputPattern); in runTest()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/nashorn/src/jdk/nashorn/internal/runtime/test/
H A DNoPersistenceCachingTest.java52 private ScriptContext context1, context2, context3; field in NoPersistenceCachingTest
77 context1 = engine.getContext(); in setupTest()
96 engine.eval(scriptTwoContexts, context1); in runTest()
101 engine.eval(scriptThreeContexts, context1); in runTest()
112 final Pattern deoptimizing = Pattern.compile(expectedOutputPattern); in runTest()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/nashorn/src/jdk/nashorn/internal/runtime/test/
H A DNoPersistenceCachingTest.java52 private ScriptContext context1, context2, context3; field in NoPersistenceCachingTest
77 context1 = engine.getContext(); in setupTest()
96 engine.eval(scriptTwoContexts, context1); in runTest()
101 engine.eval(scriptThreeContexts, context1); in runTest()
112 final Pattern deoptimizing = Pattern.compile(expectedOutputPattern); in runTest()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/test/src/jdk/nashorn/internal/runtime/test/
H A DNoPersistenceCachingTest.java52 private ScriptContext context1, context2, context3; field in NoPersistenceCachingTest
77 context1 = engine.getContext(); in setupTest()
96 engine.eval(scriptTwoContexts, context1); in runTest()
101 engine.eval(scriptThreeContexts, context1); in runTest()
112 final Pattern deoptimizing = Pattern.compile(expectedOutputPattern); in runTest()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/test/src/jdk/nashorn/internal/runtime/test/
H A DNoPersistenceCachingTest.java52 private ScriptContext context1, context2, context3; field in NoPersistenceCachingTest
77 context1 = engine.getContext(); in setupTest()
96 engine.eval(scriptTwoContexts, context1); in runTest()
101 engine.eval(scriptThreeContexts, context1); in runTest()
112 final Pattern deoptimizing = Pattern.compile(expectedOutputPattern); in runTest()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/tests/unittests/
H A DDeviceManagerTest.cpp123 auto f = EXIT_ON_ERR(backend->compile(F, cctx.backendOpts)); in compileFunctions()
371 context1 = runF1.get(); in TEST_P()
373 ASSERT_TRUE(context1); in TEST_P()
375 EXPECT_NE(context1, context2); in TEST_P()
470 context1 = runF1.get(); in TEST_P()
472 ASSERT_TRUE(context1); in TEST_P()
474 EXPECT_NE(context1, context2); in TEST_P()
554 context1 = runF1.get(); in TEST_P()
556 ASSERT_TRUE(context1); in TEST_P()
655 context1 = runF1.get(); in TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/third_party/wpt/wpt/tools/lint/
H A Dlint.py217 drafts_csswg_re = re.compile(r"https?\:\/\/drafts\.csswg\.org\/([^/?#]+)")
218 w3c_tr_re = re.compile(r"https?\:\/\/www\.w3c?\.org\/TR\/([^/?#]+)")
219 w3c_dev_re = re.compile(r"https?\:\/\/dev\.w3c?\.org\/[^/?#]+\/([^/?#]+)")
304 context1 = (name, spec, ", ".join(sorted(spec_paths)))
306 context1))
602 broken_js_metadata = re.compile(br"//\s*META:")
603 broken_python_metadata = re.compile(br"#\s*META:")
684 ahem_font_re = re.compile(b"font.*:.*ahem", flags=re.IGNORECASE)
687 ahem_stylesheet_re = re.compile(b"\/fonts\/ahem\.css|support\/ahem.css",
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/lint/
H A Dlint.py222 drafts_csswg_re = re.compile(r"https?\:\/\/drafts\.csswg\.org\/([^/?#]+)")
223 w3c_tr_re = re.compile(r"https?\:\/\/www\.w3c?\.org\/TR\/([^/?#]+)")
224 w3c_dev_re = re.compile(r"https?\:\/\/dev\.w3c?\.org\/[^/?#]+\/([^/?#]+)")
309 context1 = (name, spec, ", ".join(sorted(spec_paths)))
311 context1))
650 broken_js_metadata = re.compile(br"//\s*META:")
651 broken_python_metadata = re.compile(br"#\s*META:")
708 ahem_font_re = re.compile(b"font.*:.*ahem", flags=re.IGNORECASE)
711 ahem_stylesheet_re = re.compile(b"\/fonts\/ahem\.css|support\/ahem.css",
/dports/devel/py-cheetah3/Cheetah3-3.2.6/docs/users_guide/
H A Dcomparisons.rst73 VelocityContext context1 = new VelocityContext();
74 context1.put("name","Velocity");
75 context1.put("project", "Jakarta");
76 context1.put("duplicate", "I am in context1");
271 use "cheetah compile" or "cheetah fill" in a pipeline, use {-} as
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/lint/
H A Dlint.py250 drafts_csswg_re = re.compile(r"https?\:\/\/drafts\.csswg\.org\/([^/?#]+)")
251 w3c_tr_re = re.compile(r"https?\:\/\/www\.w3c?\.org\/TR\/([^/?#]+)")
252 w3c_dev_re = re.compile(r"https?\:\/\/dev\.w3c?\.org\/[^/?#]+\/([^/?#]+)")
331 context1 = (name, spec, ", ".join(sorted(spec_paths)))
333 context1))
713 broken_js_metadata = re.compile(br"//\s*META:")
714 broken_python_metadata = re.compile(br"#\s*META:")
771 ahem_font_re = re.compile(br"font.*:.*ahem", flags=re.IGNORECASE)
774 ahem_stylesheet_re = re.compile(br"\/fonts\/ahem\.css|support\/ahem.css",
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/lint/
H A Dlint.py250 drafts_csswg_re = re.compile(r"https?\:\/\/drafts\.csswg\.org\/([^/?#]+)")
251 w3c_tr_re = re.compile(r"https?\:\/\/www\.w3c?\.org\/TR\/([^/?#]+)")
252 w3c_dev_re = re.compile(r"https?\:\/\/dev\.w3c?\.org\/[^/?#]+\/([^/?#]+)")
331 context1 = (name, spec, ", ".join(sorted(spec_paths)))
333 context1))
715 broken_js_metadata = re.compile(br"//\s*META:")
716 broken_python_metadata = re.compile(br"#\s*META:")
773 ahem_font_re = re.compile(br"font.*:.*ahem", flags=re.IGNORECASE)
776 ahem_stylesheet_re = re.compile(br"\/fonts\/ahem\.css|support\/ahem.css",
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/lint/
H A Dlint.py250 drafts_csswg_re = re.compile(r"https?\:\/\/drafts\.csswg\.org\/([^/?#]+)")
251 w3c_tr_re = re.compile(r"https?\:\/\/www\.w3c?\.org\/TR\/([^/?#]+)")
252 w3c_dev_re = re.compile(r"https?\:\/\/dev\.w3c?\.org\/[^/?#]+\/([^/?#]+)")
331 context1 = (name, spec, ", ".join(sorted(spec_paths)))
333 context1))
713 broken_js_metadata = re.compile(br"//\s*META:")
714 broken_python_metadata = re.compile(br"#\s*META:")
771 ahem_font_re = re.compile(br"font.*:.*ahem", flags=re.IGNORECASE)
774 ahem_stylesheet_re = re.compile(br"\/fonts\/ahem\.css|support\/ahem.css",
/dports/net/samba412/samba-4.12.15/python/samba/netcmd/
H A Dldapcmp.py40 RE_RANGED_RESULT = re.compile("^([^;]+);range=(\d+)-(\d+|\*)$")
888 context1=None, context2=None, context3=None, context4=None, context5=None, argument
912 if context1 is None:
921 for c in [context1, context2, context3, context4, context5]:
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/w32-pthreads/tests/
H A DChangeLog104 * context1.c: Include context.h from library sources and remove
122 * join0.c: Remove MSVCRT conditional compile - join should always
256 * context1.c: Likewise.
630 default target now issues help message; compile warnings
750 * context1.c: New; Test context switching method for async
/dports/devel/mingw32-pthreads/pthreads-w32-2-8-0-release/tests/
H A DChangeLog16 * join0.c: Remove MSVCRT conditional compile - join should always
150 * context1.c: Likewise.
524 default target now issues help message; compile warnings
644 * context1.c: New; Test context switching method for async
/dports/devel/py-llvmlite/llvmlite-0.34.0/llvmlite/tests/
H A Dtest_binding.py228 lib_pat = re.compile(r'^([-_a-zA-Z0-9]+)\.so(?:\.\d+){0,3}$')
558 context1 = llvm.create_context()
559 bc = self.module(context=context1).as_bitcode()
/dports/misc/patchutils/patchutils-0.4.2/
H A DMakefile.in405 NEWS README TODO compile depcomp install-sh missing \
676 tests/context1/run-test \
943 mostlyclean-compile:
947 distclean-compile:
2015 tests/context1/run-test.log: tests/context1/run-test
2510 distclean-am: clean-am distclean-compile distclean-generic \
2571 mostlyclean-am: mostlyclean-compile mostlyclean-generic
2594 dist-xz dist-zip distcheck distclean distclean-compile \
2605 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
/dports/benchmarks/unixbench/byte-unixbench-5.1.3/UnixBench/
H A DREADME34 Fixed issue that would cause a race condition if you attempted to compile in
109 benchmarks. Since these may not compile on all systems, you can enable/
119 Made the tests compile and run on x86-64/Linux (fixed an execl bug passing
188 * The Pipe-based Context Switching test (context1) was being dropped
/dports/lang/nim/nim-1.6.2/tests/stdlib/
H A Dtrstgen.nim543 context1
1460 //compile compile1
1467 check(optionListLabel("compile") &
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dstartup.inc17625 " compile-context1.1"
17679 "(compile-context1.1"
33491 "(compile-context1.1"
33614 "(compile-context1.1"
33711 "(compile-context1.1"
33850 "(compile-context1.1"
33905 "(compile-context1.1"
33947 "(compile-context1.1"
41543 "(compile-context1.1"
46668 " internal-definition-context1.1"
[all …]
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dstartup.inc17625 " compile-context1.1"
17679 "(compile-context1.1"
33491 "(compile-context1.1"
33614 "(compile-context1.1"
33711 "(compile-context1.1"
33850 "(compile-context1.1"
33905 "(compile-context1.1"
33947 "(compile-context1.1"
41543 "(compile-context1.1"
46668 " internal-definition-context1.1"
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/scsi/
H A DChangeLog.lpfc95 * Fix compile warning/resultant panic in
210 * Fixed compile error for implicit definition of struct
331 lpfc_sli_handle_mb_event, pmb->context1 points to a waitq. Do
403 compile warnings on 64 bit platforms: %variables for %llx format
894 * Fix compile warning in lpfc_fcp.c.
1628 * Made changes to compile without IPFC support for the default
1688 kernel compile. Does not recompile all files on every
1850 * Facilitate compile time turn on/off of lpfc_network_on.
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/scsi/
H A DChangeLog.lpfc95 * Fix compile warning/resultant panic in
210 * Fixed compile error for implicit definition of struct
331 lpfc_sli_handle_mb_event, pmb->context1 points to a waitq. Do
403 compile warnings on 64 bit platforms: %variables for %llx format
894 * Fix compile warning in lpfc_fcp.c.
1628 * Made changes to compile without IPFC support for the default
1688 kernel compile. Does not recompile all files on every
1850 * Facilitate compile time turn on/off of lpfc_network_on.

12