Home | History | Annotate | Download | only in base

Lines Matching refs:GetProgram

63             cl.GetProgram().value());
129 cl.GetProgram().value());
175 EXPECT_TRUE(cl_from_string.GetProgram().empty());
181 EXPECT_TRUE(cl_from_argv.GetProgram().empty());
338 EXPECT_EQ(cl1.GetProgram().value(), cl2.GetProgram().value());
347 EXPECT_EQ(c1.GetProgram().value(), c2.GetProgram().value());
360 EXPECT_EQ(kProgram.value(), cl_program.GetProgram().value());
365 // Check that quotes are not returned from GetProgram().
367 EXPECT_EQ(kProgramPath.value(), cl_program_path.GetProgram().value());