Home
last modified time | relevance | path

Searched refs:config_suffix (Results 1 – 5 of 5) sorted by relevance

/external/skia/tools/skpbench/
D_benchresult.py59 def format(self, config_suffix=None): argument
60 if not config_suffix or config_suffix == '':
68 values.append(config_suffix)
70 values.append(bench_pad[min(len(config_suffix), len(bench_pad) - 1):])
/external/skqp/tools/skpbench/
D_benchresult.py59 def format(self, config_suffix=None): argument
60 if not config_suffix or config_suffix == '':
68 values.append(config_suffix)
70 values.append(bench_pad[min(len(config_suffix), len(bench_pad) - 1):])
/external/libvpx/libvpx/build/make/
Dgen_msvs_vcxproj.sh399 config_suffix=d
401 config_suffix=""
403 tag_content TargetName "${name}${lib_sfx}${config_suffix}"
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py1217 config_suffix = '-' + LDVERSION
1219 config_suffix = config_suffix + '-darwin'
1221 config_suffix = '' # Python 2.x
1232 path = os.path.join(path_to_lib, 'config' + config_suffix, 'Makefile')
/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py1230 config_suffix = '-' + LDVERSION
1232 config_suffix = config_suffix + '-darwin'
1234 config_suffix = '' # Python 2.x
1245 path = os.path.join(path_to_lib, 'config' + config_suffix, 'Makefile')