HomeSort by relevance Sort by last modified time
    Searched full:illegalargumentexception (Results 751 - 775 of 10592) sorted by null

<<31323334353637383940>>

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Headers.java 164 throw new IllegalArgumentException("Expected alternating header names and values");
170 if (namesAndValues[i] == null) throw new IllegalArgumentException("Headers cannot be null");
179 throw new IllegalArgumentException("Unexpected header: " + name + ": " + value);
191 throw new IllegalArgumentException("Expected map with header names and values");
199 throw new IllegalArgumentException("Headers cannot be null");
204 throw new IllegalArgumentException("Unexpected header: " + name + ": " + value);
238 throw new IllegalArgumentException("Unexpected header: " + line);
282 if (name == null) throw new IllegalArgumentException("name == null");
283 if (name.isEmpty()) throw new IllegalArgumentException("name is empty");
287 throw new IllegalArgumentException(String.format
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Spdy3Test.java 34 } catch (IllegalArgumentException e) {
43 } catch (IllegalArgumentException e) {
49 } catch (IllegalArgumentException e) {
  /external/okhttp/okio/okio/src/main/java/okio/
InflaterSource.java 49 if (source == null) throw new IllegalArgumentException("source == null");
50 if (inflater == null) throw new IllegalArgumentException("inflater == null");
57 if (byteCount < 0) throw new IllegalArgumentException("byteCount < 0: " + byteCount);
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/
Escaper.java 54 * escaper should throw {@link IllegalArgumentException}.
66 * @throws IllegalArgumentException
84 * escaper should throw {@link IllegalArgumentException}.
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DataType.java 70 throw new IllegalArgumentException(
79 * @throws IllegalArgumentException if objects of {@code c} do not correspond to a TensorFlow
85 throw new IllegalArgumentException(
  /external/wycheproof/java/com/google/security/wycheproof/
TestUtil.java 56 public static byte[] hexToBytes(String hex) throws IllegalArgumentException {
58 throw new IllegalArgumentException("Expected a string of even length");
66 throw new IllegalArgumentException("input is not hexadecimal");
  /frameworks/base/core/java/android/accounts/
AuthenticatorDescription.java 53 if (type == null) throw new IllegalArgumentException("type cannot be null");
54 if (packageName == null) throw new IllegalArgumentException("packageName cannot be null");
75 if (type == null) throw new IllegalArgumentException("type cannot be null");
  /frameworks/base/core/java/android/net/
WifiKey.java 64 * @throws IllegalArgumentException if either the SSID or BSSID is invalid.
68 throw new IllegalArgumentException("Invalid ssid: " + ssid);
71 throw new IllegalArgumentException("Invalid bssid: " + bssid);
  /frameworks/base/core/java/android/util/
Pools.java 87 * @throws IllegalArgumentException If the max pool size is less than zero.
91 throw new IllegalArgumentException("The max pool size must be > 0");
146 * @throws IllegalArgumentException If the max pool size is less than zero.
  /frameworks/base/core/java/android/view/
InputEventSender.java 57 throw new IllegalArgumentException("inputChannel must not be null");
60 throw new IllegalArgumentException("looper must not be null");
123 throw new IllegalArgumentException("event must not be null");
  /frameworks/base/drm/java/android/drm/
DrmInfoStatus.java 76 throw new IllegalArgumentException("infoType: " + infoType);
80 throw new IllegalArgumentException("Unsupported status code: " + statusCode);
84 throw new IllegalArgumentException("mimeType is null or an empty string");
  /frameworks/base/graphics/java/android/view/
PixelCopy.java 181 throw new IllegalArgumentException("Surface isn't valid, source.isValid() == false");
184 throw new IllegalArgumentException("sourceRect is empty");
207 * {@link IllegalArgumentException}. It will similarly throw an exception
211 * an {@link IllegalArgumentException} will be thrown or an error will
237 * {@link IllegalArgumentException}. It will similarly throw an exception
241 * an {@link IllegalArgumentException} will be thrown or an error will
259 throw new IllegalArgumentException("source is null");
262 throw new IllegalArgumentException(
278 throw new IllegalArgumentException(
287 throw new IllegalArgumentException("Bitmap cannot be null")
    [all...]
  /frameworks/base/keystore/java/android/security/
KeyPairGeneratorSpec.java 111 * @throws IllegalArgumentException when any argument is {@code null} or
119 throw new IllegalArgumentException("context == null");
121 throw new IllegalArgumentException("keyStoreAlias must not be empty");
123 throw new IllegalArgumentException("subjectDN == null");
125 throw new IllegalArgumentException("serialNumber == null");
127 throw new IllegalArgumentException("startDate == null");
129 throw new IllegalArgumentException("endDate == null");
131 throw new IllegalArgumentException("endDate < startDate");
135 throw new IllegalArgumentException("endDate < startDate");
337 } catch (IllegalArgumentException e)
    [all...]
SystemKeyStore.java 76 throw new IllegalArgumentException();
89 throw new IllegalArgumentException();
129 throw new IllegalArgumentException();
  /frameworks/base/media/java/android/media/
RemoteDisplay.java 74 throw new IllegalArgumentException("iface must not be null");
77 throw new IllegalArgumentException("listener must not be null");
80 throw new IllegalArgumentException("handler must not be null");
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaProfileReader.java 82 throw new IllegalArgumentException("Unsupported video encoder " + videoEncoder);
93 throw new IllegalArgumentException("Unsupported audio encodeer " + audioEncoder);
114 throw new IllegalArgumentException("Unsupported video codec " + codec);
  /frameworks/base/services/core/java/com/android/server/tv/
UinputBridge.java 47 throw new IllegalArgumentException("Touchpad must be at least 1x1.");
50 throw new IllegalArgumentException("Touchpad must support between 1 and 32 pointers.");
53 throw new IllegalArgumentException("Token cannot be null");
  /frameworks/base/tests/net/java/android/net/
UidRangeTest.java 75 } catch (IllegalArgumentException expected) {
81 } catch (IllegalArgumentException expected) {
91 } catch (IllegalArgumentException expected) {
  /frameworks/base/tests/net/java/com/android/server/
IpSecServiceParameterizedTest.java 196 fail("Expected IllegalArgumentException on attempt to access deleted resource");
197 } catch (IllegalArgumentException expected) {
231 fail("Expected IllegalArgumentException on attempt to access deleted resource");
232 } catch (IllegalArgumentException expected) {
420 fail("Expected IllegalArgumentException on attempt to access deleted resource");
421 } catch (IllegalArgumentException expected) {
457 fail("Expected IllegalArgumentException on attempt to access deleted resource");
458 } catch (IllegalArgumentException expected) {
543 fail("Expected IllegalArgumentException on attempt to access deleted resource");
544 } catch (IllegalArgumentException expected)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/aware/
PublishConfig.java 181 * throws an IllegalArgumentException.
186 throws IllegalArgumentException {
190 throw new IllegalArgumentException(
194 throw new IllegalArgumentException("Invalid publishType - " + mPublishType);
197 throw new IllegalArgumentException("Invalid ttlSec - must be non-negative");
203 throw new IllegalArgumentException(
209 throw new IllegalArgumentException(
215 throw new IllegalArgumentException(
221 throw new IllegalArgumentException("Ranging is not supported");
255 throw new IllegalArgumentException("Invalid service name - must be non-null")
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/util/
Pools.java 92 * @throws IllegalArgumentException If the max pool size is less than zero.
96 throw new IllegalArgumentException("The max pool size must be > 0");
150 * @throws IllegalArgumentException If the max pool size is less than zero.
  /frameworks/support/core/ktx/src/main/java/androidx/core/os/
Bundle.kt 30 * @throws IllegalArgumentException When a value is not a supported type of [Bundle].
81 throw IllegalArgumentException(
99 throw IllegalArgumentException("Illegal value type $valueType for key \"$key\"")
  /frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/pom/
PomRewriteRule.kt 41 throw IllegalArgumentException("GroupId is missing in the POM rule!")
45 throw IllegalArgumentException("ArtifactId is missing in the POM rule!")
49 throw IllegalArgumentException(
  /frameworks/support/navigation/common/src/main/java/androidx/navigation/
SimpleNavigatorProvider.java 48 throw new IllegalArgumentException("No @Navigator.Name annotation found for "
70 throw new IllegalArgumentException("navigator name cannot be an empty string");
95 throw new IllegalArgumentException("navigator name cannot be an empty string");
  /frameworks/support/viewpager2/src/androidTest/java/androidx/viewpager2/widget/swipe/
PageSwiper.java 66 throw new IllegalArgumentException("Invalid next page: beyond last page.");
78 throw new IllegalArgumentException(
83 throw new IllegalArgumentException(

Completed in 1582 milliseconds

<<31323334353637383940>>