HomeSort by relevance Sort by last modified time
    Searched full:illegalargument (Results 1 - 6 of 6) sorted by null

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Http20Draft09.java 443 if (errorCode.httpCode == -1) throw illegalArgument("errorCode.httpCode == -1");
461 throw illegalArgument("windowSizeIncrement == 0 || windowSizeIncrement > 0x7fffffffL: %s",
478 if (length > 16383) throw illegalArgument("FRAME_SIZE_ERROR length > 16383: %s", length);
479 if ((streamId & 0x80000000) != 0) throw illegalArgument("reserved bit set: %s", streamId);
485 private static IllegalArgumentException illegalArgument(String message, Object... args) {
  /external/nist-sip/java/gov/nist/javax/sip/stack/
HopImpl.java 91 * @throws IllegalArgument exception if string is not properly formatted or null.
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorMatrixTest.java 124 // abnormal case: IllegalArgument axis
  /packages/apps/OMA-DM/engine/dmlib/tool-src/dmt_gen_tool/com/mot/dm/core/
DMTValidator.java     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.cpp 771 else logln("PASS: " + msg + "IllegalArgument as expected");
    [all...]
  /external/icu/icu4c/source/test/intltest/
caltest.cpp 899 else logln("PASS: " + msg + "IllegalArgument as expected");
    [all...]

Completed in 229 milliseconds