Home
last modified time | relevance | path

Searched refs:dllname (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/gn/toolchain/
DBUILD.gn178 dllname = "{{output_dir}}/{{target_output_name}}{{output_extension}}"
179 libname = "${dllname}.lib"
180 pdbname = "${dllname}.pdb"
181 rspfile = "${dllname}.rsp"
183 command = "$env_setup $link /nologo /IMPLIB:$libname /DLL /OUT:$dllname /PDB:$pdbname @$rspfile"
185 dllname,
195 dllname,
/third_party/python/Lib/logging/
Dhandlers.py1085 def __init__(self, appname, dllname=None, logtype="Application"): argument
1091 if not dllname:
1092 dllname = os.path.split(self._welu.__file__)
1093 dllname = os.path.split(dllname[0])
1094 dllname = os.path.join(dllname[0], r'win32service.pyd')
1095 self.dllname = dllname
1097 self._welu.AddSourceToRegistry(appname, dllname, logtype)
/third_party/gn/src/gn/format_test_data/
D079.golden13 dllname =
D079.gn11 dllname = "{{output_dir}}/{{target_output_name}}{{output_extension}}" # e.g. foo.dll
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
DOptions.td10 def D_long : JoinedOrSeparate<["--"], "dllname">, Alias<D>;
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp568 const TCHAR* dllname[] = {_T("kernel32.dll"), _T("tlhelp32.dll")}; in GetModuleListTH32() local
580 for (i = 0; i < (sizeof(dllname) / sizeof(dllname[0])); i++) in GetModuleListTH32()
582 hToolhelp = LoadLibrary(dllname[i]); in GetModuleListTH32()
/third_party/python/Lib/test/test_import/
D__init__.py476 dllname = GetModuleFileName(sys.dllhandle)
488 shutil.copy(dllname, tmp)
/third_party/python/Doc/library/
Dlogging.handlers.rst768 .. class:: NTEventLogHandler(appname, dllname=None, logtype='Application')
772 appropriate registry entry is created using this name. The *dllname* should give
/third_party/python/Doc/install/
Dindex.rst1052 /cygwin/bin/dlltool --dllname python25.dll --def python25.def --output-lib libpython25.a
/third_party/python/Doc/whatsnew/
D3.8.rst2128 dlltool --dllname python38.dll --def tmp.def --output-lib libpython38.a