HomeSort by relevance Sort by last modified time
    Searched full:this_dir (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/chrome_test/
setup_test_links.sh 12 this_dir="$(readlink -f $(dirname $0))"
13 [ -f "$this_dir/chrome" ] || cp "/opt/google/chrome/chrome" "$this_dir/chrome"
14 [ -L "$this_dir/locales" ] || ln -f -s "/opt/google/chrome/locales" \
15 "$this_dir/locales"
16 [ -L "$this_dir/resources" ] || ln -f -s "/opt/google/chrome/resources" \
17 "$this_dir/resources"
18 ln -f -s /opt/google/chrome/*.pak "$this_dir/"
21 ln -f -s /opt/google/chrome/nacl_helper "$this_dir/"
22 ln -f -s /opt/google/chrome/nacl_helper_bootstrap "$this_dir/"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ttk_textonly.py 7 this_dir = os.path.dirname(os.path.abspath(__file__)) variable
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, '..', 'lib-tk', 'test'))
test_tk.py 7 this_dir = os.path.dirname(os.path.abspath(__file__)) variable
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
test_ttk_guionly.py 8 this_dir = os.path.dirname(os.path.abspath(__file__)) variable
9 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
test_file2k.py 193 this_dir = os.path.dirname(__file__) or os.curdir
197 f = open(this_dir, mode)
199 f = open(this_dir)
201 self.assertEqual(e.filename, this_dir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ttk_textonly.py 7 this_dir = os.path.dirname(os.path.abspath(__file__)) variable
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, '..', 'lib-tk', 'test'))
test_tk.py 7 this_dir = os.path.dirname(os.path.abspath(__file__)) variable
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
test_ttk_guionly.py 8 this_dir = os.path.dirname(os.path.abspath(__file__)) variable
9 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
test_file2k.py 193 this_dir = os.path.dirname(__file__) or os.curdir
197 f = open(this_dir, mode)
199 f = open(this_dir)
201 self.assertEqual(e.filename, this_dir)
  /external/chromium_org/tools/clang/scripts/
package.sh 9 THIS_DIR="$(dirname "${0}")"
10 LLVM_DIR="${THIS_DIR}/../../../third_party/llvm"
11 LLVM_BOOTSTRAP_DIR="${THIS_DIR}/../../../third_party/llvm-bootstrap"
12 LLVM_BUILD_DIR="${THIS_DIR}/../../../third_party/llvm-build"
33 "${THIS_DIR}"/update.sh --run-tests --bootstrap --force-local-build 2>&1 | \
update.sh 13 THIS_DIR="$(dirname "${0}")"
14 LLVM_DIR="${THIS_DIR}/../../../third_party/llvm"
137 XCODEBUILD_DIR="${THIS_DIR}/../../../xcodebuild"
146 MAKE_DIR="${THIS_DIR}/../../../out"
329 TOOL_SRC_DIR="${THIS_DIR}/../${CHROME_TOOL_DIR}"
342 PLUGIN_SRC_DIR="${THIS_DIR}/../plugins"
  /external/chromium_org/v8/tools/gcmole/
bootstrap.sh 34 THIS_DIR="$(dirname "${0}")"
35 LLVM_DIR="${THIS_DIR}/../../third_party/llvm"
117 make -C "${THIS_DIR}" clean
118 make -C "${THIS_DIR}" LLVM_SRC_ROOT="${LLVM_DIR}" libgcmole.so
  /external/chromium_org/chrome/test/chromedriver/
README.txt 16 $ export PYTHONPATH=<THIS_DIR>/server:<THIS_DIR>/client
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSUtil.py 20 this_dir = os.path.abspath(os.path.dirname(__file__))
21 src_dir = os.path.abspath(os.path.join(this_dir, '..', '..'))

Completed in 358 milliseconds