Home
last modified time | relevance | path

Searched refs:EMCC (Results 1 – 25 of 132) sorted by relevance

123456

/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dtest_other.py169 for compiler in [EMCC, EMXX]:
178 for compiler in [EMCC, EMXX]:
204 'c': [EMCC, '.c'],
245 'c': [EMCC, '.c'],
265 'c': [EMCC, '.c'],
291 'c': [EMCC],
622 for compiler in [EMCC, EMXX]:
1436 compiler = [EMCC]
2779 self.run_process([EMCC,
4752 self.run_process([EMCC,
[all …]
H A Dtest_sanity.py167 if command[0] == EMCC or (len(command) >= 2 and command[1] == EMCC):
256 output = self.check_working(EMCC)
288 self.check_working(EMCC)
293 self.check_working(EMCC)
303 output = self.check_working(EMCC)
346 output = self.check_working(EMCC)
353 output = self.check_working(EMCC)
359 output = self.check_working(EMCC)
458 output = self.do([EMCC])
471 self.do([EMCC])
[all …]
H A Dtest_interactive.py15 from tools.shared import Popen, EMCC, WINDOWS, which
66 …Popen([EMCC, '-O2', '--closure', '1', '--minify', '0', os.path.join(self.get_dir(), 'sdl_audio.c')…
82 …Popen([EMCC, '-O2', '--minify', '0', os.path.join(self.get_dir(), 'sdl_audio_mix_channels.c'), '--…
91 …Popen([EMCC, '-O2', '--minify', '0', os.path.join(self.get_dir(), 'sdl_audio_mix.c'), '--preload-f…
99 …Popen([EMCC, '-O2', '--closure', '1', '--minify', '0', os.path.join(self.get_dir(), 'sdl_audio_pan…
141 …Popen([EMCC, '-O2', '--closure', '1', '--minify', '0', os.path.join(self.get_dir(), 'sdl2_audio_be…
149 …Popen([EMCC, '-O2', os.path.join(self.get_dir(), 'openal_playback.cpp'), '--preload-file', 'audio.…
198 Popen([EMCC, '-O2'] + self.get_freealut_library() + ['-o', 'page.html']).communicate()
H A Dtest_sockets.py28 from tools.shared import PYTHON, EMCC, NODE_JS, path_from_root, Popen, PIPE, WINDOWS, run_process, …
120 …proc = run_process([EMCC, '-Werror', path_from_root('tests', self.filename), '-o', 'server.js', '-…
400 …self.run_process([EMCC, '-Werror', temp_host_filepath, '-o', host_outfile] + ['-s', 'GL_TESTING=1'…
401 …self.run_process([EMCC, '-Werror', temp_peer_filepath, '-o', peer_outfile] + ['-s', 'GL_TESTING=1'…
431 …self.run_process([EMCC, '-Werror', path_from_root('tests', 'sockets', 'test_sockets_echo_client.c'…
445 …self.run_process([EMCC, '-Werror', path_from_root('tests', 'sockets', 'test_sockets_echo_client.c'…
468 …self.run_process([EMCC, '-Werror', path_from_root('tests', 'sockets', 'test_sockets_echo_client.c'…
/dports/audio/faust/faust-2.37.3/tools/faust2appls/
H A Dfaust2webaudiowasm15 EMCC="false"
70 EMCC="true"
91 if [ $EMCC = "true" ]; then
106 if [ $EMCC = "true" ]; then
122 if [ $EMCC = "true" ]; then
135 if [ $EMCC = "true" ]; then
186 if [ $EMCC = "true" ]; then
195 if [ $EMCC != "true" ]; then
203 if [ $EMCC = "true" ]; then
225 if [ $EMCC = "true" ]; then
[all …]
H A Dfaust2webaudiowast15 EMCC="false"
60 EMCC="true"
79 if [ $EMCC = "true" ]; then
96 if [ $EMCC = "true" ]; then
125 if [ $EMCC = "true" ]; then
143 if [ $EMCC = "true" ]; then
166 if [ $EMCC != "true" ]; then
H A Dfaust2wasm25 EMCC="false"
71 EMCC="true"
102 if [ $EMCC = "true" ]; then
119 if [ $EMCC = "true" ]; then
147 if [ $EMCC = "true" ] ; then
175 if [ $EMCC = "true" ]; then
281 if [ $EMCC = "true" ] ; then
311 if [ $EMCC = "true" ]; then
350 if [ $EMCC = "true" ]; then
/dports/audio/faust/faust-2.37.3/tools/benchmark/
H A Dfaust2benchwasm5 EMCC="false"
44 EMCC="true"
66 if [ $EMCC = "true" ]; then
87 if [ $EMCC = "true" ]; then
122 if [ $EMCC = "true" ]; then
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/web/
H A DMakefile27 EMCC = emcc macro
36 $(EMCC) $(EMCC_CFLAGS) -c -MM -MT dist/wasm/$*.bc $< >dist/wasm/$*.d
37 $(EMCC) $(EMCC_CFLAGS) -c -o dist/wasm/$*.bc $<
42 $(EMCC) $(EMCC_CFLAGS) -o dist/wasm/tvmjs_runtime.js $+ $(EMCC_LDFLAGS)
/dports/audio/faust/faust-2.37.3/compiler/errors/
H A Dexception.hh32 #if !defined(EMCC) && !defined(WIN32) && !defined(ANDROID) && !defined(ALPINE)
38 #ifdef EMCC
57 #if !defined(EMCC) && !defined(WIN32) && !defined(ANDROID) && !defined(ALPINE) in stacktrace()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dexport.cpp52 #ifdef EMCC
63 #if defined(EMCC) && defined(FAUST_LIB)
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/translation/cld2/
H A DMakefile12 EMCC ?= $(EMSCRIPTEN_ROOT)/emcc macro
61 $(EMCC) -Os -I. -o $@ $<
71 $(EMCC) $(FLAGS) -I. -o cld-worker.js $(OBJECTS) --post-js cld.js --post-js post.js
/dports/www/firefox/firefox-99.0/browser/components/translation/cld2/
H A DMakefile12 EMCC ?= $(EMSCRIPTEN_ROOT)/emcc macro
61 $(EMCC) -Os -I. -o $@ $<
71 $(EMCC) $(FLAGS) -I. -o cld-worker.js $(OBJECTS) --post-js cld.js --post-js post.js
/dports/www/firefox-esr/firefox-91.8.0/browser/components/translation/cld2/
H A DMakefile12 EMCC ?= $(EMSCRIPTEN_ROOT)/emcc macro
61 $(EMCC) -Os -I. -o $@ $<
71 $(EMCC) $(FLAGS) -I. -o cld-worker.js $(OBJECTS) --post-js cld.js --post-js post.js
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/translation/cld2/
H A DMakefile12 EMCC ?= $(EMSCRIPTEN_ROOT)/emcc macro
61 $(EMCC) -Os -I. -o $@ $<
71 $(EMCC) $(FLAGS) -I. -o cld-worker.js $(OBJECTS) --post-js cld.js --post-js post.js
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/translation/cld2/
H A DMakefile12 EMCC ?= $(EMSCRIPTEN_ROOT)/emcc macro
61 $(EMCC) -Os -I. -o $@ $<
71 $(EMCC) $(FLAGS) -I. -o cld-worker.js $(OBJECTS) --post-js cld.js --post-js post.js
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/translation/cld2/
H A DMakefile12 EMCC ?= $(EMSCRIPTEN_ROOT)/emcc macro
61 $(EMCC) -Os -I. -o $@ $<
71 $(EMCC) $(FLAGS) -I. -o cld-worker.js $(OBJECTS) --post-js cld.js --post-js post.js
/dports/security/olm/olm-3.2.6/
H A DMakefile12 EMCC = emcc macro
111 EMCC.c = $(EMCC) $(CFLAGS) $(CPPFLAGS) -c
112 EMCC.cc = $(EMCC) $(CXXFLAGS) $(CPPFLAGS) -c
113 EMCC_LINK = $(EMCC) $(LDFLAGS) $(EMCCFLAGS)
316 $(EMCC.c) $(OUTPUT_OPTION) $<
320 $(EMCC.cc) $(OUTPUT_OPTION) $<
324 $(EMCC.c) $(OUTPUT_OPTION) $<
328 $(EMCC.cc) $(OUTPUT_OPTION) $<
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/mkspecs/features/wasm/
H A Demcc_ver.prf6 EMCC = $$system("emcc -v 2>&1", lines)
7 EMCC_LINE = $$find(EMCC, "^.*\b(emcc)\b.*$")
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/mkspecs/features/wasm/
H A Demcc_ver.prf6 EMCC = $$system("emcc -v 2>&1", lines)
7 EMCC_LINE = $$find(EMCC, "^.*\b(emcc)\b.*$")
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/mkspecs/features/wasm/
H A Demcc_ver.prf6 EMCC = $$system("emcc -v 2>&1", lines)
7 EMCC_LINE = $$find(EMCC, "^.*\b(emcc)\b.*$")
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/mkspecs/features/wasm/
H A Demcc_ver.prf6 EMCC = $$system("emcc -v 2>&1", lines)
7 EMCC_LINE = $$find(EMCC, "^.*\b(emcc)\b.*$")
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/mkspecs/features/wasm/
H A Demcc_ver.prf6 EMCC = $$system("emcc -v 2>&1", lines)
7 EMCC_LINE = $$find(EMCC, "^.*\b(emcc)\b.*$")
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/mkspecs/features/wasm/
H A Demcc_ver.prf6 EMCC = $$system("emcc -v 2>&1", lines)
7 EMCC_LINE = $$find(EMCC, "^.*\b(emcc)\b.*$")
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/mkspecs/features/wasm/
H A Demcc_ver.prf6 EMCC = $$system("emcc -v 2>&1", lines)
7 EMCC_LINE = $$find(EMCC, "^.*\b(emcc)\b.*$")

123456