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

  /external/chromium_org/native_client_sdk/src/build_tools/
build_paths.py 14 SRC_DIR = os.path.dirname(SDK_DIR)
15 NACL_DIR = os.path.join(SRC_DIR, 'native_client')
16 OUT_DIR = os.path.join(SRC_DIR, 'out')
17 PPAPI_DIR = os.path.join(SRC_DIR, 'ppapi')
build_version.py 16 SRC_DIR = os.path.dirname(os.path.dirname(os.path.dirname(SCRIPT_DIR)))
17 sys.path.append(os.path.join(SRC_DIR, 'build/util'))
22 VERSION_PATH = os.path.join(SRC_DIR, 'chrome', 'VERSION')
90 nacl_dir = os.path.join(SRC_DIR, 'native_client')
buildbot_run.py 22 from build_paths import SRC_DIR, SDK_SRC_DIR, SCRIPT_DIR
57 root_dir = os.path.dirname(SRC_DIR)
build_updater.py 22 SRC_DIR = os.path.dirname(SDK_DIR)
23 NACL_DIR = os.path.join(SRC_DIR, 'native_client')
179 dest='out_dir', default=os.path.join(SRC_DIR, 'out'))
build_sdk.py 42 from build_paths import SCRIPT_DIR, SDK_SRC_DIR, SRC_DIR, NACL_DIR, OUT_DIR
318 InstallFiles(SRC_DIR, tc_dst_inc, NACL_HEADER_MAP[tc_name])
322 return os.path.join(os.path.relpath(OUT_DIR, SRC_DIR), path)
434 src_dir = GetGypBuiltLib(tc, xarch)
436 InstallFiles(src_dir, dst_dir, TOOLCHAIN_LIBS[tc])
441 InstallFiles(src_dir, bionic_dir, TOOLCHAIN_LIBS['bionic'])
444 src_dir = GetGypToolchainLib(tc, xarch)
445 InstallFiles(src_dir, dst_dir, ['crt1.o'])
474 os.path.join(SRC_DIR, out_dir_64, 'Release', src),
475 os.path.join(SRC_DIR, out_dir, 'Release', dst)
    [all...]
test_projects.py 17 from build_paths import OUT_DIR, SRC_DIR, SDK_SRC_DIR, SCRIPT_DIR
24 sys.path.append(os.path.join(SRC_DIR, 'chrome', 'test', 'nacl_test_injection'))
26 browser_path = find_chrome.FindChrome(SRC_DIR, ['Debug', 'Release'])
32 browser_tester_py = os.path.join(SRC_DIR, 'ppapi', 'native_client', 'tools',
verify_ppapi.py 18 from build_paths import PPAPI_DIR, SRC_DIR, SDK_LIBRARY_DIR
179 directory_list = GetDirectoryList(PPAPI_DIR, relative_to=SRC_DIR)
192 rel_dsc_filename = os.path.relpath(dsc_filename, SRC_DIR)
test_sdk.py 26 SRC_DIR = os.path.dirname(SDK_DIR)
27 OUT_DIR = os.path.join(SRC_DIR, 'out')
  /external/chromium_org/tools/clang/scripts/
blink_gc_plugin_flags.sh 8 SRC_DIR=$(cd $(dirname $0)/../../.. && echo $PWD)
9 CLANG_LIB_PATH=$SRC_DIR/third_party/llvm-build/Release+Asserts/lib
17 $(grep 'set(LIBRARYNAME' "$SRC_DIR"/tools/clang/blink_gc_plugin/CMakeLists.txt \
  /external/chromium_org/remoting/tools/
register_local_nm_hosts.sh 11 SRC_DIR="$(readlink -f "$(dirname "$0")/../..")"
36 "${SRC_DIR}/remoting/host/setup/${ME2ME_HOST_NAME}.json.jinja2" \
41 "${SRC_DIR}/remoting/host/it2me/${IT2ME_HOST_NAME}.json.jinja2" \
114 register_hosts_for_all_channels "${SRC_DIR}/out/${build_dir}"
  /external/chromium_org/chrome/common/extensions/docs/server2/
build_server.py 13 SRC_DIR = os.path.join(sys.path[0], os.pardir, os.pardir, os.pardir, os.pardir,
15 THIRD_PARTY_DIR = os.path.join(SRC_DIR, 'third_party')
17 TOOLS_DIR = os.path.join(SRC_DIR, 'tools')
64 CopyThirdParty(os.path.join(SRC_DIR, 'ppapi', 'generators'),
  /external/chromium_org/remoting/host/installer/linux/
Makefile 8 SRC_DIR = ../../../..
9 BUILD_DIR = $(SRC_DIR)/out/Release
32 install "$(SRC_DIR)/remoting/host/linux/linux_me2me_host.py" \
34 install "$(SRC_DIR)/remoting/host/installer/linux/is-remoting-session" \
  /external/chromium_org/v8/build/
landmines.py 28 SRC_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
43 ret = os.path.join(SRC_DIR, 'xcodebuild', target)
45 ret = os.path.join(SRC_DIR, 'out', target)
47 ret = os.path.join(SRC_DIR, 'build', target)
95 default=[os.path.join(SRC_DIR, 'build', 'get_landmines.py')],
  /build/tools/droiddoc/test/stubs/
func.sh 25 SRC_DIR=$2
34 find $SRC_DIR -name '*.java' > $OBJ_DIR/javadoc-src-list
47 -sourcepath $SRC_DIR:out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar \
  /external/chromium_org/build/
landmines.py 30 SRC_DIR = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
45 ret = os.path.join(SRC_DIR, 'xcodebuild')
47 ret = os.path.join(SRC_DIR, os.environ.get('CHROMIUM_OUT_DIR', 'out'))
93 default=[os.path.join(SRC_DIR, 'build', 'get_landmines.py')],
vs_toolchain.py 15 SRC_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
gyp_chromium 27 SRC_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
  /external/llvm/utils/buildit/
build_llvm 71 SRC_DIR=$DIR/src
72 rm -rf $SRC_DIR || exit 1
73 mkdir $SRC_DIR || exit 1
74 ln -s $ORIG_SRC_DIR/* $SRC_DIR/ || exit 1
76 rm $SRC_DIR/Makefile || exit 1
78 sed -e '/[Aa]pple-style/d' -e '/include.*GNUmakefile/d' $ORIG_SRC_DIR/Makefile > $SRC_DIR/Makefile || exit 1
153 $SRC_DIR/configure $COMMON_CONFIGURE_OPTS \
204 $SRC_DIR/configure $COMMON_CONFIGURE_OPTS $configure_opts \
  /external/openssl/
check-all-builds.sh 161 SRC_DIR=$(cd $PROGDIR && pwd)
453 local c_includes=$(get_module_c_includes $prefix "$SRC_DIR")
464 printf " -I\$(SRC_DIR)/$inc"
496 printf "\$(OBJ): \$(SRC_DIR)/$src\n"
514 local src_dir="$4"
554 local src_dir="$4"
585 build_shared_library crypto CRYPTO $build_type "$SRC_DIR" "$out"
586 build_shared_library ssl SSL $build_type "$SRC_DIR" "$out"
587 build_executable openssl APPS $build_type "$SRC_DIR" "$out" "crypto ssl"
605 SRC_DIR=$SRC_DI
    [all...]
  /docs/source.android.com/scripts/
build.py 37 SRC_DIR = 'src'
56 # Step 3, recursively mirror SRC_DIR to HTML_DIR, directory by directory, translating *.md
59 for curdir, subdirs, files in os.walk(SRC_DIR):
110 # Note that this "absolute" filename has a root at SRC_DIR, not "/"
  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
install-debian.wheezy.sysroot.py 84 SRC_DIR = os.path.abspath(
86 sys.path.append(os.path.join(SRC_DIR, 'build'))
  /external/chromium_org/tools/
isolate_driver.py 34 SRC_DIR = os.path.dirname(TOOLS_DIR)
209 # This will look like chrome/unit_tests.isolate. It is based against SRC_DIR.
211 src_isolate = os.path.relpath(os.path.join(cwd, isolate), SRC_DIR)
300 swarming_client = os.path.join(SRC_DIR, 'tools', 'swarming_client')
run-bisect-perf-regression.py 29 SRC_DIR = os.path.join(SCRIPT_DIR, os.path.pardir)
33 SRC_DIR, 'third_party', 'WebKit', 'Tools', 'run-perf-test.cfg')
243 os.chdir(SRC_DIR)

Completed in 420 milliseconds