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

  /external/autotest/site_utils/lxc/
container_bucket.py 152 def setup_test(self, container_id, job_id, server_package_url, result_path,
169 @param result_path: Directory to be mounted to container to store test
184 if not os.path.exists(result_path):
186 result_path)
187 result_path = os.path.abspath(result_path)
189 # Save control file to result_path temporarily. The reason is that the
198 safe_control = os.path.join(result_path, control_file_name)
217 (result_path,
lxc_functional_test.py 34 RESULT_PATH = os.path.join(TEMP_DIR, 'results', str(TEST_JOB_ID))
161 '-p -r %(result_path)s/%(test_dut)s -m %(test_dut)s '
163 '%(test_dut)s -n %(result_path)s/%(test_control_file)s '
166 'result_path': TEST_RESULT_PATH,
201 os.makedirs(RESULT_PATH)
203 AUTOTEST_SERVER_PKG, RESULT_PATH,
215 RESULT_PATH, CREATE_FAKE_TS_MON_CONFIG_SCRIPT)
233 host_test_script = os.path.join(RESULT_PATH, TEST_SCRIPT)
246 host_test_log = os.path.join(RESULT_PATH, TEST_LOG)
268 host_control_file = os.path.join(RESULT_PATH, TEST_CONTROL_FILE
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
ntpath.py 78 result_drive, result_path = splitdrive(path)
85 result_path = p_path
91 result_path = p_path
96 if result_path and result_path[-1] not in '\\/':
97 result_path = result_path + '\\'
98 result_path = result_path + p_path
100 if (result_path and result_path[0] not in '\\/' and
    [all...]
  /external/python/cpython2/Lib/
ntpath.py 65 result_drive, result_path = splitdrive(path)
72 result_path = p_path
78 result_path = p_path
83 if result_path and result_path[-1] not in '\\/':
84 result_path = result_path + '\\'
85 result_path = result_path + p_path
87 if (result_path and result_path[0] not in '\\/' an
    [all...]
  /external/python/cpython3/Lib/
ntpath.py 87 result_drive, result_path = splitdrive(path)
94 result_path = p_path
100 result_path = p_path
105 if result_path and result_path[-1] not in seps:
106 result_path = result_path + sep
107 result_path = result_path + p_path
109 if (result_path and result_path[0] not in seps an
    [all...]
  /external/autotest/tko/
retrieve_logs.cgi 128 for result_path in tpool.imap_unordered(_check_result, tpool_args):
129 if result_path:
130 return result_path
  /test/vts/testcases/template/mobly/
mobly_test.py 188 def ParseJsonResults(self, result_path):
192 result_path: string, result json file path.
212 def ParseYamlResults(self, result_path):
216 result_path: string, result yaml file path.
218 with open(result_path, 'r') as stream:
  /external/swiftshader/third_party/LLVM/lib/Support/Windows/
PathV2.inc 526 SmallVectorImpl<char> &result_path,
528 // Use result_path as temp storage.
529 result_path.set_size(0);
530 StringRef m = model.toStringRef(result_path);
600 // Create the directories using result_path as temp storage.
602 random_path_utf16.size(), result_path))
604 StringRef p(result_path.begin(), result_path.size());
630 // Set result_path to the utf-8 representation of the path.
632 random_path_utf16.size(), result_path)) {
    [all...]
  /tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
iperf_server.py 58 def __init__(self, result_path):
67 with open(result_path, 'r') as f:
76 with open(result_path, 'r') as f:
  /external/swiftshader/third_party/LLVM/lib/Support/Unix/
PathV2.inc 348 SmallVectorImpl<char> &result_path,
434 result_path.clear();
436 result_path.append(d.begin(), d.end());
  /tools/test/connectivity/acts/framework/acts/controllers/
iperf_server.py 70 def __init__(self, result_path):
79 with open(result_path, 'r') as f:
88 with open(result_path, 'r') as f:
  /frameworks/compile/mclinker/lib/Support/
Path.cpp 177 Path result_path(m_PathName.substr(begin_pos, end_pos - begin_pos));
178 return result_path;
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FileSystem.h 359 /// @param result_path Set to the opened file's absolute path.
365 SmallVectorImpl<char> &result_path,
  /external/autotest/site_utils/
gs_offloader.py 400 for result_path, result_pattern in [(cts_path, CTS_RESULT_PATTERN),
403 for path in glob.glob(result_path):
    [all...]
  /external/toolchain-utils/crosperf/
results_cache_unittest.py     [all...]
  /external/skia/tests/
PathOpsOpTest.cpp 5719 SkPath result_path; local
    [all...]
  /external/skqp/tests/
PathOpsOpTest.cpp 5719 SkPath result_path; local
    [all...]

Completed in 492 milliseconds