Home
last modified time | relevance | path

Searched refs:found_current (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/p5-Class-MixinFactory/Class-MixinFactory-0.92/MixinFactory/
H A DNEXT.pm13 my $found_current = 0;
16 $found_current = 1
17 } elsif ( $found_current and my $sub = $class->can( $method ) ) {
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dworkspace.c569 bool found_current = false; in workspace_next() local
582 found_current = true; in workspace_next()
583 } else if (child->num == -1 && found_current) { in workspace_next()
634 bool found_current = false; in workspace_prev() local
647 found_current = true; in workspace_prev()
648 } else if (child->num == -1 && found_current) { in workspace_prev()
714 bool found_current = false; in workspace_next_on_output() local
719 found_current = true; in workspace_next_on_output()
720 } else if (child->num == -1 && (current->num != -1 || found_current)) { in workspace_next_on_output()
770 bool found_current = false; in workspace_prev_on_output() local
[all …]
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dworkspace.c594 bool found_current = false; in workspace_next() local
607 found_current = true; in workspace_next()
608 } else if (child->num == -1 && found_current) { in workspace_next()
659 bool found_current = false; in workspace_prev() local
672 found_current = true; in workspace_prev()
673 } else if (child->num == -1 && found_current) { in workspace_prev()
739 bool found_current = false; in workspace_next_on_output() local
744 found_current = true; in workspace_next_on_output()
745 } else if (child->num == -1 && (current->num != -1 || found_current)) { in workspace_next_on_output()
795 bool found_current = false; in workspace_prev_on_output() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A Dthread.cpp3786 int buflen, bool* found_current) { in print_on_error() argument
3789 *found_current = *found_current || is_current; in print_on_error()
3807 int buflen, bool* found_current) : in PrintOnErrorClosure() argument
3808 _st(st), _current(current), _buf(buf), _buflen(buflen), _found_current(found_current) {} in PrintOnErrorClosure()
3824 bool found_current = false; in print_on_error() local
3827 print_on_error(thread, st, current, buf, buflen, &found_current); in print_on_error()
3832 print_on_error(VMThread::vm_thread(), st, current, buf, buflen, &found_current); in print_on_error()
3834 print_on_error(AsyncLogWriter::instance(), st, current, buf, buflen, &found_current); in print_on_error()
3837 PrintOnErrorClosure print_closure(st, current, buf, buflen, &found_current); in print_on_error()
3842 PrintOnErrorClosure print_closure(st, current, buf, buflen, &found_current); in print_on_error()
[all …]
H A Dthread.hpp1696 int buflen, bool* found_current);
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DHistory.cpp51 int found_current = 0; in isSane() local
81 found_current = 1; in isSane()
92 assert(found_current == (current != 0)); in isSane()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/innobase/sync/
H A Dsync0sync.cc1292 bool found_current = false; in sync_thread_add_level() local
1295 found_current = true; in sync_thread_add_level()
1296 } else if (found_current) { in sync_thread_add_level()
1303 ut_ad(found_current); in sync_thread_add_level()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/innobase/sync/
H A Dsync0sync.cc1292 bool found_current = false; in sync_thread_add_level() local
1295 found_current = true; in sync_thread_add_level()
1296 } else if (found_current) { in sync_thread_add_level()
1303 ut_ad(found_current); in sync_thread_add_level()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/innobase/sync/
H A Dsync0sync.cc1292 bool found_current = false; in sync_thread_add_level() local
1295 found_current = true; in sync_thread_add_level()
1296 } else if (found_current) { in sync_thread_add_level()
1303 ut_ad(found_current); in sync_thread_add_level()
/dports/textproc/wbxml2/libwbxml-libwbxml-0.11.7/src/
H A Dwbxml_tables.c3687 WB_BOOL found_current = FALSE; in wbxml_tables_get_tag_from_xml() local
3697 found_current = TRUE; in wbxml_tables_get_tag_from_xml()
3702 if (found_current) in wbxml_tables_get_tag_from_xml()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Dthread.cpp4504 int buflen, bool* found_current) { in print_on_error() argument
4507 *found_current = *found_current || is_current; in print_on_error()
4525 int buflen, bool* found_current) : in PrintOnErrorClosure() argument
4526 _st(st), _current(current), _buf(buf), _buflen(buflen), _found_current(found_current) {} in PrintOnErrorClosure()
4542 bool found_current = false; in print_on_error() local
4545 print_on_error(thread, st, current, buf, buflen, &found_current); in print_on_error()
4550 print_on_error(VMThread::vm_thread(), st, current, buf, buflen, &found_current); in print_on_error()
4551 print_on_error(WatcherThread::watcher_thread(), st, current, buf, buflen, &found_current); in print_on_error()
4554 PrintOnErrorClosure print_closure(st, current, buf, buflen, &found_current); in print_on_error()
4558 if (!found_current) { in print_on_error()
H A Dthread.hpp2102 int buflen, bool* found_current);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dthread.cpp4697 int buflen, bool* found_current) { in print_on_error() argument
4700 *found_current = *found_current || is_current; in print_on_error()
4718 int buflen, bool* found_current) : in PrintOnErrorClosure() argument
4719 _st(st), _current(current), _buf(buf), _buflen(buflen), _found_current(found_current) {} in PrintOnErrorClosure()
4735 bool found_current = false; in print_on_error() local
4738 print_on_error(thread, st, current, buf, buflen, &found_current); in print_on_error()
4743 print_on_error(VMThread::vm_thread(), st, current, buf, buflen, &found_current); in print_on_error()
4744 print_on_error(WatcherThread::watcher_thread(), st, current, buf, buflen, &found_current); in print_on_error()
4747 PrintOnErrorClosure print_closure(st, current, buf, buflen, &found_current); in print_on_error()
4751 if (!found_current) { in print_on_error()
H A Dthread.hpp2245 int buflen, bool* found_current);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dthread.cpp4823 int buflen, bool* found_current) { in print_on_error() argument
4826 *found_current = *found_current || is_current; in print_on_error()
4844 int buflen, bool* found_current) : in PrintOnErrorClosure() argument
4845 _st(st), _current(current), _buf(buf), _buflen(buflen), _found_current(found_current) {} in PrintOnErrorClosure()
4861 bool found_current = false; in print_on_error() local
4864 print_on_error(thread, st, current, buf, buflen, &found_current); in print_on_error()
4869 print_on_error(VMThread::vm_thread(), st, current, buf, buflen, &found_current); in print_on_error()
4870 print_on_error(WatcherThread::watcher_thread(), st, current, buf, buflen, &found_current); in print_on_error()
4872 PrintOnErrorClosure print_closure(st, current, buf, buflen, &found_current); in print_on_error()
4875 if (!found_current) { in print_on_error()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Dthread.cpp4636 int buflen, bool* found_current) { in print_on_error() argument
4639 *found_current = *found_current || is_current; in print_on_error()
4657 int buflen, bool* found_current) : in PrintOnErrorClosure() argument
4658 _st(st), _current(current), _buf(buf), _buflen(buflen), _found_current(found_current) {} in PrintOnErrorClosure()
4674 bool found_current = false; in print_on_error() local
4677 print_on_error(thread, st, current, buf, buflen, &found_current); in print_on_error()
4682 print_on_error(VMThread::vm_thread(), st, current, buf, buflen, &found_current); in print_on_error()
4683 print_on_error(WatcherThread::watcher_thread(), st, current, buf, buflen, &found_current); in print_on_error()
4685 PrintOnErrorClosure print_closure(st, current, buf, buflen, &found_current); in print_on_error()
4688 if (!found_current) { in print_on_error()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dthread.cpp4697 int buflen, bool* found_current) { in print_on_error() argument
4700 *found_current = *found_current || is_current; in print_on_error()
4718 int buflen, bool* found_current) : in PrintOnErrorClosure() argument
4719 _st(st), _current(current), _buf(buf), _buflen(buflen), _found_current(found_current) {} in PrintOnErrorClosure()
4735 bool found_current = false; in print_on_error() local
4738 print_on_error(thread, st, current, buf, buflen, &found_current); in print_on_error()
4743 print_on_error(VMThread::vm_thread(), st, current, buf, buflen, &found_current); in print_on_error()
4744 print_on_error(WatcherThread::watcher_thread(), st, current, buf, buflen, &found_current); in print_on_error()
4747 PrintOnErrorClosure print_closure(st, current, buf, buflen, &found_current); in print_on_error()
4751 if (!found_current) { in print_on_error()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A Dthread.cpp4806 int buflen, bool* found_current) { in print_on_error() argument
4809 *found_current = *found_current || is_current; in print_on_error()
4827 int buflen, bool* found_current) : in PrintOnErrorClosure() argument
4828 _st(st), _current(current), _buf(buf), _buflen(buflen), _found_current(found_current) {} in PrintOnErrorClosure()
4844 bool found_current = false; in print_on_error() local
4847 print_on_error(thread, st, current, buf, buflen, &found_current); in print_on_error()
4852 print_on_error(VMThread::vm_thread(), st, current, buf, buflen, &found_current); in print_on_error()
4853 print_on_error(WatcherThread::watcher_thread(), st, current, buf, buflen, &found_current); in print_on_error()
4856 PrintOnErrorClosure print_closure(st, current, buf, buflen, &found_current); in print_on_error()
4860 if (!found_current) { in print_on_error()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A Dthread.cpp4780 int buflen, bool* found_current) { in print_on_error() argument
4783 *found_current = *found_current || is_current; in print_on_error()
4801 int buflen, bool* found_current) : in PrintOnErrorClosure() argument
4802 _st(st), _current(current), _buf(buf), _buflen(buflen), _found_current(found_current) {} in PrintOnErrorClosure()
4818 bool found_current = false; in print_on_error() local
4821 print_on_error(thread, st, current, buf, buflen, &found_current); in print_on_error()
4826 print_on_error(VMThread::vm_thread(), st, current, buf, buflen, &found_current); in print_on_error()
4827 print_on_error(WatcherThread::watcher_thread(), st, current, buf, buflen, &found_current); in print_on_error()
4829 PrintOnErrorClosure print_closure(st, current, buf, buflen, &found_current); in print_on_error()
4832 if (!found_current) { in print_on_error()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dthread.cpp4380 bool found_current = false; in print_on_error() local
4384 found_current = found_current || is_current; in print_on_error()
4398 found_current = found_current || is_current; in print_on_error()
4409 found_current = found_current || is_current; in print_on_error()
4417 if (!found_current) { in print_on_error()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dthread.cpp4380 bool found_current = false; in print_on_error() local
4384 found_current = found_current || is_current; in print_on_error()
4398 found_current = found_current || is_current; in print_on_error()
4409 found_current = found_current || is_current; in print_on_error()
4417 if (!found_current) { in print_on_error()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/mac-syphon/
H A Dsyphon.m575 bool found_current = settings == NULL;
596 if (!found_current)
597 found_current = [uuid isEqual:set_uuid];
600 if (found_current || !set_uuid.length || !set_app.length)
/dports/misc/amanda-server/amanda-3.3.9/changer-src/
H A Dchg-zd-mtx.sh1107 if [ $found_current -eq 0 ]; then
/dports/misc/amanda-client/amanda-3.3.9/changer-src/
H A Dchg-zd-mtx.sh1107 if [ $found_current -eq 0 ]; then
/dports/sysutils/bamf/bamf-0.5.4/src/
H A Dbamf-matcher.c988 gboolean found_current = FALSE; in load_index_file_to_table() local
995 found_current = TRUE; in load_index_file_to_table()
1002 if (!found_current) in load_index_file_to_table()

12