Home
last modified time | relevance | path

Searched defs:checkState (Results 1 – 17 of 17) sorted by relevance

/external/dagger2/java/dagger/hilt/processor/internal/
DProcessorErrors.java43 public static void checkState( in checkState() method in ProcessorErrors
68 public static void checkState( in checkState() method in ProcessorErrors
87 public static void checkState( in checkState() method in ProcessorErrors
117 public static void checkState( in checkState() method in ProcessorErrors
139 public static void checkState( in checkState() method in ProcessorErrors
168 public static void checkState( in checkState() method in ProcessorErrors
/external/guava/android/guava/src/com/google/common/base/
DPreconditions.java484 public static void checkState(boolean expression) { in checkState() method in Preconditions
500 public static void checkState(boolean expression, @CheckForNull Object errorMessage) { in checkState() method in Preconditions
521 public static void checkState( in checkState() method in Preconditions
546 public static void checkState(boolean b, String errorMessageTemplate, char p1) { in checkState() method in Preconditions
560 public static void checkState(boolean b, String errorMessageTemplate, int p1) { in checkState() method in Preconditions
574 public static void checkState(boolean b, String errorMessageTemplate, long p1) { in checkState() method in Preconditions
588 public static void checkState(boolean b, String errorMessageTemplate, @CheckForNull Object p1) { in checkState() method in Preconditions
602 public static void checkState(boolean b, String errorMessageTemplate, char p1, char p2) { in checkState() method in Preconditions
616 public static void checkState(boolean b, String errorMessageTemplate, char p1, int p2) { in checkState() method in Preconditions
630 public static void checkState(boolean b, String errorMessageTemplate, char p1, long p2) { in checkState() method in Preconditions
[all …]
/external/guava/guava/src/com/google/common/base/
DPreconditions.java484 public static void checkState(boolean expression) { in checkState() method in Preconditions
500 public static void checkState(boolean expression, @CheckForNull Object errorMessage) { in checkState() method in Preconditions
521 public static void checkState( in checkState() method in Preconditions
546 public static void checkState(boolean b, String errorMessageTemplate, char p1) { in checkState() method in Preconditions
560 public static void checkState(boolean b, String errorMessageTemplate, int p1) { in checkState() method in Preconditions
574 public static void checkState(boolean b, String errorMessageTemplate, long p1) { in checkState() method in Preconditions
588 public static void checkState(boolean b, String errorMessageTemplate, @CheckForNull Object p1) { in checkState() method in Preconditions
602 public static void checkState(boolean b, String errorMessageTemplate, char p1, char p2) { in checkState() method in Preconditions
616 public static void checkState(boolean b, String errorMessageTemplate, char p1, int p2) { in checkState() method in Preconditions
630 public static void checkState(boolean b, String errorMessageTemplate, char p1, long p2) { in checkState() method in Preconditions
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DCoroutineContext.kt35 private fun checkState() { in checkState() method
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DAssertions.java79 public static void checkState(boolean expression) { in checkState() method in Assertions
93 public static void checkState(boolean expression, Object errorMessage) { in checkState() method in Assertions
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/
DAssertions.java82 public static void checkState(boolean expression) { in checkState() method in Assertions
97 public static void checkState(boolean expression, Object errorMessage) { in checkState() method in Assertions
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/
DAssertions.java82 public static void checkState(boolean expression) { in checkState() method in Assertions
97 public static void checkState(boolean expression, Object errorMessage) { in checkState() method in Assertions
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/
DSupportPreconditions.java149 public static void checkState(boolean expression) { in checkState() method in SupportPreconditions
165 public static void checkState(boolean expression, @Nullable Object errorMessage) { in checkState() method in SupportPreconditions
/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DPreconditions.java41 public static void checkState(boolean expression, String errorMessage) { in checkState() method in Preconditions
/external/dagger2/java/dagger/hilt/internal/
DPreconditions.java81 public static void checkState(boolean expression, String errorMessageTemplate, Object... args) { in checkState() method in Preconditions
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayFBOIncompleteness.cpp67 glw::GLboolean TextureCubeMapArrayFBOIncompleteness::checkState(glw::GLint expected_state, const ch… in checkState() function in glcts::TextureCubeMapArrayFBOIncompleteness
/external/opencensus-java/api/src/test/java/io/opencensus/internal/
DUtilsTest.java70 public void checkState() { in checkState() method in UtilsTest
/external/lzma/CPP/Windows/Control/
DDialog.h77 bool CheckButton(int buttonID, UINT checkState) in CheckButton()
79 bool CheckButton(int buttonID, bool checkState) in CheckButton()
DListView.h103 …void SetCheckState(UINT index, bool checkState) { ListView_SetCheckState(_window, index, BoolToBOO… in SetCheckState()
/external/opencensus-java/api/src/main/java/io/opencensus/internal/
DUtils.java78 public static void checkState(boolean isValid, @javax.annotation.Nullable Object errorMessage) { in checkState() method in Utils
/external/javapoet/src/main/java/com/squareup/javapoet/
DUtil.java61 static void checkState(boolean condition, String format, Object... args) { in checkState() method in Util
/external/guice/core/src/com/google/inject/internal/
DCycleDetectingLock.java212 void checkState() throws IllegalStateException { in checkState() method in CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock