Home
last modified time | relevance | path

Searched defs:throw (Results 1 – 25 of 26) sorted by relevance

12

/external/libcxx/test/std/thread/futures/
Dtest_allocator.h50 test_allocator() throw() : data_(-1) {} in throw() function
52 test_allocator(const test_allocator& a) throw() in throw() function
56 ~test_allocator() throw() {data_ = 0;} in throw() function
106 test_allocator() throw() : data_(-1) {} in throw() function
108 test_allocator(const test_allocator& a) throw() in throw() function
112 ~test_allocator() throw() {data_ = 0;} in throw() function
/external/webrtc/webrtc/base/
Dlinked_ptr.h43 explicit linked_ptr(X* p = 0) throw() in throw() function
47 linked_ptr(const linked_ptr& r) throw() in throw() function
72 X& operator*() const throw() {return *itsPtr;} in throw() function
/external/libcxx/test/support/
Dtest_allocator.h56 test_allocator() throw() : data_(0) {++count;} in throw() function
58 test_allocator(const test_allocator& a) throw() in throw() function
62 ~test_allocator() throw() {assert(data_ >= 0); --count; data_ = -1;} in throw() function
118 non_default_test_allocator(const non_default_test_allocator& a) throw() in throw() function
122 ~non_default_test_allocator() throw() {assert(data_ >= 0); --count; data_ = -1;} in throw() function
174 test_allocator() throw() : data_(-1) {} in throw() function
176 test_allocator(const test_allocator& a) throw() in throw() function
180 ~test_allocator() throw() {data_ = 0;} in throw() function
Dany_helpers.h88 small_type(small_type const & other) throw() { in throw() function
95 small_type(small_type& other) throw() { in throw() function
102 small_type(small_type && other) throw() { in throw() function
241 small_throws_on_copy(small_throws_on_copy && other) throw() { in throw() function
272 large_throws_on_copy(large_throws_on_copy && other) throw() { in throw() function
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DException.pm21 sub throw : Test(1) { method in Test::ANTLR::Runtime::Exception
/external/v8/test/mjsunit/regress/
Dregress-2564.js28 var o = [ function f0() { throw new Error(); }, field
59 var o = [ function f0() { throw new Error(); }, field
/external/toybox/toys/other/
Dshred.c52 int fd = open(*try, O_RDWR), iter = 0, throw; local
/external/eigen/test/eigen2/
Deigen2_nomalloc.cpp13 #define throw(X) macro
/external/v8/test/mjsunit/
Ddebug-set-variable-value.js183 throw {name: "test exception"}; field
200 throw "Alpha"; field
/external/clang/test/Analysis/diagnostics/Inputs/include/
Dreport-issues-within-main-file.h6 auto_ptr(_Tp* __p = 0) throw() : _M_ptr(__p) { } in throw() function
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-cxx.h209 void* operator new[] (std::size_t size, void* ptr) throw() { return ptr; }; in throw() function
211 void operator delete[] (void* ptr, void*) throw() {}; in throw() function
/external/lzma/CPP/Common/
DMyCom.h19 CMyComPtr(T* p) throw() { if ((_p = p) != NULL) p->AddRef(); } in throw() function
20 CMyComPtr(const CMyComPtr<T>& lp) throw() { if ((_p = lp._p) != NULL) _p->AddRef(); } in throw() function
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
DOISException.h60 ~Exception() throw() {} in throw() function
/external/lzma/CPP/Windows/
DPropVariant.h55 ~CPropVariant() throw() { Clear(); } in throw() function
/external/antlr/antlr-3.4/runtime/JavaScript/third/
Dantcontrib.properties9 throw=net.sf.antcontrib.logic.Throw key
/external/autotest/client/cros/
Dpower_suspend.py91 throw=False, device_times=False): argument
/external/toybox/lib/
Dlinestack.c5 void linestack_addstack(struct linestack **lls, struct linestack *throw, in linestack_addstack()
/external/toybox/toys/posix/
Dod.c52 int throw = 0, pad = 0; in od_out_t() local
/external/v8/test/mjsunit/harmony/
Ddo-expressions.js187 function fn4(exception = do { throw new MyError() }) {} field
/external/eigen/test/
Dnomalloc.cpp13 #define throw(X) macro
/external/clang/test/Analysis/
Dretain-release.mm429 Holder<X>::Holder() throw() function
434 X* Holder<X>::get() const throw() { function
440 void Holder<X>::reset(X* p) throw() { function
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp89 #define throw macro
/external/toybox/scripts/
Dconfig2help.c248 struct symbol *throw = 0, *catch; in main() local
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
DMochiKit.packed.js2446 throw new MochiKit.Async.BrowserComplianceError("Browser does not support XMLHttpRequest"); field
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
Dparse5.js7967 throw new Error('process.binding is not supported'); field
7973 throw new Error('process.chdir is not supported'); field

12