Home
last modified time | relevance | path

Searched refs:build_command (Results 1 – 4 of 4) sorted by relevance

/external/bcc/tests/python/
Dtest_debuginfo.py47 self.build_command()
83 def build_command(self): member in TestDebuglink
107 def build_command(self): member in TestBuildid
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dgrammar.rb174 command = build_command( options )
246 def build_command( options ) method in ANTLR3.Test.Grammar
/external/toolchain-utils/bestflags/
Dtask.py61 def InitLogCommand(build_command, test_command, log_directory): argument
76 Task.BUILD_COMMAND = build_command
/external/antlr/runtime/Ruby/lib/antlr3/
Dtask.rb204 sh( build_command( grammar ) )
207 def build_command( grammar ) method in ANTLR3.CompileTask.GrammarSet