OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Throws
(Results
1 - 18
of
18
) sorted by null
/external/clang/test/CodeGenCXX/
new-array-init-exceptions.cpp
4
struct
Throws
{
5
Throws
(int);
6
Throws
();
7
~
Throws
();
20
new
Throws
[n] { 1, 2, 3 };
36
new
Throws
[3] { 1, 2, 3 };
/external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
error.js
5
return x.split('-'); //
Throws
exception.
/libcore/dalvik/src/main/java/dalvik/annotation/
Throws.java
29
@interface
Throws
{}
/external/chromium_org/v8/test/intl/
assert.js
92
*
Throws
an exception, and prints the values in case of error.
103
*
Throws
if two variables have different types or values.
113
*
Throws
if value is false.
121
*
Throws
if value is true.
129
* Returns true if code
throws
specified exception.
155
*
Throws
an exception if code
throws
.
171
*
Throws
if obj is not of given type.
/external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
key.js
58
* Returns |key|'s Subject Public Key Info.
Throws
an exception if |key| is not
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
byte_reader.js
351
* Adjusts the current position on success.
Throws
an exception if the
368
* Adjusts the current position on success.
Throws
an exception if the
395
* Adjusts the current position on success.
Throws
an exception if the
428
* Adjusts the current position on success.
Throws
an exception if the
452
* Adjusts the current position on success.
Throws
an exception if the
468
* Adjusts the current position on success.
Throws
an exception if the
518
// Alter the seekStack_ after the call to seek(), in case it
throws
.
/external/chromium_org/v8/test/intl/date-format/
timezone.js
64
//
Throws
for unsupported time zones.
/external/chromium_org/chrome/test/chromedriver/chrome/
web_view_impl_unittest.cc
103
TEST(EvaluateScript,
Throws
) {
/external/chromium_org/v8/tools/
codemap.js
88
* Moves a dynamic code entry.
Throws
an exception if there is no dynamic
102
* Discards a dynamic code entry.
Throws
an exception if there is no dynamic
/external/chromium_org/v8/test/mjsunit/
debug-liveedit-restart-frame.js
100
//
Throws
if fails.
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/asserts/
asserts.js
81
*
Throws
an exception with the given message and "Assertion failed" prefixed
87
* @
throws
{goog.asserts.AssertionError} When the value is not a number.
116
* @
throws
{goog.asserts.AssertionError} When the condition evaluates to false.
143
* @
throws
{goog.asserts.AssertionError} Failure.
160
* @
throws
{goog.asserts.AssertionError} When the value is not a number.
178
* @
throws
{goog.asserts.AssertionError} When the value is not a string.
197
* @
throws
{goog.asserts.AssertionError} When the value is not a function.
215
* @
throws
{goog.asserts.AssertionError} When the value is not an object.
233
* @
throws
{goog.asserts.AssertionError} When the value is not an array.
252
* @
throws
{goog.asserts.AssertionError} When the value is not a boolean
[
all
...]
/external/doclava/res/assets/templates/
macros.cs
208
if:subcount(obj.
throws
) ?>
210
<h5 class="jd-tagtitle">
Throws
</h5>
212
each:tag=obj.
throws
?>
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/object/
object.js
375
* Adds a key-value pair to the object.
Throws
an exception if the key is
566
* @
throws
{Error} If there are uneven number of arguments or there is only one
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
exif_encoder.js
463
* Check if the buffer has enough room to read 'width' bytes.
Throws
an error
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
exif_encoder.js
463
* Check if the buffer has enough room to read 'width' bytes.
Throws
an error
/external/chromium_org/ui/file_manager/file_manager/background/js/
volume_manager.js
184
*
Throws
an Error when the given error is not in
/external/chromium_org/v8/src/
liveedit-debugger.js
[
all
...]
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js
542
* @
throws
{Error} when invoked to indicate the method should be overridden.
824
// property
throws
an NS_ERROR_FAILURE, so we need to special-case it
833
// prototype. Then dereferencing val.splice here
throws
an exception, so
[
all
...]
Completed in 1037 milliseconds