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

1 23

  /external/chromium_org/native_client_sdk/src/build_tools/
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')
  /ndk/build/tools/
build-host-python.sh 166 if [ ! -d "$SRC_DIR/$PKG_BASENAME" ]; then
167 log "Uncompressing $PKG_URL into $SRC_DIR"
170 run tar xjf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
173 run tar xzf $ARCHIVE_DIR/$PKG_NAME -C $SRC_DIR
gen-platforms.sh 509 local SRC_DIR="$SRCDIR/$4"
515 if [ ! -d "$SRC_DIR" ]; then
533 for SRC_FILE in $(cd "$SRC_DIR" && ls crt*.[cS]); do
559 (cd "$SRC_DIR" && $CC \
566 dump "ERROR: Could not generate $DST_FILE from $SRC_DIR/$SRC_FILE"
make-standalone-toolchain.sh 606 local SRC_DIR=$5
609 if [ -n "$SRC_DIR" ]; then
610 ABI_SRC_DIR=$ABI/$SRC_DIR
  /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)
  /external/chromium_org/build/
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/qemu/distrib/
package-release.sh 514 SRC_DIR="$TEMP_BUILD_DIR"/$SYSTEM/$PKG_PREFIX-$PKG_REVISION
530 (run cd "$SRC_DIR/tools" && tar cf - $FILES) | (cd $DST_DIR && tar xf -) ||

Completed in 252 milliseconds

1 23