Searched refs:boolToString (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/extractaar/ |
H A D | validator.go | 23 func boolToString(b bool) string { func 72 …msg := fmt.Sprintf("%s attribute is %s, but files were %sfound", v.ruleAttr, boolToString(v.hasRes… 73 return nil, &BuildozerError{Msg: msg, RuleAttr: v.ruleAttr, NewValue: boolToString(seen)}
|
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/aidl/ |
D | Power.cpp | 239 constexpr const char *boolToString(bool b) { in boolToString() function 248 boolToString(HintManager::GetInstance()->IsRunning()), boolToString(mVRModeOn), in dump() 249 boolToString(mSustainedPerfModeOn))); in dump()
|
/aosp_15_r20/external/coreboot/util/coreboot-configurator/src/application/ |
H A D | MainWindow.cpp | 140 QString boolToString(bool value){ in boolToString() function 153 if(key!=name || m_parameters[name]==boolToString(box->isChecked())){ in createCheckBox() 162 auto value = boolToString(checked); in createCheckBox()
|
/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/hal/default/src/ |
H A D | RemoteAccessService.cpp | 98 std::string boolToString(bool x) { in boolToString() function 621 boolToString(mRemoteTaskCallback.get()).c_str(), boolToString(mGrpcServerExist).c_str(), in printCurrentStatus() 622 boolToString(mGrpcReadChannelOpen).c_str(), in printCurrentStatus()
|
/aosp_15_r20/frameworks/native/libs/gui/ |
H A D | BLASTBufferQueue.cpp | 70 inline const char* boolToString(bool b) { in boolToString() function 732 mSize.width, mSize.height, bufferItem.mFrameNumber, boolToString(applyTransaction), in acquireNextBufferLocked() 770 BQA_LOGV("onFrameAvailable-start syncTransactionSet=%s", boolToString(syncTransactionSet)); in onFrameAvailable() 818 item.mFrameNumber, boolToString(syncTransactionSet)); in onFrameAvailable()
|