/external/deqp/scripts/ |
D | make_release.py | 50 assert os.path.normpath(path) == path 51 assert os.path.normpath(basePath) == basePath 62 basePath = os.path.normpath(basePath) 65 relPath = removeLeadingPath(os.path.normpath(os.path.join(root, file)), basePath) 126 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, "framework", "qphelper", … 178 …fullSrcPath = os.path.normpath(os.path.join(self.getSrcBasePath(packageBuildInfo), self.srcBasePa… 179 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstBasePath)) 196 fullSrcPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, self.srcFile)) 197 fullDstPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, self.dstFile)) 233 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "android", "script… [all …]
|
D | run_internal_tests.py | 115 SRC_PATH = os.path.normpath(os.path.join(os.path.dirname(__file__), "..")) 116 BASE_BUILD_PATH = os.path.normpath(os.path.join(SRC_PATH, "..", "de-internal-tests"))
|
D | cppcheck.py | 159 srcDir = os.path.realpath(os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..")))
|
/external/v8/ |
D | .ycm_extra_conf.py | 66 curdir = os.path.normpath(os.path.dirname(filename)) 70 nextdir = os.path.normpath(os.path.join(curdir, '..')) 162 abs_path = os.path.normpath(os.path.join(out_dir, flag[2:]))
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
D | util.py | 28 return os.path.normpath(os.path.join(GetCatapultDir(), 'third_party')) 32 return os.path.normpath(os.path.join( 45 return os.path.normpath(os.path.join(GetTelemetryDir(), '..', '..', '..'))
|
/external/deqp/scripts/src_util/ |
D | common.py | 87 projectDir = os.path.normpath(os.path.join(scriptDir, "../..")) 98 return os.path.normpath(os.path.join(getProjectPath(), projectRelativePath))
|
/external/v8/tools/ |
D | gyp_flag_compare.py | 121 include_dirs[index] = '-I' + os.path.normpath(path) 126 cc_file = [os.path.normpath(os.path.join(build_dir, cc_file[0]))] 136 os.path.normpath( 142 os.path.normpath(os.path.join('out/gn_flags', x[2:]))))
|
/external/deqp/android/scripts/ |
D | build.py | 51 return os.path.normpath(os.path.join(buildRoot, "native", buildName)) 57 deqpDir = os.path.normpath(os.path.join(common.ANDROID_DIR, "..")) 105 …manifestSrcPath = os.path.normpath(os.path.join(common.ANDROID_DIR, "package", "AndroidManifest.xm… 106 manifestDstPath = os.path.normpath(os.path.join(appDir, "AndroidManifest.xml"))
|
D | debug.py | 684 debug(adbCmd=os.path.normpath(args.adbCmd), 685 gdbCmd=os.path.normpath(args.gdbCmd), 688 jdbCmd=os.path.normpath(args.jdbCmd),
|
/external/jsoncpp/devtools/ |
D | tarball.py | 16 base_dir = os.path.normpath( os.path.abspath( base_dir ) ) 19 path = os.path.normpath( os.path.abspath( path ) )
|
/external/webrtc/webrtc/build/ |
D | merge_libs.py | 52 search_path = os.path.normpath(argv[1]) 53 output_lib = os.path.normpath(argv[2])
|
/external/toolchain-utils/user_activity_benchmarks/ |
D | utils.py | 96 MakeCWPAndPprofFileNamesConsistent(os.path.normpath("/" + file_name)) 323 os.path.normpath(statistic['file'])) 385 os.path.normpath(statistic['child_function_file']))
|
/external/autotest/tko/parsers/test/ |
D | new_scenario.py | 48 results_dirpath = path.normpath(args[0]) 54 scenarios_dirpath = path.normpath(args[1])
|
D | execute_parser.py | 20 scenario_dirpath = path.normpath(args[0])
|
D | inspect_parser_result_store.py | 23 scenario_dirpath = path.normpath(args[0])
|
/external/jsoncpp/scons-tools/ |
D | targz.py | 31 path = os.path.normpath( os.path.abspath( path ) ) 42 base_dir = os.path.normpath( env.get('TARGZ_BASEDIR', env.Dir('.')).abspath )
|
/external/protobuf/gtest/test/ |
D | run_tests_util_test.py | 112 def normpath(self, path): member in FakePath 113 return os.path.normpath(path) 116 return self.normpath(os.path.join(self.current_dir, path)) 163 return (os.path.normpath(pair[0]), os.path.normpath(pair[1])) 168 directory, executable = map(os.path.normpath, pair)
|
D | run_tests_util.py | 147 return injected_os.path.normpath(injected_os.path.join(script_dir, 306 normalized_args = [self.os.path.normpath(arg) for arg in args] 337 test_dir = self.os.path.normpath(self.os.path.join(self.script_dir, 'test'))
|
/external/deqp/scripts/egl/ |
D | common.py | 37 EGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "egl")) 38 EGL_WRAPPER_DIR = os.path.normpath(os.path.join(EGL_DIR, "wrapper"))
|
/external/deqp/scripts/opengl/ |
D | src_util.py | 34 OPENGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "opengl")) 35 EGL_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "egl"))
|
D | gen_null_render_context.py | 55 NULL_PLATFORM_DIR = os.path.normpath(os.path.join(SCRIPTS_DIR, "..", "..", "framework", "platform",…
|
/external/jsoncpp/test/ |
D | runjsontests.py | 125 jsontest_executable_path = os.path.normpath( os.path.abspath( args[0] ) ) 127 input_path = os.path.normpath( os.path.abspath( args[1] ) )
|
/external/fonttools/MetaTools/ |
D | buildChangeLog.py | 5 fontToolsDir = os.path.dirname(os.path.dirname(os.path.normpath(
|
/external/v8/tools/clang/scripts/ |
D | blink_gc_plugin_flags.py | 16 CLANG_LIB_PATH = os.path.normpath(os.path.join(
|
/external/chromium-trace/catapult/telemetry/telemetry/page/ |
D | __init__.py | 187 return os.path.normpath(os.path.join( 198 file_path_url = os.path.normpath(
|