Searched refs:dllname (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/gn/toolchain/ |
D | BUILD.gn | 178 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/ |
D | handlers.py | 1085 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/ |
D | 079.golden | 13 dllname =
|
D | 079.gn | 11 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/ |
D | Options.td | 10 def D_long : JoinedOrSeparate<["--"], "dllname">, Alias<D>;
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 568 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__.py | 476 dllname = GetModuleFileName(sys.dllhandle) 488 shutil.copy(dllname, tmp)
|
/third_party/python/Doc/library/ |
D | logging.handlers.rst | 768 .. 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/ |
D | index.rst | 1052 /cygwin/bin/dlltool --dllname python25.dll --def python25.def --output-lib libpython25.a
|
/third_party/python/Doc/whatsnew/ |
D | 3.8.rst | 2128 dlltool --dllname python38.dll --def tmp.def --output-lib libpython38.a
|