HomeSort by relevance Sort by last modified time
    Searched defs:isSetup (Results 1 - 2 of 2) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/
Glide.java 148 public static boolean isSetup() {
156 * @see #isSetup()
162 if (isSetup()) {
163 throw new IllegalArgumentException("Glide is already setup, check with isSetup() first");
  /external/srec/srec/Recognizer/include/
SR_Recognizer.h 185 * @param isSetup True if recognizer is configured
188 ESR_ReturnCode(*isSetup)(struct SR_Recognizer_t* self, ESR_BOOL* isSetup);
595 * @param isSetup True if recognizer is configured
598 SREC_RECOGNIZER_API ESR_ReturnCode SR_RecognizerIsSetup(SR_Recognizer* self, ESR_BOOL* isSetup);
    [all...]

Completed in 76 milliseconds