HomeSort by relevance Sort by last modified time
    Searched refs:current_dir (Results 1 - 25 of 46) sorted by null

1 2

  /frameworks/rs/rsov/compiler/tests/
run-lit-tests.sh 3 current_dir=$(pwd)
4 export PATH=$current_dir:$PATH
5 LIT_PATH=$current_dir/llvm-lit
6 LIBSPIRV_TESTS=$current_dir
  /external/tensorflow/tensorflow/core/api_def/
update_api_def.sh 23 current_dir="$(dirname "$current_file")"
27 --api_def_dir="${current_dir}/base_api" \
28 --op_file_pattern="${current_dir}/../ops/*_ops.cc"
  /system/tools/hidl/
update-makefiles-helper.sh 35 local current_dir=$1
37 pushd $current_dir > /dev/null;
80 local current_dir=$root_or_cwd$(package_root_to_root $1)
82 echo "Updating makefiles for $current_package in $current_dir."
86 local packages=$(get_packages $current_dir $current_package) || return 1
  /build/make/tools/releasetools/
test_utils.py 31 current_dir = os.path.dirname(os.path.realpath(__file__))
32 return os.path.join(current_dir, 'testdata')
37 current_dir = os.path.dirname(os.path.realpath(__file__))
43 full_path = os.path.realpath(os.path.join(current_dir, *path))
  /external/autotest/server/cros/packet_generation/
IP_utils.py 37 current_dir = os.path.dirname(os.path.realpath(__file__))
38 send_ra_script = os.path.join(current_dir, RA_SCRIPT)
39 send_scapy = os.path.join(current_dir, SCAPY)
  /external/skia/platform_tools/android/bin/
android_build_app 49 current_dir = os.path.dirname(__file__) variable
50 apk_src = os.path.join(current_dir, "..", "apps", args.app_name, "build", "outputs", "apk",
  /external/skqp/platform_tools/android/bin/
android_build_app 46 current_dir = os.path.dirname(__file__) variable
47 apk_src = os.path.join(current_dir, "..", "apps", args.app_name, "build", "outputs", "apk",
  /external/autotest/client/site_tests/platform_AddPrinter/
platform_AddPrinter.py 52 current_dir = os.path.dirname(os.path.realpath(__file__))
53 self.pdf_path = os.path.join(current_dir,
196 current_dir = os.path.dirname(os.path.realpath(__file__))
198 self.print_a_page(os.path.join(current_dir, golden_file));
  /external/autotest/client/site_tests/platform_CrosDisksArchive/
platform_CrosDisksArchive.py 39 current_dir = dirs_to_explore.popleft()
40 for path in os.listdir(os.path.join(root_dir, current_dir)):
41 expanded_path = os.path.join(root_dir, current_dir, path)
42 relative_path = os.path.join(current_dir, path)
  /external/skia/platform_tools/android/tradefed/
upload_dm_results.py 23 current_dir = os.path.dirname(os.path.abspath(__file__))
24 sys.path.insert(0, os.path.join(current_dir, "../../../common/py/utils"))
  /external/skqp/platform_tools/android/tradefed/
upload_dm_results.py 23 current_dir = os.path.dirname(os.path.abspath(__file__))
24 sys.path.insert(0, os.path.join(current_dir, "../../../common/py/utils"))
  /external/tensorflow/tensorflow/core/platform/
file_system.cc 126 string current_dir = dir_q.front(); local
129 Status s = GetChildren(current_dir, &children);
135 [this, &current_dir, &children, &fixed_prefix,
137 const string child_path = io::JoinPath(current_dir, children[i]);
148 const string child_path = io::JoinPath(current_dir, children[i]);
  /external/eigen/bench/spbench/
spbenchsolver.cpp 69 string current_dir; local
  /tools/tradefederation/core/atest/test_finders/
test_finder_utils.py 368 current_dir = start_dir
369 while current_dir != root_dir:
371 if os.path.isfile(os.path.join(current_dir, constants.MODULE_CONFIG)):
372 module_dir = os.path.relpath(current_dir, root_dir)
377 rel_dir = os.path.relpath(current_dir, root_dir)
392 current_dir = os.path.dirname(current_dir)
  /external/protobuf/gtest/test/
run_tests_util_test.py 60 def __init__(self, current_dir=os.getcwd(), known_paths=None):
61 self.current_dir = current_dir
66 # are absolutized with self.current_dir.
116 return self.normpath(os.path.join(self.current_dir, path))
191 current_dir=os.path.abspath(os.path.dirname(run_tests_util.__file__)),
423 current_dir=os.path.abspath(os.path.dirname(run_tests_util.__file__)),
443 current_dir=os.path.abspath('/a/b/c'),
498 current_dir=os.path.abspath(os.path.dirname(run_tests_util.__file__)),
529 current_dir=os.path.abspath(os.path.dirname(run_tests_util.__file__))
    [all...]
  /external/autotest/server/site_tests/enterprise_CFM_SiSFwUpdater/
enterprise_CFM_SiSFwUpdater.py 144 current_dir = os.path.dirname(os.path.realpath(__file__))
145 src_firmware_path = os.path.join(current_dir, self._OLD_FW_NAME)
  /external/adhd/cras/src/tests/
file_wait_unittest.cc 100 int current_dir; local
254 current_dir = open(".", O_RDONLY|O_PATH|O_DIRECTORY);
255 ASSERT_NE(0, current_dir >= 0);
268 EXPECT_EQ(0, fchdir(current_dir));
  /external/autotest/client/cros/input_playback/
input_playback.py 150 current_dir = os.path.dirname(os.path.realpath(__file__))
152 current_dir, self._DEFAULT_PROPERTY_FILES[input_type])
503 current_dir = os.path.dirname(os.path.realpath(__file__))
504 gesture_file = os.path.join(current_dir, filename)
  /external/autotest/client/site_tests/performance_InboxInputLatency/
performance_InboxInputLatency.py 140 current_dir = os.path.dirname(os.path.realpath(__file__))
141 data_file = os.path.join(current_dir, _KEYIN_TEST_DATA)
  /external/autotest/server/site_tests/enterprise_CFM_HuddlyUpdater/
enterprise_CFM_HuddlyUpdater.py 93 current_dir = os.path.dirname(os.path.realpath(__file__))
94 src_firmware_path = os.path.join(current_dir, self.FIRMWARE_PKG_TO_TEST)
  /external/autotest/server/site_tests/enterprise_CFM_LogitechPtzUpdater/
enterprise_CFM_LogitechPtzUpdater.py 153 current_dir = os.path.dirname(os.path.realpath(__file__))
154 src_firmware_path = os.path.join(current_dir, self._FW_PKG_TEST)
  /external/llvm/lib/Support/
Path.cpp 821 SmallString<128> current_dir;
823 current_directory.toVector(current_dir);
824 else if (std::error_code ec = current_path(current_dir))
830 path::append(current_dir, p);
832 path.swap(current_dir);
837 StringRef cdrn = path::root_name(current_dir);
847 StringRef bRootDirectory = path::root_directory(current_dir);
848 StringRef bRelativePath = path::relative_path(current_dir);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 823 SmallString<128> current_dir;
825 current_directory.toVector(current_dir);
826 else if (std::error_code ec = current_path(current_dir))
832 path::append(current_dir, p);
834 path.swap(current_dir);
839 StringRef cdrn = path::root_name(current_dir);
849 StringRef bRootDirectory = path::root_directory(current_dir);
850 StringRef bRelativePath = path::relative_path(current_dir);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
PathV2.cpp 612 SmallString<128> current_dir;
613 if (error_code ec = current_path(current_dir)) return ec;
618 path::append(current_dir, p);
620 path.swap(current_dir);
625 StringRef cdrn = path::root_name(current_dir);
635 StringRef bRootDirectory = path::root_directory(current_dir);
636 StringRef bRelativePath = path::relative_path(current_dir);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_archive_util.py 267 current_dir = os.getcwd()
276 self.assertEqual(os.getcwd(), current_dir)

Completed in 579 milliseconds

1 2