HomeSort by relevance Sort by last modified time
    Searched refs:Throw (Results 51 - 75 of 215) sorted by null

1 23 4 5 6 7 8 9

  /frameworks/base/core/jni/
android_os_MessageQueue.cpp 115 env->Throw(mExceptionObj);
  /external/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 598 const Action<void(int n)> a = Throw('a');
605 const Action<double(char ch)> a = Throw(MyException());
610 const Action<double()> a = Throw(MyException());
  /external/google-breakpad/src/testing/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 598 const Action<void(int n)> a = Throw('a');
605 const Action<double(char ch)> a = Throw(MyException());
610 const Action<double()> a = Throw(MyException());
  /external/v8/src/ast/
ast-numbering.cc 230 void AstNumberingVisitor::VisitThrow(Throw* node) {
232 node->set_base_id(ReserveIdRange(Throw::num_ids()));
ast-literal-reindexer.cc 107 void AstLiteralReindexer::VisitThrow(Throw* node) { Visit(node->exception()); }
ast-expression-rewriter.cc 291 void AstExpressionRewriter::VisitThrow(Throw* node) {
  /external/v8/test/cctest/interpreter/bytecode_expectations/
ForOf.golden 99 B(Throw),
243 B(Throw),
400 B(Throw),
547 B(Throw),
  /external/v8/test/mjsunit/es6/
typedarray-foreach.js 70 // Throw before completing iteration, only the first element
77 if (count > 0) throw "meh";
91 // for members on a detached TypedArray should throw, so really this
92 // should throw in the third iteration. However, this behavior matches
  /external/v8/test/mjsunit/
md5.js 186 Throw your mistemper'd weapons to the ground,\n\
osr-elements-kind.js 141 // Throw away type information in the ICs for next stress run.
  /external/v8/test/mjsunit/regress/
regress-453481.js 105 Throw your mistemper'__v_7 weapons to the ground,\n\
  /external/v8/src/compiler/
ast-loop-assignment-analyzer.cc 160 void ALAA::VisitThrow(Throw* stmt) { Visit(stmt->exception()); }
  /external/v8/src/interpreter/
bytecode-array-builder.h 229 BytecodeArrayBuilder& Throw();
  /external/v8/test/mjsunit/harmony/
async-await-basic.js 16 throw new MjsUnitAssertionError(
29 throw new MjsUnitAssertionError(
30 "Expected " + run + "() to throw " + errorType.name +
31 ", but did not throw.");
34 throw new MjsUnitAssertionError(
35 "Expected " + run + "() to throw " + errorType.name +
38 throw new MjsUnitAssertionError(
39 "Expected " + run + "() to throw '" + message + "', but threw '" +
50 throw new MjsUnitAssertionError(
62 if (hadError) throw actual
    [all...]
  /external/v8/src/
json-stringifier.cc 258 isolate_->Throw(*error);
488 isolate_->Throw(*isolate_->factory()->NewInvalidStringLengthError());
531 // TODO(rossberg): Should this throw?
608 isolate_->Throw(*isolate_->factory()->NewInvalidStringLengthError());
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
  /external/v8/src/runtime/
runtime-i18n.cc 185 return isolate->Throw(*factory->illegal_argument_string());
200 return isolate->Throw(*factory->illegal_argument_string());
233 return isolate->Throw(*factory->illegal_argument_string());
    [all...]
runtime-compiler.cc 328 // strings. Throw an exception if it doesn't.
336 if (maybe_error.ToHandle(&error)) isolate->Throw(*error);
runtime-internal.cc 83 return isolate->Throw(args[0]);
152 return isolate->Throw(*error_obj);
  /external/v8/test/unittests/compiler/
common-operator-unittest.cc 55 SHARED(Throw, Operator::kKontrol, 1, 1, 1, 0, 0, 1),
  /libcore/ojluni/src/main/native/
java_util_zip_ZipFile.c 82 (*env)->Throw(env, x);
  /libnativehelper/
JNIHelp.cpp 235 ALOGW("Discarding pending exception (%s) to throw %s", text.c_str(), className);
297 (*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 320 milliseconds

1 23 4 5 6 7 8 9