/ndk/build/tools/ |
build-host-toolbox.sh | 42 BUILD_DIR= 69 BUILD_DIR=$NDK_TMPDIR/build-toolbox 70 log "Auto-config: --build-dir=$BUILD_DIR" 71 rm -rf $BUILD_DIR/* && mkdir -p $BUILD_DIR 73 BUILD_DIR=$OPTION_BUILD_DIR 75 mkdir -p "$BUILD_DIR" 76 fail_panic "Could not create build directory: $BUILD_DIR" 79 MAKEFILE=$BUILD_DIR/Makefile 92 prepare_canadian_toolchain $BUILD_DIR [all...] |
build-host-awk.sh | 56 BUILD_DIR=$NDK_TMPDIR 70 mkdir -p $BUILD_DIR && rm -rf $BUILD_DIR/* 71 prepare_canadian_toolchain $BUILD_DIR 77 export NATIVE_CFLAGS=" -O2 -s -I$BUILD_DIR -I." && 82 BUILD_DIR="$BUILD_DIR" \ 89 run mkdir -p $(dirname "$OUT") && cp "$BUILD_DIR/$(get_host_exec_name ndk-awk)" "$OUT" 101 rm -rf $BUILD_DIR
|
build-ndk-stack.sh | 32 BUILD_DIR= 33 register_var_option "--build-dir=<path>" BUILD_DIR "Specify build directory" 58 if [ -z "$BUILD_DIR" ]; then 59 BUILD_DIR=$NDK_TMPDIR/build-$PROGNAME 60 log "Auto-config: --build-dir=$BUILD_DIR" 62 prepare_canadian_toolchain $BUILD_DIR 92 BUILD_DIR="$BUILD_DIR" \ 111 rm -rf $BUILD_DIR
|
build-host-make.sh | 74 BUILD_DIR=$NDK_TMPDIR/build 88 mkdir -p $BUILD_DIR && rm -rf $BUILD_DIR/* 89 prepare_canadian_toolchain $BUILD_DIR 90 cd $BUILD_DIR && 113 rm -rf $BUILD_DIR $TMP_SRCDIR
|
build-host-sed.sh | 57 BUILD_DIR=$NDK_TMPDIR 60 mkdir -p $BUILD_DIR && rm -rf $BUILD_DIR/* 61 prepare_canadian_toolchain $BUILD_DIR 62 cd $BUILD_DIR && 92 rm -rf $BUILD_DIR
|
build-libportable.sh | 49 BUILD_DIR= 90 BUILD_DIR=$NDK_TMPDIR/build-libportable 92 BUILD_DIR=$OPTION_BUILD_DIR 94 mkdir -p "$BUILD_DIR" 95 fail_panic "Could not create build directory: $BUILD_DIR" 112 MAKEFILE=$BUILD_DIR/Makefile 175 build_libportable_libs_for_abi $ABI "$BUILD_DIR/$ABI" "$OUT_DIR" 192 rm -rf $BUILD_DIR 194 log "Don't forget to cleanup: $BUILD_DIR"
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/ |
dump_reader_multipart_unittest.py | 59 build_dir = "/mock-checkout/out/Debug" 60 host.filesystem.maybe_make_directory(build_dir) 61 dump_reader = DumpReaderMultipart(host, build_dir) 73 build_dir = "/mock-checkout/out/Debug" 74 host.filesystem.maybe_make_directory(build_dir) 80 dump_reader = DumpReaderMultipart(host, build_dir) 92 build_dir = "/mock-checkout/out/Debug" 93 host.filesystem.maybe_make_directory(build_dir) 99 dump_reader = DumpReaderMultipart(host, build_dir)
|
dump_reader_win_unittest.py | 41 build_dir = "/mock-checkout/out/Debug" 42 host.filesystem.maybe_make_directory(build_dir) 43 dump_reader = DumpReaderWin(host, build_dir) 53 build_dir = "/mock-checkout/out/Debug" 54 host.filesystem.maybe_make_directory(build_dir) 55 dump_reader = DumpReaderWin(host, build_dir) 67 build_dir = "/mock-checkout/out/Debug" 68 host.filesystem.maybe_make_directory(build_dir) 69 dump_reader = DumpReaderWin(host, build_dir)
|
/ndk/sources/host-tools/nawk-20071023/ |
GNUmakefile | 5 BUILD_DIR ?= /tmp/ndk-$(USER)/build-awk 9 CFLAGS := $(CFLAGS) -O2 -I$(BUILD_DIR) -I. 50 PROGRAM := $(BUILD_DIR)/ndk-awk$(EXE) 56 YTAB_H := $(BUILD_DIR)/ytab.h 57 YTAB_C := $(BUILD_DIR)/ytab.c 78 $(eval $(call build-c-file,$(src),$(BUILD_DIR)/$(src:%.c=%.o)))\ 81 MAKETAB := $(BUILD_DIR)/maketab$(EXE) 82 $(MAKETAB): maketab.c $(BUILD_DIR)/ytab.h 86 PROCTAB_C := $(BUILD_DIR)/proctab.c
|
/external/chromium_org/tools/gn/ |
path_output_unittest.cc | 13 SourceDir build_dir("//out/Debug/"); 14 PathOutput writer(build_dir, ESCAPE_NONE, false); 54 SourceDir build_dir("//"); 55 PathOutput writer(build_dir, ESCAPE_NONE, false); 71 SourceDir build_dir("//out/Debug/"); 72 PathOutput writer(build_dir, ESCAPE_NINJA, false); 88 SourceDir build_dir("//out/Debug/"); 89 PathOutput writer(build_dir, ESCAPE_SHELL, false); 115 SourceDir build_dir("//out/Debug/"); 116 PathOutput writer(build_dir, ESCAPE_NINJA, true) [all...] |
settings.cc | 19 toolchain_output_dir_ = build_settings->build_dir(); 25 DCHECK(!build_settings->build_dir().is_null()); 26 toolchain_output_dir_ = SourceDir(build_settings->build_dir().value() +
|
/external/chromium_org/chrome/tools/build/win/ |
create_installer_archive.py | 45 def BuildVersion(build_dir): 53 for line in open(os.path.join(build_dir, '../../chrome', VERSION_FILE), 'r'): 66 def CompressUsingLZMA(build_dir, compressed_file, input_file): 67 lzma_exec = GetLZMAExec(build_dir) 92 def CopyAllFilesToStagingDir(config, distribution, staging_dir, build_dir, 98 CopySectionFilesToStagingDir(config, 'GENERAL', staging_dir, build_dir) 103 staging_dir, build_dir) 105 CopySectionFilesToStagingDir(config, 'HIDPI', staging_dir, build_dir) 107 CopySectionFilesToStagingDir(config, 'TOUCH', staging_dir, build_dir) 133 exe_file = os.path.join(options.build_dir, BSDIFF_EXEC [all...] |
/external/chromium/chrome/common/extensions/docs/build/ |
build.sh | 7 BUILD_DIR=$(dirname "$0") 32 $PYTHON_PATH $BUILD_DIR/build.py $* 35 $BUILD_DIR/build.py $*
|
/external/chromium_org/chrome/test/chromedriver/ |
chrome_paths.py | 30 for build_dir in full_dirs: 32 if not os.path.exists(os.path.join(build_dir, required_path)): 35 return build_dir
|
/external/chromium_org/tools/check_ecs_deps/ |
check_ecs_deps.py | 118 # Bake target into build_dir. 119 if options.target and options.build_dir: 121 os.path.basename(os.path.dirname(options.build_dir))) 122 options.build_dir = os.path.join(os.path.abspath(options.build_dir), 125 if options.build_dir != None: 126 build_dir = os.path.abspath(options.build_dir) 128 build_dir = os.getcwd() 130 target = os.path.join(build_dir, binary_target [all...] |
/external/chromium_org/tools/win/link_limiter/ |
build_link_limiter.py | 13 BUILD_DIR = 'build' 42 if not os.path.exists(BUILD_DIR): 43 os.makedirs(BUILD_DIR) 45 outpath = os.path.join(BUILD_DIR, outfile) 52 % (os.path.join('..', infile), outfile), BUILD_DIR) 67 if os.path.exists(BUILD_DIR): 68 shutil.rmtree(BUILD_DIR)
|
/external/chromium_org/build/ |
build-ctags.sh | 27 build_dir() { function 43 build_dir --extra-excludes "" "top level" 47 build_dir "$1"
|
branding_value.sh | 26 BUILD_DIR=$(pwd) 29 TOP="${BUILD_DIR}/.."
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install_scripts.py | 32 self.build_dir = None 36 self.set_undefined_options('build', ('build_scripts', 'build_dir')) 46 self.outfiles = self.copy_tree(self.build_dir, self.install_dir)
|
build_scripts.py | 31 self.build_dir = None 39 ('build_scripts', 'build_dir'), 60 self.mkpath(self.build_dir) 65 outfile = os.path.join(self.build_dir, os.path.basename(script)) 94 self.build_dir)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install_scripts.py | 32 self.build_dir = None 36 self.set_undefined_options('build', ('build_scripts', 'build_dir')) 46 self.outfiles = self.copy_tree(self.build_dir, self.install_dir)
|
build_scripts.py | 31 self.build_dir = None 39 ('build_scripts', 'build_dir'), 60 self.mkpath(self.build_dir) 65 outfile = os.path.join(self.build_dir, os.path.basename(script)) 94 self.build_dir)
|
/ndk/sources/cxx-stl/llvm-libc++/tools/ |
upgrade-upstream.sh | 86 BUILD_DIR=/tmp/ndk-$USER/llvm-libc++/build 87 mkdir -p "$BUILD_DIR" && rm -rf "$BUILD_DIR"/* 93 rm -rf "$BUILD_DIR" 111 run cd $BUILD_DIR && 187 run git format-patch -k -o "$BUILD_DIR"/patches.android revision-$NEW_REVISION 188 run git format-patch -k -o "$BUILD_DIR"/patches.libcxx android-0 192 for PATCH in "$BUILD_DIR"/patches.libcxx/*.patch; do 206 run cp "$BUILD_DIR"/patches.android/* patches.android/
|
/external/chromium/build/ |
branding_value.sh | 26 BUILD_DIR=$(pwd) 29 TOP="${BUILD_DIR}/.."
|
/external/eigen/ |
INSTALL | 23 Before starting, create another directory which we will call 'build_dir'. 27 cd build_dir
|