Home
last modified time | relevance | path

Searched refs:start_dir (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/tools/drmemory/scripts/
Dpath_utils.py21 def FindAncestor(start_dir, ancestor): argument
27 start_dir = os.path.abspath(start_dir)
28 path = start_dir
36 raise PathNotFound("Unable to find ancestor %s in %s" % (ancestor, start_dir))
38 def FindUpwardParent(start_dir, *desired_list): argument
48 cur_dir = start_dir
55 (desired_path, start_dir))
65 def FindUpward(start_dir, *desired_list): argument
72 parent = FindUpwardParent(start_dir, *desired_list)
/external/chromium-trace/catapult/telemetry/telemetry/core/
Ddiscover.py17 def DiscoverModules(start_dir, top_level_dir, pattern='*'): argument
29 start_dir = os.path.realpath(start_dir)
33 for dir_path, _, filenames in os.walk(start_dir):
64 def DiscoverClasses(start_dir, argument
87 modules = DiscoverModules(start_dir, top_level_dir, pattern)
/external/chromium-trace/catapult/third_party/graphy/graphy/
Dall_tests.py36 start_dir = os.path.dirname(os.path.abspath(__file__))
37 for dir, subdirs, files in os.walk(start_dir):
40 tests.extend(ModuleName(os.path.join(dir, f), start_dir) for f
/external/valgrind/auxprogs/
Dgen-mdg258 my $start_dir = `basename \`pwd\``;
259 chop($start_dir); # trim newline
260 process_dir($start_dir);
/external/autotest/tko/
Dutils.py24 def find_toplevel_job_dir(start_dir): argument
31 job_dir = start_dir
/external/chromium-trace/catapult/third_party/vinn/
Drun_test35 start_dir=vinn_dir, pattern='*test.py')
/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp259 int start_dir = middle_y > start_y ? 1 : -1; in _UpdateLineJoinPoints() local
260 FX_FLOAT point_y = middle_y + half_width * start_dir; in _UpdateLineJoinPoints()
312 int start_dir = middle_x > start_x ? 1 : -1; in _UpdateLineJoinPoints() local
314 if (start_dir == end_dir) { in _UpdateLineJoinPoints()