Home
last modified time | relevance | path

Searched defs:env (Results 176 – 200 of 29186) sorted by relevance

12345678910>>...1168

/dports/emulators/qemu/qemu-6.2.0/target/sparc/
H A Dfop_helper.c135 float32 helper_fitos(CPUSPARCState *env, int32_t src) in helper_fitos()
145 void helper_fitoq(CPUSPARCState *env, int32_t src) in helper_fitoq()
161 void helper_fxtoq(CPUSPARCState *env, int64_t src) in helper_fxtoq()
179 float32 helper_fqtos(CPUSPARCState *env) in helper_fqtos()
184 void helper_fstoq(CPUSPARCState *env, float32 src) in helper_fstoq()
189 float64 helper_fqtod(CPUSPARCState *env) in helper_fqtod()
194 void helper_fdtoq(CPUSPARCState *env, float64 src) in helper_fdtoq()
210 int32_t helper_fqtoi(CPUSPARCState *env) in helper_fqtoi()
226 int64_t helper_fqtox(CPUSPARCState *env) in helper_fqtox()
243 void helper_fabsq(CPUSPARCState *env) in helper_fabsq()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/sparc/
H A Dfop_helper.c135 float32 helper_fitos(CPUSPARCState *env, int32_t src) in helper_fitos()
145 void helper_fitoq(CPUSPARCState *env, int32_t src) in helper_fitoq()
161 void helper_fxtoq(CPUSPARCState *env, int64_t src) in helper_fxtoq()
179 float32 helper_fqtos(CPUSPARCState *env) in helper_fqtos()
184 void helper_fstoq(CPUSPARCState *env, float32 src) in helper_fstoq()
189 float64 helper_fqtod(CPUSPARCState *env) in helper_fqtod()
194 void helper_fdtoq(CPUSPARCState *env, float64 src) in helper_fdtoq()
210 int32_t helper_fqtoi(CPUSPARCState *env) in helper_fqtoi()
226 int64_t helper_fqtox(CPUSPARCState *env) in helper_fqtox()
243 void helper_fabsq(CPUSPARCState *env) in helper_fabsq()
[all …]
/dports/devel/py-simpy/simpy-3.0.13/tests/
H A Dtest_benchmark.py18 def test_event_init(env, benchmark): argument
37 def g(env): argument
47 def cond_proc(env): argument
60 def cond_proc(env): argument
75 def child(env): argument
78 def parent(env): argument
84 def sim(env): argument
94 def producer(env, store, n): argument
99 def consumer(env, store): argument
120 def worker(env, resource): argument
[all …]
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/jniglue/
H A DJNIContext.cpp38 Java_org_OpenColorIO_Context_dispose(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_dispose()
46 Java_org_OpenColorIO_Context_Create(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_Create()
55 Java_org_OpenColorIO_Context_createEditableCopy(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_createEditableCopy()
65 Java_org_OpenColorIO_Context_getCacheID(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_getCacheID()
74 Java_org_OpenColorIO_Context_setSearchPath(JNIEnv * env, jobject self, jstring path) in Java_org_OpenColorIO_Context_setSearchPath()
83 Java_org_OpenColorIO_Context_getSearchPath(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_getSearchPath()
101 Java_org_OpenColorIO_Context_getWorkingDir(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_getWorkingDir()
128 Java_org_OpenColorIO_Context_getNumStringVars(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_getNumStringVars()
146 Java_org_OpenColorIO_Context_clearStringVars(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_clearStringVars()
163 Java_org_OpenColorIO_Context_getEnvironmentMode(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_getEnvironmentMode()
[all …]
H A DJNIColorSpace.cpp39 Java_org_OpenColorIO_ColorSpace_dispose(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_dispose()
47 Java_org_OpenColorIO_ColorSpace_Create(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_Create()
56 Java_org_OpenColorIO_ColorSpace_createEditableCopy(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_createEditableCopy()
66 Java_org_OpenColorIO_ColorSpace_getName(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_getName()
75 Java_org_OpenColorIO_ColorSpace_setName(JNIEnv * env, jobject self, jstring name) in Java_org_OpenColorIO_ColorSpace_setName()
84 Java_org_OpenColorIO_ColorSpace_getFamily(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_getFamily()
102 Java_org_OpenColorIO_ColorSpace_getEqualityGroup(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_getEqualityGroup()
120 Java_org_OpenColorIO_ColorSpace_getDescription(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_getDescription()
138 Java_org_OpenColorIO_ColorSpace_getBitDepth(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_getBitDepth()
156 Java_org_OpenColorIO_ColorSpace_isData(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_isData()
[all …]
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/jniglue/
H A DJNIContext.cpp38 Java_org_OpenColorIO_Context_dispose(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_dispose()
46 Java_org_OpenColorIO_Context_Create(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_Create()
55 Java_org_OpenColorIO_Context_createEditableCopy(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_createEditableCopy()
65 Java_org_OpenColorIO_Context_getCacheID(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_getCacheID()
74 Java_org_OpenColorIO_Context_setSearchPath(JNIEnv * env, jobject self, jstring path) in Java_org_OpenColorIO_Context_setSearchPath()
83 Java_org_OpenColorIO_Context_getSearchPath(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_getSearchPath()
101 Java_org_OpenColorIO_Context_getWorkingDir(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_getWorkingDir()
128 Java_org_OpenColorIO_Context_getNumStringVars(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_getNumStringVars()
146 Java_org_OpenColorIO_Context_clearStringVars(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_clearStringVars()
163 Java_org_OpenColorIO_Context_getEnvironmentMode(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_getEnvironmentMode()
[all …]
H A DJNIColorSpace.cpp39 Java_org_OpenColorIO_ColorSpace_dispose(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_dispose()
47 Java_org_OpenColorIO_ColorSpace_Create(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_Create()
56 Java_org_OpenColorIO_ColorSpace_createEditableCopy(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_createEditableCopy()
66 Java_org_OpenColorIO_ColorSpace_getName(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_getName()
75 Java_org_OpenColorIO_ColorSpace_setName(JNIEnv * env, jobject self, jstring name) in Java_org_OpenColorIO_ColorSpace_setName()
84 Java_org_OpenColorIO_ColorSpace_getFamily(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_getFamily()
102 Java_org_OpenColorIO_ColorSpace_getEqualityGroup(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_getEqualityGroup()
120 Java_org_OpenColorIO_ColorSpace_getDescription(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_getDescription()
138 Java_org_OpenColorIO_ColorSpace_getBitDepth(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_getBitDepth()
156 Java_org_OpenColorIO_ColorSpace_isData(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_isData()
[all …]
/dports/devel/py-Jinja2/Jinja2-3.0.1/tests/
H A Dtest_tests.py14 def test_defined(self, env): argument
18 def test_even(self, env): argument
22 def test_odd(self, env): argument
26 def test_lower(self, env): argument
117 def test_upper(self, env): argument
121 def test_equalto(self, env): argument
158 def test_sameas(self, env): argument
198 def test_in(self, env): argument
213 def test_name_undefined(env): argument
226 def test_is_filter(env): argument
[all …]
/dports/devel/py-Jinja2-doc/Jinja2-3.0.1/tests/
H A Dtest_tests.py14 def test_defined(self, env): argument
18 def test_even(self, env): argument
22 def test_odd(self, env): argument
26 def test_lower(self, env): argument
117 def test_upper(self, env): argument
121 def test_equalto(self, env): argument
158 def test_sameas(self, env): argument
198 def test_in(self, env): argument
213 def test_name_undefined(env): argument
226 def test_is_filter(env): argument
[all …]
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/jniglue/
H A DJNIContext.cpp38 Java_org_OpenColorIO_Context_dispose(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_dispose()
46 Java_org_OpenColorIO_Context_Create(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_Create()
55 Java_org_OpenColorIO_Context_createEditableCopy(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_createEditableCopy()
65 Java_org_OpenColorIO_Context_getCacheID(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_getCacheID()
74 Java_org_OpenColorIO_Context_setSearchPath(JNIEnv * env, jobject self, jstring path) in Java_org_OpenColorIO_Context_setSearchPath()
83 Java_org_OpenColorIO_Context_getSearchPath(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_getSearchPath()
101 Java_org_OpenColorIO_Context_getWorkingDir(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_getWorkingDir()
128 Java_org_OpenColorIO_Context_getNumStringVars(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_getNumStringVars()
146 Java_org_OpenColorIO_Context_clearStringVars(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_clearStringVars()
163 Java_org_OpenColorIO_Context_getEnvironmentMode(JNIEnv * env, jobject self) in Java_org_OpenColorIO_Context_getEnvironmentMode()
[all …]
H A DJNIColorSpace.cpp39 Java_org_OpenColorIO_ColorSpace_dispose(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_dispose()
47 Java_org_OpenColorIO_ColorSpace_Create(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_Create()
56 Java_org_OpenColorIO_ColorSpace_createEditableCopy(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_createEditableCopy()
66 Java_org_OpenColorIO_ColorSpace_getName(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_getName()
75 Java_org_OpenColorIO_ColorSpace_setName(JNIEnv * env, jobject self, jstring name) in Java_org_OpenColorIO_ColorSpace_setName()
84 Java_org_OpenColorIO_ColorSpace_getFamily(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_getFamily()
102 Java_org_OpenColorIO_ColorSpace_getEqualityGroup(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_getEqualityGroup()
120 Java_org_OpenColorIO_ColorSpace_getDescription(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_getDescription()
138 Java_org_OpenColorIO_ColorSpace_getBitDepth(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_getBitDepth()
156 Java_org_OpenColorIO_ColorSpace_isData(JNIEnv * env, jobject self) in Java_org_OpenColorIO_ColorSpace_isData()
[all …]
/dports/www/apache24/httpd-2.4.53/test/modules/md/
H A Dtest_502_acmev2_drive.py22 def _class_scope(self, env, acme): argument
37 def test_md_502_000(self, env): argument
46 def test_md_502_001(self, env): argument
59 def test_md_502_003(self, env): argument
73 def test_md_502_100(self, env): argument
114 def test_md_502_101(self, env): argument
127 def test_md_502_103(self, env): argument
148 def test_md_502_105(self, env): argument
168 def test_md_502_107(self, env): argument
198 def test_md_502_108(self, env): argument
[all …]
/dports/textproc/redisearch16/RediSearch-1.6.16/src/pytest/
H A Dtest_tags.py3 def search(env, r, *args): argument
6 def testTagIndex(env): argument
50 def testSeparator(env): argument
63 def testTagPrefix(env): argument
76 def testTagFieldCase(env): argument
94 def testInvalidSyntax(env): argument
107 def testTagVals(env): argument
137 def testSearchNotExistsTagValue(env): argument
142 def testIssue1305(env): argument
152 def test_1667(env): argument
/dports/emulators/qemu-utils/qemu-4.2.1/target/riscv/
H A Dcsr.c46 static int fs(CPURISCVState *env, int csrno) in fs()
56 static int ctr(CPURISCVState *env, int csrno) in ctr()
91 static int any(CPURISCVState *env, int csrno) in any()
96 static int smode(CPURISCVState *env, int csrno) in smode()
101 static int pmp(CPURISCVState *env, int csrno) in pmp()
131 static int read_frm(CPURISCVState *env, int csrno, target_ulong *val) in read_frm()
142 static int write_frm(CPURISCVState *env, int csrno, target_ulong val) in write_frm()
154 static int read_fcsr(CPURISCVState *env, int csrno, target_ulong *val) in read_fcsr()
166 static int write_fcsr(CPURISCVState *env, int csrno, target_ulong val) in write_fcsr()
211 static int read_time(CPURISCVState *env, int csrno, target_ulong *val) in read_time()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/riscv/
H A Dcsr.c46 static int fs(CPURISCVState *env, int csrno) in fs()
56 static int ctr(CPURISCVState *env, int csrno) in ctr()
91 static int any(CPURISCVState *env, int csrno) in any()
96 static int smode(CPURISCVState *env, int csrno) in smode()
101 static int pmp(CPURISCVState *env, int csrno) in pmp()
131 static int read_frm(CPURISCVState *env, int csrno, target_ulong *val) in read_frm()
142 static int write_frm(CPURISCVState *env, int csrno, target_ulong val) in write_frm()
154 static int read_fcsr(CPURISCVState *env, int csrno, target_ulong *val) in read_fcsr()
166 static int write_fcsr(CPURISCVState *env, int csrno, target_ulong val) in write_fcsr()
211 static int read_time(CPURISCVState *env, int csrno, target_ulong *val) in read_time()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/riscv/
H A Dfpu_helper.c27 target_ulong riscv_cpu_get_fflags(CPURISCVState *env) in riscv_cpu_get_fflags()
54 void helper_set_rounding_mode(CPURISCVState *env, uint32_t rm) in helper_set_rounding_mode()
187 uint64_t helper_fsqrt_s(CPURISCVState *env, uint64_t rs1) in helper_fsqrt_s()
227 uint64_t helper_fcvt_l_s(CPURISCVState *env, uint64_t rs1) in helper_fcvt_l_s()
233 uint64_t helper_fcvt_lu_s(CPURISCVState *env, uint64_t rs1) in helper_fcvt_lu_s()
251 uint64_t helper_fcvt_s_l(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_l()
256 uint64_t helper_fcvt_s_lu(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_lu()
298 uint64_t helper_fcvt_s_d(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_d()
303 uint64_t helper_fcvt_d_s(CPURISCVState *env, uint64_t rs1) in helper_fcvt_d_s()
309 uint64_t helper_fsqrt_d(CPURISCVState *env, uint64_t frs1) in helper_fsqrt_d()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/riscv/
H A Dfpu_helper.c27 target_ulong riscv_cpu_get_fflags(CPURISCVState *env) in riscv_cpu_get_fflags()
41 void riscv_cpu_set_fflags(CPURISCVState *env, target_ulong hard) in riscv_cpu_set_fflags()
54 void helper_set_rounding_mode(CPURISCVState *env, uint32_t rm) in helper_set_rounding_mode()
187 uint64_t helper_fsqrt_s(CPURISCVState *env, uint64_t rs1) in helper_fsqrt_s()
214 target_ulong helper_fcvt_w_s(CPURISCVState *env, uint64_t rs1) in helper_fcvt_w_s()
226 target_ulong helper_fcvt_l_s(CPURISCVState *env, uint64_t rs1) in helper_fcvt_l_s()
238 uint64_t helper_fcvt_s_w(CPURISCVState *env, target_ulong rs1) in helper_fcvt_s_w()
248 uint64_t helper_fcvt_s_l(CPURISCVState *env, target_ulong rs1) in helper_fcvt_s_l()
294 uint64_t helper_fcvt_s_d(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_d()
299 uint64_t helper_fcvt_d_s(CPURISCVState *env, uint64_t rs1) in helper_fcvt_d_s()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/riscv/
H A Dfpu_helper.c27 target_ulong riscv_cpu_get_fflags(CPURISCVState *env) in riscv_cpu_get_fflags()
41 void riscv_cpu_set_fflags(CPURISCVState *env, target_ulong hard) in riscv_cpu_set_fflags()
54 void helper_set_rounding_mode(CPURISCVState *env, uint32_t rm) in helper_set_rounding_mode()
191 uint64_t helper_fsqrt_s(CPURISCVState *env, uint64_t rs1) in helper_fsqrt_s()
218 target_ulong helper_fcvt_w_s(CPURISCVState *env, uint64_t rs1) in helper_fcvt_w_s()
230 target_ulong helper_fcvt_l_s(CPURISCVState *env, uint64_t rs1) in helper_fcvt_l_s()
242 uint64_t helper_fcvt_s_w(CPURISCVState *env, target_ulong rs1) in helper_fcvt_s_w()
252 uint64_t helper_fcvt_s_l(CPURISCVState *env, target_ulong rs1) in helper_fcvt_s_l()
302 uint64_t helper_fcvt_s_d(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_d()
307 uint64_t helper_fcvt_d_s(CPURISCVState *env, uint64_t rs1) in helper_fcvt_d_s()
[all …]
/dports/java/sablevm/sablevm-1.13/src/libsablevm/
H A Derror_throwing.c10 _svmf_error_ArithmeticException (_svmt_JNIEnv *env) in _svmf_error_ArithmeticException()
272 _svmf_error_ArrayStoreException (_svmt_JNIEnv *env) in _svmf_error_ArrayStoreException()
403 _svmf_error_ClassCastException (_svmt_JNIEnv *env) in _svmf_error_ClassCastException()
1320 _svmf_error_InliningException (_svmt_JNIEnv *env) in _svmf_error_InliningException()
1713 _svmf_error_ClassFormatError (_svmt_JNIEnv *env) in _svmf_error_ClassFormatError()
2106 _svmf_error_InternalError (_svmt_JNIEnv *env) in _svmf_error_InternalError()
2237 _svmf_error_LinkageError (_svmt_JNIEnv *env) in _svmf_error_LinkageError()
2499 _svmf_error_NoSuchFieldError (_svmt_JNIEnv *env) in _svmf_error_NoSuchFieldError()
2630 _svmf_error_NoSuchMethodError (_svmt_JNIEnv *env) in _svmf_error_NoSuchMethodError()
2761 _svmf_error_OutOfMemoryError (_svmt_JNIEnv *env) in _svmf_error_OutOfMemoryError()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/riscv/
H A Dfpu_helper.c27 target_ulong riscv_cpu_get_fflags(CPURISCVState *env) in riscv_cpu_get_fflags()
54 void helper_set_rounding_mode(CPURISCVState *env, uint32_t rm) in helper_set_rounding_mode()
187 uint64_t helper_fsqrt_s(CPURISCVState *env, uint64_t rs1) in helper_fsqrt_s()
226 uint64_t helper_fcvt_l_s(CPURISCVState *env, uint64_t rs1) in helper_fcvt_l_s()
232 uint64_t helper_fcvt_lu_s(CPURISCVState *env, uint64_t rs1) in helper_fcvt_lu_s()
248 uint64_t helper_fcvt_s_l(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_l()
253 uint64_t helper_fcvt_s_lu(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_lu()
294 uint64_t helper_fcvt_s_d(CPURISCVState *env, uint64_t rs1) in helper_fcvt_s_d()
299 uint64_t helper_fcvt_d_s(CPURISCVState *env, uint64_t rs1) in helper_fcvt_d_s()
305 uint64_t helper_fsqrt_d(CPURISCVState *env, uint64_t frs1) in helper_fsqrt_d()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/rocksjni/
H A Dportal.h175 static jclass getJClass(JNIEnv* env) { in getJClass()
219 static jclass getJClass(JNIEnv* env) { in getJClass()
257 static jclass getJClass(JNIEnv* env) { in getJClass()
322 static jclass getJClass(JNIEnv* env) { in getJClass()
1582 JNIEnv *env; in getJniEnv() local
4071 static jobject PUT(JNIEnv* env) { in PUT()
4107 static jobject LOG(JNIEnv* env) { in LOG()
7200 JNIEnv* env, in fromCppSstFileMetaData()
7363 JNIEnv* env, in fromCppColumnFamilyMetaData()
8190 JNIEnv* env, in fromCppTableFileDeletionInfo()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/java/rocksjni/
H A Dportal.h175 static jclass getJClass(JNIEnv* env) { in getJClass()
219 static jclass getJClass(JNIEnv* env) { in getJClass()
257 static jclass getJClass(JNIEnv* env) { in getJClass()
322 static jclass getJClass(JNIEnv* env) { in getJClass()
1582 JNIEnv *env; in getJniEnv() local
4071 static jobject PUT(JNIEnv* env) { in PUT()
4107 static jobject LOG(JNIEnv* env) { in LOG()
7250 JNIEnv* env, in fromCppSstFileMetaData()
7413 JNIEnv* env, in fromCppColumnFamilyMetaData()
8240 JNIEnv* env, in fromCppTableFileDeletionInfo()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/java/rocksjni/
H A Dportal.h175 static jclass getJClass(JNIEnv* env) { in getJClass()
219 static jclass getJClass(JNIEnv* env) { in getJClass()
257 static jclass getJClass(JNIEnv* env) { in getJClass()
322 static jclass getJClass(JNIEnv* env) { in getJClass()
1582 JNIEnv *env; in getJniEnv() local
4071 static jobject PUT(JNIEnv* env) { in PUT()
4107 static jobject LOG(JNIEnv* env) { in LOG()
7250 JNIEnv* env, in fromCppSstFileMetaData()
7413 JNIEnv* env, in fromCppColumnFamilyMetaData()
8240 JNIEnv* env, in fromCppTableFileDeletionInfo()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/rocksjni/
H A Dportal.h175 static jclass getJClass(JNIEnv* env) { in getJClass()
219 static jclass getJClass(JNIEnv* env) { in getJClass()
257 static jclass getJClass(JNIEnv* env) { in getJClass()
322 static jclass getJClass(JNIEnv* env) { in getJClass()
1582 JNIEnv *env; in getJniEnv() local
4071 static jobject PUT(JNIEnv* env) { in PUT()
4107 static jobject LOG(JNIEnv* env) { in LOG()
7200 JNIEnv* env, in fromCppSstFileMetaData()
7363 JNIEnv* env, in fromCppColumnFamilyMetaData()
8190 JNIEnv* env, in fromCppTableFileDeletionInfo()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/rocksjni/
H A Dportal.h175 static jclass getJClass(JNIEnv* env) { in getJClass()
219 static jclass getJClass(JNIEnv* env) { in getJClass()
257 static jclass getJClass(JNIEnv* env) { in getJClass()
322 static jclass getJClass(JNIEnv* env) { in getJClass()
1582 JNIEnv *env; in getJniEnv() local
4071 static jobject PUT(JNIEnv* env) { in PUT()
4107 static jobject LOG(JNIEnv* env) { in LOG()
7200 JNIEnv* env, in fromCppSstFileMetaData()
7363 JNIEnv* env, in fromCppColumnFamilyMetaData()
8190 JNIEnv* env, in fromCppTableFileDeletionInfo()
[all …]

12345678910>>...1168