Searched refs:RangeError (Results 1 - 12 of 12) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_normalization.py16 class RangeError(Exception): class in inherits:Exception
35 raise RangeError
58 except RangeError:
64 except RangeError:
/external/python/cpython3/Lib/test/
H A Dtest_normalization.py15 class RangeError(Exception): class in inherits:Exception
34 raise RangeError
59 except RangeError:
65 except RangeError:
/external/protobuf/ruby/tests/
H A Dbasic.rb398 assert_raise RangeError do
497 assert_raise RangeError do
512 assert_raise RangeError do
521 assert_raise RangeError do
530 assert_raise RangeError do
533 assert_raise RangeError do
539 assert_raise RangeError do
542 assert_raise RangeError do
599 assert_raise RangeError do
777 assert_raise RangeError d
[all...]
/external/v8/src/wasm/
H A Dwasm-result.cc57 void ErrorThrower::RangeError(const char* format, ...) { function in class:v8::internal::wasm::ErrorThrower
H A Dwasm-js.cc91 thrower->RangeError(RANGE_ERROR_MSG);
113 thrower->RangeError(RANGE_ERROR_MSG);
154 thrower->RangeError("buffer source exceeds maximum size of %zu (is %zu)",
388 thrower->RangeError("Property value %" PRId64
394 thrower->RangeError("Property value %" PRId64
494 thrower.RangeError("could not allocate memory");
552 thrower.RangeError(new_size64 < old_size ? "trying to shrink table"
596 thrower.RangeError("index out of bounds");
636 thrower.RangeError("index out of bounds");
683 thrower.RangeError(new_size6
[all...]
H A Dwasm-result.h96 PRINTF_FORMAT(2, 3) void RangeError(const char* fmt, ...);
H A Dwasm-module.cc1067 thrower_->RangeError("Out of memory: wasm globals");
1704 thrower_->RangeError("Out of memory: wasm memory too large");
1712 thrower_->RangeError("Out of memory: wasm memory");
2561 thrower->RangeError("out of memory allocating custom section data");
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb315 raise( RangeError, message, caller )
/external/v8/src/
H A Dfactory.h677 DECLARE_ERROR(RangeError)
H A Dfactory.cc1402 DEFINE_ERROR(RangeError, range_error)
H A Dapi.cc8930 DEFINE_ERROR(RangeError, range_error)
/external/v8/include/
H A Dv8.h5770 static Local<Value> RangeError(Local<String> message);

Completed in 464 milliseconds