Home
last modified time | relevance | path

Searched +full:get +full:- +full:filehash (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/msilib/
D__init__.py1 # -*- coding: iso-8859-1 -*-
46 index -= 1
184 assert re.match("^[A-Za-z_][A-Za-z0-9_.]*$", str), "FILE"+str
235 specifies the default flags that new components get."""
296 prefix = "".join(parts[:-1]).upper()
297 suffix = parts[-1].upper()
326 prefix = prefix[:-1]
364 # filehash = FileHash(absolute, 0)
366 # [(logical, 0, filehash.IntegerData(1),
367 # filehash.IntegerData(2), filehash.IntegerData(3),
[all …]
/external/python/cpython3/Lib/msilib/
D__init__.py45 index -= 1
181 assert re.match("^[A-Za-z_][A-Za-z0-9_.]*$", str), "FILE"+str
232 specifies the default flags that new components get."""
293 prefix = "".join(parts[:-1]).upper()
294 suffix = parts[-1].upper()
323 prefix = prefix[:-1]
361 # filehash = FileHash(absolute, 0)
363 # [(logical, 0, filehash.IntegerData(1),
364 # filehash.IntegerData(2), filehash.IntegerData(3),
365 # filehash.IntegerData(4))])
/external/python/google-api-python-client/docs/dyn/
Dcloudbuild_v1.projects.triggers.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcloudbuild_v1.projects.builds.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/python/cpython2/Tools/msi/
Dmsilib.py56 win32com.client.gencache.EnsureModule('{000C1092-0000-0000-C000-000000000046}', 1033, 1, 0)
60 win32com.client.gencache.EnsureModule('{0ADDA82F-2C26-11D2-AD65-00A0C9AF11A6}', 0, 1, 0)
62 win32com.client.gencache.EnsureModule('{0ADDA82F-2C26-11D2-AD65-00A0C9AF11A6}', 0, 2, 0)
70 resultCLSID='{000C1090-0000-0000-C000-000000000046}')
95 index -= 1
230 bytes = bytes.encode("latin-1") # binary data represented "as-is"
340 str = str.replace("-", "_")
344 assert re.match("^[A-Za-z_][A-Za-z0-9_.]*$", str), "FILE"+str
372 if full.find(" ")!=-1:
402 cmd = r'"%s" -m lzx:21 n %s.cab @%s.txt' % (cabarc, self.name, self.name)
[all …]
/external/Microsoft-GSL/
Dappveyor.yml4 - x86
5 - x64
8 - Debug
9 - Release
12 - Visual Studio 2015
13 - Visual Studio 2017
18 NINJA_PATH: C:\Tools\ninja\ninja-%NINJA_TAG%
22 - GSL_CXX_STANDARD: 14
25 - GSL_CXX_STANDARD: 17
28 - GSL_CXX_STANDARD: 14
[all …]