HomeSort by relevance Sort by last modified time
    Searched refs:Throw (Results 26 - 50 of 204) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium/testing/gmock/include/gmock/
gmock-more-actions.h 211 // Action Throw(exception) can be used in a mock function of any type
212 // to throw the given exception. Any copyable value can be thrown.
220 ACTION_P(Throw, exception) { throw exception; }
  /frameworks/base/core/jni/
android_os_MessageQueue.cpp 100 env->Throw(mExceptionObj);
  /external/libpng/contrib/visupng/
PngFile.c 42 Throw msg;
354 Throw "Visualpng: Out of memory";
  /cts/tests/tests/nativeopengl/standalone/jni/
GLTestHelper.cpp 272 env->Throw(exception);
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_PhysicsGhostObject.cpp 190 m_env->Throw(m_env->ExceptionOccurred());
  /external/chromium/testing/gmock/test/
gmock_link_test.h 61 // Throw
185 using testing::Throw;
407 // Tests the linkage of the Throw action.
411 EXPECT_CALL(mock, VoidFromString(_)).WillOnce(Throw(42));
gmock-more-actions_test.cc 597 const Action<void(int n)> a = Throw('a');
604 const Action<double(char ch)> a = Throw(MyException());
609 const Action<double()> a = Throw(MyException());
  /external/chromium_org/v8/src/
ast.h 109 V(Throw) \
    [all...]
runtime.cc 780 return isolate->Throw(
790 return isolate->Throw(*isolate->factory()->
    [all...]
execution.cc 285 // throw a non-callable exception.
288 isolate->Throw(*error_obj);
346 // throw a non-callable exception.
349 isolate->Throw(*error_obj);
prettyprinter.cc 373 void PrettyPrinter::VisitThrow(Throw* node) {
374 Print("throw ");
1095 void AstPrinter::VisitThrow(Throw* node) {
1096 IndentedScope indent(this, "THROW");
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-for.js 133 // Throw exception in enumerate trap.
147 enumerate: function() { throw "myexn" }
152 enumerate2: function() { throw "myexn" }
156 getPropertyNames: function() { throw "myexn" }
161 getPropertyDescriptor: function() { throw "myexn" }
166 return function() { throw "myexn" }
  /external/chromium_org/v8/test/mjsunit/
md5.js 186 Throw your mistemper'd weapons to the ground,\n\
osr-elements-kind.js 154 // Throw away type information in the ICs for next stress run.
debug-evaluate-locals-optimized-double.js 238 //Throw away type information for next run.
debug-evaluate-locals-optimized.js 219 // Throw away type information for next run.
  /external/v8/src/
accessors.cc 133 return isolate->Throw(
672 return isolate->Throw(
ast.h 104 V(Throw) \
    [all...]
json-parser.h 226 isolate()->Throw(*result, &location);
  /external/v8/test/mjsunit/harmony/
proxies-for.js 133 // Throw exception in enumerate trap.
147 enumerate: function() { throw "myexn" }
152 enumerate2: function() { throw "myexn" }
156 getPropertyNames: function() { throw "myexn" }
161 getPropertyDescriptor: function() { throw "myexn" }
166 return function() { throw "myexn" }
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /art/runtime/
reflection.cc 97 soa.Env()->Throw(reinterpret_cast<jthrowable>(exception_instance));
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
byte_reader.js 57 * Throw an error if (0 > pos >= end) or if (pos + size > end).
67 throw new Error('Invalid read position');
70 throw new Error('Read past end of buffer');
295 * Throw an error if the reader is at an invalid position, or if a read a read
338 throw new Error('Invalid width: ' + width);
501 throw new Error('Seek outside of buffer: ' + (newPos - opt_end));
  /libnativehelper/
JNIHelp.cpp 220 ALOGW("Discarding pending exception (%s) to throw %s", text.c_str(), className);
287 (*env)->Throw(e, currentException.get()); // rethrow
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 58 * to the underlying CFL). Return an alternative number 1..n. Throw
164 throw nvae;

Completed in 5034 milliseconds

12 3 4 5 6 7 8 9