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

  /external/lldb/scripts/
checkpoint-llvm.pl 15 sub do_command subroutine
67 -e $rsync_dst_dir or do_command ("mkdir -p '$rsync_dst_dir'");
68 do_command ("rsync -amvC --exclude='*.tmp' --exclude='*.txt' --exclude='*.TXT' --exclude='*.td' --exclude='\.dir' --exclude=Makefile '$rsync_src' '$rsync_dst'");
114 do_command ("cp '$llvm_build_dir/$arch/libllvmclang.a' '$llvm_checkpoint_dir/$arch/libllvmclang.a'", "Copying .a file", 1);
118 #do_command ("cp '$llvm_build_dir/libllvmclang.a' '$llvm_checkpoint_dir'", "Copying libllvmclang.a", 1);
119 do_command ("rm -rf '$llvm_zip_file'", "Removing old llvm checkpoint file '$llvm_zip_file'", 1);
120 do_command ("(cd '$temp_dir' ; zip -r '$llvm_zip_file' 'llvm')", "Zipping llvm checkpoint directory '$llvm_checkpoint_dir' to '$llvm_zip_file'", 1);
build-llvm.pl 115 do_command ("cd '$SRCROOT' && svn co --quiet --revision $llvm_revision http://llvm.org/svn/llvm-project/llvm/trunk llvm", "checking out llvm from repository", 1);
117 do_command ("cd '$llvm_srcroot/tools' && svn co --quiet --revision $clang_revision http://llvm.org/svn/llvm-project/cfe/trunk clang", "checking out clang from repository", 1);
123 do_command ("cd '$llvm_srcroot' && patch -p0 < $patch");
129 do_command ("cd '$llvm_srcroot/tools/clang' && patch -p0 < $patch");
196 do_command ("mkdir -p '$llvm_dstroot_arch'", "making llvm build directory '$llvm_dstroot_arch'", 1);
205 do_command ("mkdir -p '$llvm_dstroot_arch_bin'", "making llvm build arch bin directory '$llvm_dstroot_arch_bin'", 1);
255 do_command ("cd '$llvm_dstroot_arch' && unset SDKROOT && '$llvm_srcroot/configure' $lldb_configuration_options",
260 do_command ("cd '$llvm_dstroot_arch' && '$llvm_srcroot/configure' $lldb_configuration_options",
275 do_command ("cd '$llvm_dstroot_arch' && make -j$num_cpus clang-only VERBOSE=1 $llvm_config_href->{make_options} NO_RUNTIME_LIBS=1 PROJECT_NAME='llvm' $extra_make_flags", "making llvm and clang", 1);
276 do_command ("cd '$llvm_dstroot_arch' && make -j$num_cpus tools-only VERBOSE=1 $llvm_config_href->{make_option (…)
310 sub do_command subroutine
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 41 static int do_command(void);
422 static int do_command(void) function
577 do_command();
603 if (do_command()) break;
613 do_command();
  /external/iproute2/include/
iptables.h 156 extern int do_command(int argc, char *argv[], char **table,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 84 def do_command(self, ch): member in class:Textbox
172 if not self.do_command(ch):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 84 def do_command(self, ch): member in class:Textbox
172 if not self.do_command(ch):

Completed in 561 milliseconds