Home
last modified time | relevance | path

Searched refs:getSystemState (Results 1 – 18 of 18) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/
H A DReadOnlyState.java37 return platformAdmin.getSystemState().compare(state); in compare()
41 return platformAdmin.getSystemState().getBundle(id); in getBundle()
53 return platformAdmin.getSystemState().getBundles(); in getBundles()
61 return platformAdmin.getSystemState().getChanges(); in getChanges()
65 return platformAdmin.getSystemState().getExportedPackages(); in getExportedPackages()
69 return platformAdmin.getSystemState().getFactory(); in getFactory()
73 return platformAdmin.getSystemState().getResolvedBundles(); in getResolvedBundles()
81 return platformAdmin.getSystemState().isEmpty(); in isEmpty()
85 return platformAdmin.getSystemState().isResolved(); in isResolved()
176 return platformAdmin.getSystemState().getSystemPackages(); in getSystemPackages()
[all …]
H A DPlatformAdminImpl.java77 return factory.createState(getSystemState()); in getState()
82 State getSystemState() { in getSystemState() method in PlatformAdminImpl
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/Bios/src/hal/macros/
H A DPollJStateRegFR57xx.c56 unsigned char getSystemState() in getSystemState() function
125 state = getSystemState(); in HAL_FUNCTION()
/dports/devel/libreadline-java/libreadline-java-0.8.0/contrib/jpython/
H A Djpython.java120 Py.getSystemState().path.insert(0, new PyString(path)); in main()
143 Py.getSystemState().path.insert(0, new PyString("")); in main()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dsessionmanagerserver.h252 void getSystemState(uint32_t& state) in getSystemState() function
H A Ddbrm.cpp3421 if (getSystemState(stateFlags) < 0) in getSystemReady()
3433 if (getSystemState(stateFlags) < 0) in getSystemQueryReady()
3445 if (getSystemState(stateFlags) < 0) in getSystemSuspended()
3457 if (getSystemState(stateFlags) < 0) in getSystemSuspendPending()
3471 if (getSystemState(stateFlags) < 0) in getSystemShutdownPending()
3578 int DBRM::getSystemState(uint32_t& stateFlags) throw() in getSystemState() function in BRM::DBRM
H A Ddbrm.h970 int getSystemState(uint32_t& stateFlags) throw();
H A Dmasterdbrmnode.cpp1837 sm.getSystemState(ss); in doGetSystemState()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/versioning/BRM/
H A Dsessionmanagerserver.h252 void getSystemState(uint32_t& state) in getSystemState() function
H A Ddbrm.cpp3421 if (getSystemState(stateFlags) < 0) in getSystemReady()
3433 if (getSystemState(stateFlags) < 0) in getSystemQueryReady()
3445 if (getSystemState(stateFlags) < 0) in getSystemSuspended()
3457 if (getSystemState(stateFlags) < 0) in getSystemSuspendPending()
3471 if (getSystemState(stateFlags) < 0) in getSystemShutdownPending()
3578 int DBRM::getSystemState(uint32_t& stateFlags) throw() in getSystemState() function in BRM::DBRM
H A Ddbrm.h970 int getSystemState(uint32_t& stateFlags) throw();
H A Dmasterdbrmnode.cpp1837 sm.getSystemState(ss); in doGetSystemState()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/ddlproc/
H A Dddlprocessor.cpp397 …if (dbrm.getSystemState(stateFlags) > 0) // > 0 implies succesful retrieval. It doesn't imply any… in process()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/ddlproc/
H A Dddlprocessor.cpp397 …if (dbrm.getSystemState(stateFlags) > 0) // > 0 implies succesful retrieval. It doesn't imply any… in process()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dmlproc/
H A Ddmlprocessor.cpp1365 …if (fDbrm->getSystemState(stateFlags) > 0) // > 0 implies succesful retrieval. It doesn't imply a… in operator ()()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dmlproc/
H A Ddmlprocessor.cpp1365 …if (fDbrm->getSystemState(stateFlags) > 0) // > 0 implies succesful retrieval. It doesn't imply a… in operator ()()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_mcs_impl.cpp3606 dbrmp->getSystemState(stateFlags); in ha_mcs_impl_start_bulk_insert()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_mcs_impl.cpp3606 dbrmp->getSystemState(stateFlags); in ha_mcs_impl_start_bulk_insert()