/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/converter/attribute/ |
H A D | EnhancedAttributeValue.java | 67 private final Boolean booleanValue; field in EnhancedAttributeValue 179 public static EnhancedAttributeValue fromBoolean(Boolean booleanValue) { in fromBoolean() 825 private Boolean booleanValue; field in EnhancedAttributeValue.InternalBuilder 861 private InternalBuilder booleanValue(Boolean booleanValue) { in booleanValue() method in EnhancedAttributeValue.InternalBuilder
|
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/common/ |
H A D | TestTypes.java | 108 public boolean booleanValue; field in TestTypes.BagOfPrimitives 115 public BagOfPrimitives(long longValue, int intValue, boolean booleanValue, String stringValue) { in BagOfPrimitives() 181 private final Boolean booleanValue; field in TestTypes.BagOfPrimitiveWrappers 183 public BagOfPrimitiveWrappers(Long longValue, Integer intValue, Boolean booleanValue) { in BagOfPrimitiveWrappers()
|
/aosp_15_r20/out/soong/.intermediates/external/opencensus-java/api/opencensus-java-api/android_common_apex34/javac/anno/io/opencensus/trace/ |
D | AutoValue_AttributeValue_AttributeValueBoolean.java | 8 private final Boolean booleanValue; field in AutoValue_AttributeValue_AttributeValueBoolean 11 Boolean booleanValue) { in AutoValue_AttributeValue_AttributeValueBoolean()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | FixedSize.h | 51 booleanValue = 0, enumerator 64 static const inline Tag booleanValue = Tag::booleanValue; variable 163 bool booleanValue __attribute__((aligned (1))) = bool(false); member 230 bool booleanValue __attribute__((aligned (1))) = false; variable
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | FixedSize.h | 51 booleanValue = 0, enumerator 64 static const inline Tag booleanValue = Tag::booleanValue; variable 163 bool booleanValue __attribute__((aligned (1))) = bool(false); member 230 bool booleanValue __attribute__((aligned (1))) = false; variable
|
/aosp_15_r20/external/gson/metrics/src/main/java/com/google/gson/metrics/ |
H A D | BagOfPrimitives.java | 27 public boolean booleanValue; field in BagOfPrimitives 34 public BagOfPrimitives(long longValue, int intValue, boolean booleanValue, String stringValue) { in BagOfPrimitives()
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/document/ |
H A D | Document.java | 65 static Document fromBoolean(boolean booleanValue) { in fromBoolean() 377 MapBuilder putBoolean(String key, boolean booleanValue); in putBoolean() 449 ListBuilder addBoolean(boolean booleanValue); in addBoolean()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | FixedSize.java | 53 public boolean booleanValue = false; field in FixedSize.FixedParcelable 286 public final static int booleanValue = 0; // boolean booleanValue; field in FixedSize.FixedUnion 321 public static FixedUnion booleanValue(boolean _value) { in booleanValue() method in FixedSize.FixedUnion 610 public static final byte booleanValue = 0; field
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/ |
D | FixedSize.java | 53 public boolean booleanValue = false; field in FixedSize.FixedParcelable 286 public final static int booleanValue = 0; // boolean booleanValue; field in FixedSize.FixedUnion 321 public static FixedUnion booleanValue(boolean _value) { in booleanValue() method in FixedSize.FixedUnion 610 public static final byte booleanValue = 0; field
|
/aosp_15_r20/external/kotlinx.serialization/benchmark/src/jmh/kotlin/kotlinx/benchmarks/json/ |
H A D | PrimitiveValuesBenchmark.kt | 29 private val booleanValue = Json.encodeToString(booleanHolder) constant in kotlinx.benchmarks.json.PrimitiveValuesBenchmark
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | FixedSize.h | 39 booleanValue = 0, enumerator 51 static const inline Tag booleanValue = Tag::booleanValue; variable 152 bool booleanValue __attribute__((aligned (1))) = bool(false); member
|
D | ParcelableForToString.h | 45 bool booleanValue = false; variable
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/ |
D | FixedSize.h | 39 booleanValue = 0, enumerator 51 static const inline Tag booleanValue = Tag::booleanValue; variable 152 bool booleanValue __attribute__((aligned (1))) = bool(false); member
|
D | ParcelableForToString.h | 45 bool booleanValue = false; variable
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/Graph/src/com/android/settingslib/graph/ |
H A D | PreferenceSetterApi.kt | 146 val booleanValue = value.booleanValue in hasPermission() constant
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | AnnotationUtilsTest.java | 349 boolean booleanValue(); in booleanValue() method 377 boolean booleanValue(); in booleanValue() method
|
/aosp_15_r20/frameworks/base/core/java/android/window/ |
H A D | TaskFragmentOperation.java | 221 boolean booleanValue, @Nullable SurfaceControl.Transaction surfaceTransaction) { in TaskFragmentOperation() 499 public Builder setBooleanValue(boolean booleanValue) { in setBooleanValue()
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/trace/ |
H A D | AttributeValue.java | 51 public static AttributeValue booleanAttributeValue(boolean booleanValue) { in booleanAttributeValue() 163 static AttributeValue create(Boolean booleanValue) { in create()
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/ |
H A D | JDKScalarsTest.java | 89 public boolean booleanValue = true; field in JDKScalarsTest.PrimitivesBean 101 public Boolean booleanValue; field in JDKScalarsTest.WrappersBean
|
/aosp_15_r20/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/ |
H A D | PersistableBundleKeyQuery.java | 40 BooleanQuery<E> booleanValue(); in booleanValue() method
|
H A D | MetadataKeyQuery.java | 58 BooleanQuery<E> booleanValue(); in booleanValue() method
|
H A D | BundleKeyQuery.java | 62 BooleanQuery<E> booleanValue(); in booleanValue() method
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/ |
H A D | ParameterizedRobolectricTestRunnerParameterTest.java | 19 public boolean booleanValue; field in ParameterizedRobolectricTestRunnerParameterTest
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
H A D | PrimitiveValue.java | 48 boolean booleanValue(); in booleanValue() method
|
/aosp_15_r20/art/test/952-invoke-custom/util-src/annotations/ |
H A D | Constant.java | 28 boolean[] booleanValue() default {}; in booleanValue() method
|