Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 25 of 3684) sorted by relevance

12345678910>>...148

/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/fsgs/
H A DFSGSDirectories.py19 def initialize(cls): argument
25 def _initialize(cls): argument
34 def get_base_dir(cls): argument
43 def portable_config(cls): argument
106 def downloads_dir(cls): argument
166 def get_logs_dir(cls): argument
177 def get_data_dir(cls): argument
188 def databases_dir(cls): argument
196 def images_dir(cls): argument
204 def media_dir(cls): argument
[all …]
/dports/devel/py-pyopencl/pyopencl-2018.2/src/
H A Dwrap_constants.cpp101 typedef error cls; in pyopencl_expose_constants() typedef
124 py::class_<status_code> cls(m, "status_code"); in pyopencl_expose_constants() local
226 py::class_<device_type> cls(m, "device_type"); in pyopencl_expose_constants() local
238 py::class_<device_info> cls(m, "device_info"); in pyopencl_expose_constants() local
579 py::class_<mem_flags> cls(m, "mem_flags"); in pyopencl_expose_constants() local
671 py::class_<mem_info> cls(m, "mem_info"); in pyopencl_expose_constants() local
689 py::class_<image_info> cls(m, "image_info"); in pyopencl_expose_constants() local
737 py::class_<map_flags> cls(m, "map_flags"); in pyopencl_expose_constants() local
829 py::class_<kernel_arg_type_qualifier> cls( in pyopencl_expose_constants() local
936 py::class_<mem_migration_flags> cls( in pyopencl_expose_constants() local
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/bindings/
H A Dmodulegen__gcc_ILP32.py2101 def register_Ns3Buffer_methods(root_module, cls): argument
2997 def register_Ns3Hasher_methods(root_module, cls): argument
6120 def register_Ns3Tag_methods(root_module, cls): argument
6279 def register_Ns3Time_methods(root_module, cls): argument
6491 def register_Ns3Timer_methods(root_module, cls): argument
7139 def register_Ns3Empty_methods(root_module, cls): argument
7224 def register_Ns3Chunk_methods(root_module, cls): argument
15113 def register_Ns3Ipv4_methods(root_module, cls): argument
16171 def register_Ns3Ipv6_methods(root_module, cls): argument
18355 def register_Ns3Node_methods(root_module, cls): argument
[all …]
H A Dmodulegen__gcc_LP64.py2101 def register_Ns3Buffer_methods(root_module, cls): argument
2997 def register_Ns3Hasher_methods(root_module, cls): argument
6120 def register_Ns3Tag_methods(root_module, cls): argument
6279 def register_Ns3Time_methods(root_module, cls): argument
6491 def register_Ns3Timer_methods(root_module, cls): argument
7139 def register_Ns3Empty_methods(root_module, cls): argument
7224 def register_Ns3Chunk_methods(root_module, cls): argument
15113 def register_Ns3Ipv4_methods(root_module, cls): argument
16171 def register_Ns3Ipv6_methods(root_module, cls): argument
18355 def register_Ns3Node_methods(root_module, cls): argument
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/bindings/
H A Dmodulegen__gcc_LP64.py3016 def register_Ns3Buffer_methods(root_module, cls): argument
5635 def register_Ns3Hasher_methods(root_module, cls): argument
9432 def register_Ns3Names_methods(root_module, cls): argument
10350 def register_Ns3Tag_methods(root_module, cls): argument
10471 def register_Ns3Time_methods(root_module, cls): argument
11125 def register_Ns3Empty_methods(root_module, cls): argument
11351 def register_Ns3Chunk_methods(root_module, cls): argument
16245 def register_Ns3EpcX2_methods(root_module, cls): argument
17587 def register_Ns3Ipv4_methods(root_module, cls): argument
17962 def register_Ns3Ipv6_methods(root_module, cls): argument
[all …]
H A Dmodulegen__gcc_ILP32.py3016 def register_Ns3Buffer_methods(root_module, cls): argument
5635 def register_Ns3Hasher_methods(root_module, cls): argument
9432 def register_Ns3Names_methods(root_module, cls): argument
10350 def register_Ns3Tag_methods(root_module, cls): argument
10471 def register_Ns3Time_methods(root_module, cls): argument
11125 def register_Ns3Empty_methods(root_module, cls): argument
11351 def register_Ns3Chunk_methods(root_module, cls): argument
16245 def register_Ns3EpcX2_methods(root_module, cls): argument
17587 def register_Ns3Ipv4_methods(root_module, cls): argument
17962 def register_Ns3Ipv6_methods(root_module, cls): argument
[all …]
/dports/science/hdf5/hdf5-1.10.6/java/src/jni/
H A Dh5Constants.c261 Java_hdf_hdf5lib_HDF5Constants_H5E_1EFL(JNIEnv *env, jclass cls) { return H5E_EFL; } in Java_hdf_hdf5lib_HDF5Constants_H5E_1EFL()
279 Java_hdf_hdf5lib_HDF5Constants_H5E_1IO(JNIEnv *env, jclass cls) { return H5E_IO; } in Java_hdf_hdf5lib_HDF5Constants_H5E_1IO()
291 Java_hdf_hdf5lib_HDF5Constants_H5E_1MPI(JNIEnv *env, jclass cls) { return H5E_MPI; } in Java_hdf_hdf5lib_HDF5Constants_H5E_1MPI()
327 Java_hdf_hdf5lib_HDF5Constants_H5E_1RS(JNIEnv *env, jclass cls) { return H5E_RS; } in Java_hdf_hdf5lib_HDF5Constants_H5E_1RS()
335 Java_hdf_hdf5lib_HDF5Constants_H5E_1SYM(JNIEnv *env, jclass cls) { return H5E_SYM; } in Java_hdf_hdf5lib_HDF5Constants_H5E_1SYM()
339 Java_hdf_hdf5lib_HDF5Constants_H5E_1TST(JNIEnv *env, jclass cls) { return H5E_TST; } in Java_hdf_hdf5lib_HDF5Constants_H5E_1TST()
347 Java_hdf_hdf5lib_HDF5Constants_H5E_1VFL(JNIEnv *env, jclass cls) { return H5E_VFL; } in Java_hdf_hdf5lib_HDF5Constants_H5E_1VFL()
431 Java_hdf_hdf5lib_HDF5Constants_H5FD_1DIRECT(JNIEnv *env, jclass cls) { in Java_hdf_hdf5lib_HDF5Constants_H5FD_1DIRECT()
441 Java_hdf_hdf5lib_HDF5Constants_H5FD_1HDFS(JNIEnv *env, jclass cls) { in Java_hdf_hdf5lib_HDF5Constants_H5FD_1HDFS()
457 Java_hdf_hdf5lib_HDF5Constants_H5FD_1ROS3(JNIEnv *env, jclass cls) { in Java_hdf_hdf5lib_HDF5Constants_H5FD_1ROS3()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/netanim/bindings/
H A Dmodulegen__gcc_ILP32.py2393 def register_Ns3Buffer_methods(root_module, cls): argument
3660 def register_Ns3Hasher_methods(root_module, cls): argument
3702 def register_Ns3HeRu_methods(root_module, cls): argument
7166 def register_Ns3Tag_methods(root_module, cls): argument
7261 def register_Ns3Tap_methods(root_module, cls): argument
7295 def register_Ns3Time_methods(root_module, cls): argument
8651 def register_Ns3Empty_methods(root_module, cls): argument
8809 def register_Ns3Chunk_methods(root_module, cls): argument
13495 def register_Ns3Event_methods(root_module, cls): argument
13716 def register_Ns3Ipv4_methods(root_module, cls): argument
[all …]
H A Dmodulegen__gcc_LP64.py2393 def register_Ns3Buffer_methods(root_module, cls): argument
3660 def register_Ns3Hasher_methods(root_module, cls): argument
3702 def register_Ns3HeRu_methods(root_module, cls): argument
7166 def register_Ns3Tag_methods(root_module, cls): argument
7261 def register_Ns3Tap_methods(root_module, cls): argument
7295 def register_Ns3Time_methods(root_module, cls): argument
8651 def register_Ns3Empty_methods(root_module, cls): argument
8809 def register_Ns3Chunk_methods(root_module, cls): argument
13495 def register_Ns3Event_methods(root_module, cls): argument
13716 def register_Ns3Ipv4_methods(root_module, cls): argument
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wave/bindings/
H A Dmodulegen__gcc_ILP32.py2248 def register_Ns3Bar_methods(root_module, cls): argument
3380 def register_Ns3HeRu_methods(root_module, cls): argument
5538 def register_Ns3Tag_methods(root_module, cls): argument
5633 def register_Ns3Time_methods(root_module, cls): argument
7582 def register_Ns3Empty_methods(root_module, cls): argument
7667 def register_Ns3Chunk_methods(root_module, cls): argument
9582 def register_Ns3Txop_methods(root_module, cls): argument
15644 def register_Ns3Ipv4_methods(root_module, cls): argument
16305 def register_Ns3Ipv6_methods(root_module, cls): argument
17301 def register_Ns3Node_methods(root_module, cls): argument
[all …]
H A Dmodulegen__gcc_LP64.py2248 def register_Ns3Bar_methods(root_module, cls): argument
3380 def register_Ns3HeRu_methods(root_module, cls): argument
5538 def register_Ns3Tag_methods(root_module, cls): argument
5633 def register_Ns3Time_methods(root_module, cls): argument
7582 def register_Ns3Empty_methods(root_module, cls): argument
7667 def register_Ns3Chunk_methods(root_module, cls): argument
9582 def register_Ns3Txop_methods(root_module, cls): argument
15644 def register_Ns3Ipv4_methods(root_module, cls): argument
16305 def register_Ns3Ipv6_methods(root_module, cls): argument
17301 def register_Ns3Node_methods(root_module, cls): argument
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/olsr/bindings/
H A Dmodulegen__gcc_LP64.py844 def register_Ns3Address_methods(root_module, cls): argument
953 def register_Ns3Buffer_methods(root_module, cls): argument
1502 def register_Ns3Hasher_methods(root_module, cls): argument
3024 def register_Ns3Tag_methods(root_module, cls): argument
3119 def register_Ns3Time_methods(root_module, cls): argument
3331 def register_Ns3Timer_methods(root_module, cls): argument
3415 def register_Ns3TypeId_methods(root_module, cls): argument
3627 def register_Ns3Empty_methods(root_module, cls): argument
3712 def register_Ns3Chunk_methods(root_module, cls): argument
5614 def register_Ns3Ipv4_methods(root_module, cls): argument
[all …]
H A Dmodulegen__gcc_ILP32.py844 def register_Ns3Address_methods(root_module, cls): argument
953 def register_Ns3Buffer_methods(root_module, cls): argument
1502 def register_Ns3Hasher_methods(root_module, cls): argument
3024 def register_Ns3Tag_methods(root_module, cls): argument
3119 def register_Ns3Time_methods(root_module, cls): argument
3331 def register_Ns3Timer_methods(root_module, cls): argument
3415 def register_Ns3TypeId_methods(root_module, cls): argument
3627 def register_Ns3Empty_methods(root_module, cls): argument
3712 def register_Ns3Chunk_methods(root_module, cls): argument
5614 def register_Ns3Ipv4_methods(root_module, cls): argument
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/buildings/bindings/
H A Dmodulegen__gcc_ILP32.py754 def register_Ns3Address_methods(root_module, cls): argument
863 def register_Ns3Box_methods(root_module, cls): argument
905 def register_Ns3Buffer_methods(root_module, cls): argument
1596 def register_Ns3Hasher_methods(root_module, cls): argument
2725 def register_Ns3Tag_methods(root_module, cls): argument
2820 def register_Ns3Time_methods(root_module, cls): argument
3032 def register_Ns3TypeId_methods(root_module, cls): argument
3310 def register_Ns3Empty_methods(root_module, cls): argument
3395 def register_Ns3Chunk_methods(root_module, cls): argument
3422 def register_Ns3Header_methods(root_module, cls): argument
[all …]
H A Dmodulegen__gcc_LP64.py754 def register_Ns3Address_methods(root_module, cls): argument
863 def register_Ns3Box_methods(root_module, cls): argument
905 def register_Ns3Buffer_methods(root_module, cls): argument
1596 def register_Ns3Hasher_methods(root_module, cls): argument
2725 def register_Ns3Tag_methods(root_module, cls): argument
2820 def register_Ns3Time_methods(root_module, cls): argument
3032 def register_Ns3TypeId_methods(root_module, cls): argument
3310 def register_Ns3Empty_methods(root_module, cls): argument
3395 def register_Ns3Chunk_methods(root_module, cls): argument
3422 def register_Ns3Header_methods(root_module, cls): argument
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/applications/bindings/
H A Dmodulegen__gcc_LP64.py1301 def register_Ns3Address_methods(root_module, cls): argument
1630 def register_Ns3Buffer_methods(root_module, cls): argument
2402 def register_Ns3Hasher_methods(root_module, cls): argument
4518 def register_Ns3Tag_methods(root_module, cls): argument
4665 def register_Ns3Time_methods(root_module, cls): argument
4915 def register_Ns3TypeId_methods(root_module, cls): argument
5262 def register_Ns3Empty_methods(root_module, cls): argument
5347 def register_Ns3Chunk_methods(root_module, cls): argument
5473 def register_Ns3Header_methods(root_module, cls): argument
9553 def register_Ns3Node_methods(root_module, cls): argument
[all …]
H A Dmodulegen__gcc_ILP32.py1301 def register_Ns3Address_methods(root_module, cls): argument
1630 def register_Ns3Buffer_methods(root_module, cls): argument
2402 def register_Ns3Hasher_methods(root_module, cls): argument
4518 def register_Ns3Tag_methods(root_module, cls): argument
4665 def register_Ns3Time_methods(root_module, cls): argument
4915 def register_Ns3TypeId_methods(root_module, cls): argument
5262 def register_Ns3Empty_methods(root_module, cls): argument
5347 def register_Ns3Chunk_methods(root_module, cls): argument
5473 def register_Ns3Header_methods(root_module, cls): argument
9553 def register_Ns3Node_methods(root_module, cls): argument
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/dsr/bindings/
H A Dmodulegen__gcc_LP64.py1351 def register_Ns3Buffer_methods(root_module, cls): argument
2001 def register_Ns3Hasher_methods(root_module, cls): argument
3437 def register_Ns3Tag_methods(root_module, cls): argument
3532 def register_Ns3Time_methods(root_module, cls): argument
3744 def register_Ns3Timer_methods(root_module, cls): argument
3828 def register_Ns3TypeId_methods(root_module, cls): argument
4040 def register_Ns3WifiAc_methods(root_module, cls): argument
4286 def register_Ns3Empty_methods(root_module, cls): argument
4371 def register_Ns3Chunk_methods(root_module, cls): argument
8279 def register_Ns3Ipv4_methods(root_module, cls): argument
[all …]
H A Dmodulegen__gcc_ILP32.py1351 def register_Ns3Buffer_methods(root_module, cls): argument
2001 def register_Ns3Hasher_methods(root_module, cls): argument
3437 def register_Ns3Tag_methods(root_module, cls): argument
3532 def register_Ns3Time_methods(root_module, cls): argument
3744 def register_Ns3Timer_methods(root_module, cls): argument
3828 def register_Ns3TypeId_methods(root_module, cls): argument
4040 def register_Ns3WifiAc_methods(root_module, cls): argument
4286 def register_Ns3Empty_methods(root_module, cls): argument
4371 def register_Ns3Chunk_methods(root_module, cls): argument
8279 def register_Ns3Ipv4_methods(root_module, cls): argument
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/bindings/
H A Dmodulegen__gcc_ILP32.py2255 def register_Ns3Angles_methods(root_module, cls): argument
2287 def register_Ns3ApInfo_methods(root_module, cls): argument
2500 def register_Ns3Bar_methods(root_module, cls): argument
3875 def register_Ns3HeRu_methods(root_module, cls): argument
5715 def register_Ns3Tag_methods(root_module, cls): argument
5810 def register_Ns3Time_methods(root_module, cls): argument
7840 def register_Ns3Empty_methods(root_module, cls): argument
7980 def register_Ns3Chunk_methods(root_module, cls): argument
10400 def register_Ns3Txop_methods(root_module, cls): argument
19698 def register_Ns3Node_methods(root_module, cls): argument
[all …]
H A Dmodulegen__gcc_LP64.py2255 def register_Ns3Angles_methods(root_module, cls): argument
2287 def register_Ns3ApInfo_methods(root_module, cls): argument
2500 def register_Ns3Bar_methods(root_module, cls): argument
3875 def register_Ns3HeRu_methods(root_module, cls): argument
5715 def register_Ns3Tag_methods(root_module, cls): argument
5810 def register_Ns3Time_methods(root_module, cls): argument
7840 def register_Ns3Empty_methods(root_module, cls): argument
7980 def register_Ns3Chunk_methods(root_module, cls): argument
10400 def register_Ns3Txop_methods(root_module, cls): argument
19698 def register_Ns3Node_methods(root_module, cls): argument
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/mesh/bindings/
H A Dmodulegen__gcc_ILP32.py1320 def register_Ns3Bar_methods(root_module, cls): argument
1514 def register_Ns3Buffer_methods(root_module, cls): argument
2219 def register_Ns3Hasher_methods(root_module, cls): argument
2261 def register_Ns3HeRu_methods(root_module, cls): argument
3532 def register_Ns3Tag_methods(root_module, cls): argument
3627 def register_Ns3Time_methods(root_module, cls): argument
4537 def register_Ns3Empty_methods(root_module, cls): argument
4622 def register_Ns3Chunk_methods(root_module, cls): argument
5825 def register_Ns3Txop_methods(root_module, cls): argument
10125 def register_Ns3Node_methods(root_module, cls): argument
[all …]
H A Dmodulegen__gcc_LP64.py1320 def register_Ns3Bar_methods(root_module, cls): argument
1514 def register_Ns3Buffer_methods(root_module, cls): argument
2219 def register_Ns3Hasher_methods(root_module, cls): argument
2261 def register_Ns3HeRu_methods(root_module, cls): argument
3532 def register_Ns3Tag_methods(root_module, cls): argument
3627 def register_Ns3Time_methods(root_module, cls): argument
4537 def register_Ns3Empty_methods(root_module, cls): argument
4622 def register_Ns3Chunk_methods(root_module, cls): argument
5825 def register_Ns3Txop_methods(root_module, cls): argument
10125 def register_Ns3Node_methods(root_module, cls): argument
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wimax/bindings/
H A Dmodulegen__gcc_ILP32.py1220 def register_Ns3Buffer_methods(root_module, cls): argument
1600 def register_Ns3Cid_methods(root_module, cls): argument
2026 def register_Ns3Hasher_methods(root_module, cls): argument
4655 def register_Ns3Tag_methods(root_module, cls): argument
4750 def register_Ns3Time_methods(root_module, cls): argument
5541 def register_Ns3Empty_methods(root_module, cls): argument
5697 def register_Ns3Chunk_methods(root_module, cls): argument
7116 def register_Ns3Tlv_methods(root_module, cls): argument
7343 def register_Ns3Ucd_methods(root_module, cls): argument
9499 def register_Ns3Dcd_methods(root_module, cls): argument
[all …]
H A Dmodulegen__gcc_LP64.py1220 def register_Ns3Buffer_methods(root_module, cls): argument
1600 def register_Ns3Cid_methods(root_module, cls): argument
2026 def register_Ns3Hasher_methods(root_module, cls): argument
4655 def register_Ns3Tag_methods(root_module, cls): argument
4750 def register_Ns3Time_methods(root_module, cls): argument
5541 def register_Ns3Empty_methods(root_module, cls): argument
5697 def register_Ns3Chunk_methods(root_module, cls): argument
7116 def register_Ns3Tlv_methods(root_module, cls): argument
7343 def register_Ns3Ucd_methods(root_module, cls): argument
9499 def register_Ns3Dcd_methods(root_module, cls): argument
[all …]

12345678910>>...148