Home
last modified time | relevance | path

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

/external/bcc/tests/python/
Dtest_debuginfo.py84 def build_command(self): member in TestDebuglink
109 def build_command(self): member in TestBuildid
/external/pigweed/pw_build/py/
Dbuild_recipe_test.py135 def test_build_command_get_args( argument
/external/toolchain-utils/bestflags/
Dtask.py62 def InitLogCommand(build_command, test_command, log_directory): argument
/external/rust/android-crates-io/crates/os_pipe/src/
Dlib.rs291 let mut build_command = Command::new("cargo"); in path_to_exe() localVariable
/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