Home
last modified time | relevance | path

Searched defs:dept (Results 1 – 25 of 145) sorted by relevance

123456

/dports/www/osticket/upload/include/staff/
H A Dhelptopics.inc.php126 $dept = (string) $topic->dept; variable
129 $dept = (string) $defaultDept; variable
132 $dept = ''; variable
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dwith_dml.sql4 CREATE TABLE with_dml.distributed_table (tenant_id text PRIMARY KEY, dept int); field
8 CREATE TABLE with_dml.second_distributed_table (tenant_id text, dept int); field
H A Drecursive_dml_with_different_planners_executors.sql4 CREATE TABLE distributed_table (tenant_id text, dept int, info jsonb); field
7 CREATE TABLE second_distributed_table (tenant_id text, dept int, info jsonb); field
H A Ddml_recursive.sql5 CREATE TABLE recursive_dml_queries.distributed_table (tenant_id text, dept int, info jsonb); field
8 CREATE TABLE recursive_dml_queries.second_distributed_table (tenant_id text, dept int, info jsonb); field
H A Drecursive_dml_queries_mx.sql6 CREATE TABLE recursive_dml_queries_mx.distributed_table (tenant_id text, dept int, info jsonb); field
9 CREATE TABLE recursive_dml_queries_mx.second_distributed_table (tenant_id text, dept int, info json… field
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A Ddependencies.hpp193 …static bool is_klass_type( DepType dept) { return dept_in_mask(dept, klass_types … in is_klass_type()
195 …static bool has_explicit_context_arg(DepType dept) { return dept_in_mask(dept, explicit_ctxk_types… in has_explicit_context_arg()
196 …static bool has_implicit_context_arg(DepType dept) { return dept_in_mask(dept, implicit_ctxk_types… in has_implicit_context_arg()
198 …static int dep_context_arg(DepType dept) { return has_explicit_context_arg(dept) ? 0 : -… in dep_context_arg()
199 …static int dep_implicit_context_arg(DepType dept) { return has_implicit_context_arg(dept) ? 0 : -… in dep_implicit_context_arg()
211 static bool dept_in_mask(DepType dept, int mask) { in dept_in_mask()
215 bool note_dep_seen(int dept, ciBaseObject* x) { in note_dep_seen()
373 void log_dependency(DepType dept, GrowableArray<ciBaseObject*>* args) { in log_dependency()
381 void log_dependency(DepType dept, in log_dependency()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A Ddependencies.hpp193 …static bool is_klass_type( DepType dept) { return dept_in_mask(dept, klass_types … in is_klass_type()
195 …static bool has_explicit_context_arg(DepType dept) { return dept_in_mask(dept, explicit_ctxk_types… in has_explicit_context_arg()
196 …static bool has_implicit_context_arg(DepType dept) { return dept_in_mask(dept, implicit_ctxk_types… in has_implicit_context_arg()
198 …static int dep_context_arg(DepType dept) { return has_explicit_context_arg(dept) ? 0 : -… in dep_context_arg()
199 …static int dep_implicit_context_arg(DepType dept) { return has_implicit_context_arg(dept) ? 0 : -… in dep_implicit_context_arg()
211 static bool dept_in_mask(DepType dept, int mask) { in dept_in_mask()
215 bool note_dep_seen(int dept, ciBaseObject* x) { in note_dep_seen()
373 void log_dependency(DepType dept, GrowableArray<ciBaseObject*>* args) { in log_dependency()
381 void log_dependency(DepType dept, in log_dependency()
/dports/www/osticket/upload/include/client/
H A Dview.inc.php9 $dept = $ticket->getDept(); variable
16 $dept = $cfg->getDefaultDept(); variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A Ddependencies.hpp196 …static bool is_klass_type( DepType dept) { return dept_in_mask(dept, klass_types … in is_klass_type()
198 …static bool has_explicit_context_arg(DepType dept) { return dept_in_mask(dept, explicit_ctxk_types… in has_explicit_context_arg()
199 …static bool has_implicit_context_arg(DepType dept) { return dept_in_mask(dept, implicit_ctxk_types… in has_implicit_context_arg()
201 …static int dep_context_arg(DepType dept) { return has_explicit_context_arg(dept) ? 0 : -… in dep_context_arg()
202 …static int dep_implicit_context_arg(DepType dept) { return has_implicit_context_arg(dept) ? 0 : -… in dep_implicit_context_arg()
273 static bool dept_in_mask(DepType dept, int mask) { in dept_in_mask()
277 bool note_dep_seen(int dept, ciBaseObject* x) { in note_dep_seen()
288 bool note_dep_seen(int dept, DepValue x) { in note_dep_seen()
478 void log_dependency(DepType dept, GrowableArray<ciBaseObject*>* args) { in log_dependency()
486 void log_dependency(DepType dept, in log_dependency()
H A Ddependencies.cpp223 void Dependencies::assert_common_2(DepType dept, in assert_common_2()
264 void Dependencies::assert_common_3(DepType dept, in assert_common_3()
334 void Dependencies::assert_common_2(DepType dept, in assert_common_2()
423 DepType dept = (DepType)deptv; in sort_all_deps() local
437 DepType dept = (DepType)deptv; in sort_all_deps() local
454 DepType dept = (DepType)deptv; in estimate_size_in_bytes() local
462 DepType dept = (DepType)deptv; in estimate_size_in_bytes() local
505 DepType dept = (DepType)deptv; in encode_content_bytes() local
534 DepType dept = (DepType)deptv; in encode_content_bytes() local
699 DepType dept = (DepType)deptv; in log_all_dependencies() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A Ddependencies.hpp196 …static bool is_klass_type( DepType dept) { return dept_in_mask(dept, klass_types … in is_klass_type()
198 …static bool has_explicit_context_arg(DepType dept) { return dept_in_mask(dept, explicit_ctxk_types… in has_explicit_context_arg()
199 …static bool has_implicit_context_arg(DepType dept) { return dept_in_mask(dept, implicit_ctxk_types… in has_implicit_context_arg()
201 …static int dep_context_arg(DepType dept) { return has_explicit_context_arg(dept) ? 0 : -… in dep_context_arg()
202 …static int dep_implicit_context_arg(DepType dept) { return has_implicit_context_arg(dept) ? 0 : -… in dep_implicit_context_arg()
273 static bool dept_in_mask(DepType dept, int mask) { in dept_in_mask()
277 bool note_dep_seen(int dept, ciBaseObject* x) { in note_dep_seen()
288 bool note_dep_seen(int dept, DepValue x) { in note_dep_seen()
478 void log_dependency(DepType dept, GrowableArray<ciBaseObject*>* args) { in log_dependency()
486 void log_dependency(DepType dept, in log_dependency()
H A Ddependencies.cpp223 void Dependencies::assert_common_2(DepType dept, in assert_common_2()
264 void Dependencies::assert_common_3(DepType dept, in assert_common_3()
334 void Dependencies::assert_common_2(DepType dept, in assert_common_2()
423 DepType dept = (DepType)deptv; in sort_all_deps() local
437 DepType dept = (DepType)deptv; in sort_all_deps() local
454 DepType dept = (DepType)deptv; in estimate_size_in_bytes() local
462 DepType dept = (DepType)deptv; in estimate_size_in_bytes() local
505 DepType dept = (DepType)deptv; in encode_content_bytes() local
534 DepType dept = (DepType)deptv; in encode_content_bytes() local
699 DepType dept = (DepType)deptv; in log_all_dependencies() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/code/
H A Ddependencies.hpp196 …static bool is_klass_type( DepType dept) { return dept_in_mask(dept, klass_types … in is_klass_type()
198 …static bool has_explicit_context_arg(DepType dept) { return dept_in_mask(dept, explicit_ctxk_types… in has_explicit_context_arg()
199 …static bool has_implicit_context_arg(DepType dept) { return dept_in_mask(dept, implicit_ctxk_types… in has_implicit_context_arg()
201 …static int dep_context_arg(DepType dept) { return has_explicit_context_arg(dept) ? 0 : -… in dep_context_arg()
202 …static int dep_implicit_context_arg(DepType dept) { return has_implicit_context_arg(dept) ? 0 : -… in dep_implicit_context_arg()
273 static bool dept_in_mask(DepType dept, int mask) { in dept_in_mask()
277 bool note_dep_seen(int dept, ciBaseObject* x) { in note_dep_seen()
288 bool note_dep_seen(int dept, DepValue x) { in note_dep_seen()
475 void log_dependency(DepType dept, GrowableArray<ciBaseObject*>* args) { in log_dependency()
483 void log_dependency(DepType dept, in log_dependency()
/dports/databases/db5/db-5.3.28/test/java/compat/src/com/sleepycat/persist/test/
H A DSubclassIndexTest.java227 String dept; field in SubclassIndexTest.Manager
229 Manager(String id, String dept) { in Manager()
243 SalariedManager(String id, String dept, String salary) { in SalariedManager()
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/persist/test/
H A DSubclassIndexTest.java235 String dept; field in SubclassIndexTest.Manager
237 Manager(String id, String dept) { in Manager()
251 SalariedManager(String id, String dept, String salary) { in SalariedManager()
/dports/databases/db18/db-18.1.40/test/java/compat/src/com/sleepycat/persist/test/
H A DSubclassIndexTest.java235 String dept; field in SubclassIndexTest.Manager
237 Manager(String id, String dept) { in Manager()
251 SalariedManager(String id, String dept, String salary) { in SalariedManager()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/code/
H A Ddependencies.cpp225 void Dependencies::assert_common_2(DepType dept, in assert_common_2()
266 void Dependencies::assert_common_3(DepType dept, in assert_common_3()
336 void Dependencies::assert_common_2(DepType dept, in assert_common_2()
425 DepType dept = (DepType)deptv; in sort_all_deps() local
439 DepType dept = (DepType)deptv; in sort_all_deps() local
456 DepType dept = (DepType)deptv; in estimate_size_in_bytes() local
464 DepType dept = (DepType)deptv; in estimate_size_in_bytes() local
507 DepType dept = (DepType)deptv; in encode_content_bytes() local
536 DepType dept = (DepType)deptv; in encode_content_bytes() local
665 DepType dept = (DepType)deptv; in log_all_dependencies() local
[all …]
H A Ddependencies.hpp197 …static bool is_klass_type( DepType dept) { return dept_in_mask(dept, klass_types … in is_klass_type()
199 …static bool has_explicit_context_arg(DepType dept) { return dept_in_mask(dept, explicit_ctxk_types… in has_explicit_context_arg()
200 …static bool has_implicit_context_arg(DepType dept) { return dept_in_mask(dept, implicit_ctxk_types… in has_implicit_context_arg()
202 …static int dep_context_arg(DepType dept) { return has_explicit_context_arg(dept) ? 0 : -… in dep_context_arg()
203 …static int dep_implicit_context_arg(DepType dept) { return has_implicit_context_arg(dept) ? 0 : -… in dep_implicit_context_arg()
274 static bool dept_in_mask(DepType dept, int mask) { in dept_in_mask()
278 bool note_dep_seen(int dept, ciBaseObject* x) { in note_dep_seen()
289 bool note_dep_seen(int dept, DepValue x) { in note_dep_seen()
483 void log_dependency(DepType dept, GrowableArray<ciBaseObject*>* args) { in log_dependency()
491 void log_dependency(DepType dept, in log_dependency()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/code/
H A Ddependencies.hpp197 …static bool is_klass_type( DepType dept) { return dept_in_mask(dept, klass_types … in is_klass_type()
199 …static bool has_explicit_context_arg(DepType dept) { return dept_in_mask(dept, explicit_ctxk_types… in has_explicit_context_arg()
200 …static bool has_implicit_context_arg(DepType dept) { return dept_in_mask(dept, implicit_ctxk_types… in has_implicit_context_arg()
202 …static int dep_context_arg(DepType dept) { return has_explicit_context_arg(dept) ? 0 : -… in dep_context_arg()
203 …static int dep_implicit_context_arg(DepType dept) { return has_implicit_context_arg(dept) ? 0 : -… in dep_implicit_context_arg()
274 static bool dept_in_mask(DepType dept, int mask) { in dept_in_mask()
278 bool note_dep_seen(int dept, ciBaseObject* x) { in note_dep_seen()
289 bool note_dep_seen(int dept, DepValue x) { in note_dep_seen()
486 void log_dependency(DepType dept, GrowableArray<ciBaseObject*>* args) { in log_dependency()
494 void log_dependency(DepType dept, in log_dependency()
H A Ddependencies.cpp225 void Dependencies::assert_common_2(DepType dept, in assert_common_2()
266 void Dependencies::assert_common_3(DepType dept, in assert_common_3()
336 void Dependencies::assert_common_2(DepType dept, in assert_common_2()
425 DepType dept = (DepType)deptv; in sort_all_deps() local
439 DepType dept = (DepType)deptv; in sort_all_deps() local
456 DepType dept = (DepType)deptv; in estimate_size_in_bytes() local
464 DepType dept = (DepType)deptv; in estimate_size_in_bytes() local
507 DepType dept = (DepType)deptv; in encode_content_bytes() local
536 DepType dept = (DepType)deptv; in encode_content_bytes() local
701 DepType dept = (DepType)deptv; in log_all_dependencies() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/code/
H A Ddependencies.hpp196 …static bool is_klass_type( DepType dept) { return dept_in_mask(dept, klass_types … in is_klass_type()
198 …static bool has_explicit_context_arg(DepType dept) { return dept_in_mask(dept, explicit_ctxk_types… in has_explicit_context_arg()
199 …static bool has_implicit_context_arg(DepType dept) { return dept_in_mask(dept, implicit_ctxk_types… in has_implicit_context_arg()
201 …static int dep_context_arg(DepType dept) { return has_explicit_context_arg(dept) ? 0 : -… in dep_context_arg()
202 …static int dep_implicit_context_arg(DepType dept) { return has_implicit_context_arg(dept) ? 0 : -… in dep_implicit_context_arg()
273 static bool dept_in_mask(DepType dept, int mask) { in dept_in_mask()
277 bool note_dep_seen(int dept, ciBaseObject* x) { in note_dep_seen()
288 bool note_dep_seen(int dept, DepValue x) { in note_dep_seen()
485 void log_dependency(DepType dept, GrowableArray<ciBaseObject*>* args) { in log_dependency()
493 void log_dependency(DepType dept, in log_dependency()
H A Ddependencies.cpp227 void Dependencies::assert_common_2(DepType dept, in assert_common_2()
268 void Dependencies::assert_common_3(DepType dept, in assert_common_3()
338 void Dependencies::assert_common_2(DepType dept, in assert_common_2()
427 DepType dept = (DepType)deptv; in sort_all_deps() local
441 DepType dept = (DepType)deptv; in sort_all_deps() local
458 DepType dept = (DepType)deptv; in estimate_size_in_bytes() local
466 DepType dept = (DepType)deptv; in estimate_size_in_bytes() local
509 DepType dept = (DepType)deptv; in encode_content_bytes() local
538 DepType dept = (DepType)deptv; in encode_content_bytes() local
667 DepType dept = (DepType)deptv; in log_all_dependencies() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/code/
H A Ddependencies.hpp183 …static bool is_klass_type( DepType dept) { return dept_in_mask(dept, klass_types … in is_klass_type()
185 …static bool has_explicit_context_arg(DepType dept) { return dept_in_mask(dept, explicit_ctxk_types… in has_explicit_context_arg()
186 …static bool has_implicit_context_arg(DepType dept) { return dept_in_mask(dept, implicit_ctxk_types… in has_implicit_context_arg()
188 …static int dep_context_arg(DepType dept) { return has_explicit_context_arg(dept) ? 0 : -… in dep_context_arg()
189 …static int dep_implicit_context_arg(DepType dept) { return has_implicit_context_arg(dept) ? 0 : -… in dep_implicit_context_arg()
260 static bool dept_in_mask(DepType dept, int mask) { in dept_in_mask()
264 bool note_dep_seen(int dept, ciBaseObject* x) { in note_dep_seen()
275 bool note_dep_seen(int dept, DepValue x) { in note_dep_seen()
465 void log_dependency(DepType dept, GrowableArray<ciBaseObject*>* args) { in log_dependency()
473 void log_dependency(DepType dept, in log_dependency()
H A Ddependencies.cpp219 void Dependencies::assert_common_2(DepType dept, in assert_common_2()
260 void Dependencies::assert_common_4(DepType dept, in assert_common_4()
319 void Dependencies::assert_common_2(DepType dept, in assert_common_2()
410 DepType dept = (DepType)deptv; in sort_all_deps() local
424 DepType dept = (DepType)deptv; in sort_all_deps() local
442 DepType dept = (DepType)deptv; in estimate_size_in_bytes() local
450 DepType dept = (DepType)deptv; in estimate_size_in_bytes() local
488 DepType dept = (DepType)deptv; in encode_content_bytes() local
517 DepType dept = (DepType)deptv; in encode_content_bytes() local
640 DepType dept = (DepType)deptv; in log_all_dependencies() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/code/
H A Ddependencies.hpp197 …static bool is_klass_type( DepType dept) { return dept_in_mask(dept, klass_types … in is_klass_type()
199 …static bool has_explicit_context_arg(DepType dept) { return dept_in_mask(dept, explicit_ctxk_types… in has_explicit_context_arg()
200 …static bool has_implicit_context_arg(DepType dept) { return dept_in_mask(dept, implicit_ctxk_types… in has_implicit_context_arg()
202 …static int dep_context_arg(DepType dept) { return has_explicit_context_arg(dept) ? 0 : -… in dep_context_arg()
203 …static int dep_implicit_context_arg(DepType dept) { return has_implicit_context_arg(dept) ? 0 : -… in dep_implicit_context_arg()
274 static bool dept_in_mask(DepType dept, int mask) { in dept_in_mask()
278 bool note_dep_seen(int dept, ciBaseObject* x) { in note_dep_seen()
289 bool note_dep_seen(int dept, DepValue x) { in note_dep_seen()
486 void log_dependency(DepType dept, GrowableArray<ciBaseObject*>* args) { in log_dependency()
494 void log_dependency(DepType dept, in log_dependency()

123456