OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
2101 - 2125
of
5185
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/apache-http/src/org/apache/http/message/
AbstractHttpMessage.java
100
throw
new IllegalArgumentException("Header name may not be null");
113
throw
new IllegalArgumentException("Header name may not be null");
162
throw
new IllegalArgumentException("HTTP parameters may not be null");
BasicHeaderIterator.java
81
throw
new IllegalArgumentException
146
throw
new NoSuchElementException("Iteration already finished.");
177
throw
new UnsupportedOperationException
BasicListHeaderIterator.java
88
throw
new IllegalArgumentException
159
throw
new NoSuchElementException("Iteration already finished.");
190
throw
new IllegalStateException("No header to remove.");
BufferedHeader.java
81
throw
new IllegalArgumentException
86
throw
new ParseException
91
throw
new ParseException
/external/apache-http/src/org/apache/http/protocol/
ResponseContent.java
64
throw
new IllegalArgumentException("HTTP request may not be null");
67
throw
new ProtocolException("Transfer-encoding header already present");
70
throw
new ProtocolException("Content-Length header already present");
/external/easymock/src/org/easymock/internal/
Invocation.java
101
throw
new UnsupportedOperationException("hashCode() is not implemented");
185
throw
new RuntimeException("The toString() method could not be found!");
209
throw
new IOException(e.toString());
/external/emma/ant/ant14/com/vladium/emma/ant/
GenericCfg.java
43
if (task == null)
throw
new IllegalArgumentException ("null input: task");
82
throw
(BuildException) SuppressableTask.newBuildException (m_task.getTaskName ()
116
throw
(BuildException) SuppressableTask.newBuildException (m_task.getTaskName ()
/external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_info.java
103
default:
throw
new IllegalStateException ("CONSTANT_info: invalid tag value [" + tag + ']');
122
throw
new InternalError (e.toString ());
173
default:
throw
new IllegalStateException ("CONSTANT_info: invalid tag value [" + constant.tag () + ']');
/external/emma/core/java12/com/vladium/util/
IntVector.java
35
throw
new IndexOutOfBoundsException ("get[" + index + "] on vector of size " + m_size);
94
throw
new InternalError (e.toString ());
115
throw
new IndexOutOfBoundsException ("get[" + index + "] on vector of size " + m_size);
/external/gtest/test/
gtest_throw_on_failure_test.py
32
"""Tests Google Test's
throw
-on-failure mode with exceptions disabled.
47
# The command line flag for enabling/disabling the
throw
-on-failure mode.
81
"""Tests the
throw
-on-failure mode."""
/external/guava/src/com/google/common/base/
CaseFormat.java
72
throw
new NullPointerException();
75
throw
new NullPointerException();
142
throw
new RuntimeException("unknown case: " + this);
/external/junit/src/junit/framework/
TestCase.java
141
if (exception != null)
throw
exception;
168
throw
e.getTargetException();
172
throw
e;
/external/proguard/src/proguard/ant/
ClassPathElement.java
88
throw
new BuildException("The refid attribute doesn't point to a <path> element or a <fileset> element");
101
throw
new BuildException("The <outjar> element must specify exactly one file or directory ["+fileNames.length+"]");
108
//
throw
new BuildException("The <injar> element must specify at least one file or directory");
/external/tagsoup/src/org/ccil/cowan/tagsoup/
Schema.java
80
throw
new Error("Attribute " + attrName +
97
throw
new Error("No child " + name + " for parent " + parentName);
100
throw
new Error("No parent " + parentName + " for child " + name);
/external/v8/test/mjsunit/
mjsunit.js
50
throw
new MjsUnitAssertionError(start + " expected <" + expected + "> found <" + found + ">");
173
if (!threwException) assertTrue(false, "did not
throw
exception");
203
throw
new MjsUnitAssertionError(message);
/frameworks/base/awt/java/awt/
AWTKeyStroke.java
290
//
throw
new RuntimeException(e);
358
throw
new IllegalArgumentException(Messages.getString("awt.65")); //$NON-NLS-1$
392
throw
new IllegalArgumentException(Messages.getString("awt.66")); //$NON-NLS-1$
410
throw
new IllegalArgumentException(Messages.getString("awt.66")); //$NON-NLS-1$
428
throw
new IllegalArgumentException(Messages.getString("awt.66")); //$NON-NLS-1$
506
throw
new IllegalArgumentException(Messages.getString("awt.01", "keyChar")); //$NON-NLS-1$ //$NON-NLS-2$
600
* if (subclass == null) { // awt.01='{0}' parameter is null
throw
new
604
* is not derived from AWTKeyStroke
throw
new
608
*
throw
new RuntimeException(e); } catch (NoSuchMethodException e) { //
609
* awt.68=subclass could not be instantiated
throw
ne
[
all
...]
/frameworks/base/awt/java/awt/image/
LookupOp.java
105
throw
new NullPointerException(Messages.getString("awt.01", "lookup")); //$NON-NLS-1$ //$NON-NLS-2$
176
throw
new IllegalArgumentException(Messages.getString("awt.237")); //$NON-NLS-1$ }
179
throw
new IllegalArgumentException(Messages.getString("awt.28F")); //$NON-NLS-1$ }
182
throw
new IllegalArgumentException(Messages.getString("awt.290")); //$NON-NLS-1$ }
189
throw
new IllegalArgumentException(Messages.getString("awt.238")); //$NON-NLS-1$
197
throw
new ImagingOpException(Messages.getString("awt.21F")); //$NON-NLS-1$
208
throw
new IllegalArgumentException(Messages.getString("awt.220")); //$NON-NLS-1$
223
throw
new IllegalArgumentException(Messages.getString("awt.229")); //$NON-NLS-1$
230
throw
new IllegalArgumentException(Messages.getString("awt.229")); //$NON-NLS-1$
239
throw
new IllegalArgumentException(Messages.getString("awt.291")); //$NON-NLS-1
[
all
...]
/frameworks/base/awt/javax/imageio/spi/
ImageWriterSpi.java
59
throw
new UnsupportedOperationException("Not supported yet");
129
throw
new NullPointerException("output types array cannot be NULL or empty");
214
throw
new UnsupportedOperationException("Not supported yet");
/frameworks/base/cmds/am/src/com/android/commands/am/
Am.java
84
throw
new AndroidException("Can't connect to activity manager; is the system running?");
102
throw
new IllegalArgumentException("Unknown command: " + op);
151
if (cn == null)
throw
new IllegalArgumentException("Bad component name: " + str);
225
if (!hasIntentInfo)
throw
new IllegalArgumentException("No intent supplied");
369
if (cn == null)
throw
new IllegalArgumentException("Bad component name: " + cnArg);
384
throw
new AndroidException("INSTRUMENTATION_FAILED: " + cn.flattenToString());
419
throw
new IllegalArgumentException("Profile command " + cmd + " not valid");
423
throw
new AndroidException("PROFILE FAILED on process " + process);
445
throw
new IllegalStateException(e);
518
throw
new IllegalStateException(e)
[
all
...]
/frameworks/base/core/java/android/database/
CursorToBulkCursorAdaptor.java
97
throw
new UnsupportedOperationException(
161
throw
leakProgram;
185
throw
new IllegalStateException("an observer is already registered");
/frameworks/base/graphics/java/android/renderscript/
Type.java
140
throw
new IllegalArgumentException("Unkown field type");
169
throw
new IllegalArgumentException("Invalid element.");
179
throw
new IllegalArgumentException("Values of less than 1 for Dimensions are not valid.");
/frameworks/base/media/java/android/media/
FaceDetector.java
85
throw
new IllegalArgumentException();
145
throw
new IllegalArgumentException(
149
throw
new IllegalArgumentException(
/frameworks/base/obex/javax/obex/
PrivateInputStream.java
109
throw
new IOException("buffer is null");
112
throw
new ArrayIndexOutOfBoundsException("index outof bound");
167
throw
new IOException("Input stream is closed");
PrivateOutputStream.java
102
throw
new IOException("buffer is null");
105
throw
new IndexOutOfBoundsException("index outof bound");
152
throw
new IOException("Output stream is closed");
/frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java
244
throw
new SecurityException("No active admin " + who);
247
throw
new SecurityException("Admin " + who + " is not owned by uid "
251
throw
new SecurityException("Admin " + admin.info.getComponent()
264
throw
new SecurityException("No active admin owned by uid "
305
throw
new IllegalArgumentException("Unknown admin: " + adminName);
404
throw
new XmlPullParserException(
503
throw
new IllegalArgumentException("Invalid quality constant: 0x"
536
throw
new IllegalArgumentException("Bad admin: " + adminReceiver);
542
throw
new IllegalArgumentException("Admin is already added");
612
throw
new NullPointerException("ComponentName is null")
[
all
...]
Completed in 750 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>