/external/libvpx/libvpx/ |
D | configure | 16 source_path=${0%/*} 17 . "${source_path}/build/make/configure.sh" 171 [ -f "${source_path}/${t}.mk" ] && enable_feature ${t} 179 if [ "`cd \"${source_path}\" && pwd`" != "`pwd`" ]; then 181 if [ -f "${source_path}/vpx_config.h" ]; then 214 [ -d "${source_path}/../include" ] && enable_feature alt_tree_layout 216 [ -d "${source_path}/${d}" ] && disable_feature alt_tree_layout; 221 [ -d "${source_path}/vp8" ] && CODECS="${CODECS} vp8_encoder vp8_decoder" 222 [ -d "${source_path}/vp9" ] && CODECS="${CODECS} vp9_encoder vp9_decoder" 225 [ -f "${source_path}/../include/vpx/vp8cx.h" ] && CODECS="${CODECS} vp8_encoder" [all …]
|
/external/libcxx/test/libcxx/test/ |
D | format.py | 34 source_path = testSuite.getSourcePath(path_in_suite) 35 for filename in os.listdir(source_path): 40 filepath = os.path.join(source_path, filename) 97 source_path = test.getSourcePath() 105 source_path, out=exec_path, object_file=object_path, 113 local_cwd = os.path.dirname(source_path) 138 source_path = test.getSourcePath() 142 with open(source_path, 'r') as f: 146 cmd, out, err, rc = self.cxx.compile(source_path, out=os.devnull,
|
/external/libvpx/libvpx/build/make/ |
D | version.sh | 22 source_path=${1:-.} 27 if [ -d "${source_path}/.git" ]; then 29 export GIT_DIR="${source_path}/.git" 34 for p in "${source_path}" "${source_path}/.."; do
|
D | configure.sh | 253 source_path=${0%/*} 255 if [ -z "$source_path" ] || [ "$source_path" = "." ]; then 256 source_path="`pwd`" 430 SRC_PATH="$source_path" 431 SRC_PATH_BARE=$source_path 434 ASM_CONVERSION=${asm_conversion_cmd:-${source_path}/build/make/ads2gas.pl} 873 asm_conversion_cmd="${source_path}/build/make/ads2gas.pl" 881 asm_conversion_cmd="${source_path}/build/make/ads2armasm_ms.pl" 898 LD="${source_path}/build/make/armlink_adapter.sh" 999 asm_conversion_cmd="${source_path}/build/make/ads2gas_apple.pl" [all …]
|
/external/llvm/utils/lit/lit/ |
D | discovery.py | 85 source_path = ts.getSourcePath(path_in_suite) 86 cfgpath = os.path.join(source_path, litConfig.local_config_name) 127 source_path = ts.getSourcePath(path_in_suite) 128 if not os.path.exists(source_path): 132 if not os.path.isdir(source_path): 148 for filename in os.listdir(source_path): 154 file_sourcepath = os.path.join(source_path, filename)
|
D | TestRunner.py | 337 def parseIntegratedTestScriptCommands(source_path): argument 360 f = open(source_path, 'rb')
|
/external/llvm/utils/lit/lit/formats/ |
D | base.py | 16 source_path = testSuite.getSourcePath(path_in_suite) 17 for filename in os.listdir(source_path): 23 filepath = os.path.join(source_path, filename) 80 test.source_path = path 100 cmd.append(test.source_path)
|
D | googletest.py | 77 source_path = testSuite.getSourcePath(path_in_suite) 78 for filename in os.listdir(source_path): 79 filepath = os.path.join(source_path, filename)
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/ |
D | resource_loader.py | 54 for source_path in self.source_paths: 55 if absolute_path.startswith(source_path): 56 candidate_paths.append(source_path) 145 for source_path in self.source_paths: 147 source_path, os.path.normpath(relative_raw_script_path)) 149 resource = resource_module.Resource(source_path, possible_absolute_path)
|
D | html_module_unittest.py | 46 for source_path in self._source_paths: 47 if absolute_path.startswith(source_path): 48 candidate_paths.append(source_path)
|
D | project.py | 14 for source_path in source_paths: 15 for dirpath, _, filenames in os.walk(source_path):
|
/external/libcxx/test/libcxx/android/test/ |
D | format.py | 55 def _build(self, exec_path, source_path, compile_only=False, argument 59 self, exec_path, source_path, compile_only, use_verify) 71 src_dir = os.path.dirname(source_path)
|
/external/squashfs-tools/squashfs-tools/ |
D | sort.c | 108 int add_sort_list(char *path, int priority, int source, char *source_path[]) in add_sort_list() argument 132 int res = asprintf(&filename, "%s/%s", source_path[i], path); in add_sort_list() 217 int read_sort_file(char *filename, int source, char *source_path[]) in read_sort_file() argument 318 source_path); in read_sort_file()
|
D | mksquashfs.c | 223 char **source_path; variable 3290 char *dir_name = getbase(source_path[index]); in scan1_encomp_readdir() 3295 source_path[index]); in scan1_encomp_readdir() 3321 strdup(source_path[index ++]), dir); in scan1_encomp_readdir() 4140 int res = asprintf(&filename, "%s/%s", source_path[i], path); in old_add_exclude() 5182 source_path = argv + 1; in main() 5784 if(lstat(source_path[i], &source_buf) == -1) { in main() 5786 "because %s\n", source_path[i], in main() 5868 source_path); in main() 6077 dir_scan(&inode, source_path[0], scan1_readdir, progress); in main() [all …]
|
/external/llvm/utils/lit/tests/Inputs/test-data/ |
D | lit.cfg | 15 source_path = test.getSourcePath() 18 cfg.read(source_path)
|
/external/chromium-trace/trace-viewer/tracing/ |
D | tracing_project.py | 15 for source_path in source_paths: 16 for dirpath, _, filenames in os.walk(source_path):
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/ |
D | setup.py | 113 source_path=filename,
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/ |
D | setup.py | 113 source_path=filename,
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/ |
D | setup.py | 112 source_path=filename,
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/ |
D | setup.py | 112 source_path=filename,
|