Home
last modified time | relevance | path

Searched refs:osp (Results 1 – 25 of 1985) sorted by relevance

12345678910>>...80

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/object/
H A Dobjectsnd.cpp100 obj_snd *osp; variable
115 for ( osp = GET_FIRST(&obj_snd_list); osp !=END_OF_LIST(&obj_snd_list); osp = GET_NEXT(osp) ) {
222 obj_snd *osp; in obj_snd_stop() local
334 obj_snd *osp; in obj_snd_stop_lowest_vol() local
341 for ( osp = GET_FIRST(&obj_snd_list); osp !=END_OF_LIST(&obj_snd_list); osp = GET_NEXT(osp) ) { in obj_snd_stop_lowest_vol()
345 if ( (osp->instance != -1) && (osp->vol < lowest_vol) ) { in obj_snd_stop_lowest_vol()
452 obj_snd *osp; in obj_snd_do_frame() local
483 for ( osp = GET_FIRST(&obj_snd_list); osp !=END_OF_LIST(&obj_snd_list); osp = GET_NEXT(osp) ) { in obj_snd_do_frame()
588 …new_vol = max_vol - (distance - Snds[osp->id].min) * max_vol / (Snds[osp->id].max - Snds[osp->id].… in obj_snd_do_frame()
779 osp = NULL; in obj_snd_delete()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/object/
H A Dobjectsnd.cpp107 obj_snd *osp; variable
122 for ( osp = GET_FIRST(&obj_snd_list); osp !=END_OF_LIST(&obj_snd_list); osp = GET_NEXT(osp) ) {
236 obj_snd *osp; in obj_snd_stop() local
326 obj_snd *osp; in obj_snd_stop_lowest_vol() local
333 for ( osp = GET_FIRST(&obj_snd_list); osp !=END_OF_LIST(&obj_snd_list); osp = GET_NEXT(osp) ) { in obj_snd_stop_lowest_vol()
337 if ((osp->instance.isValid()) && (osp->vol < lowest_vol)) { in obj_snd_stop_lowest_vol()
445 obj_snd *osp; in obj_snd_do_frame() local
476 for ( osp = GET_FIRST(&obj_snd_list); osp !=END_OF_LIST(&obj_snd_list); osp = GET_NEXT(osp) ) { in obj_snd_do_frame()
788 osp->flags = 0; in obj_snd_delete()
789 osp = NULL; in obj_snd_delete()
[all …]
/dports/devel/py-spyder/spyder-3.2.7/spyder/config/
H A Dbase.py19 import os.path as osp namespace
154 return osp.abspath(osp.dirname(sys.modules[modname].__file__))
167 parentdir = osp.join(datapath, osp.pardir)
171 datapath = osp.abspath(osp.join(osp.join(parentdir, osp.pardir),
174 datapath = osp.abspath(osp.join(datapath, relpath))
188 parentdir = osp.join(srcpath, osp.pardir)
192 srcpath = osp.abspath(osp.join(osp.join(parentdir, osp.pardir),
195 srcpath = osp.abspath(osp.join(srcpath, basename))
201 return osp.isfile(osp.join(get_module_path('spyder'), osp.pardir))
227 return osp.abspath(osp.join(img_path, default))
[all …]
/dports/cad/scotch/aster-full-src-14.6.0/
H A Dproducts.py31 import os.path as osp namespace
87 if not osp.exists('lib'):
98 path = osp.join(value, "lib64")
99 if osp.isdir(path):
100 if glob(osp.join(path, ".so")) or glob(osp.join(path, ".a")):
103 path = osp.join(value, "lib")
104 if osp.isdir(path):
271 workdir = osp.join(cfg['HOME_GMSH'], os.pardir),
346 cfg['HOME_TCL_TK']=osp.abspath(osp.join(cfg['WISH_EXE'],os.pardir,os.pardir))
496 [osp.join('__setup.installdir__', 'lib',
[all …]
/dports/french/med/aster-full-src-14.6.0/
H A Dproducts.py31 import os.path as osp namespace
87 if not osp.exists('lib'):
98 path = osp.join(value, "lib64")
99 if osp.isdir(path):
100 if glob(osp.join(path, ".so")) or glob(osp.join(path, ".a")):
103 path = osp.join(value, "lib")
104 if osp.isdir(path):
271 workdir = osp.join(cfg['HOME_GMSH'], os.pardir),
346 cfg['HOME_TCL_TK']=osp.abspath(osp.join(cfg['WISH_EXE'],os.pardir,os.pardir))
496 [osp.join('__setup.installdir__', 'lib',
[all …]
/dports/math/mumps/aster-full-src-14.6.0/
H A Dproducts.py31 import os.path as osp namespace
87 if not osp.exists('lib'):
98 path = osp.join(value, "lib64")
99 if osp.isdir(path):
100 if glob(osp.join(path, ".so")) or glob(osp.join(path, ".a")):
103 path = osp.join(value, "lib")
104 if osp.isdir(path):
271 workdir = osp.join(cfg['HOME_GMSH'], os.pardir),
346 cfg['HOME_TCL_TK']=osp.abspath(osp.join(cfg['WISH_EXE'],os.pardir,os.pardir))
496 [osp.join('__setup.installdir__', 'lib',
[all …]
/dports/cad/astk-client/aster-full-src-14.6.0/
H A Dproducts.py31 import os.path as osp namespace
87 if not osp.exists('lib'):
98 path = osp.join(value, "lib64")
99 if osp.isdir(path):
100 if glob(osp.join(path, ".so")) or glob(osp.join(path, ".a")):
103 path = osp.join(value, "lib")
104 if osp.isdir(path):
271 workdir = osp.join(cfg['HOME_GMSH'], os.pardir),
346 cfg['HOME_TCL_TK']=osp.abspath(osp.join(cfg['WISH_EXE'],os.pardir,os.pardir))
496 [osp.join('__setup.installdir__', 'lib',
[all …]
/dports/cad/astk-serveur/aster-full-src-14.6.0/
H A Dproducts.py31 import os.path as osp namespace
87 if not osp.exists('lib'):
98 path = osp.join(value, "lib64")
99 if osp.isdir(path):
100 if glob(osp.join(path, ".so")) or glob(osp.join(path, ".a")):
103 path = osp.join(value, "lib")
104 if osp.isdir(path):
271 workdir = osp.join(cfg['HOME_GMSH'], os.pardir),
346 cfg['HOME_TCL_TK']=osp.abspath(osp.join(cfg['WISH_EXE'],os.pardir,os.pardir))
496 [osp.join('__setup.installdir__', 'lib',
[all …]
/dports/science/tfel-edf/aster-full-src-14.6.0/
H A Dproducts.py31 import os.path as osp namespace
87 if not osp.exists('lib'):
98 path = osp.join(value, "lib64")
99 if osp.isdir(path):
100 if glob(osp.join(path, ".so")) or glob(osp.join(path, ".a")):
103 path = osp.join(value, "lib")
104 if osp.isdir(path):
271 workdir = osp.join(cfg['HOME_GMSH'], os.pardir),
346 cfg['HOME_TCL_TK']=osp.abspath(osp.join(cfg['WISH_EXE'],os.pardir,os.pardir))
496 [osp.join('__setup.installdir__', 'lib',
[all …]
/dports/devel/py-flit/flit-3.5.1/flit_core/flit_core/tests/
H A Dtest_buildapi.py3 import os.path as osp namespace
11 samples_dir = osp.join(osp.dirname(__file__), 'samples')
25 with cwd(osp.join(samples_dir,'pep517')):
33 with cwd(osp.join(samples_dir, 'pep621_nodynamic')):
51 assert_isfile(osp.join(td, filename))
52 assert zipfile.is_zipfile(osp.join(td, filename))
61 assert_isfile(osp.join(td, filename))
68 assert_isfile(osp.join(td, filename))
78 assert_isfile(osp.join(td, filename))
85 assert_isdir(osp.join(td, dirname))
[all …]
/dports/devel/py-flit-core/flit_core-3.5.1/flit_core/tests/
H A Dtest_buildapi.py3 import os.path as osp namespace
11 samples_dir = osp.join(osp.dirname(__file__), 'samples')
25 with cwd(osp.join(samples_dir,'pep517')):
33 with cwd(osp.join(samples_dir, 'pep621_nodynamic')):
51 assert_isfile(osp.join(td, filename))
52 assert zipfile.is_zipfile(osp.join(td, filename))
61 assert_isfile(osp.join(td, filename))
68 assert_isfile(osp.join(td, filename))
78 assert_isfile(osp.join(td, filename))
85 assert_isdir(osp.join(td, dirname))
[all …]
/dports/devel/py-jupyterlab/jupyterlab-3.1.14/docs/source/
H A Dconf.py25 import os.path as osp namespace
30 HERE = osp.abspath(osp.dirname(__file__))
105 docs = osp.join(HERE, os.pardir)
106 root = osp.join(docs, os.pardir)
107 docs_api = osp.join(docs, "api")
113 if osp.exists(api_index):
123 dest_dir = osp.join(out_dir, "api")
125 if osp.exists(dest_dir):
137 docs = osp.join(HERE, os.pardir)
138 root = osp.join(docs, os.pardir)
[all …]
/dports/databases/py-pymssql/pymssql-2.1.4/
H A Dsetup.py25 import os.path as osp namespace
38 sys.path.append(osp.join(osp.dirname(__file__), '.pyrex'))
64 ROOT = osp.abspath(osp.dirname(__file__))
71 return osp.join(ROOT, *parts)
73 have_c_files = osp.exists(fpath('_mssql.c')) and osp.exists(fpath('pymssql.c'))
112 if osp.exists(path):
117 if osp.exists(path):
145 if osp.exists(d):
213 if osp.exists(usr_local):
229 if osp.exists(fink):
[all …]
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/tests/
H A Dtest_findinfiles.py26 LOCATION = osp.realpath(osp.join(os.getcwd(), osp.dirname(__file__)))
62 osp.dirname(osp.dirname(LOCATION)),
63 osp.dirname(osp.dirname(osp.dirname(LOCATION))),
170 osp.dirname(osp.dirname(LOCATION)),
171 osp.dirname(osp.dirname(osp.dirname(LOCATION))),
229 osp.dirname(osp.dirname(LOCATION)),
230 osp.dirname(osp.dirname(osp.dirname(LOCATION))),
257 osp.dirname(osp.dirname(LOCATION)),
258 osp.dirname(osp.dirname(osp.dirname(LOCATION))),
362 osp.dirname(osp.dirname(LOCATION)),
[all …]
/dports/devel/py-spyder/spyder-3.2.7/scripts/
H A Dspyder_win_post_install.py8 import os.path as osp namespace
126 if not osp.isdir(start_menu):
131 python = osp.abspath(osp.join(sys.prefix, 'python.exe'))
132 pythonw = osp.abspath(osp.join(sys.prefix, 'pythonw.exe'))
133 script = osp.abspath(osp.join(sys.prefix, 'scripts', 'spyder'))
135 script = osp.abspath(osp.join(osp.dirname(osp.abspath(__file__)), 'spyder'))
141 if not osp.isdir(ico_dir):
142 ico_dir = osp.dirname(osp.abspath(__file__))
166 fname = osp.join(desktop_folder, 'Spyder.lnk')
191 if osp.isfile(fname):
[all …]
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/dev/
H A Dmessages.py27 import os.path as osp namespace
136 return '%s_%d' % (osp.splitext(osp.basename(fcata))[0].upper(), num)
173 l_suppr = [osp.abspath(osp.join(self.repref, f)) \
231 cata = osp.splitext(osp.basename(cata))[0]
346 fabs = osp.abspath(osp.join(self.repref, f))
469 fmod = osp.join(self.wrk_pyt, osp.basename(old_f))
473 fmod = osp.join(self.wrk_pyt, osp.basename(new_f))
497 fout = osp.join(self.wrk_pyt, osp.basename(old_f))
501 fout = osp.join(self.wrk_pyt, osp.basename(new_f))
515 fmod = osp.join(rdest, osp.basename(f))
[all …]
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/dev/
H A Dmessages.py27 import os.path as osp namespace
136 return '%s_%d' % (osp.splitext(osp.basename(fcata))[0].upper(), num)
173 l_suppr = [osp.abspath(osp.join(self.repref, f)) \
231 cata = osp.splitext(osp.basename(cata))[0]
346 fabs = osp.abspath(osp.join(self.repref, f))
469 fmod = osp.join(self.wrk_pyt, osp.basename(old_f))
473 fmod = osp.join(self.wrk_pyt, osp.basename(new_f))
497 fout = osp.join(self.wrk_pyt, osp.basename(old_f))
501 fout = osp.join(self.wrk_pyt, osp.basename(new_f))
515 fmod = osp.join(rdest, osp.basename(f))
[all …]
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/unittest/
H A D010_misc.py5 import os.path as osp namespace
340 assert osp.isfile(osp.join(new, 'file1'))
341 assert osp.isfile(osp.join(new, 'dir1', 'file3'))
364 assert osp.isfile(osp.join(dup, 'file1'))
365 assert osp.isfile(osp.join(dup, 'dir1', 'file3'))
370 assert osp.isfile(osp.join(new, dup, 'file1'))
371 assert osp.isfile(osp.join(new, dup, 'file4'))
377 assert osp.isfile(osp.join(new, 'file1'))
378 assert osp.isfile(osp.join(new, 'file4'))
379 assert osp.isfile(osp.join(new, 'dir1', 'file3'))
[all …]
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/unittest/
H A D010_misc.py5 import os.path as osp namespace
340 assert osp.isfile(osp.join(new, 'file1'))
341 assert osp.isfile(osp.join(new, 'dir1', 'file3'))
364 assert osp.isfile(osp.join(dup, 'file1'))
365 assert osp.isfile(osp.join(dup, 'dir1', 'file3'))
370 assert osp.isfile(osp.join(new, dup, 'file1'))
371 assert osp.isfile(osp.join(new, dup, 'file4'))
377 assert osp.isfile(osp.join(new, 'file1'))
378 assert osp.isfile(osp.join(new, 'file4'))
379 assert osp.isfile(osp.join(new, 'dir1', 'file3'))
[all …]
/dports/cad/astk-client/astk-2020.0/ASTK_SERV/asrun/
H A Dbuild.py25 import os.path as osp namespace
79 obj = osp.splitext(osp.basename(f))[0]+'.o'
537 tail = osp.join('...', osp.basename(rep), osp.basename(exe))
596 if src != osp.join(repdest, osp.basename(src)):
599 lien = osp.join(repdest, osp.basename(src))
790 if force or not osp.exists(osp.join(cmde, fcapy)):
847 cmd = [osp.join('.', osp.basename(exe))]
999 cmd = [osp.join('.', osp.basename(kargs['exe']))]
1047 cmd = [osp.join('.', osp.basename(kargs['exe']))]
1124 exe = osp.join(reptrav, osp.basename(exe))
[all …]
/dports/cad/astk-serveur/astk-2020.0/ASTK_SERV/asrun/
H A Dbuild.py25 import os.path as osp namespace
79 obj = osp.splitext(osp.basename(f))[0]+'.o'
537 tail = osp.join('...', osp.basename(rep), osp.basename(exe))
596 if src != osp.join(repdest, osp.basename(src)):
599 lien = osp.join(repdest, osp.basename(src))
790 if force or not osp.exists(osp.join(cmde, fcapy)):
847 cmd = [osp.join('.', osp.basename(exe))]
999 cmd = [osp.join('.', osp.basename(kargs['exe']))]
1047 cmd = [osp.join('.', osp.basename(kargs['exe']))]
1124 exe = osp.join(reptrav, osp.basename(exe))
[all …]
/dports/security/gvm-libs/gvm-libs-21.4.3/osp/
H A Dosp_tests.c25 Describe (osp);
26 BeforeEach (osp) in BeforeEach() argument
29 AfterEach (osp) in AfterEach() argument
33 Ensure (osp, osp_new_target_never_returns_null) in Ensure() argument
38 Ensure (osp, osp_new_conn_ret_null) in Ensure() argument
43 Ensure (osp, osp_get_vts_no_vts_ret_error) in Ensure() argument
49 Ensure (osp, osp_get_vts_no_conn_ret_error) in Ensure() argument
54 Ensure (osp, osp_target_add_alive_test_methods) in Ensure() argument
70 Ensure (osp, target_append_as_xml) in Ensure() argument
113 add_test_with_context (suite, osp, osp_new_conn_ret_null); in main()
[all …]
/dports/devel/py-spyder/spyder-3.2.7/
H A Dcreate_app.py23 import os.path as osp namespace
145 docs_dest = osp.join(app_python_lib, 'spyder', 'doc')
152 minimal_lib = osp.join(app_python_lib, 'minimal-lib')
157 shutil.copytree(osp.join(app_python_lib, p), osp.join(minimal_lib, p))
174 if osp.isdir(osp.join(system_python_lib, i)):
176 osp.join(app_python_lib, i))
178 shutil.copy2(osp.join(system_python_lib, i),
179 osp.join(app_python_lib, i))
185 if osp.isfile(osp.join(system_python_lib, dep)):
187 osp.join(app_python_lib, dep))
[all …]
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dmt_output_stream.c75 output_stream* osp; in mt_write() local
78 osp = (output_stream*)writer_node->value; in mt_write()
84 writer_node->value = osp; in mt_write()
177 if(bytearray_output_stream_size(osp) > 0) in mt_flush()
179 …eam_write(&data->filtered, bytearray_output_stream_buffer(osp), bytearray_output_stream_size(osp)); in mt_flush()
180 bytearray_output_stream_reset(osp); in mt_flush()
200 if(bytearray_output_stream_size(osp) > 0) in mt_close()
202 …eam_write(&data->filtered, bytearray_output_stream_buffer(osp), bytearray_output_stream_size(osp)); in mt_close()
203 bytearray_output_stream_reset(osp); in mt_close()
204 output_stream_close(osp); in mt_close()
[all …]
/dports/devel/py-jupyterlab/jupyterlab-3.1.14/jupyterlab/
H A Dupgrade_extension.py3 import os.path as osp namespace
36 target = osp.abspath(target)
39 if not osp.exists(package_file):
46 if osp.exists(setup_file):
54 if osp.exists(output_dir):
62 has_server_extension = 'y' if osp.exists(osp.join(target, 'jupyter-config')) else 'n',
63 has_binder = 'y' if osp.exists(osp.join(target, 'binder')) else 'n',
75 shutil.move(osp.join(output_dir, python_name), osp.join(output_dir, '_temp'))
77 shutil.move(osp.join(output_dir, '_temp', filename), osp.join(output_dir, filename))
156 relpath = osp.relpath(p, path)
[all …]

12345678910>>...80