Home
last modified time | relevance | path

Searched refs:is_java (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/databases/py-pg8000/pg8000-1.23.0/test/native/github-actions/
H A Dssl_native.py43 is_java = "java" in sys.platform
45 if is_java:
51 if is_java:
/dports/databases/py-pg8000/pg8000-1.23.0/test/dbapi/github-actions/
H A Dssl_dbapi.py43 is_java = "java" in sys.platform
45 if is_java:
51 if is_java:
/dports/databases/py-pg8000/pg8000-1.23.0/test/legacy/github-actions/
H A Dssl_legacy.py43 is_java = "java" in sys.platform
45 if is_java:
51 if is_java:
/dports/databases/py-pg8000/pg8000-1.23.0/test/legacy/
H A Dtest_auth.py57 is_java = "java" in sys.platform
59 if is_java:
65 if is_java:
H A Dtest_typeconversion.py206 def test_timestamp_roundtrip(is_java, con): argument
213 if not is_java:
377 def test_timestamp_tz_roundtrip(is_java, con): argument
378 if not is_java:
387 def test_timestamp_mismatch(is_java, cursor): argument
388 if not is_java:
/dports/databases/py-pg8000/pg8000-1.23.0/test/native/
H A Dtest_auth.py58 is_java = "java" in sys.platform
60 if is_java:
66 if is_java:
H A Dtest_typeconversion.py115 def test_timestamp_roundtrip(is_java, con): argument
122 if not is_java:
232 def test_timestamp_tz_roundtrip(is_java, con): argument
233 if not is_java:
242 def test_timestamp_mismatch(is_java, con): argument
243 if not is_java:
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/z/
H A DzObjectAllocator.cpp111 assert(ZThread::is_java(), "Should be a Java thread"); in alloc_large_object()
131 assert(ZThread::is_java() || ZThread::is_vm() || ZThread::is_runtime_worker(), in alloc_small_object_from_nonworker()
184 assert(ZThread::is_java(), "Must be a Java thread"); in alloc_object()
193 …assert(ZThread::is_java() || ZThread::is_vm() || ZThread::is_worker() || ZThread::is_runtime_worke… in alloc_object_for_relocation()
281 assert(ZThread::is_java(), "Should be a Java thread"); in remaining()
H A DzThread.hpp72 static bool is_java() { in is_java() function in ZThread
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/z/
H A DzObjectAllocator.cpp111 assert(ZThread::is_java(), "Should be a Java thread"); in alloc_large_object()
131 assert(ZThread::is_java() || ZThread::is_vm() || ZThread::is_runtime_worker(), in alloc_small_object_from_nonworker()
184 assert(ZThread::is_java(), "Must be a Java thread"); in alloc_object()
197 …assert(ZThread::is_java() || ZThread::is_vm() || ZThread::is_worker() || ZThread::is_runtime_worke… in alloc_object_for_relocation()
285 assert(ZThread::is_java(), "Should be a Java thread"); in remaining()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzObjectAllocator.cpp114 assert(ZThread::is_java(), "Should be a Java thread"); in alloc_large_object()
134 assert(ZThread::is_java() || ZThread::is_vm(), "Should be a Java or VM thread"); in alloc_small_object_from_nonworker()
186 assert(ZThread::is_java(), "Must be a Java thread"); in alloc_object()
199 assert(ZThread::is_java() || ZThread::is_worker() || ZThread::is_vm(), "Unknown thread"); in alloc_object_for_relocation()
286 assert(ZThread::is_java(), "Should be a Java thread"); in remaining()
H A DzThread.hpp66 static bool is_java() { in is_java() function in ZThread
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzObjectAllocator.cpp114 assert(ZThread::is_java(), "Should be a Java thread"); in alloc_large_object()
134 assert(ZThread::is_java() || ZThread::is_vm(), "Should be a Java or VM thread"); in alloc_small_object_from_nonworker()
186 assert(ZThread::is_java(), "Must be a Java thread"); in alloc_object()
199 assert(ZThread::is_java() || ZThread::is_worker() || ZThread::is_vm(), "Unknown thread"); in alloc_object_for_relocation()
286 assert(ZThread::is_java(), "Should be a Java thread"); in remaining()
H A DzThread.hpp66 static bool is_java() { in is_java() function in ZThread
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/z/
H A DzObjectAllocator.cpp129 assert(ZThread::is_java(), "Should be a Java thread"); in alloc_large_object()
149 assert(ZThread::is_java() || ZThread::is_vm() || ZThread::is_runtime_worker(), in alloc_small_object_from_nonworker()
202 assert(ZThread::is_java(), "Must be a Java thread"); in alloc_object()
211 …assert(ZThread::is_java() || ZThread::is_vm() || ZThread::is_worker() || ZThread::is_runtime_worke… in alloc_object_for_relocation()
305 assert(ZThread::is_java(), "Should be a Java thread"); in remaining()
H A DzThread.inline.hpp46 inline bool ZThread::is_java() { in is_java() function in ZThread
H A DzThread.hpp58 static bool is_java();
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/z/
H A DzObjectAllocator.cpp129 assert(ZThread::is_java(), "Should be a Java thread"); in alloc_large_object()
149 assert(ZThread::is_java() || ZThread::is_vm() || ZThread::is_runtime_worker(), in alloc_small_object_from_nonworker()
202 assert(ZThread::is_java(), "Must be a Java thread"); in alloc_object()
211 …assert(ZThread::is_java() || ZThread::is_vm() || ZThread::is_worker() || ZThread::is_runtime_worke… in alloc_object_for_relocation()
305 assert(ZThread::is_java(), "Should be a Java thread"); in remaining()
H A DzThread.inline.hpp46 inline bool ZThread::is_java() { in is_java() function in ZThread
H A DzThread.hpp58 static bool is_java();
/dports/databases/py-pg8000/pg8000-1.23.0/test/dbapi/
H A Dtest_typeconversion.py204 def test_timestamp_roundtrip(is_java, cursor): argument
211 if not is_java:
376 def test_timestamp_tz_roundtrip(is_java, cursor): argument
377 if not is_java:
386 def test_timestamp_mismatch(is_java, cursor): argument
387 if not is_java:
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/
H A DzThread.inline.hpp46 inline bool ZThread::is_java() { in is_java() function in ZThread
H A DzThread.hpp56 static bool is_java();
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/
H A DzThread.inline.hpp47 inline bool ZThread::is_java() { in is_java() function in ZThread
H A DzThread.hpp56 static bool is_java();

1234567