Home
last modified time | relevance | path

Searched defs:datadir (Results 26 – 50 of 2634) sorted by relevance

12345678910>>...106

/dports/editors/xi-core/xi-editor-0.3.0/rust/unicode/tools/
H A Dmk_tables.py67 def load_unicode_props(datadir, fn): argument
91 def mk_linebreak_props(datadir): argument
106 def mk_tables(datadir): argument
126 def mk_tests(datadir, do_str = False): argument
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydev_tests_python/
H A Dregression_check.py28 def datadir(original_datadir, tmpdir): function
41 def data_regression(datadir, original_datadir, request): argument
98 datadir, argument
193 def __init__(self, datadir, original_datadir, request): argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/xi-unicode-0.3.0/tools/
H A Dmk_tables.py69 def load_unicode_props(datadir, fn): argument
92 def mk_linebreak_props(datadir): argument
107 def mk_tables(datadir): argument
127 def mk_tests(datadir, do_str = False): argument
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/
H A Dtest_orc.py38 def datadir(base_datadir): function
127 def test_example_using_json(filename, datadir): argument
139 def test_orcfile_empty(datadir): argument
/dports/science/py-ase/ase-3.22.0/ase/test/fio/
H A Dtest_opls.py16 def opls_structure_file_name(datadir): argument
21 def opls_force_field_file_name(datadir): argument
H A Dtest_qbox.py12 def qboxfile(datadir): argument
17 def qballfile(datadir): argument
/dports/comms/py-fritzconnection/fritzconnection-1.7.2/fritzconnection/tests/
H A Dtest_devices.py15 def test_DeviceManager_load_descriptions(device_manager, datadir, filename): argument
23 def device_manager(datadir): argument
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/CoffeelakeSiliconPkg/Pch/Include/Register/
H A DPchRegsThermalCnl.h33 Copyright (c) 2019 Intel Corporation. All rights reserved. <BR>
45 #define PCI_FUNCTION_NUMBER_PCH_THERMAL 0
/dports/games/gnujump/gnujump-1.0.8/src/
H A DMakefile.am45 datadirdir = $(prefix)/share/$(package) directory
47 datadir = @datadir@ macro
/dports/devel/py-pytest-regressions/pytest-regressions-2.2.0/tests/
H A Dtest_image_regression.py8 def test_image_regression(image_regression, datadir): argument
36 def test_image_regression_workflow(testdir, monkeypatch, datadir): argument
H A Dtest_file_regression.py10 def test_simple_text_file(file_regression, datadir): argument
20 def test_simple_bin_file(file_regression, datadir): argument
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Instrumentation/MemorySanitizer/
H A Dwith-call-type-size.ll33 ; CHECK: ret <4 x i32>
34
35 define <4 x i32> @test9(<4 x i32> %vec, i9 %idx, i32 %x) sanitize_memory {
45 %vec1 = insertelement <4 x i32> %vec, i32 %x, i16 %idx
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/pg_rewind/
H A Dlocal_source.c25 const char *datadir; /* path to the source data directory */ member
38 init_local_source(const char *datadir) in init_local_source()
75 const char *datadir = ((local_source *) source)->datadir; in local_fetch_file_range() local
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/pg_rewind/
H A Dlocal_source.c25 const char *datadir; /* path to the source data directory */ member
38 init_local_source(const char *datadir) in init_local_source()
75 const char *datadir = ((local_source *) source)->datadir; in local_fetch_file_range() local
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/pg_rewind/
H A Dlocal_source.c25 const char *datadir; /* path to the source data directory */ member
38 init_local_source(const char *datadir) in init_local_source()
75 const char *datadir = ((local_source *) source)->datadir; in local_fetch_file_range() local
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/pg_rewind/
H A Dlocal_source.c25 const char *datadir; /* path to the source data directory */ member
38 init_local_source(const char *datadir) in init_local_source()
75 const char *datadir = ((local_source *) source)->datadir; in local_fetch_file_range() local
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/pg_rewind/
H A Dlocal_source.c25 const char *datadir; /* path to the source data directory */ member
38 init_local_source(const char *datadir) in init_local_source()
75 const char *datadir = ((local_source *) source)->datadir; in local_fetch_file_range() local
/dports/databases/postgresql14-client/postgresql-14.1/src/bin/pg_rewind/
H A Dlocal_source.c25 const char *datadir; /* path to the source data directory */ member
38 init_local_source(const char *datadir) in init_local_source()
75 const char *datadir = ((local_source *) source)->datadir; in local_fetch_file_range() local
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/pg_rewind/
H A Dlocal_source.c25 const char *datadir; /* path to the source data directory */ member
38 init_local_source(const char *datadir) in init_local_source()
75 const char *datadir = ((local_source *) source)->datadir; in local_fetch_file_range() local
/dports/finance/moneymanagerex/bakefile-0.2.9/src/
H A Dconfig.py46 datadir = os.path.join(progdir, '..', '..', 'share', 'bakefile') variable
48 datadir = os.path.join(progdir, '..') variable
/dports/mail/gmime30/gmime-3.2.7/tests/
H A Dtest-mime-part.c224 create_mime_part (const char *type, const char *subtype, const char *datadir, const char *filename) in create_mime_part()
368 test_content_headers (const char *datadir) in test_content_headers()
414 test_write_to_stream (const char *datadir, const char *output, GMimeContentEncoding encoding) in test_write_to_stream()
489 test_openpgp_data (const char *datadir, const char *filename, GMimeOpenPGPData expected) in test_openpgp_data()
512 test_text_part (const char *datadir, const char *filename, const char *expected_charset) in test_text_part()
565 const char *datadir = "data/mime-part"; in main() local
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Djaspextract.c144 const AjPStr datadir = NULL; in jaspextract_openoutdirs() local
208 const AjPStr datadir = NULL; in jaspextract_copyfiles() local
317 const AjPStr datadir = NULL; in jaspextract_readmatrixlist() local
384 const AjPStr datadir = NULL; in jaspextract_getjaspdirs() local
/dports/security/py-muacrypt/muacrypt-0.9.1/test_muacrypt/
H A Dtest_account.py40 def test_export_keys(self, account_maker, datadir): argument
60 def test_ignore_multipart_report(self, account_maker, datadir): argument
196 def test_get_peer_keyhandle(self, account_maker, datadir): argument
212 def test_parse_incoming_mail_8bit(self, account_maker, datadir): argument
221 def test_parse_incoming_mail_iso_quopri(self, account_maker, datadir): argument
403 def test_process_outgoing_with_imported_keydata(self, account_maker, datadir): argument
454 def test_add_existing_key(self, manager_maker, datadir, gpgpath, monkeypatch): argument
/dports/net/kget/kget-21.12.3/transfer-plugins/bittorrent/
H A Dbtcache.cpp18 BTCache::BTCache(Torrent & tor,const QString & tmpdir,const QString & datadir) in BTCache()
70 Cache* BTCacheFactory::create(Torrent & tor,const QString & tmpdir,const QString & datadir) in create()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/pg_rewind/
H A Dparsexlog.c47 const char *datadir; member
65 extractPageMap(const char *datadir, XLogRecPtr startpoint, int tliIndex, in extractPageMap()
123 readOneRecord(const char *datadir, XLogRecPtr ptr, int tliIndex) in readOneRecord()
163 findLastCheckpoint(const char *datadir, XLogRecPtr forkptr, int tliIndex, in findLastCheckpoint()

12345678910>>...106