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

  /external/chromium_org/sandbox/win/src/
policy_opcodes_unittest.cc 94 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));
189 EXPECT_EQ(EVAL_TRUE, op_m42->Evaluate(&pp_num1, 1, NULL));
198 EXPECT_EQ(EVAL_TRUE, op_vp_null->Evaluate(&pp_num3, 1, NULL));
205 EXPECT_EQ(EVAL_TRUE, op_range1->Evaluate(&pp_num1, 1, NULL));
219 EXPECT_EQ(EVAL_TRUE, op_and1->Evaluate(&pp_num1, 1, NULL))
    [all...]
policy_engine_opcodes.cc 80 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;
policy_engine_processor.cc 60 // EVAL_TRUE. Skipping will stop at the next action opcode or at the opcode
85 case EVAL_TRUE:
policy_engine_opcodes.h 54 EVAL_TRUE, // Opcode condition evaluated true.
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 79 milliseconds