Home
last modified time | relevance | path

Searched defs:isNull (Results 1 – 25 of 1231) sorted by relevance

12345678910>>...50

/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dmatrix_query.inl7 GLM_FUNC_QUALIFIER bool isNull(tmat2x2<T, P> const & m, T const & epsilon) function
16 GLM_FUNC_QUALIFIER bool isNull(tmat3x3<T, P> const & m, T const & epsilon) function
25 GLM_FUNC_QUALIFIER bool isNull(tmat4x4<T, P> const & m, T const & epsilon) function
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dmatrix_query.inl7 GLM_FUNC_QUALIFIER bool isNull(tmat2x2<T, P> const & m, T const & epsilon) function
16 GLM_FUNC_QUALIFIER bool isNull(tmat3x3<T, P> const & m, T const & epsilon) function
25 GLM_FUNC_QUALIFIER bool isNull(tmat4x4<T, P> const & m, T const & epsilon) function
/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 DEnhancedAttributeValue.java62 private final boolean isNull; field in EnhancedAttributeValue
527 public boolean isNull() { in isNull() method in EnhancedAttributeValue
820 private boolean isNull = false; field in EnhancedAttributeValue.InternalBuilder
831 public InternalBuilder isNull() { in isNull() method in EnhancedAttributeValue.InternalBuilder
/aosp_15_r20/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
DFilledAutofillField.kt58 fun isNull(): Boolean { in <lambda>() method
/aosp_15_r20/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/
H A DFilledAutofillField.kt58 fun isNull(): Boolean { in <lambda>() method
/aosp_15_r20/external/leakcanary2/shark-hprof/src/main/java/shark/
H A DValueHolder.kt11 val isNull constant in shark.ValueHolder.ReferenceHolder
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DCacheValue.java84 public boolean isNull() { return false; } in isNull() method in CacheValue
105 public boolean isNull() { return true; } in isNull() method in CacheValue.NullValue
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCacheValue.java87 public boolean isNull() { return false; } in isNull() method in CacheValue
108 public boolean isNull() { return true; } in isNull() method in CacheValue.NullValue
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/
H A DAttributeResource.java60 public boolean isNull() { in isNull() method in AttributeResource
108 public static boolean isNull(String value) { in isNull() method in AttributeResource
/aosp_15_r20/platform_testing/libraries/flicker/src/android/tools/flicker/subject/
H A DCheckSubject.kt65 fun isNull() { in isNull() method in android.tools.flicker.subject.CheckSubject
/aosp_15_r20/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DMockSuggestionProviderCursor.java86 public boolean isNull(int column) { in isNull() method in MockSuggestionProviderCursor
150 public boolean isNull(int column) { in isNull() method in MockSuggestionProviderCursor.Row
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/
DAssert.java168 public static void isNull(final Object obj) { in isNull() method in Assert
179 public static void isNull(final Object obj, final String failureMessage) { in isNull() method in Assert
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
H A DExtractAnnotationsTest.kt165 fun isNull(value: String?): Boolean in Check Kotlin and referencing hidden constants from typedef() method
248 fun isNull(value: String?): Boolean in Check including only class retention annotations other than typedefs() method
/aosp_15_r20/cts/common/device-side/bedstead/testapp/src/test/java/com/android/bedstead/testapp/
H A DTestAppProviderTest.java98 OptionalBoolean isNull) { in stringQuery()
198 public StringQueryBuilder isNull(OptionalBoolean isNull) { in isNull() argument
/aosp_15_r20/external/mockito/src/main/java/org/mockito/
H A DArgumentMatchers.java967 public static <T> T isNull() { in isNull() method in ArgumentMatchers
991 public static <T> T isNull(Class<T> clazz) { in isNull() method in ArgumentMatchers
/aosp_15_r20/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/queries/
H A DNullableQuery.java34 default E isNull() { in isNull() method
/aosp_15_r20/external/mockito/src/test/java/org/mockito/internal/util/reflection/
H A DFieldReaderTest.java17 private final String isNull = null; field in FieldReaderTest.Foo
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/util/reflection/
H A DFieldReader.java23 public boolean isNull() { in isNull() method in FieldReader
/aosp_15_r20/cts/common/device-side/bedstead/queryable/common/src/main/java/com/android/queryable/annotations/
H A DStringQuery.java42 OptionalBoolean isNull() default OptionalBoolean.ANY; in isNull() method
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/typesystem/
H A DNullType.java42 public boolean isNull() { in isNull() method in NullType
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-model/src/main/java/com/github/javaparser/symbolsolver/model/typesystem/
H A DNullType.java44 public boolean isNull() { in isNull() method in NullType
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/Fragment/
DFragmentRef.h64 bool isNull() const { return (this == Null()); } in isNull() function
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/document/internal/
H A DNullDocument.java78 public boolean isNull() { in isNull() method in NullDocument
/aosp_15_r20/external/aws-sdk-java-v2/core/json-utils/src/main/java/software/amazon/awssdk/protocols/jsoncore/internal/
H A DNullJsonNode.java39 public boolean isNull() { in isNull() method in NullJsonNode
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/database/
DEmptyCursor.java77 public boolean isNull(int column) { in isNull() method in EmptyCursor

12345678910>>...50