Home
last modified time | relevance | path

Searched defs:build_command (Results 1 – 5 of 5) sorted by relevance

/external/fmtlib/support/
Dappveyor-build.py16 build_command = ['mingw32-make', '-j4'] variable
38 build_command = ['cmake', '--build', '.', '--config', config, '--', '/m:4'] variable
/external/bcc/tests/python/
Dtest_debuginfo.py83 def build_command(self): member in TestDebuglink
107 def build_command(self): member in TestBuildid
/external/toolchain-utils/bestflags/
Dtask.py61 def InitLogCommand(build_command, test_command, log_directory): argument
/external/antlr/runtime/Ruby/lib/antlr3/
Dtask.rb207 def build_command( grammar ) method in ANTLR3.CompileTask.GrammarSet
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dgrammar.rb246 def build_command( options ) method in ANTLR3.Test.Grammar