HomeSort by relevance Sort by last modified time
    Searched refs:EVAL_ERROR (Results 1 - 7 of 7) sorted by null

  /external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/
t-error.pl 17 if ($EVAL_ERROR) {
18 my $exception = $EVAL_ERROR;
  /external/chromium_org/sandbox/win/src/
policy_engine_opcodes.cc 151 return EVAL_ERROR;
181 if (!param->Get(&value)) return EVAL_ERROR;
211 if (!param->Get(&value)) return EVAL_ERROR;
261 return EVAL_ERROR;
264 if (!param->Get(&source_str)) return EVAL_ERROR;
399 return EVAL_ERROR;
404 return EVAL_ERROR;
420 } else if (EVAL_ERROR != result) {
421 result = EVAL_ERROR;
448 return EVAL_ERROR;
    [all...]
policy_engine_processor.cc 80 case EVAL_ERROR:
policy_opcodes_unittest.cc 97 EXPECT_EQ(EVAL_ERROR, op2->Evaluate(NULL, 0, NULL));
98 EXPECT_EQ(EVAL_ERROR, op2->Evaluate(NULL, 1, NULL));
191 EXPECT_EQ(EVAL_ERROR, op_m42->Evaluate(&pp_wrong1, 1, NULL));
200 EXPECT_EQ(EVAL_ERROR, op_vp_null->Evaluate(&pp_wrong1, 1, NULL));
207 EXPECT_EQ(EVAL_ERROR, op_range1->Evaluate(&pp_wrong1, 1, NULL));
policy_engine_opcodes.h 56 EVAL_ERROR, // Opcode condition generated an error while evaluating.
142 // the return is EVAL_ERROR. If the opcode is an action opcode then the
307 // evaluation result will generate a EVAL_ERROR.
314 // evaluation result will generate a EVAL_ERROR.
321 // evaluation result will generate a EVAL_ERROR.
330 // pointer or the evaluation result will generate a EVAL_ERROR.
349 // evaluation result will generate a EVAL_ERROR.
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Lexer.pm 80 if ($EVAL_ERROR) {
81 my $exception = $EVAL_ERROR;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 280 if ($EVAL_ERROR) {
281 croak $EVAL_ERROR;
363 my $exception = $EVAL_ERROR;
501 if ($EVAL_ERROR) {
502 croak $EVAL_ERROR;
    [all...]

Completed in 131 milliseconds