/external/libvpx/libvpx/build/make/ |
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
|
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 [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
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
|
configure.sh | 253 source_path=${0%/*} 255 if test -z "$source_path" -o "$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} 849 asm_conversion_cmd="${source_path}/build/make/ads2gas.pl" 857 asm_conversion_cmd="${source_path}/build/make/ads2armasm_ms.pl" 867 LD=${source_path}/build/make/armlink_adapter.s [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_py_compile.py | 14 self.source_path = os.path.join(self.directory, '_test.py') 15 self.pyc_path = self.source_path + 'c' 18 # current working directory path and the 'self.source_path' might be 21 drive = os.path.splitdrive(self.source_path)[0] 25 with open(self.source_path, 'w') as file: 34 py_compile.compile(self.source_path, self.pyc_path) 40 py_compile.compile(os.path.basename(self.source_path), 46 py_compile.compile(os.path.relpath(self.source_path),
|
test_compileall.py | 16 self.source_path = os.path.join(self.directory, '_test.py') 17 self.bc_path = self.source_path + ('c' if __debug__ else 'o') 18 with open(self.source_path, 'w') as file: 22 shutil.copyfile(self.source_path, self.source_path2) 30 mtime = int(os.stat(self.source_path).st_mtime) 39 py_compile.compile(self.source_path) 65 compileall.compile_file(self.source_path, force=False, quiet=True)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_py_compile.py | 14 self.source_path = os.path.join(self.directory, '_test.py') 15 self.pyc_path = self.source_path + 'c' 18 # current working directory path and the 'self.source_path' might be 21 drive = os.path.splitdrive(self.source_path)[0] 25 with open(self.source_path, 'w') as file: 34 py_compile.compile(self.source_path, self.pyc_path) 40 py_compile.compile(os.path.basename(self.source_path), 46 py_compile.compile(os.path.relpath(self.source_path),
|
test_compileall.py | 16 self.source_path = os.path.join(self.directory, '_test.py') 17 self.bc_path = self.source_path + ('c' if __debug__ else 'o') 18 with open(self.source_path, 'w') as file: 22 shutil.copyfile(self.source_path, self.source_path2) 30 mtime = int(os.stat(self.source_path).st_mtime) 39 py_compile.compile(self.source_path) 65 compileall.compile_file(self.source_path, force=False, quiet=True)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
configure | 15 #source_path="`dirname \"$0\"`" 16 source_path=${0%/*} 17 . "${source_path}/build/make/configure.sh" 161 [ -f ${source_path}/${t}.mk ] && enable_feature ${t} 169 if [ "`cd ${source_path} && pwd`" != "`pwd`" ]; then 170 # test to see if source_path already configured 171 if [ -f ${source_path}/vpx_config.h ]; then 204 [ -d ${source_path}/../include ] && enable_feature alt_tree_layout 206 [ -d ${source_path}/${d} ] && disable_feature alt_tree_layout; 211 [ -d ${source_path}/vp8 ] && CODECS="${CODECS} vp8_encoder vp8_decoder [all...] |
/external/libvpx/libvpx/ |
configure | 15 #source_path="`dirname \"$0\"`" 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 180 # test to see if source_path already configured 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 [all...] |
/external/libcxx/test/libcxx/test/ |
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/llvm/utils/lit/lit/formats/ |
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 99 elif hasattr(test, 'source_path'): 100 cmd.append(test.source_path)
|
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)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
check.py | 127 source_path = StringIO() 133 reporter = SilentReporter(source_path, 141 document = nodes.document(settings, reporter, source=source_path) 142 document.note_source(source_path, -1)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
check.py | 127 source_path = StringIO() 133 reporter = SilentReporter(source_path, 141 document = nodes.document(settings, reporter, source=source_path) 142 document.note_source(source_path, -1)
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/ |
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)
|
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)
|
project.py | 14 for source_path in source_paths: 15 for dirpath, _, filenames in os.walk(source_path):
|
/external/llvm/utils/lit/lit/ |
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)
|
TestRunner.py | 337 def parseIntegratedTestScriptCommands(source_path): 339 parseIntegratedTestScriptCommands(source_path) -> commands 360 f = open(source_path, 'rb')
|
/external/libcxx/test/libcxx/android/test/ |
format.py | 55 def _build(self, exec_path, source_path, compile_only=False, 59 self, exec_path, source_path, compile_only, use_verify) 71 src_dir = os.path.dirname(source_path)
|
/external/squashfs-tools/squashfs-tools/ |
sort.c | 108 int add_sort_list(char *path, int priority, int source, char *source_path[]) 132 int res = asprintf(&filename, "%s/%s", source_path[i], path); 217 int read_sort_file(char *filename, int source, char *source_path[]) 318 source_path);
|
/external/chromium-trace/trace-viewer/tracing/ |
tracing_project.py | 15 for source_path in source_paths: 16 for dirpath, _, filenames in os.walk(source_path):
|
/system/core/sdcard/ |
sdcard.c | 194 char source_path[PATH_MAX]; member in struct:fuse_global 1891 const char *source_path = NULL; local [all...] |
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/ |
setup.py | 112 source_path=filename,
|