Home
last modified time | relevance | path

Searched +defs:module +defs:path +defs:index (Results 26 – 50 of 1855) sorted by relevance

12345678910>>...75

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/tools/jlink/
H A DImageFilePoolTest.java57 String module = "module" + (i / 100); in checkVisitor() local
94 int index = ++amountBefore % 3; in apply() local
146 private static ResourcePoolEntry newInMemoryImageFile(String path, in newInMemoryImageFile()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/tools/jlink/
H A DImageFilePoolTest.java57 String module = "module" + (i / 100); in checkVisitor() local
94 int index = ++amountBefore % 3; in apply() local
146 private static ResourcePoolEntry newInMemoryImageFile(String path, in newInMemoryImageFile()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/jlink/
H A DImageFilePoolTest.java57 String module = "module" + (i / 100); in checkVisitor() local
94 int index = ++amountBefore % 3; in apply() local
146 private static ResourcePoolEntry newInMemoryImageFile(String path, in newInMemoryImageFile()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/tools/jlink/
H A DImageFilePoolTest.java57 String module = "module" + (i / 100); in checkVisitor() local
94 int index = ++amountBefore % 3; in apply() local
146 private static ResourcePoolEntry newInMemoryImageFile(String path, in newInMemoryImageFile()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/tools/jlink/
H A DImageFilePoolTest.java57 String module = "module" + (i / 100); in checkVisitor() local
94 int index = ++amountBefore % 3; in apply() local
146 private static ResourcePoolEntry newInMemoryImageFile(String path, in newInMemoryImageFile()
/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Dmime-zip.c41 g_module_check_init (GModule * module) { in g_module_check_init()
92 get_zip_preview (const gchar *path){ in get_zip_preview()
110 get_zip_image (const gchar *path){ in get_zip_image()
123 int index=0; in get_zip_image() local
150 get_rar_image (const gchar *path){ in get_rar_image()
/dports/devel/py-nose2/nose2-0.10.0/nose2/
H A Dutil.py43 def valid_module_name(path): argument
48 def name_from_path(path): argument
81 def test_from_name(name, module): argument
97 def object_from_name(name, module=None): argument
175 def name_from_args(name, index, args): argument
203 def ispackage(path): argument
318 def transplant_class(cls, module): argument
/dports/emulators/mess/mame-mame0226/src/tools/imgtool/
H A Dimgtool.cpp140 static void internal_error(const imgtool_module *module, const char *message) in internal_error()
207 imgtool_module_features imgtool_get_module_features(const imgtool_module *module) in imgtool_get_module_features()
336 for (const auto &module : library.modules()) in identify_file() local
849 for (const auto &module : global_imgtool_library->modules()) in imgtool_validitychecks() local
938 static int index; in imgtool_temp_str() local
1047 const imgtool_module *module; in open() local
1113 const imgtool_module *module; in create() local
1276 imgtoolerr_t imgtool::partition::get_directory_entry(const char *path, int index, imgtool_dirent &e… in get_directory_entry()
1322 const char *path; in get_file_size() local
1974 imgtoolerr_t imgtool::partition::create_directory(const char *path) in create_directory()
[all …]
/dports/emulators/mame/mame-mame0226/src/tools/imgtool/
H A Dimgtool.cpp140 static void internal_error(const imgtool_module *module, const char *message) in internal_error()
207 imgtool_module_features imgtool_get_module_features(const imgtool_module *module) in imgtool_get_module_features()
336 for (const auto &module : library.modules()) in identify_file() local
849 for (const auto &module : global_imgtool_library->modules()) in imgtool_validitychecks() local
938 static int index; in imgtool_temp_str() local
1047 const imgtool_module *module; in open() local
1113 const imgtool_module *module; in create() local
1276 imgtoolerr_t imgtool::partition::get_directory_entry(const char *path, int index, imgtool_dirent &e… in get_directory_entry()
1322 const char *path; in get_file_size() local
1974 imgtoolerr_t imgtool::partition::create_directory(const char *path) in create_directory()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/tools/mlir-reduce/
H A DReductionTreeUtils.cpp33 std::vector<int> path) { in updateSmallestNode()
49 std::vector<bool> ReductionTreeUtils::createTransformSpace(ModuleOp module, in createTransformSpace()
69 int index = element.index(); in getRanges() local
104 ModuleOp module = parent->getModule(); in createVariants() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/tools/mlir-reduce/
H A DReductionTreeUtils.cpp33 std::vector<int> path) { in updateSmallestNode()
49 std::vector<bool> ReductionTreeUtils::createTransformSpace(ModuleOp module, in createTransformSpace()
69 int index = element.index(); in getRanges() local
104 ModuleOp module = parent->getModule(); in createVariants() local
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/tools/mlir-reduce/
H A DReductionTreeUtils.cpp33 std::vector<int> path) { in updateSmallestNode()
49 std::vector<bool> ReductionTreeUtils::createTransformSpace(ModuleOp module, in createTransformSpace()
69 int index = element.index(); in getRanges() local
104 ModuleOp module = parent->getModule(); in createVariants() local
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qtest/
H A Dnpcm7xx_pwm-test.c112 const PWMModule *module; member
200 static int pwm_module_index(const PWMModule *module) in pwm_module_index()
219 static uint64_t pwm_qom_get(QTestState *qts, const char *path, const char *name) in pwm_qom_get()
237 char path[100]; in pwm_get_freq() local
248 char path[100]; in pwm_get_duty() local
261 char *path = g_strdup_printf("/machine/soc/mft[%d]", index); in mft_qom_set() local
460 int index = mft_compute_index(td); in mft_init() local
499 int index = mft_compute_index(td); in mft_verify_rpm() local
547 int module = pwm_module_index(td->module); in test_init() local
561 int module = pwm_module_index(td->module); in test_oneshot() local
[all …]
/dports/emulators/qemu/qemu-6.2.0/tests/qtest/
H A Dnpcm7xx_pwm-test.c112 const PWMModule *module; member
200 static int pwm_module_index(const PWMModule *module) in pwm_module_index()
219 static uint64_t pwm_qom_get(QTestState *qts, const char *path, const char *name) in pwm_qom_get()
237 char path[100]; in pwm_get_freq() local
248 char path[100]; in pwm_get_duty() local
261 char *path = g_strdup_printf("/machine/soc/mft[%d]", index); in mft_qom_set() local
460 int index = mft_compute_index(td); in mft_init() local
499 int index = mft_compute_index(td); in mft_verify_rpm() local
547 int module = pwm_module_index(td->module); in test_init() local
561 int module = pwm_module_index(td->module); in test_oneshot() local
[all …]
/dports/emulators/qemu60/qemu-6.0.0/tests/qtest/
H A Dnpcm7xx_pwm-test.c112 const PWMModule *module; member
200 static int pwm_module_index(const PWMModule *module) in pwm_module_index()
219 static uint64_t pwm_qom_get(QTestState *qts, const char *path, const char *name) in pwm_qom_get()
237 char path[100]; in pwm_get_freq() local
248 char path[100]; in pwm_get_duty() local
261 char *path = g_strdup_printf("/machine/soc/mft[%d]", index); in mft_qom_set() local
460 int index = mft_compute_index(td); in mft_init() local
499 int index = mft_compute_index(td); in mft_verify_rpm() local
547 int module = pwm_module_index(td->module); in test_init() local
561 int module = pwm_module_index(td->module); in test_oneshot() local
[all …]
/dports/lang/python310/Python-3.10.1/Lib/importlib/
H A D_bootstrap_external.py132 def _path_split(path): argument
140 def _path_stat(path): argument
164 def _path_isdir(path): argument
877 def exec_module(self, module): argument
1080 def get_resource_reader(self, module): argument
1182 def exec_module(self, module): argument
1251 def __getitem__(self, index): argument
1254 def __setitem__(self, index, path): argument
1276 def module_repr(module): argument
1298 def exec_module(self, module): argument
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/importlib/
H A D_bootstrap_external.py132 def _path_split(path): argument
140 def _path_stat(path): argument
164 def _path_isdir(path): argument
896 def exec_module(self, module): argument
1099 def get_resource_reader(self, module): argument
1201 def exec_module(self, module): argument
1276 def __getitem__(self, index): argument
1279 def __setitem__(self, index, path): argument
1303 def module_repr(module): argument
1325 def exec_module(self, module): argument
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/plugins/grass/
H A Dqgsgrassmoduleparam.cpp611 QString path = QgsGrass::getDefaultGisdbase() + "/" in outputExists() local
786 QgsGrassModule *module, Type type, QString key, QDomElement &qdesc, in QgsGrassModuleGdalInput()
1044 QgsGrassModule *module, QgsGrassModuleStandardOptions *options, in QgsGrassModuleVectorField()
1120 int index = 0; in updateFields() local
1162 QgsGrassModule *module, QgsGrassModuleStandardOptions *options, in QgsGrassModuleSelection()
1284 int index = mModeComboBox->currentIndex(); in currentSelectionLayerId() local
1305 int index = mModeComboBox->currentIndex(); in onModeChanged() local
1398 QgsGrassModule *module, in QgsGrassModuleFile()
1441 QString path = mLineEdit->text().trimmed(); in options() local
1468 QString path = mLineEdit->text().split( ',' ).first(); in browse() local
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/
H A Dqgsgrassmoduleparam.cpp607 QString path = QgsGrass::getDefaultGisdbase() + "/" in outputExists() local
782 QgsGrassModule *module, Type type, QString key, QDomElement &qdesc, in QgsGrassModuleGdalInput()
1043 QgsGrassModule *module, QgsGrassModuleStandardOptions *options, in QgsGrassModuleVectorField()
1119 int index = 0; in updateFields() local
1161 QgsGrassModule *module, QgsGrassModuleStandardOptions *options, in QgsGrassModuleSelection()
1283 int index = mModeComboBox->currentIndex(); in currentSelectionLayerId() local
1304 int index = mModeComboBox->currentIndex(); in onModeChanged() local
1397 QgsGrassModule *module, in QgsGrassModuleFile()
1440 QString path = mLineEdit->text().trimmed(); in options() local
1467 QString path = mLineEdit->text().split( ',' ).first(); in browse() local
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/nimf/libnimf/
H A Dnimf-server.c552 const gchar *path) in nimf_server_load_service()
556 NimfModule *module; in nimf_server_load_service() local
583 gchar *path; in nimf_server_load_services() local
637 NimfModule *module; in nimf_server_load_engines() local
639 gchar *path; in nimf_server_load_engines() local
703 NimfModule *module = g_hash_table_lookup (server->priv->modules, engine_ids[i]); in on_changed_active_engines() local
704 gint index; in on_changed_active_engines() local
708 gchar *path; in on_changed_active_engines() local
764 gint index; in on_changed_active_engines() local
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DExternalLexer.cxx38 void ExternalLexerModule::SetExternal(GetLexerFactoryFunction fFactory, int index) { in SetExternal()
148 void LexerManager::Load(const char *path) { in Load()
152 void LexerManager::LoadLexerLibrary(const char *module) { in LoadLexerLibrary()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DExternalLexer.cxx38 void ExternalLexerModule::SetExternal(GetLexerFactoryFunction fFactory, int index) { in SetExternal()
148 void LexerManager::Load(const char *path) { in Load()
152 void LexerManager::LoadLexerLibrary(const char *module) { in LoadLexerLibrary()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DExternalLexer.cxx39 void ExternalLexerModule::SetExternal(GetLexerFactoryFunction fFactory, int index) { in SetExternal()
149 void LexerManager::Load(const char *path) { in Load()
153 void LexerManager::LoadLexerLibrary(const char *module) { in LoadLexerLibrary()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DExternalLexer.cxx38 void ExternalLexerModule::SetExternal(GetLexerFactoryFunction fFactory, int index) { in SetExternal()
150 void LexerManager::Load(const char *path) { in Load()
154 void LexerManager::LoadLexerLibrary(const char *module) { in LoadLexerLibrary()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DExternalLexer.cxx38 void ExternalLexerModule::SetExternal(GetLexerFactoryFunction fFactory, int index) { in SetExternal()
150 void LexerManager::Load(const char *path) { in Load()
154 void LexerManager::LoadLexerLibrary(const char *module) { in LoadLexerLibrary()

12345678910>>...75