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

  /external/libchrome/base/
command_line_unittest.cc 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()
    [all...]
command_line.h 147 FilePath GetProgram() const;
command_line.cc 265 FilePath CommandLine::GetProgram() const {
396 SetProgram(other.GetProgram());
logging.cc 684 GetProgram().BaseName().value().c_str() : nullptr,
  /external/libchrome/base/test/
multiprocess_test.cc 33 cmd_line.SetProgram(MakeAbsoluteFilePath(cmd_line.GetProgram()));
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 270 IList<RewriteOperation> rewrites = GetProgram(programName);
296 IList<RewriteOperation> rewrites = GetProgram(programName);
348 protected virtual IList<RewriteOperation> GetProgram(string name) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 307 IList<RewriteOperation> rewrites = GetProgram( programName );
339 IList<RewriteOperation> rewrites = GetProgram( programName );
401 protected virtual IList<RewriteOperation> GetProgram( string name )
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 182 milliseconds