Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/output_tests/
Dtest_output.sh54 build_command="$CXX $CXXFLAGS -m$b -faddress-sanitizer -O$O $c.cc -o $exe"
55 [ "$DEBUG" == "1" ] && echo $build_command
56 $build_command
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dgrammar.rb174 command = build_command( options )
246 def build_command( options ) method in ANTLR3.Test.Grammar
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtask.rb204 sh( build_command( grammar ) )
207 def build_command( grammar ) method in ANTLR3.CompileTask.GrammarSet