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 220 build_command = []
236 build_command = ["mkuserimg.sh"]
238 build_command.append(prop_dict["extfs_sparse_flag"])
240 build_command.extend([in_dir, out_file, fs_type,
242 build_command.append(prop_dict["partition_size"])
244 build_command.extend(["-T", str(prop_dict["timestamp"])])
246 build_command.extend(["-C", fs_config])
248 build_command.extend(["-B", block_list])
250 build_command.append(fc_config)
252 build_command.append(prop_dict["selinux_fc"]
    [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 265 milliseconds