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

  /build/tools/releasetools/
build_image.py 342 build_command = []
366 build_command = ["mkuserimg.sh"]
368 build_command.append(prop_dict["extfs_sparse_flag"])
370 build_command.extend([in_dir, out_file, fs_type,
372 build_command.append(prop_dict["partition_size"])
374 build_command.extend(["-j", prop_dict["journal_size"]])
376 build_command.extend(["-T", str(prop_dict["timestamp"])])
378 build_command.extend(["-C", fs_config])
380 build_command.extend(["-D", target_out])
382 build_command.extend(["-B", prop_dict["block_list"]]
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 174 command = build_command( options )
246 def build_command( options ) method in class:ANTLR3.Test.Grammar
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 204 sh( build_command( grammar ) )
207 def build_command( grammar ) method in class:ANTLR3.CompileTask.GrammarSet

Completed in 52 milliseconds