Home
last modified time | relevance | path

Searched refs:is_automatic (Results 26 – 50 of 68) sorted by relevance

123

/dports/net-im/p5-Net-OSCAR/Net-OSCAR-1.928/lib/Net/OSCAR/Connection/
H A DChat.pm59 $protodata{is_automatic} = "" if $away;
/dports/cad/iverilog/verilog-11.0/vvp/
H A Dvpi_event.cc52 return scope_->is_automatic()? 1 : 0; in vpi_get()
H A Devent.cc970 if (vpip_peek_current_scope()->is_automatic()) { in compile_event()
988 if (vpip_peek_current_scope()->is_automatic()) { in compile_event()
1009 if (vpip_peek_current_scope()->is_automatic()) { in compile_event_or()
1037 if (vpip_peek_current_scope()->is_automatic()) { in compile_named_event()
H A Dpart.cc429 if (vpip_peek_current_scope()->is_automatic()) { in compile_part_select()
449 if (vpip_peek_current_scope()->is_automatic()) { in compile_part_select_var()
H A Dvpi_real.cc49 return vpip_scope(rfp)->is_automatic()? 1 : 0; in real_var_get()
H A Dvpi_scope.cc625 while (scope->scope && scope->scope->is_automatic()) in vpip_peek_context_scope()
635 assert(scope->is_automatic()); in vpip_add_item_to_context()
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/gfx/shader/
H A Dgfx-shader-param.hpp114 inline bool is_automatic() in is_automatic() function in gfx::shader::parameter
H A Dgfx-shader-param-basic.cpp202 if (is_automatic()) in update()
317 if (is_automatic()) in assign()
422 if (is_automatic()) in assign()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/printing/
H A Dautomatic_usb_printer_configurer_unittest.cc97 void PrinterInstalled(const Printer& printer, bool is_automatic) override { in PrinterInstalled() argument
98 DCHECK(is_automatic); in PrinterInstalled()
H A Dcups_printers_manager.h112 void PrinterInstalled(const Printer& printer, bool is_automatic) override = 0;
H A Dcups_printers_manager.cc208 void PrinterInstalled(const Printer& printer, bool is_automatic) override { in PrinterInstalled() argument
215 MaybeRecordInstallation(printer, is_automatic); in PrinterInstalled()
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/Auth/Login/
H A DCookie.pm24 sub is_automatic { return $_[0]->login_token ? 0 : 1; } subroutine
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/Auth/Login/
H A DCookie.pm28 sub is_automatic { return $_[0]->login_token ? 0 : 1; } subroutine
/dports/www/moodle311/moodle/completion/tests/
H A Dcm_completion_details_test.php162 $this->assertEquals($expectedresult, $cmcompletion->is_automatic());
/dports/net-im/p5-Net-OSCAR/Net-OSCAR-1.928/lib/Net/OSCAR/Callbacks/4/
H A Dincoming_IM.pm43 $session->callback_im_in($sender, $data{message}, exists($data{is_automatic}) ? 1 : 0);
/dports/devel/p5-Glib-Object-Introspection/Glib-Object-Introspection-0.049/
H A Dgperl-i11n-invoke-c.c419 gboolean is_automatic = iinfo->is_automatic_arg[i]; in _prepare_c_invocation_info() local
425 if (!is_out && !is_automatic && !is_skipped) in _prepare_c_invocation_info()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/settings/chromeos/
H A Dcups_printers_handler.h189 bool is_automatic);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/settings/chromeos/
H A Dcups_printers_handler.h190 bool is_automatic);
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/rocksdb/
H A Drdb_i_s.cc100 bool is_automatic; in rdb_i_s_cfstats_fill_table() local
106 cfh = cf_manager.get_cf(cf_name.c_str(), "", nullptr, &is_automatic); in rdb_i_s_cfstats_fill_table()
827 bool is_automatic; in rdb_i_s_compact_stats_fill_table() local
832 cfh = cf_manager.get_cf(cf_name.c_str(), "", nullptr, &is_automatic); in rdb_i_s_compact_stats_fill_table()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/rocksdb/
H A Drdb_i_s.cc100 bool is_automatic; in rdb_i_s_cfstats_fill_table() local
106 cfh = cf_manager.get_cf(cf_name.c_str(), "", nullptr, &is_automatic); in rdb_i_s_cfstats_fill_table()
827 bool is_automatic; in rdb_i_s_compact_stats_fill_table() local
832 cfh = cf_manager.get_cf(cf_name.c_str(), "", nullptr, &is_automatic); in rdb_i_s_compact_stats_fill_table()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/rocksdb/
H A Drdb_i_s.cc100 bool is_automatic; in rdb_i_s_cfstats_fill_table() local
106 cfh = cf_manager.get_cf(cf_name.c_str(), "", nullptr, &is_automatic); in rdb_i_s_cfstats_fill_table()
827 bool is_automatic; in rdb_i_s_compact_stats_fill_table() local
832 cfh = cf_manager.get_cf(cf_name.c_str(), "", nullptr, &is_automatic); in rdb_i_s_compact_stats_fill_table()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/
H A Dbreakpoint.py359 def is_automatic(self): member in Breakpoint
3430 if bCondition and bp.is_automatic():
3486 if bCondition and bp.is_automatic():
3625 if bThisCondition and bp.is_automatic():
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/
H A Dbreakpoint.py359 def is_automatic(self): member in Breakpoint
3430 if bCondition and bp.is_automatic():
3486 if bCondition and bp.is_automatic():
3625 if bThisCondition and bp.is_automatic():
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/
H A Dbreakpoint.py359 def is_automatic(self): member in Breakpoint
3430 if bCondition and bp.is_automatic():
3486 if bCondition and bp.is_automatic():
3625 if bThisCondition and bp.is_automatic():
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/
H A Dbreakpoint.py359 def is_automatic(self): member in Breakpoint
3430 if bCondition and bp.is_automatic():
3486 if bCondition and bp.is_automatic():
3625 if bThisCondition and bp.is_automatic():

123