/build/tools/releasetools/ |
build_image.py | 52 build_command = [] 56 build_command = ["mkuserimg.sh"] 58 build_command.append(prop_dict["extfs_sparse_flag"]) 60 build_command.extend([in_dir, out_file, fs_type, 63 build_command.append(prop_dict["partition_size"]) 65 build_command.append(prop_dict["selinux_fc"]) 67 build_command = ["mkyaffs2image", "-f"] 69 build_command.extend(prop_dict["mkyaffs2_extra_flags"].split()) 70 build_command.append(in_dir) 71 build_command.append(out_file [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
|