Home
last modified time | relevance | path

Searched refs:booleanValue (Results 1 – 25 of 75) sorted by relevance

123

/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DParcelableForToString.h37 bool booleanValue = false; variable
55booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray…
58booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray…
61booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray…
64booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray…
67booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray…
70booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray…
87 os << ", booleanValue: " << ::android::internal::ToString(booleanValue); in toString()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DParcelableForToString.h25booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray…
28booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray…
31booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray…
34booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray…
37booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray…
40booleanValue, booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray…
53 bool booleanValue = bool(false); variable
85 os << ", booleanValue: " << ::android::internal::ToString(booleanValue); in toString()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/parser/
H A DBinaryFileOperationsTest.java101 String booleanValue = "1"; in testGetBooleanValue_true() local
102 byte[] ruleBytes = getBytes(booleanValue); in testGetBooleanValue_true()
110 String booleanValue = "0"; in testGetBooleanValue_false() local
111 byte[] ruleBytes = getBytes(booleanValue); in testGetBooleanValue_false()
/aosp12/frameworks/base/services/core/java/com/android/server/stats/pull/
H A DSettingsStatsUtil.java162 boolean booleanValue = false; in createStatsEvent()
168 .writeBoolean(booleanValue) in createStatsEvent()
176 booleanValue = "1".equals(value); in createStatsEvent()
199 .writeBoolean(booleanValue) in createStatsEvent()
/aosp12/packages/apps/Car/libs/car-apps-common/tests/unittests/src/com/android/car/apps/common/
H A DLiveDataFunctionsTest.java64 (predicate, value) -> LiveDataFunctions.iff(predicate, Boolean::booleanValue, in testIff_truthTable()
74 (predicate, value) -> LiveDataFunctions.iff(predicate, Boolean::booleanValue, in testIff_uninitialized()
89 LiveDataFunctions.iff(predicate, Boolean::booleanValue, value) in testIff_changePredicate()
118 LiveDataFunctions.iff(predicate, Boolean::booleanValue, value) in testIff_changeValue()
147 LiveDataFunctions.iff(dataOf(false), Boolean::booleanValue, irrelevantValue) in testIff_changeValue_doesntNotifyForIrrelevantChanges() field in LiveDataFunctionsTest.Boolean
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DParcelableForToString.rs13 pub booleanValue: bool, field
41 booleanValue: false, in default()
82 subparcel.write(&this.booleanValue)?; in serialize_option()
161 result.booleanValue = parcel.read()?; in deserialize_option()
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/
H A DFontFileUtilTest.java109 boolean italic = style.second.booleanValue(); in testRegularFonts()
126 boolean italic = style.second.booleanValue(); in testTtcFont()
142 boolean italic = style.second.booleanValue(); in testVariationFont()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DParcelableForToString.java17 public boolean booleanValue = false; field in ParcelableForToString
56 _aidl_parcel.writeInt(((booleanValue)?(1):(0))); in writeToParcel()
119 booleanValue = (0!=_aidl_parcel.readInt()); in readFromParcel()
179 _aidl_sj.add("booleanValue: " + (booleanValue)); in toString()
/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DMobileNetworkSummaryStatus.java135 false : mIsEuiccConfiguableCache.booleanValue(); in isEuiccConfigSupport()
149 false : mIsPsimDisableSupportedCache.booleanValue(); in isPhysicalSimDisableSupport()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPageBottomControls.java113 if (prevVisibility.booleanValue() != curVisibility) { in refresh()
134 if (mContainerVisible && controlVisible != null && controlVisible.booleanValue()) { in onClick()
/aosp12/art/test/952-invoke-custom/util-src/annotations/
H A DConstant.java28 boolean[] booleanValue() default {}; in booleanValue() method
/aosp12/packages/apps/Settings/src/com/android/settings/network/ims/
H A DBooleanConsumer.java54 mValue.set(value.booleanValue()); in accept()
/aosp12/art/test/952-invoke-custom/util-src/transformer/
H A DIndyTransformer.java130 if (constant.booleanValue().length == 1) { in visitMethod()
131 return constant.booleanValue()[0]; in visitMethod()
/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DParcelableForToString.aidl37 boolean booleanValue;
/aosp12/frameworks/base/services/core/java/com/android/server/integrity/parser/
H A DRuleBinaryParser.java186 boolean booleanValue = getBooleanValue(bitInputStream); in parseAtomicFormula()
187 return new AtomicFormula.BooleanAtomicFormula(key, booleanValue); in parseAtomicFormula()
/aosp12/art/test/1968-force-early-return/src/art/
H A DNonStandardExit.java45 forceEarlyReturnInt(thr, ((Boolean)o).booleanValue() ? 1 : 0); in forceEarlyReturn()
/aosp12/art/test/1969-force-early-return-void/src/art/
H A DNonStandardExit.java45 forceEarlyReturnInt(thr, ((Boolean)o).booleanValue() ? 1 : 0); in forceEarlyReturn()
/aosp12/art/test/1970-force-early-return-long/src/art/
H A DNonStandardExit.java45 forceEarlyReturnInt(thr, ((Boolean)o).booleanValue() ? 1 : 0); in forceEarlyReturn()
/aosp12/art/test/1971-multi-force-early-return/src/art/
H A DNonStandardExit.java45 forceEarlyReturnInt(thr, ((Boolean)o).booleanValue() ? 1 : 0); in forceEarlyReturn()
/aosp12/art/test/jvmti-common/
H A DNonStandardExit.java45 forceEarlyReturnInt(thr, ((Boolean)o).booleanValue() ? 1 : 0); in forceEarlyReturn()
/aosp12/art/test/959-invoke-polymorphic-accessors/src/
H A DMain.java471 boolean booleanValue = in tryAccessor()
472 value instanceof Boolean ? ((Boolean) value).booleanValue() : false; in tryAccessor()
473 setBoolean(methodHandle, valueHolder, booleanValue, in tryAccessor()
475 setBoolean(methodHandle, booleanValue, in tryAccessor()
477 getBoolean(methodHandle, valueHolder, booleanValue, in tryAccessor()
479 getBoolean(methodHandle, booleanValue, in tryAccessor()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DParcelableForToString.cpp93 _aidl_ret_status = AParcel_readBool(parcel, &booleanValue); in readFromParcel()
219 _aidl_ret_status = AParcel_writeBool(parcel, booleanValue); in writeToParcel()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
H A DParcelableForToString.cpp100 _aidl_ret_status = _aidl_parcel->readBool(&booleanValue); in readFromParcel()
248 _aidl_ret_status = _aidl_parcel->writeBool(booleanValue); in writeToParcel()
/aosp12/frameworks/base/core/java/android/privacy/internal/longitudinalreporting/
H A DLongitudinalReportingEncoder.java134 original = mFakeValue.booleanValue(); in encodeBoolean()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DWrappedSysUiStatsEvent.java121 .booleanValue(); in getBooleanAnnotation()

123