HomeSort by relevance Sort by last modified time
    Searched refs:exc (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /external/fdlibm/
k_standard.c 84 struct exception exc; local
95 exc.arg1 = x;
96 exc.arg2 = y;
100 exc.type = DOMAIN;
101 exc.name = "acos";
102 exc.retval = zero;
105 else if (!ieee_matherr(&exc)) {
114 exc.type = DOMAIN;
115 exc.name = "asin";
116 exc.retval = zero
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
extras.py 45 except ImportError, exc:
47 raise exc
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testexceptions.py 12 exc = antlr3.RecognitionException()
22 exc = antlr3.EarlyExitException()
32 exc = antlr3.FailedPredicateException()
42 exc = antlr3.MismatchedNotSetException()
52 exc = antlr3.MismatchedRangeException()
62 exc = antlr3.MismatchedSetException()
72 exc = antlr3.MismatchedTokenException()
82 exc = antlr3.MismatchedTreeNodeException()
92 exc = antlr3.NoViableAltException()
  /external/antlr/antlr-3.4/runtime/Python/tests/
t012lexerXML.py 71 except antlr3.NoViableAltException, exc:
72 assert exc.unexpectedType == '>', repr(exc.unexpectedType)
73 assert exc.charPositionInLine == 11, repr(exc.charPositionInLine)
74 assert exc.line == 2, repr(exc.line)
95 except antlr3.MismatchedSetException, exc:
96 assert exc.unexpectedType == 't', repr(exc.unexpectedType
    [all...]
t006lexer.py 53 except antlr3.MismatchedTokenException, exc:
54 assert exc.expecting == 'f', repr(exc.expecting)
55 assert exc.unexpectedType == '2', repr(exc.unexpectedType)
56 assert exc.charPositionInLine == 10, repr(exc.charPositionInLine)
57 assert exc.line == 1, repr(exc.line)
t009lexer.py 58 except antlr3.MismatchedSetException, exc:
60 assert exc.expecting is None
61 assert exc.unexpectedType == 'a', repr(exc.unexpectedType)
62 assert exc.charPositionInLine == 1, repr(exc.charPositionInLine)
63 assert exc.line == 1, repr(exc.line)
t007lexer.py 51 except antlr3.EarlyExitException, exc:
52 assert exc.unexpectedType == 'o', repr(exc.unexpectedType)
53 assert exc.charPositionInLine == 6, repr(exc.charPositionInLine)
54 assert exc.line == 1, repr(exc.line)
t008lexer.py 59 except antlr3.MismatchedTokenException, exc:
60 assert exc.unexpectedType == 'b', repr(exc.unexpectedType)
61 assert exc.charPositionInLine == 3, repr(exc.charPositionInLine)
62 assert exc.line == 1, repr(exc.line)
t005lexer.py 57 except antlr3.MismatchedTokenException, exc:
58 assert exc.expecting == 'f', repr(exc.expecting)
59 assert exc.unexpectedType == '2', repr(exc.unexpectedType)
70 except antlr3.EarlyExitException, exc:
71 assert exc.unexpectedType == antlr3.EOF, repr(exc.unexpectedType)
t010lexer.py 70 except antlr3.NoViableAltException, exc:
71 assert exc.unexpectedType == '-', repr(exc.unexpectedType)
72 assert exc.charPositionInLine == 1, repr(exc.charPositionInLine)
73 assert exc.line == 1, repr(exc.line)
t011lexer.py 70 except antlr3.NoViableAltException, exc:
71 assert exc.unexpectedType == '-', repr(exc.unexpectedType)
72 assert exc.charPositionInLine == 1, repr(exc.charPositionInLine)
73 assert exc.line == 1, repr(exc.line)
  /external/chromium_org/third_party/speex/libspeex/
cb_search.h 59 spx_sig_t *exc,
68 spx_sig_t *exc,
85 spx_sig_t *exc,
95 spx_sig_t *exc,
  /art/test/132-daemon-locks-shutdown/src/
Main.java 46 } catch (Exception exc) {
47 exc.printStackTrace(System.out);
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
RegisterContextKDP_i386.h 39 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
48 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
RegisterContextKDP_x86_64.h 40 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
49 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
RegisterContextKDP_i386.cpp 66 RegisterContextKDP_i386::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc)
72 if (static_cast<ProcessKDP *>(process_sp.get())->GetCommunication().SendRequestReadRegisters (tid, EXCRegSet, &exc, sizeof(exc), error))
114 RegisterContextKDP_i386::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc)
120 if (static_cast<ProcessKDP *>(process_sp.get())->GetCommunication().SendRequestWriteRegisters (tid, EXCRegSet, &exc, sizeof(exc), error))
RegisterContextKDP_x86_64.cpp 66 RegisterContextKDP_x86_64::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc)
72 if (static_cast<ProcessKDP *>(process_sp.get())->GetCommunication().SendRequestReadRegisters (tid, EXCRegSet, &exc, sizeof(exc), error))
114 RegisterContextKDP_x86_64::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc)
120 if (static_cast<ProcessKDP *>(process_sp.get())->GetCommunication().SendRequestWriteRegisters (tid, EXCRegSet, &exc, sizeof(exc), error))
RegisterContextKDP_arm.h 41 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
53 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextMach_i386.h 37 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
46 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
RegisterContextMach_x86_64.h 37 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
46 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
RegisterContextMach_i386.cpp 48 RegisterContextMach_i386::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc)
51 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
67 RegisterContextMach_i386::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc)
69 return ::thread_set_state(tid, flavor, (thread_state_t)&exc, EXCWordCount);
RegisterContextMach_x86_64.cpp 48 RegisterContextMach_x86_64::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc)
51 return ::thread_get_state(tid, flavor, (thread_state_t)&exc, &count);
67 RegisterContextMach_x86_64::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc)
69 return ::thread_set_state(tid, flavor, (thread_state_t)&exc, EXCWordCount);
RegisterContextMach_arm.h 38 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc);
50 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc);
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
basic.rb 76 b.should raise_error( ANTLR3::Error::NoViableAlternative ) do |exc|
77 exc.unexpected_type.should == '2'
117 should raise_error( ANTLR3::Error::NoViableAlternative ) do |exc|
118 exc.unexpected_type.should == '2'
171 should raise_error( ANTLR3::Error::MismatchedToken ) do |exc|
172 exc.expecting.should == 'f'
173 exc.unexpected_type.should == '2'
219 should raise_error( ANTLR3::Error::MismatchedToken ) do |exc|
220 exc.expecting.should == 'f'
221 exc.unexpected_type.should == '2
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToSAXHandler.java 367 public void fatalError(SAXParseException exc) throws SAXException {
368 super.fatalError(exc);
373 ((ErrorHandler)m_saxHandler).fatalError(exc);
380 public void error(SAXParseException exc) throws SAXException {
381 super.error(exc);
384 ((ErrorHandler)m_saxHandler).error(exc);
391 public void warning(SAXParseException exc) throws SAXException {
392 super.warning(exc);
395 ((ErrorHandler)m_saxHandler).warning(exc);

Completed in 1046 milliseconds

1 2 3 4 5 6