Home | History | Annotate | Download | only in base

Lines Matching refs:GetProgram

62             cl.GetProgram().value());
128 cl.GetProgram().value());
174 EXPECT_TRUE(cl_from_string.GetProgram().empty());
180 EXPECT_TRUE(cl_from_argv.GetProgram().empty());
337 EXPECT_EQ(cl1.GetProgram().value(), cl2.GetProgram().value());
346 EXPECT_EQ(c1.GetProgram().value(), c2.GetProgram().value());
359 EXPECT_EQ(kProgram.value(), cl_program.GetProgram().value());
364 // Check that quotes are not returned from GetProgram().
366 EXPECT_EQ(kProgramPath.value(), cl_program_path.GetProgram().value());