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;
  /prebuilts/go/darwin-x86/src/sync/
mutex.go 19 func throw(string) // provided by runtime func
79 throw("sync: inconsistent mutex state")
113 throw("sync: unlock of unlocked mutex")
  /prebuilts/go/linux-x86/src/sync/
mutex.go 19 func throw(string) // provided by runtime func
79 throw("sync: inconsistent mutex state")
113 throw("sync: unlock of unlocked mutex")
  /external/toybox/toys/posix/
od.c 54 int throw = 0, pad = 0; local
83 pad += (throw = 8)+7;
86 pad += (throw = 17)+8;
89 pad += (throw = 21)+9;
92 sprintf(buf, "%.*Le", throw, ld);
104 throw = sprintf(buf, class, 0, or);
115 throw++;
120 sprintf(buf, class, throw, ll);
121 pad += throw+1;
  /external/toybox/scripts/
config2help.c 250 struct symbol *throw = 0, *catch; local
263 // text out of throw into catch, copying from this to that
264 if (!throw) name = that;
268 if (!throw) len = that-name;
270 if (!throw) {
271 throw = catch;
277 // Grab option description lines to collate from catch and throw
278 tusage = dlist_zap(&throw->help);
279 tdashlines = grab_dashlines(&throw->help, &tfrom, &tlen);
298 // If throw had a prefix, insert it before dashlines, with
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
panic.go 15 // malloc is locked, causing a confusing error message. Throw a better
20 throw(string(err.(errorString)))
67 throw("recursive call during initialization - linker skew")
76 throw("defer on system stack")
90 throw("deferproc: d.panic != nil after newdefer")
162 throw("bad defer size class")
283 throw("freedefer with d._panic != nil")
288 throw("freedefer with d.fn != nil")
368 throw("bad defer entry in Goexit")
385 throw("panic while printing panic value"
589 func throw(s string) { func
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
panic.go 15 // malloc is locked, causing a confusing error message. Throw a better
20 throw(string(err.(errorString)))
67 throw("recursive call during initialization - linker skew")
76 throw("defer on system stack")
90 throw("deferproc: d.panic != nil after newdefer")
162 throw("bad defer size class")
283 throw("freedefer with d._panic != nil")
288 throw("freedefer with d.fn != nil")
368 throw("bad defer entry in Goexit")
385 throw("panic while printing panic value"
589 func throw(s string) { func
    [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 2193 milliseconds