HomeSort by relevance Sort by last modified time
    Searched refs:throw (Results 251 - 275 of 3362) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pool_allocator.h 140 __pool_alloc() throw() { }
142 __pool_alloc(const __pool_alloc&) throw() { }
145 __pool_alloc(const __pool_alloc<_Tp1>&) throw() { }
147 ~__pool_alloc() throw() { }
156 max_size() const throw()
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 140 __pool_alloc() throw() { }
142 __pool_alloc(const __pool_alloc&) throw() { }
145 __pool_alloc(const __pool_alloc<_Tp1>&) throw() { }
147 ~__pool_alloc() throw() { }
156 max_size() const throw()
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 140 __pool_alloc() throw() { }
142 __pool_alloc(const __pool_alloc&) throw() { }
145 __pool_alloc(const __pool_alloc<_Tp1>&) throw() { }
147 ~__pool_alloc() throw() { }
156 max_size() const throw()
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 140 __pool_alloc() throw() { }
142 __pool_alloc(const __pool_alloc&) throw() { }
145 __pool_alloc(const __pool_alloc<_Tp1>&) throw() { }
147 ~__pool_alloc() throw() { }
156 max_size() const throw()
  /external/v8/src/
uri.js 97 throw new $URIError("URI malformed");
109 throw new $URIError("URI malformed");
115 throw new $URIError("URI malformed");
120 throw new $URIError("URI malformed");
127 throw new $URIError("URI malformed");
131 throw new $URIError("URI malformed");
136 throw new $URIError("URI malformed");
143 throw new $URIError("URI malformed");
147 throw new $URIError("URI malformed");
151 throw new $URIError("URI malformed")
    [all...]
collection.js 52 throw MakeTypeError('incompatible_method_receiver',
64 throw MakeTypeError('incompatible_method_receiver',
76 throw MakeTypeError('incompatible_method_receiver',
97 throw MakeTypeError('incompatible_method_receiver',
109 throw MakeTypeError('incompatible_method_receiver',
121 throw MakeTypeError('incompatible_method_receiver',
133 throw MakeTypeError('incompatible_method_receiver',
159 throw MakeTypeError('incompatible_method_receiver',
163 throw %MakeTypeError('invalid_weakmap_key', [this, key]);
171 throw MakeTypeError('incompatible_method_receiver'
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 139 throw "Expected [relpos] for a, b, or i modifier";
150 throw "Expected [count] value with N modifier";
154 throw "Invalid [count] value (not a positive integer)";
164 throw "An archive name must be specified.";
246 throw "You must specify at least one of the operations";
248 throw "Only one operation may be specified";
250 throw "You may only specify one of a, b, and i modifiers";
253 throw "The 'a', 'b' and 'i' modifiers can only be specified with "
256 throw "The 'R' modifiers is only applicabe to the 'r' operation";
258 throw "The 'o' modifier is only applicable to the 'x' operation"
    [all...]
  /external/stlport/test/eh/
nc_alloc.cpp 53 // throw if allocation would satisfy the threshold
60 throw EH_STD::bad_alloc();
207 throw(EH_STD::bad_alloc)
212 void* _STLP_CALL operator new(size_t size, const EH_STD::nothrow_t&) throw() {
223 void* _STLP_CALL operator new[](size_t size ) throw(EH_STD::bad_alloc) {
228 void* _STLP_CALL operator new[](size_t size, const EH_STD::nothrow_t&) throw() {
238 void _STLP_CALL operator delete[](void* ptr) throw()
243 void _STLP_CALL operator delete(void* s) throw()
  /external/v8/test/mjsunit/
debug-stepout-scope.js 114 throw 'stuff';
138 "if (false) { try { throw 0; } catch(x) { return x; } }; debugger; " ];
147 "try { throw 'stuff' } catch (e) { e = 1; }",
148 "try { throw 'stuff' } catch (e) { e = 1; } ",
149 "try { throw 'stuff' } catch (e) { e = 1; };",
150 "try { throw 'stuff' } catch (e) { e = 1; }; " ];
192 throw 'stuff';
319 throw 0;
329 throw 0;
341 throw 0
    [all...]
  /external/clang/test/CXX/special/class.dtor/
p3-0x.cpp 8 ~B() throw(int);
50 H::~H() throw(int) {}
67 ~TB() throw(int);
  /external/clang/test/CodeGenCXX/
exceptions.cpp 17 throw allocator();
304 // The throw() operator means that a bad allocation is signalled
307 static void *operator new(size_t size) throw();
396 throw makeA();
nrvo.cpp 120 extern "C" void exit(int) throw();
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTreeAdaptor.as 99 * Return newRoot. Throw an exception if newRoot is not a
125 throw new Error("more than one node as root (TODO: make exception hierarchy)");
171 throw new Error("don't know enough about Tree node");
179 throw new Error("don't know enough about Tree node");
222 throw new Error("Not implemented - abstract function");
241 throw new Error("Not implemented - abstract function");
245 throw new Error("Not implemented - abstract function");
249 throw new Error("Not implemented - abstract function");
253 throw new Error("Not implemented - abstract function");
257 throw new Error("Not implemented - abstract function")
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies.js 98 getOwnPropertyDescriptor: function(k) { throw "myexn" }
105 getOwnPropertyDescriptor2: function(k) { throw "myexn" }
110 return {get value() { throw "myexn" }}
116 return function(k) { throw "myexn" }
314 get: function(r, k) { throw "myexn" }
319 get2: function(r, k) { throw "myexn" }
323 getPropertyDescriptor: function(k) { throw "myexn" }
328 getPropertyDescriptor2: function(k) { throw "myexn" }
333 return {get value() { throw "myexn" }}
339 getPropertyDescriptor: function(k) { throw "myexn"
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_OBJECT_INIT_RANGE.S 12 beq common_errNullObject @ export PC and throw NPE
27 EXPORT_PC() @ can throw
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p5.cpp 10 void f() throw (auto); // expected-error{{'auto' not allowed here}}
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p4.cpp 180 virtual void f() throw(Types...); // expected-note{{overridden virtual function is here}}
184 virtual void f() throw(int, float);
188 virtual void f() throw(int);
192 virtual void f() throw(int, float, double); // expected-error{{exception specification of overriding function is more lax than base version}}
  /external/clang/test/SemaCXX/
warn-unused-comparison.cpp 84 throw
  /external/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp 6 template<typename T> void f1(T*) throw(T); // expected-error{{incomplete type 'Incomplete' is not allowed in exception specification}}
51 void f(...) throw (typename T::X); // expected-error {{'int'}}
110 template <typename T> void f1(T) throw(typename T::exception); // expected-note {{candidate}}
111 template <typename T> void f1(T, int = 0) throw(typename T::noitpecxe); // expected-note {{candidate}}
  /external/compiler-rt/test/Unit/
gcc_personality_test_helper.cxx 61 throw "done";
  /external/llvm/utils/TableGen/
DisassemblerEmitter.cpp 123 throw TGError(Target.getTargetRecord()->getLoc(),
  /external/oprofile/libutil++/
generic_spec.h 49 throw std::out_of_range("generic_spec holds no value");
  /external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/
filter-throw.js 9 throw('filter exception');
21 throw('filter exception');
  /frameworks/compile/libbcc/runtime/test/Unit/
gcc_personality_test_helper.cxx 61 throw "done";
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
getopt.h 43 # define __THROW throw ()

Completed in 562 milliseconds

<<11121314151617181920>>