/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3exception.h | 2 * Contains the definition of a basic ANTLR3 exception structure created 44 /** Name of exception #ANTLR3_RECOGNITION_EXCEPTION 101 /** Base structure for an ANTLR3 exception tracker 105 /// Set to one of the exception type defines: 117 /** The string name of the exception 121 /** The printable message that goes with this exception, in your preferred 126 * to do with "Recognition exception at: [[TOK_GERUND..... " ;-) 135 * should be freed by calling ANTLR3_FREE() when the exception is destroyed. 140 * exception occurred. 160 /** If this is a tree parser exception then the node is set to point to the nod [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3exception.c | 3 * otherwise handling ANTLR3 standard exception structures. 42 * Creates a new ANTLR3 exception structure 44 * \param[in] exception 52 * ANTLR3_FREE() when the exception is destroyed. 55 * Pointer to newly initialized exception structure, or an ANTLR3_ERR_xx defined value 58 * An exception is 'thrown' by a recognizer when input is seen that is not predicted by 62 * the list and the one currently installed is pointed to by the newly installed exception. 65 * After an exception is created, you may add a pointer to your own structure and a pointer 66 * to a function to free this structure when the exception is destroyed. 72 antlr3ExceptionNew(ANTLR3_UINT32 exception, void * name, void * message, ANTLR3_BOOLEAN freeMessage [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
CHANGES.txt | 9 * Text of imaginary nodes in tree rewrite mode weren't using NSStrings causing a runtime exception
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
input | 4 public static void main(String[] args) throws Exception {
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t019lexer.input | 4 public static void main(String[] args) throws Exception {
|
t020fuzzy.input | 4 public static void main(String[] args) throws Exception {
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
WriterTesterTest.java | 78 @Override public Writer create() throws Exception { 84 @Override public char[] getChars() throws Exception { 92 @Override public Writer create() throws Exception { 97 @Override public char[] getChars() throws Exception { 114 public char[] call() throws Exception { 127 @Override public char[] getChars() throws Exception { 136 @Override public Writer create() throws Exception { 141 @Override public char[] getChars() throws Exception { 153 @Override public Writer create(Writer delegate) throws Exception { 157 @Override public char[] decode(char[] delegateChars) throws Exception { [all...] |
/external/apache-http/src/org/apache/commons/codec/ |
EncoderException.java | 21 * exception is thrown when an Encoder encounters a encoding specific exception 28 public class EncoderException extends Exception { 31 * Creates a new instance of this exception with an useful message.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
RuntimeCryptoException.java | 19 * @param message the message to be carried with the exception.
|
/external/chromium/chrome/browser/ |
chrome_browser_application_mac.h | 25 // Returns the histogram bin for |exception| if it is one we track 28 size_t BinForException(NSException* exception); 30 // Use UMA to track exception occurance. Exposed for testing purposes. 31 void RecordExceptionWithUma(NSException* exception);
|
/external/chromium_org/android_webview/test/data/device_files/ |
iframe_access.html | 8 document.title = "Exception";
|
/external/chromium_org/net/tools/tld_cleanup/ |
tld_cleanup_util_unittest.cc | 35 EXPECT_FALSE(foo_iter->second.exception); 40 EXPECT_FALSE(bar_iter->second.exception); 55 EXPECT_FALSE(foo_bar_iter->second.exception); 60 EXPECT_FALSE(bar_iter->second.exception); 76 EXPECT_FALSE(foo_iter->second.exception); 81 EXPECT_FALSE(bar_iter->second.exception); 86 EXPECT_FALSE(baz_iter->second.exception); 101 EXPECT_FALSE(bar_iter->second.exception); 106 EXPECT_FALSE(foo_bar_iter->second.exception); 122 EXPECT_FALSE(foo_bar_iter->second.exception); [all...] |
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
scriptable_plugin.h | 51 // Does not set |exception|. 52 virtual bool HasProperty(const pp::Var& name, pp::Var* exception); 54 // from a NaCl module. Does not set |exception|. 55 virtual bool HasMethod(const pp::Var& name, pp::Var* exception); 58 // Sets |exception| on failure. 59 virtual pp::Var GetProperty(const pp::Var& name, pp::Var* exception); 61 // Does not add new properties. Sets |exception| of failure. 63 pp::Var* exception); 64 // Set |exception| to indicate that property removal is not supported. 65 virtual void RemoveProperty(const pp::Var& name, pp::Var* exception); [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
_stream_base.py | 50 class ConnectionTerminatedException(Exception): 51 """This exception will be raised when a connection is terminated 59 """This exception will be raised when we received an invalid frame we 66 class BadOperationException(Exception): 67 """This exception will be raised when send_message() is called on 75 class UnsupportedFrameException(Exception): 76 """This exception will be raised when we receive a frame with flag, opcode 77 we cannot handle. Handlers can just catch and ignore this exception and 84 class InvalidUTF8Exception(Exception): 85 """This exception will be raised when we receive a text frame whic [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
prettify.rb | 31 rescue => exception 34 backtrace = exception.backtrace 35 backtrace[0] += ": " + exception + " (" + exception.class.to_s + ")"
|
/external/clang/test/SemaTemplate/ |
instantiate-exception-spec.cpp | 4 template<typename T> void f1(T*) throw(T); // expected-error{{incomplete type 'Incomplete' is not allowed in exception specification}} \
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
StringComboPropertyEditor.java | 40 protected String getText(Property property) throws Exception { 50 protected void addItems(Property property, CCombo3 combo) throws Exception { 57 protected void selectItem(Property property, CCombo3 combo) throws Exception { 62 protected void toPropertyEx(Property property, CCombo3 combo, int index) throws Exception {
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/ |
NegotiateException.java | 13 public class NegotiateException extends Exception
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
SimpleTimeLimiterTest.java | 53 @Override protected void setUp() throws Exception { 58 public void testGoodCallableWithEnoughTime() throws Exception { 71 public void testGoodCallableWithNotEnoughTime() throws Exception { 81 fail("no exception thrown"); 87 public void testBadCallableWithEnoughTime() throws Exception { 97 fail("no exception thrown"); 103 public void testBadCallableWithNotEnoughTime() throws Exception { 113 fail("no exception thrown"); 119 public void testGoodMethodWithEnoughTime() throws Exception { 129 public void testGoodMethodWithNotEnoughTime() throws Exception { [all...] |
/external/javasqlite/src/main/java/SQLite/ |
Vm.java | 38 * } catch (SQLite.Exception e) { 47 public native boolean step(Callback cb) throws SQLite.Exception; 55 public native boolean compile() throws SQLite.Exception; 61 public native void stop() throws SQLite.Exception;
|
/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
AssetNotFoundException.java | 14 public AssetNotFoundException(String message, Exception ex){
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Misc/ |
VertexColor.j3md | 0 Exception VertexColor.j3md has been marked as obsolete. Please use Unshaded.j3md instead.
|
/external/junit/src/org/junit/internal/runners/ |
FailedBefore.java | 12 class FailedBefore extends Exception {
|
/external/junit/src/org/junit/internal/runners/model/ |
ReflectiveCallable.java | 9 * When invoked, throws the exception from the reflected method, rather than
|
/external/lzma/CPP/Common/ |
ComTry.h | 7 // #include "Exception.h"
|