HomeSort by relevance Sort by last modified time
    Searched refs:throws (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /dalvik/vm/mterp/mips/
OP_THROW_VERIFICATION_ERROR.S 3 * Handle a throw-verification-error instruction. This throws an
13 JAL(dvmThrowVerificationError) # always throws
  /dalvik/vm/mterp/armv5te/
OP_THROW_VERIFICATION_ERROR.S 3 * Handle a throw-verification-error instruction. This throws an
12 bl dvmThrowVerificationError @ always throws
  /external/proguard/examples/dictionaries/
keywords.txt 42 throws
  /prebuilts/tools/common/proguard/proguard4.7/examples/dictionaries/
keywords.txt 42 throws
  /external/v8/test/preparser/
testcfg.py 37 def __init__(self, root, path, executable, mode, throws, context, source):
41 self.throws = throws
62 if (self.throws):
63 result += ['throws'] + self.throws
102 throws = None
104 throws = [expectation]
108 mode, throws, self.context,
138 throws = None
    [all...]
  /external/v8/preparser/
preparser-process.cc 45 // Optionally this can be followed by the word "throws" (case sensitive),
130 bool throws() { function in class:PreparseDataInterpreter
137 if (!throws()) return NULL;
152 if (!throws()) return -1;
158 if (!throws()) return -1;
225 : throws(false), type(NULL), beg_pos(-1), end_pos(-1) { }
226 bool throws; member in struct:ExceptionExpectation
236 if (expects->throws) {
237 if (!reader.throws()) {
263 } else if (reader.throws()) {
    [all...]
  /art/runtime/native/
java_lang_reflect_Proxy.cc 36 mirror::ObjectArray<mirror::ObjectArray<mirror::Class> >* throws = local
39 mirror::Class* result = class_linker->CreateProxyClass(name, interfaces, loader, methods, throws);
  /external/chromium_org/v8/preparser/
preparser-process.cc 45 // Optionally this can be followed by the word "throws" (case sensitive),
130 bool throws() { function in class:PreparseDataInterpreter
137 if (!throws()) return NULL;
152 if (!throws()) return -1;
158 if (!throws()) return -1;
225 : throws(false), type(NULL), beg_pos(-1), end_pos(-1) { }
226 bool throws; member in struct:ExceptionExpectation
236 if (expects->throws) {
237 if (!reader.throws()) {
263 } else if (reader.throws()) {
    [all...]
  /dalvik/vm/reflect/
Proxy.cpp 35 Method** outMethods, ArrayObject* throws);
38 static void updateExceptionClassList(const Method* method, PointerSet* throws);
70 ArrayObject* throws = NULL; local
142 if (!gatherMethods(interfaces, &methods, &throws, &methodCount)) {
180 sfield->name = "throws";
183 dvmSetStaticFieldObject(sfield, (Object*)throws);
222 dvmReleaseTrackedAlloc((Object*) throws, NULL);
242 ArrayObject* throws = NULL; local
322 throws = dvmAllocArrayByClass(arrArrClass, allCount, ALLOC_DEFAULT);
327 actualCount = copyWithoutDuplicates(allMethods, allCount, methods, throws);
1003 const ArrayObject* throws = (ArrayObject*) dvmGetStaticFieldObject(sfield); local
    [all...]
  /external/chromium_org/v8/test/preparser/
testcfg.py 67 flags += ["throws", expectation]
89 throws = expectations.get(f, None)
91 if throws:
92 flags += ["throws", throws]
  /system/media/camera/docs/
CameraCharacteristicsTest.mako 52 protected void setUp() throws Exception {
57 protected void tearDown() throws Exception {
64 public void testCameraCharacteristics${pascal_case(entry.name)}() throws Exception {
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
filter-mode.rb 78 public static void main(String[] args) throws Exception {
130 ('throws' WS QID WS? (',' WS? QID WS?)*)? '{'
212 public static void main(String[] args) throws Exception {
  /external/clang/test/SemaCXX/
exceptions.cpp 28 void throws() { function
  /external/chromium_org/chrome/test/chromedriver/js/
focus.js 23 // - V8 throws a TypeError when calling setSelectionRange for a non-text
25 // throws a DOMException with code InvalidStateError.
  /external/chromium_org/v8/test/webkit/fast/js/kde/
exceptions.js 61 var dummy = nonexistant; // throws reference error
72 var a = b; // throws reference error
  /external/chromium_org/v8/test/mjsunit/
extra-commas.js 36 assertTrue(caught, "throws exception");
function-without-prototype.js 37 // Tests that construction from function throws.
  /external/chromium_org/v8/test/webkit/
dfg-getter-throw.js 25 "Tests that DFG getter caching does not break the world if the getter throws an exception."
parser-high-byte-character.js 29 function runTest(_a, throws)
  /external/v8/test/mjsunit/
extra-commas.js 36 assertTrue(caught, "throws exception");
  /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/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp 101 template <typename T> void f2(T) noexcept(T::throws); // expected-note {{candidate}}
  /external/nist-pkits/
extract-pkits-tests.pl 77 public void test${sectionName}_${testName}() throws Exception {
  /external/chromium_org/content/test/data/media/
webrtc_test_utilities.js 82 // This function matches |left| and |right| and throws an exception if the
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1118.js 40 // This function throws if o does not have an f property, and should not be

Completed in 564 milliseconds

1 2 3 4 5