EVAL_TRUE 80 sandbox/win/src/policy_engine_opcodes.cc return EVAL_TRUE; EVAL_TRUE 142 sandbox/win/src/policy_engine_opcodes.cc return (match_ulong != value_ulong)? EVAL_FALSE : EVAL_TRUE; EVAL_TRUE 148 sandbox/win/src/policy_engine_opcodes.cc return (match_ptr != value_ptr)? EVAL_FALSE : EVAL_TRUE; EVAL_TRUE 188 sandbox/win/src/policy_engine_opcodes.cc EVAL_TRUE : EVAL_FALSE; EVAL_TRUE 215 sandbox/win/src/policy_engine_opcodes.cc return (number & value)? EVAL_TRUE : EVAL_FALSE; EVAL_TRUE 325 sandbox/win/src/policy_engine_opcodes.cc return EVAL_TRUE; EVAL_TRUE 340 sandbox/win/src/policy_engine_opcodes.cc return EVAL_TRUE; EVAL_TRUE 416 sandbox/win/src/policy_engine_opcodes.cc if (EVAL_TRUE == result) { EVAL_TRUE 419 sandbox/win/src/policy_engine_opcodes.cc result = EVAL_TRUE; EVAL_TRUE 85 sandbox/win/src/policy_engine_processor.cc case EVAL_TRUE: EVAL_TRUE 94 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op2->Evaluate(&ppb1, 1, NULL)); EVAL_TRUE 101 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op2->Evaluate(&ppb1, 0, NULL)); EVAL_TRUE 102 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op2->Evaluate(&ppb1, 1, NULL)); EVAL_TRUE 108 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op3->Evaluate(&ppb1, 1, NULL)); EVAL_TRUE 117 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op5->Evaluate(&ppb1, 1, &context)); EVAL_TRUE 165 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op->Evaluate(&ppb1, 1, &mc1)); EVAL_TRUE 189 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op_m42->Evaluate(&pp_num1, 1, NULL)); EVAL_TRUE 198 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op_vp_null->Evaluate(&pp_num3, 1, NULL)); EVAL_TRUE 205 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op_range1->Evaluate(&pp_num1, 1, NULL)); EVAL_TRUE 219 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op_and1->Evaluate(&pp_num1, 1, NULL)); EVAL_TRUE 246 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op1->Evaluate(&pp_tc1, 1, &mc1)); EVAL_TRUE 258 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op3->Evaluate(&pp_tc1, 1, &mc1)); EVAL_TRUE 267 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op4->Evaluate(&pp_tc1, 1, &mc1)); EVAL_TRUE 274 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op4b->Evaluate(&pp_tc1, 1, &mc1)); EVAL_TRUE 281 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op5->Evaluate(&pp_tc1, 1, &mc1)); EVAL_TRUE 300 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op7->Evaluate(&pp_tc1, 1, &mc2)); EVAL_TRUE 327 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_TRUE, op1i->Evaluate(&pp_tc1, 1, &mc1));