Searched refs:EVAL_TRUE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Dpolicy_opcodes_unittest.cc94 EXPECT_EQ(EVAL_TRUE, op2->Evaluate(&ppb1, 1, NULL));
101 EXPECT_EQ(EVAL_TRUE, op2->Evaluate(&ppb1, 0, NULL));
102 EXPECT_EQ(EVAL_TRUE, op2->Evaluate(&ppb1, 1, NULL));
108 EXPECT_EQ(EVAL_TRUE, op3->Evaluate(&ppb1, 1, NULL));
117 EXPECT_EQ(EVAL_TRUE, op5->Evaluate(&ppb1, 1, &context));
165 EXPECT_EQ(EVAL_TRUE, op->Evaluate(&ppb1, 1, &mc1));
190 EXPECT_EQ(EVAL_TRUE, op_m42->Evaluate(&pp_num1, 1, NULL));
199 EXPECT_EQ(EVAL_TRUE, op_vp_null->Evaluate(&pp_num3, 1, NULL));
206 EXPECT_EQ(EVAL_TRUE, op_range1->Evaluate(&pp_num1, 1, NULL));
220 EXPECT_EQ(EVAL_TRUE, op_and
[all...]
H A Dpolicy_engine_opcodes.cc80 return EVAL_TRUE;
142 return (match_ulong != value_ulong)? EVAL_FALSE : EVAL_TRUE;
148 return (match_ptr != value_ptr)? EVAL_FALSE : EVAL_TRUE;
188 EVAL_TRUE : EVAL_FALSE;
215 return (number & value)? EVAL_TRUE : EVAL_FALSE;
325 return EVAL_TRUE;
340 return EVAL_TRUE;
416 if (EVAL_TRUE == result) {
419 result = EVAL_TRUE;
H A Dpolicy_engine_processor.cc60 // EVAL_TRUE. Skipping will stop at the next action opcode or at the opcode
85 case EVAL_TRUE:
H A Dpolicy_engine_opcodes.h54 EVAL_TRUE, // Opcode condition evaluated true. enumerator in enum:sandbox::EvalResult
75 OP_ALWAYS_TRUE, // Evaluates to true (EVAL_TRUE).
88 // Convert EVAL_TRUE into EVAL_FALSE and vice-versa. This allows to express
141 // is EVAL_TRUE or EVAL_FALSE. If there was an error in the evaluation the

Completed in 169 milliseconds