HomeSort by relevance Sort by last modified time
    Searched defs:throw (Results 1 - 14 of 14) sorted by null

  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
Exception.pm 21 sub throw : Test(1) { subroutine
24 $self->class->throw(message => 'test error message');
  /external/toybox/toys/other/
shred.c 52 int fd = open(*try, O_RDWR), iter = 0, throw; local
95 throw = sizeof(toybuf);
97 if (len-pos < throw) throw = len-pos;
99 if (iter != TT.iterations) xread(TT.ufd, toybuf, throw);
100 if (throw != writeall(fd, toybuf, throw)) perror_msg_raw(*try);
101 pos += throw;
  /external/eigen/test/eigen2/
eigen2_nomalloc.cpp 13 #define throw(X) macro
  /external/toybox/toys/posix/
od.c 52 int throw = 0, pad = 0; local
81 pad += (throw = 8)+7;
84 pad += (throw = 17)+8;
87 pad += (throw = 21)+9;
90 sprintf(buf, "%.*Le", throw, ld);
102 throw = sprintf(buf, class, 0, or);
113 throw++;
118 sprintf(buf, class, throw, ll);
119 pad += throw+1;
  /prebuilts/go/darwin-x86/src/runtime/
panic.go 46 throw("no return at end of a typed function - compiler is broken")
50 throw("recursive call during initialization - linker skew")
59 throw("defer on system stack")
74 throw("deferproc: d.panic != nil after newdefer")
140 throw("bad defer size class")
241 throw("freedefer with d._panic != nil")
246 throw("freedefer with d.fn != nil")
322 throw("bad defer entry in Goexit")
354 throw("panic on system stack")
364 throw("panic during softfloat"
520 func throw(s string) { func
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
panic.go 46 throw("no return at end of a typed function - compiler is broken")
50 throw("recursive call during initialization - linker skew")
59 throw("defer on system stack")
74 throw("deferproc: d.panic != nil after newdefer")
140 throw("bad defer size class")
241 throw("freedefer with d._panic != nil")
246 throw("freedefer with d.fn != nil")
322 throw("bad defer entry in Goexit")
354 throw("panic on system stack")
364 throw("panic during softfloat"
520 func throw(s string) { func
    [all...]
  /external/eigen/test/
nomalloc.cpp 13 #define throw(X) macro
  /external/toybox/scripts/
config2help.c 248 struct symbol *throw = 0, *catch; local
261 // text out of throw into catch, copying from this to that
262 if (!throw) name = that;
266 if (!throw) len = that-name;
268 if (!throw) {
269 throw = catch;
275 // Grab option description lines to collate from catch and throw
276 tusage = dlist_zap(&throw->help);
277 tdashlines = grab_dashlines(&throw->help, &tfrom, &tlen);
296 // If throw had a prefix, insert it before dashlines, with
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 89 #define throw macro
174 throw
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 968 _exposed_ = ('__next__', 'next', 'send', 'throw', 'close')
977 def throw(self, *args): member in class:IteratorProxy
978 return self._callmethod('throw', args)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 968 _exposed_ = ('__next__', 'next', 'send', 'throw', 'close')
977 def throw(self, *args): member in class:IteratorProxy
978 return self._callmethod('throw', args)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 968 _exposed_ = ('__next__', 'next', 'send', 'throw', 'close')
977 def throw(self, *args): member in class:IteratorProxy
978 return self._callmethod('throw', args)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 968 _exposed_ = ('__next__', 'next', 'send', 'throw', 'close')
977 def throw(self, *args): member in class:IteratorProxy
978 return self._callmethod('throw', args)
    [all...]
  /bionic/libc/kernel/tools/
cpp.py 428 self.throw(BadExpectedToken, "crap at end of input (%d != %d): %s"
431 def throw(self, exception, msg): member in class:CppExpr
443 self.throw(BadExpectedToken,
533 self.throw(BadExpectedToken,
539 self.throw(BadExpectedToken,
632 self.throw(BadExpectedToken,
    [all...]

Completed in 371 milliseconds