Home
last modified time | relevance | path

Searched refs:StateStr (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/system/gonk/
H A DVolume.cpp98 StateStr(), in Dump()
153 NameStr(), (int)mIsSharing, StateStr(mState)); in SetIsSharing()
165 NameStr(), (int)mIsFormatting, StateStr(mState)); in SetIsFormatting()
179 NameStr(), (int)mIsUnmounting, StateStr(mState)); in SetIsUnmounting()
194 NameStr(), (int)mIsRemovable, StateStr(mState)); in SetIsRemovable()
209 NameStr(), (int)mIsHotSwappable, StateStr(mState)); in SetIsHotSwappable()
342 NameStr(), mId, StateStr(mState), in SetState()
343 StateStr(aNewState), mMountPoint.get(), sEventObserverList.Length(), in SetState()
347 NameStr(), mId, StateStr(mState), in SetState()
348 StateStr(aNewState), sEventObserverList.Length()); in SetState()
H A DVolumeManager.h107 static const char* StateStr(STATE aState);
108 static const char* StateStr() { return StateStr(State()); } in StateStr() function
H A DVolume.h50 static const char* StateStr(STATE aState) { return NS_VolumeStateStr(aState); } in StateStr() function
51 const char* StateStr() const { return StateStr(mState); } in StateStr() function
H A DAutoMounter.cpp432 const char *StateStr(STATE aState) in StateStr() function in mozilla::system::AutoMounter
448 const char *oldStateStr = StateStr(mState); in SetState()
450 const char *newStateStr = StateStr(mState); in SetState()
486 LOG("VolumeManager state changed event: %s", VolumeManager::StateStr()); in Notify()
746 mMode, usbCablePluggedIn, StateStr(mState)); in UpdateState()
906 mMode, usbCablePluggedIn, tryToShare, StateStr(mState)); in UpdateState()
918 vol->NameStr(), vol->StateStr(), in UpdateState()
938 LOG("UpdateState: Volume %s is %s and %s", vol->NameStr(), vol->StateStr(), in UpdateState()
1053 LOG("UpdateState: Volume %s is %s", vol->NameStr(), vol->StateStr()); in UpdateState()
1200 desc += StateStr(mState); in Dump()
[all …]
H A DnsVolume.cpp91 StateStr(), in Dump()
339 NameStr().get(), StateStr(), MountPointStr().get(), in LogState()
347 LOG("nsVolume: %s state %s", NameStr().get(), StateStr()); in LogState()
H A DVolumeManager.cpp92 VolumeManager::StateStr(VolumeManager::STATE aState) in StateStr() function in mozilla::system::VolumeManager
109 StateStr(mState), StateStr(aNewState)); in SetState()
H A DnsVolumeService.cpp415 NS_ConvertUTF8toUTF16 stateStr(aVolume->StateStr()); in UpdateVolume()
521 mVolume->NameStr().get(), mVolume->StateStr(), in Run()
543 aVolume->NameStr(), aVolume->StateStr(), aVolume->MountPoint().get(), in UpdateVolumeIOThread()
H A DnsVolume.h70 const char* StateStr() const { return NS_VolumeStateStr(mState); } in StateStr() function
H A DMozMtpStorage.cpp63 aVolume->NameStr(), mStorageID, aVolume->StateStr(), in Notify()
/dports/net/grive2/grive2-ffb744a/libgrive/test/base/
H A DResourceTest.cc61 GRUT_ASSERT_EQUAL( subject.StateStr(), "local_new" ) ; in TestNormal()
70 GRUT_ASSERT_EQUAL( "local_changed", subject.StateStr() ) ; in TestNormal()
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/src/go/mongolib/util/
H A Dutil.go92 m.StateStr = strings.ToUpper(cmdOpts.Parsed.Sharding.ClusterRole)
120 m.StateStr = cmdOpts.Parsed.Sharding.ClusterRole + "/" + m.StateStr
123 m.StateStr = strings.ToUpper(m.StateStr)
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/src/go/pt-mongodb-summary/templates/
H A Dreplicaset.go8 {{printf "% 6d" .ID}} {{printf "%-30s" .Name}} {{printf "%-25s" .StateStr}} {{ if .Set }}{{printf "…
/dports/net/grive2/grive2-ffb744a/libgrive/src/drive2/
H A DSyncer2.cc69 Log( "Cannot upload %1%: file read-only. %2%", res->Name(), res->StateStr(), log::warning ) ; in EditContent()
85 …Log( "Cannot upload %1%: parent directory read-only. %2%", res->Name(), res->StateStr(), log::warn… in Create()
/dports/astro/phd2/phd2-2.6.10/
H A Dguider.cpp136 static const wxStringCharType *StateStr(GUIDER_STATE st) in StateStr() function
155 Debug.Write(wxString::Format("guider state => %s\n", StateStr(m_state))); in Guider()
917 …Debug.Write(wxString::Format("Changing from state %s to %s\n", StateStr(m_state), StateStr(newStat… in SetState()
949 …wxString::Format("Cannot transition from %s to newState=%s\n", StateStr(m_state), StateStr(newStat… in SetState()
1033 Debug.Write(wxString::Format("guider state => %s\n", StateStr(m_state))); in SetState()
1037 Debug.Write(wxString::Format("SetState recurses newState %s\n", StateStr(newState))); in SetState()
H A Dscope_indi.cpp476 inline static const char *StateStr(IPState st) in StateStr() function
491 …NDI Mount: Receiving Number: %s = %g state = %s\n", nvp->name, nvp->np->value, StateStr(nvp->s))); in newNumber()
H A Dcam_indi.cpp270 inline static const char *StateStr(IPState st) in StateStr() function
300 …NDI Camera Received Number: %s = %s state = %s\n", nvp->name, os.str().c_str(), StateStr(nvp->s))); in newNumber()
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_disk_monitor.erl287 emit_update_info(StateStr, CurrentFree, Limit) ->
290 [StateStr, CurrentFree, Limit]).
/dports/net/grive2/grive2-ffb744a/libgrive/src/base/
H A DResource.hh128 std::string StateStr() const ;
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/src/go/mongolib/proto/
H A Dreplstatus.go33 StateStr string `bson:"stateStr"` // A string that describes state. member
/dports/games/openlierox/OpenLieroX/include/
H A DNetworking.h98 static std::string StateStr(State s) { in StateStr() function
/dports/games/vavoom/vavoom-1.33/source/
H A Dvc_parser.cpp1563 VStr StateStr; in ParseStateString() local
1570 StateStr = Lex.String; in ParseStateString()
1580 StateStr += "::"; in ParseStateString()
1581 StateStr += *Lex.Name; in ParseStateString()
1592 StateStr += "."; in ParseStateString()
1593 StateStr += *Lex.Name; in ParseStateString()
1597 return *StateStr; in ParseStateString()
H A Dvc_decorate.cpp1891 VStr StateStr; in ParseStateString() local
1897 StateStr = sc->String; in ParseStateString()
1902 StateStr += "::"; in ParseStateString()
1903 StateStr += sc->String; in ParseStateString()
1909 StateStr += "."; in ParseStateString()
1910 StateStr += sc->String; in ParseStateString()
1913 return StateStr; in ParseStateString()
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/mongoreplay/
H A Dplay_livedb_test.go84 StateStr string `bson:"stateStr"`
107 if member.StateStr == "PRIMARY" {
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/mongoreplay/
H A Dplay_livedb_test.go83 StateStr string `bson:"stateStr"`
106 if member.StateStr == "PRIMARY" {
/dports/www/srt/srt-1.4.4/srtcore/
H A Dgroup.cpp1203 …log << "grp/sendBroadcast: socket @" << d->id << " not ready, state: " << StateStr(d->sndstate) <<… in sendBroadcast()
2755 const char* CUDTGroup::StateStr(CUDTGroup::GroupState st) in StateStr() function in srt::CUDTGroup
3036 …log << "grp/sendBackup: socket @" << d->id << " not ready, state: " << StateStr(d->sndstate) << "(" in sendBackup_QualifyMemberStates()
4612 … << " state {snd=" << StateStr(gi->sndstate) << " rcv=" << StateStr(gi->rcvstate) << "}"); in debugGroup()

12