Home
last modified time | relevance | path

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

12345678910>>...75

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/jlink/
H A DResourcePoolTest.java67 String module = "/module" + (i / 10); in checkResourceVisitor() local
101 int index = ++amountBefore % 3; in apply() local
157 String module = samples.get(i); in test() local
161 String path = "/" + module + "/" + clazz + ".class"; in test() local
165 String module = samples.get(i); in test() local
168 String path = "/" + module + "/" + clazz + ".class"; in test() local
254 void add(ResourcePoolManager resources, String module, String path); in add()
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/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/tools/jlink/
H A DResourcePoolTest.java67 String module = "/module" + (i / 10); in checkResourceVisitor() local
101 int index = ++amountBefore % 3; in apply() local
157 String module = samples.get(i); in test() local
161 String path = "/" + module + "/" + clazz + ".class"; in test() local
165 String module = samples.get(i); in test() local
168 String path = "/" + module + "/" + clazz + ".class"; in test() local
254 void add(ResourcePoolManager resources, String module, String path); in add()
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/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/tools/jlink/
H A DResourcePoolTest.java67 String module = "/module" + (i / 10); in checkResourceVisitor() local
101 int index = ++amountBefore % 3; in apply() local
157 String module = samples.get(i); in test() local
161 String path = "/" + module + "/" + clazz + ".class"; in test() local
165 String module = samples.get(i); in test() local
168 String path = "/" + module + "/" + clazz + ".class"; in test() local
254 void add(ResourcePoolManager resources, String module, String path); in add()
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/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/tools/jlink/
H A DResourcePoolTest.java67 String module = "/module" + (i / 10); in checkResourceVisitor() local
101 int index = ++amountBefore % 3; in apply() local
157 String module = samples.get(i); in test() local
161 String path = "/" + module + "/" + clazz + ".class"; in test() local
165 String module = samples.get(i); in test() local
168 String path = "/" + module + "/" + clazz + ".class"; in test() local
254 void add(ResourcePoolManager resources, String module, String path); in add()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/tools/jlink/
H A DResourcePoolTest.java67 String module = "/module" + (i / 10); in checkResourceVisitor() local
101 int index = ++amountBefore % 3; in apply() local
157 String module = samples.get(i); in test() local
161 String path = "/" + module + "/" + clazz + ".class"; in test() local
165 String module = samples.get(i); in test() local
168 String path = "/" + module + "/" + clazz + ".class"; in test() local
254 void add(ResourcePoolManager resources, String module, String path); in add()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/tools/jlink/
H A DResourcePoolTest.java67 String module = "/module" + (i / 10); in checkResourceVisitor() local
101 int index = ++amountBefore % 3; in apply() local
157 String module = samples.get(i); in test() local
161 String path = "/" + module + "/" + clazz + ".class"; in test() local
165 String module = samples.get(i); in test() local
168 String path = "/" + module + "/" + clazz + ".class"; in test() local
254 void add(ResourcePoolManager resources, String module, String path); in add()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/tools/jlink/
H A DResourcePoolTest.java67 String module = "/module" + (i / 10); in checkResourceVisitor() local
101 int index = ++amountBefore % 3; in apply() local
157 String module = samples.get(i); in test() local
161 String path = "/" + module + "/" + clazz + ".class"; in test() local
165 String module = samples.get(i); in test() local
168 String path = "/" + module + "/" + clazz + ".class"; in test() local
254 void add(ResourcePoolManager resources, String module, String path); in add()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/tools/jlink/
H A DResourcePoolTest.java67 String module = "/module" + (i / 10); in checkResourceVisitor() local
101 int index = ++amountBefore % 3; in apply() local
157 String module = samples.get(i); in test() local
161 String path = "/" + module + "/" + clazz + ".class"; in test() local
165 String module = samples.get(i); in test() local
168 String path = "/" + module + "/" + clazz + ".class"; in test() local
254 void add(ResourcePoolManager resources, String module, String path); in add()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/storage/url/
H A DBundleResourceHandler.java64 String path = url.getPath(); in parseURL() local
123 Module module = getModule(bundleId); in parseURL() local
164 Module module = getModule(bundleID); in openConnection() local
186 abstract protected BundleEntry findBundleEntry(URL url, Module module) throws IOException; in findBundleEntry()
202 int index = url.getPort(); in toExternalForm() local
206 String path = url.getPath(); in toExternalForm() local
235 String path = url.getPath(); in hashCode() local
288 protected boolean checkAuthorization(Module module) { in checkAuthorization()
/dports/net/pktanon/pktanon-1.4.0-dev/src/
H A Dtriggerconf.cpp374 string Triggerconf::getConfigValue (string path) in getConfigValue()
464 string Triggerconf::untokenize (STRING_LIST path) in untokenize()
482 DOMNode* Triggerconf::getChildOfType (DOMNode* root, short type, unsigned int index) in getChildOfType()
506 void Triggerconf::createModule (string module) in createModule()
558 void Triggerconf::createSubmodule (string path) in createSubmodule()
593 void Triggerconf::createConfigElement (string path) in createConfigElement()
681 void Triggerconf::deleteModule (string module) in deleteModule()
749 void Triggerconf::deleteSubmodule (string path) in deleteSubmodule()
773 void Triggerconf::deleteConfigElement (string path) in deleteConfigElement()
831 bool Triggerconf::existsModule (string module) in existsModule()
[all …]
/dports/games/adonthell/adonthell-0.3.8/src/tools/dlgedit/
H A Dgui_tree.cc168 DlgModule *module; in on_tree_select_row() local
254 void GuiTree::addModule (DlgModule *module) in addModule()
269 GtkTreePath *path = gtk_tree_model_get_path(GTK_TREE_MODEL(model), &project); in addModule() local
398 DlgModule *module; in build() local
449 DlgModule *module; in select() local
462 DlgModule *module; in select() local
473 GtkTreePath *path = gtk_tree_model_get_path(GTK_TREE_MODEL(model), node); in select() local
483 int index; in setIcon() local
493 void GuiTree::select (DlgModule *module) in select()
501 void GuiTree::unselect (DlgModule *module) in unselect()
[all …]
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dposixmodule.c670 PyObject *index; in _Py_Uid_Converter() local
776 PyObject *index; in _Py_Gid_Converter() local
915 PyObject *index = _PyNumber_Index(o); in _fd_converter() local
2335 fill_time(PyObject *module, PyObject *v, int index, time_t sec, unsigned long nsec) in fill_time()
3120 os_chdir_impl(PyObject *module, path_t *path) in os_chdir_impl()
3487 os_chroot_impl(PyObject *module, path_t *path) in os_chroot_impl()
4221 os_listdir_impl(PyObject *module, path_t *path) in os_listdir_impl()
8244 #define SET_INT(result, index, value)\ in wait_helper() argument
11332 os_statvfs_impl(PyObject *module, path_t *path) in os_statvfs_impl()
14268 os_scandir_impl(PyObject *module, path_t *path) in os_scandir_impl()
[all …]
/dports/lang/python310/Python-3.10.1/Modules/
H A Dposixmodule.c686 PyObject *index; in _Py_Uid_Converter() local
792 PyObject *index; in _Py_Gid_Converter() local
931 PyObject *index = _PyNumber_Index(o); in _fd_converter() local
2351 fill_time(PyObject *module, PyObject *v, int index, time_t sec, unsigned long nsec) in fill_time()
3136 os_chdir_impl(PyObject *module, path_t *path) in os_chdir_impl()
3503 os_chroot_impl(PyObject *module, path_t *path) in os_chroot_impl()
4237 os_listdir_impl(PyObject *module, path_t *path) in os_listdir_impl()
8233 #define SET_INT(result, index, value)\ in wait_helper() argument
11321 os_statvfs_impl(PyObject *module, path_t *path) in os_statvfs_impl()
14251 os_scandir_impl(PyObject *module, path_t *path) in os_scandir_impl()
[all …]
/dports/lang/python39/Python-3.9.9/Modules/
H A Dposixmodule.c645 PyObject *index; in _Py_Uid_Converter() local
751 PyObject *index; in _Py_Gid_Converter() local
890 PyObject *index = PyNumber_Index(o); in _fd_converter() local
2299 fill_time(PyObject *module, PyObject *v, int index, time_t sec, unsigned long nsec) in fill_time()
3088 os_chdir_impl(PyObject *module, path_t *path) in os_chdir_impl()
3455 os_chroot_impl(PyObject *module, path_t *path) in os_chroot_impl()
4189 os_listdir_impl(PyObject *module, path_t *path) in os_listdir_impl()
8178 #define SET_INT(result, index, value)\ in wait_helper() argument
11274 os_statvfs_impl(PyObject *module, path_t *path) in os_statvfs_impl()
14104 os_scandir_impl(PyObject *module, path_t *path) in os_scandir_impl()
[all …]
/dports/lang/python37/Python-3.7.12/Modules/
H A Dposixmodule.c525 PyObject *index; in _Py_Uid_Converter() local
631 PyObject *index; in _Py_Gid_Converter() local
2701 os_chdir_impl(PyObject *module, path_t *path) in os_chdir_impl()
2925 os_lchmod_impl(PyObject *module, path_t *path, int mode) in os_lchmod_impl()
3027 os_chroot_impl(PyObject *module, path_t *path) in os_chroot_impl()
3685 os_listdir_impl(PyObject *module, path_t *path) in os_listdir_impl()
3822 os__isdir_impl(PyObject *module, path_t *path) in os__isdir_impl()
9742 os_statvfs_impl(PyObject *module, path_t *path) in os_statvfs_impl()
9784 os__getdiskusage_impl(PyObject *module, path_t *path) in os__getdiskusage_impl()
12514 os_scandir_impl(PyObject *module, path_t *path) in os_scandir_impl()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dposixmodule.c531 PyObject *index; in _Py_Uid_Converter() local
637 PyObject *index; in _Py_Gid_Converter() local
776 PyObject *index = PyNumber_Index(o); in _fd_converter() local
2845 os_chdir_impl(PyObject *module, path_t *path) in os_chdir_impl()
3197 os_chroot_impl(PyObject *module, path_t *path) in os_chroot_impl()
3889 os_listdir_impl(PyObject *module, path_t *path) in os_listdir_impl()
4079 os__path_splitroot_impl(PyObject *module, path_t *path) in os__path_splitroot_impl()
10639 os_statvfs_impl(PyObject *module, path_t *path) in os_statvfs_impl()
10681 os__getdiskusage_impl(PyObject *module, path_t *path) in os__getdiskusage_impl()
13469 os_scandir_impl(PyObject *module, path_t *path) in os_scandir_impl()
[all …]
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dposixmodule.c531 PyObject *index; in _Py_Uid_Converter() local
637 PyObject *index; in _Py_Gid_Converter() local
776 PyObject *index = PyNumber_Index(o); in _fd_converter() local
2845 os_chdir_impl(PyObject *module, path_t *path) in os_chdir_impl()
3197 os_chroot_impl(PyObject *module, path_t *path) in os_chroot_impl()
3889 os_listdir_impl(PyObject *module, path_t *path) in os_listdir_impl()
4079 os__path_splitroot_impl(PyObject *module, path_t *path) in os__path_splitroot_impl()
10639 os_statvfs_impl(PyObject *module, path_t *path) in os_statvfs_impl()
10681 os__getdiskusage_impl(PyObject *module, path_t *path) in os__getdiskusage_impl()
13469 os_scandir_impl(PyObject *module, path_t *path) in os_scandir_impl()
[all …]
/dports/lang/python38/Python-3.8.12/Modules/
H A Dposixmodule.c531 PyObject *index; in _Py_Uid_Converter() local
637 PyObject *index; in _Py_Gid_Converter() local
776 PyObject *index = PyNumber_Index(o); in _fd_converter() local
2845 os_chdir_impl(PyObject *module, path_t *path) in os_chdir_impl()
3197 os_chroot_impl(PyObject *module, path_t *path) in os_chroot_impl()
3889 os_listdir_impl(PyObject *module, path_t *path) in os_listdir_impl()
4079 os__path_splitroot_impl(PyObject *module, path_t *path) in os__path_splitroot_impl()
10682 os_statvfs_impl(PyObject *module, path_t *path) in os_statvfs_impl()
10724 os__getdiskusage_impl(PyObject *module, path_t *path) in os__getdiskusage_impl()
13512 os_scandir_impl(PyObject *module, path_t *path) in os_scandir_impl()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dposixmodule.c531 PyObject *index; in _Py_Uid_Converter() local
637 PyObject *index; in _Py_Gid_Converter() local
776 PyObject *index = PyNumber_Index(o); in _fd_converter() local
2845 os_chdir_impl(PyObject *module, path_t *path) in os_chdir_impl()
3197 os_chroot_impl(PyObject *module, path_t *path) in os_chroot_impl()
3889 os_listdir_impl(PyObject *module, path_t *path) in os_listdir_impl()
4079 os__path_splitroot_impl(PyObject *module, path_t *path) in os__path_splitroot_impl()
10639 os_statvfs_impl(PyObject *module, path_t *path) in os_statvfs_impl()
10681 os__getdiskusage_impl(PyObject *module, path_t *path) in os__getdiskusage_impl()
13469 os_scandir_impl(PyObject *module, path_t *path) in os_scandir_impl()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dposixmodule.c531 PyObject *index; in _Py_Uid_Converter() local
637 PyObject *index; in _Py_Gid_Converter() local
776 PyObject *index = PyNumber_Index(o); in _fd_converter() local
2845 os_chdir_impl(PyObject *module, path_t *path) in os_chdir_impl()
3197 os_chroot_impl(PyObject *module, path_t *path) in os_chroot_impl()
3889 os_listdir_impl(PyObject *module, path_t *path) in os_listdir_impl()
4079 os__path_splitroot_impl(PyObject *module, path_t *path) in os__path_splitroot_impl()
10639 os_statvfs_impl(PyObject *module, path_t *path) in os_statvfs_impl()
10681 os__getdiskusage_impl(PyObject *module, path_t *path) in os__getdiskusage_impl()
13469 os_scandir_impl(PyObject *module, path_t *path) in os_scandir_impl()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/untrusted/pll_loader/
H A Dpll_loader.cc180 for (auto path : search_path_) { in AddBySoname() local
203 PLLModule module((const PLLRoot *) pso_root); in AddByFilename() local
217 for (auto &module : modules_) { in GetSym() local
227 for (auto &module : modules_) { in GetTlsSym() local
239 for (auto &module : modules_) { in ResolveRefs() local
240 for (size_t index = 0, count = module.root()->import_count; in ResolveRefs() local
256 for (auto &module : modules_) { in ResolveRefs() local
257 for (size_t index = 0, count = module.root()->import_tls_count; in ResolveRefs() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/
H A DLocalVariablePattern.java38 public void findIndexMatches(Index index, IndexQueryRequestor requestor, SearchParticipant particip… in findIndexMatches()
47 String module = md.getElementName(); in findIndexMatches() local
54 IPath path = this.localVariable.getPath(); in findIndexMatches() local

12345678910>>...75