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

<<11121314151617181920>>

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue311/
BooleanEnum.java 37 throw new IllegalArgumentException("Undefined has no value");
  /external/testng/src/test/java/test/invokedmethodlistener/
Base.java 52 throw new IllegalArgumentException("Test Method FAILING");
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiTimerRecordSources.java 76 * @throws IllegalArgumentException if {@code timerInfo} or {@code source} is null
91 * @throws IllegalArgumentException if {@code timerInfo} or {@code source} is null
106 * @throws IllegalArgumentException if {@code timerInfo} or {@code source} is null
121 * @throws IllegalArgumentException if {@code timerInfo} or {@code source} is null
134 throw new IllegalArgumentException("TimerInfo should not be null.");
138 throw new IllegalArgumentException("source should not be null.");
148 * @throws IllegalArgumentException if hour or minute is out of range
157 throw new IllegalArgumentException("Hour should be in rage of [0, 23]:" + hour);
160 throw new IllegalArgumentException("Minute should be in rage of [0, 59]:" + minute);
170 * @throws IllegalArgumentException if hour or minute is out of rang
    [all...]
  /frameworks/base/core/java/android/net/
EthernetManager.java 129 * @throws IllegalArgumentException If the listener is null.
133 throw new IllegalArgumentException("listener must not be null");
159 * @throws IllegalArgumentException If the listener is null.
163 throw new IllegalArgumentException("listener must not be null");
  /frameworks/base/core/java/android/os/
StatFs.java 38 * @throws IllegalArgumentException if the file system access fails
45 * @throws IllegalArgumentException if the file system access fails
51 throw new IllegalArgumentException("Invalid path: " + path, e);
60 * @throws IllegalArgumentException if the file system access fails
  /frameworks/base/core/java/android/print/
PageRange.java 47 * @throws IllegalArgumentException If start is less than zero or end
52 throw new IllegalArgumentException("start cannot be less than zero.");
55 throw new IllegalArgumentException("end cannot be less than zero.");
58 throw new IllegalArgumentException("start must be lesser than end.");
  /frameworks/base/media/java/android/media/audiofx/
AcousticEchoCanceler.java 65 } catch (IllegalArgumentException e) {
79 * <li>IllegalArgumentException is thrown if the device does not implement an AEC</li>
88 * @throws java.lang.IllegalArgumentException
93 throws IllegalArgumentException, UnsupportedOperationException, RuntimeException {
AutomaticGainControl.java 65 } catch (IllegalArgumentException e) {
79 * <li>IllegalArgumentException is thrown if the device does not implement an AGC</li>
88 * @throws java.lang.IllegalArgumentException
93 throws IllegalArgumentException, UnsupportedOperationException, RuntimeException {
NoiseSuppressor.java 67 } catch (IllegalArgumentException e) {
81 * <li>IllegalArgumentException is thrown if the device does not implement an NS</li>
90 * @throws java.lang.IllegalArgumentException
95 throws IllegalArgumentException, UnsupportedOperationException, RuntimeException {
  /frameworks/base/obex/javax/obex/
HeaderSet.java 287 * @throws IllegalArgumentException if the header identifier provided is not
302 throw new IllegalArgumentException("Count must be a Long");
306 throw new IllegalArgumentException("Count must be between 0 and 0xFFFFFFFF");
312 throw new IllegalArgumentException("Name must be a String");
319 throw new IllegalArgumentException("Type must be a String");
329 throw new IllegalArgumentException("Length must be a Long");
333 throw new IllegalArgumentException("Length must be between 0 and 0xFFFFFFFF");
339 throw new IllegalArgumentException("Time ISO 8601 must be a Calendar");
345 throw new IllegalArgumentException("Time 4 Byte must be a Calendar");
351 throw new IllegalArgumentException("Description must be a String")
    [all...]
  /frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
PacService.java 76 throw new IllegalArgumentException("The host must not be null");
79 throw new IllegalArgumentException("The URL must not be null");
85 throw new IllegalArgumentException("Invalid host was passed");
90 throw new IllegalArgumentException("Invalid URL was passed");
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FilterFactory.java 77 throw new IllegalArgumentException("Unknown filter package '" + packageName + "'!");
91 throw new IllegalArgumentException("Unknown filter class '" + className + "'!");
103 throw new IllegalArgumentException("The filter class '" + filterClass
116 throw new IllegalArgumentException("Could not construct the filter '"
FilterGraph.java 91 * @throws IllegalArgumentException if the filter is in the graph already, or its name is
96 throw new IllegalArgumentException("Attempting to add filter " + filter + " that "
99 throw new IllegalArgumentException("Graph contains filter with name '"
117 throw new IllegalArgumentException("Filter named '" + name + "' exists already!");
153 throw new IllegalArgumentException("Unknown filter '" + sourceFilterName + "'!");
155 throw new IllegalArgumentException("Unknown filter '" + targetFilterName + "'!");
211 throw new IllegalArgumentException("Unknown filter '" + filterName + "'!");
217 throw new IllegalArgumentException("VariableSource for '" + filterName + "' and "
245 throw new IllegalArgumentException("Unknown filter '" + filterName + "'!");
251 throw new IllegalArgumentException("Unknown variable '" + varName + "'!")
    [all...]
  /frameworks/base/tests/net/java/android/net/
IpSecAlgorithmTest.java 64 } catch (IllegalArgumentException expected) {
88 } catch (IllegalArgumentException pass) {
101 } catch (IllegalArgumentException pass) {
110 } catch (IllegalArgumentException pass) {
  /frameworks/base/wifi/java/android/net/wifi/aware/
WifiAwareUtils.java 35 public static void validateServiceName(byte[] serviceNameData) throws IllegalArgumentException {
37 throw new IllegalArgumentException("Invalid service name - null");
41 throw new IllegalArgumentException("Invalid service name length - must be between "
51 throw new IllegalArgumentException("Invalid service name - illegal characters,"
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glDebugMessageInsertKHR.cpp 13 _exceptionType = "java/lang/IllegalArgumentException";
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/
BaseWrapper.java 25 throw new IllegalArgumentException("Wrapped Object can not be null.");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSocketTest.java 80 } catch (IllegalArgumentException expected) {
107 } catch (IllegalArgumentException expected) {
112 } catch (IllegalArgumentException expected) {
121 } catch (IllegalArgumentException expectedOnAndroid) {
128 } catch (IllegalArgumentException expectedOnAndroid) {
155 } catch (IllegalArgumentException expected) {
190 } catch (IllegalArgumentException expected) {
196 } catch (IllegalArgumentException expected) {
232 } catch (IllegalArgumentException expected) {
247 } catch (IllegalArgumentException expected)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/callback/
PasswordCallbackTest.java 60 fail("IllegalArgumentException wasn't thrown");
61 } catch (IllegalArgumentException npe) {
66 fail("IllegalArgumentException wasn't thrown");
67 } catch (IllegalArgumentException npe) {
  /libcore/luni/src/main/java/javax/xml/transform/dom/
DOMResult.java 109 * then an <code>IllegalArgumentException</code> is thrown.
111 * then an <code>IllegalArgumentException</code> is thrown.
121 * @throws IllegalArgumentException If <code>nextSibling</code> is not a sibling of <code>node</code>.
122 * @throws IllegalArgumentException If <code>node</code> is <code>null</code> and <code>nextSibling</code> is not <code>null</code>.
132 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is contained by the \"null\" node.");
137 throw new IllegalArgumentException("Cannot create a DOMResult when the nextSibling is not contained by the node.");
159 * then an <code>IllegalArgumentException</code> is thrown.
161 * then an <code>IllegalArgumentException</code> is thrown.
170 * @throws IllegalArgumentException If <code>nextSibling</code> is not a sibling of <code>node</code>.
171 * @throws IllegalArgumentException If <code>node</code> is <code>null</code> and <code>nextSibling</code> is not <code>null</code>
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldThrowableTest.java 82 IllegalArgumentException iae = new IllegalArgumentException();
110 fail("IllegalArgumentException was not thrown.");
111 } catch(IllegalArgumentException ise) {
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketImplFactoryTest.java 81 } catch (IllegalArgumentException e) {
82 fail("IllegalArgumentException was thrown during setUp: "
95 } catch (IllegalArgumentException e) {
96 fail("IllegalArgumentException was thrown during tearDown: "
  /libcore/luni/src/test/java/libcore/java/nio/channels/
IllegalChannelGroupExceptionTest.java 30 assertTrue(e instanceof IllegalArgumentException);
  /libcore/luni/src/test/java/libcore/java/nio/file/
LinuxFileSystemTestData.java 64 exceptionTestCases.add(new TestData(IllegalArgumentException.class, "d1"));
67 exceptionTestCases.add(new TestData(IllegalArgumentException.class, "file:///d#row=4"));
68 exceptionTestCases.add(new TestData(IllegalArgumentException.class, "file:///d?q=5"));
69 exceptionTestCases.add(new TestData(IllegalArgumentException.class, "file://d:5000"));
ProviderMismatchExceptionTest.java 33 assertTrue(exception instanceof IllegalArgumentException);

Completed in 1925 milliseconds

<<11121314151617181920>>