EVAL_FALSE 62 sandbox/win/src/policy_engine_opcodes.cc return EVAL_FALSE; EVAL_FALSE 142 sandbox/win/src/policy_engine_opcodes.cc return (match_ulong != value_ulong)? EVAL_FALSE : EVAL_TRUE; EVAL_FALSE 148 sandbox/win/src/policy_engine_opcodes.cc return (match_ptr != value_ptr)? EVAL_FALSE : EVAL_TRUE; EVAL_FALSE 188 sandbox/win/src/policy_engine_opcodes.cc EVAL_TRUE : EVAL_FALSE; EVAL_FALSE 215 sandbox/win/src/policy_engine_opcodes.cc return (number & value)? EVAL_TRUE : EVAL_FALSE; EVAL_FALSE 282 sandbox/win/src/policy_engine_opcodes.cc return EVAL_FALSE; EVAL_FALSE 287 sandbox/win/src/policy_engine_opcodes.cc return EVAL_FALSE; EVAL_FALSE 303 sandbox/win/src/policy_engine_opcodes.cc return EVAL_FALSE; EVAL_FALSE 313 sandbox/win/src/policy_engine_opcodes.cc return EVAL_FALSE; EVAL_FALSE 327 sandbox/win/src/policy_engine_opcodes.cc return EVAL_FALSE; EVAL_FALSE 346 sandbox/win/src/policy_engine_opcodes.cc return EVAL_FALSE; EVAL_FALSE 417 sandbox/win/src/policy_engine_opcodes.cc result = EVAL_FALSE; EVAL_FALSE 418 sandbox/win/src/policy_engine_opcodes.cc } else if (EVAL_FALSE == result) { EVAL_FALSE 51 sandbox/win/src/policy_engine_processor.cc SetInternalState(0, EVAL_FALSE); EVAL_FALSE 74 sandbox/win/src/policy_engine_processor.cc case EVAL_FALSE: EVAL_FALSE 116 sandbox/win/src/policy_engine_processor.h SetInternalState(0, EVAL_FALSE); EVAL_FALSE 89 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_FALSE, op1->Evaluate(&ppb1, 1, NULL)); EVAL_FALSE 110 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_FALSE, op4->Evaluate(&ppb1, 1, NULL)); EVAL_FALSE 136 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_FALSE, op->Evaluate(&ppb1, 1, NULL)); EVAL_FALSE 190 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_FALSE, op_m42->Evaluate(&pp_num2, 1, NULL)); EVAL_FALSE 199 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_FALSE, op_vp_null->Evaluate(&pp_num1, 1, NULL)); EVAL_FALSE 206 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_FALSE, op_range1->Evaluate(&pp_num2, 1, NULL)); EVAL_FALSE 222 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_FALSE, op_and2->Evaluate(&pp_num1, 1, NULL)); EVAL_FALSE 250 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_FALSE, op1->Evaluate(&pp_tc1, 1, &mc1)); EVAL_FALSE 288 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_FALSE, op5b->Evaluate(&pp_tc1, 1, &mc1)); EVAL_FALSE 304 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_FALSE, op7->Evaluate(&pp_tc1, 1, &mc2)); EVAL_FALSE 326 sandbox/win/src/policy_opcodes_unittest.cc EXPECT_EQ(EVAL_FALSE, op1s->Evaluate(&pp_tc1, 1, &mc1));