| /external/dagger2/java/dagger/hilt/processor/internal/ |
| D | ProcessorErrors.java | 44 public static void checkState( in checkState() method in ProcessorErrors 74 public static void checkState( in checkState() method in ProcessorErrors 96 public static void checkState( in checkState() method in ProcessorErrors 125 public static void checkState( in checkState() method in ProcessorErrors
|
| /external/guava/guava/src/com/google/common/base/ |
| D | Preconditions.java | 490 public static void checkState(boolean expression) { in checkState() method in Preconditions 506 public static void checkState(boolean expression, @Nullable Object errorMessage) { in checkState() method in Preconditions 527 public static void checkState( in checkState() method in Preconditions 544 public static void checkState(boolean b, @Nullable String errorMessageTemplate, char p1) { in checkState() method in Preconditions 558 public static void checkState(boolean b, @Nullable String errorMessageTemplate, int p1) { in checkState() method in Preconditions 572 public static void checkState(boolean b, @Nullable String errorMessageTemplate, long p1) { in checkState() method in Preconditions 586 public static void checkState( in checkState() method in Preconditions 601 public static void checkState( in checkState() method in Preconditions 616 public static void checkState(boolean b, @Nullable String errorMessageTemplate, char p1, int p2) { in checkState() method in Preconditions 630 public static void checkState( in checkState() method in Preconditions [all …]
|
| /external/guava/android/guava/src/com/google/common/base/ |
| D | Preconditions.java | 493 public static void checkState(boolean expression) { in checkState() method in Preconditions 509 public static void checkState(boolean expression, @NullableDecl Object errorMessage) { in checkState() method in Preconditions 530 public static void checkState( in checkState() method in Preconditions 547 public static void checkState(boolean b, @NullableDecl String errorMessageTemplate, char p1) { in checkState() method in Preconditions 561 public static void checkState(boolean b, @NullableDecl String errorMessageTemplate, int p1) { in checkState() method in Preconditions 575 public static void checkState(boolean b, @NullableDecl String errorMessageTemplate, long p1) { in checkState() method in Preconditions 589 public static void checkState( in checkState() method in Preconditions 604 public static void checkState( in checkState() method in Preconditions 619 public static void checkState( in checkState() method in Preconditions 634 public static void checkState( in checkState() method in Preconditions [all …]
|
| /external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/ |
| D | Assertions.java | 79 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/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/ |
| D | SupportPreconditions.java | 149 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/ |
| D | Preconditions.java | 41 public static void checkState(boolean expression, String errorMessage) { in checkState() method in Preconditions
|
| /external/dagger2/java/dagger/hilt/internal/ |
| D | Preconditions.java | 81 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/ |
| D | esextcTextureCubeMapArrayFBOIncompleteness.cpp | 67 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/ |
| D | UtilsTest.java | 70 public void checkState() { in checkState() method in UtilsTest
|
| /external/opencensus-java/api/src/main/java/io/opencensus/internal/ |
| D | Utils.java | 78 public static void checkState(boolean isValid, @javax.annotation.Nullable Object errorMessage) { in checkState() method in Utils
|
| /external/lzma/CPP/Windows/Control/ |
| D | Dialog.h | 77 bool CheckButton(int buttonID, UINT checkState) in CheckButton() 79 bool CheckButton(int buttonID, bool checkState) in CheckButton()
|
| D | ListView.h | 103 …void SetCheckState(UINT index, bool checkState) { ListView_SetCheckState(_window, index, BoolToBOO… in SetCheckState()
|
| /external/javapoet/src/main/java/com/squareup/javapoet/ |
| D | Util.java | 61 static void checkState(boolean condition, String format, Object... args) { in checkState() method in Util
|
| /external/guice/core/src/com/google/inject/internal/ |
| D | CycleDetectingLock.java | 212 void checkState() throws IllegalStateException { in checkState() method in CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock
|