HomeSort by relevance Sort by last modified time
    Searched defs:throw (Results 1 - 24 of 24) 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
121 throw("sync: inconsistent mutex state")
143 throw("sync: inconsistent mutex state")
184 throw("sync: unlock of unlocked mutex")
  /prebuilts/go/linux-x86/src/sync/
mutex.go 19 func throw(string) // provided by runtime func
121 throw("sync: inconsistent mutex state")
143 throw("sync: inconsistent mutex state")
184 throw("sync: unlock of unlocked mutex")
  /external/python/cpython3/Lib/asyncio/
coroutines.py 127 def throw(self, type, value=None, traceback=None): member in class:CoroWrapper
128 return self.gen.throw(type, value, traceback)
  /external/python/cpython3/Lib/test/test_asyncio/
test_pep492.py 108 def throw(self, typ, val=None, tb=None): pass member in class:CoroutineTests.test_iscoroutine.FakeCoro
test_events.py 2417 def throw(self, *exc): member in class:HandleTests.test_coroutine_like_object_debug_formatting.Coro
    [all...]
  /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/python/cpython3/Lib/
types.py 183 def throw(self, tp, *rest): member in class:_GeneratorWrapper
184 return self.__wrapped.throw(tp, *rest)
_collections_abc.py 126 def throw(self, typ, val=None, tb=None): member in class:Coroutine
142 self.throw(GeneratorExit)
151 return _check_methods(C, '__await__', 'send', 'throw', 'close')
327 def throw(self, typ, val=None, tb=None): member in class:Generator
343 self.throw(GeneratorExit)
353 'send', 'throw', 'close')
  /external/toybox/scripts/
config2help.c 264 struct symbol *throw = 0, *catch; local
277 // text out of throw into catch, copying from this to that
278 if (!throw) usage = that;
282 if (!throw) len = that-usage;
286 if (!throw) {
287 throw = catch;
293 // Grab option description lines to collate from catch and throw
294 tusage = dlist_zap(&throw->help);
295 tdashlines = grab_dashlines(&throw->help, &tfrom, &tlen);
314 // 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")
294 throw("freedefer with d._panic != nil")
299 throw("freedefer with d.fn != nil")
379 throw("bad defer entry in Goexit")
396 throw("panic while printing panic value"
612 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")
294 throw("freedefer with d._panic != nil")
299 throw("freedefer with d.fn != nil")
379 throw("bad defer entry in Goexit")
396 throw("panic while printing panic value"
612 func throw(s string) { func
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 89 #define throw macro
174 throw
  /external/python/cpython2/Lib/multiprocessing/
managers.py 969 _exposed_ = ('__next__', 'next', 'send', 'throw', 'close')
978 def throw(self, *args): member in class:IteratorProxy
979 return self._callmethod('throw', args)
    [all...]
  /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 429 self.throw(BadExpectedToken, "crap at end of input (%d != %d): %s"
432 def throw(self, exception, msg): member in class:CppExpr
444 self.throw(BadExpectedToken,
534 self.throw(BadExpectedToken,
540 self.throw(BadExpectedToken,
633 self.throw(BadExpectedToken,
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
managers.py 970 _exposed_ = ('__next__', 'send', 'throw', 'close')
977 def throw(self, *args): member in class:IteratorProxy
978 return self._callmethod('throw', args)
    [all...]
  /external/python/cpython3/Lib/test/
test_types.py 1263 def throw(self): pass member in class:CoroutineTests.test_duck_coro.CoroLike
1277 def throw(self): pass member in class:CoroutineTests.test_duck_corogen.CoroGenLike
1293 def throw(self): pass member in class:CoroutineTests.test_duck_gen.GenLike
1421 def throw(self, tp, *exc): member in class:CoroutineTests.test_duck_functional_gen.Generator
    [all...]
test_collections.py 530 def throw(self, typ, val=None, tb=None): member in class:TestOneTrickPonyABCs.test_Awaitable.MinimalCoro
531 super().throw(typ, val, tb)
580 def throw(self, typ, val=None, tb=None): member in class:TestOneTrickPonyABCs.test_Coroutine.MinimalCoro
581 super().throw(typ, val, tb)
608 def throw(self, typ, val=None, tb=None): member in class:TestOneTrickPonyABCs.test_Coroutine.CoroLike
897 def throw(self, typ, val=None, tb=None): pass member in class:TestOneTrickPonyABCs.test_Generator.NonGen1
908 def throw(self, typ, val=None, tb=None): pass member in class:TestOneTrickPonyABCs.test_Generator.NonGen3
922 def throw(self, typ, val=None, tb=None): pass member in class:TestOneTrickPonyABCs.test_Generator.Gen
927 def throw(self, typ, val=None, tb=None): member in class:TestOneTrickPonyABCs.test_Generator.MinimalGen
953 def throw(self, *args): raise ValueError member in class:TestOneTrickPonyABCs.test_Generator.FailOnClose
959 def throw(self, *args): pass member in class:TestOneTrickPonyABCs.test_Generator.IgnoreGeneratorExit
    [all...]
  /external/python/cpython3/Modules/
_asynciomodule.c 16 _Py_IDENTIFIER(throw); variable
1035 PyErr_SetString(PyExc_TypeError, "throw() third argument must be a traceback");
1094 {"throw", (PyCFunction)FutureIter_throw, METH_VARARGS, NULL},
    [all...]

Completed in 726 milliseconds