Home
last modified time | relevance | path

Searched +full:- +full:- +full:dllname (Results 1 – 25 of 43) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c1 /*===-- jitprofiling.c - JIT (Just-In-Time) Profiling API----------*- C -*-===*
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===----------------------------------------------------------------------===*
9 * This file provides Intel(R) Performance Analyzer JIT (Just-In-Time)
14 * products. Please do not reformat / re-style this code to make
17 *===----------------------------------------------------------------------===*/
77 /* Virtual stack - the struct is used as a virtual stack for each thread.
102 * The function for reporting virtual-machine related events to VTune.
108 * it will be -1 if EventSpecificData == 0 otherwise it will be 0.
133 /* initialization part - the functions have not been loaded yet. This part in iJIT_NotifyEvent()
[all …]
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.c1 /*===-- jitprofiling.c - JIT (Just-In-Time) Profiling API----------*- C -*-===*
8 *===----------------------------------------------------------------------===*
10 * This file provides Intel(R) Performance Analyzer JIT (Just-In-Time)
15 * products. Please do not reformat / re-style this code to make
18 *===----------------------------------------------------------------------===*/
79 /* Virtual stack - the struct is used as a virtual stack for each thread.
104 * The function for reporting virtual-machine related events to VTune.
110 * it will be -1 if EventSpecificData == 0 otherwise it will be 0.
135 /* initialization part - the functions have not been loaded yet. This part in iJIT_NotifyEvent()
175 if ( ((piJIT_Method_NIDS) EventSpecificData)->method_id <= 999 ) in iJIT_NotifyEvent()
[all …]
/external/skia/gn/toolchain/
DBUILD.gn16 target_ar = "$_prefix/llvm-ar.exe"
17 target_cc = "$_prefix/clang.exe --target=$ndk_target$ndk_api -fno-addrsig"
19 "$_prefix/clang++.exe --target=$ndk_target$ndk_api -fno-addrsig"
21 target_ar = "$_prefix/llvm-ar"
22 target_cc = "$_prefix/$ndk_target$ndk_api-clang"
23 target_cxx = "$_prefix/$ndk_target$ndk_api-clang++"
26 target_ar = rebase_path("$fuchsia_toolchain_path/bin/llvm-ar")
29 cflags = "--sysroot=" +
42 # large -j to Ninja (e.g. Goma build). Unfortunately this is also one of the
50 link_pool_depth = -1
[all …]
/external/perfetto/gn/standalone/toolchain/
DBUILD.gn7 # http://www.apache.org/licenses/LICENSE-2.0
23 # Note: This means that is_android=true even on a mac when cross-compiling for
52 _llvm_strip_wrapper = rebase_path("llvm-strip.py", root_build_dir)
64 # If we are using the hermetic clang toolchain llvm-objcopy from there as
65 # it works with Linux-arm cross toolchains. The |_llvm_strip_wrapper| is
66 # to set argv0 as llvm-strip. llvm-objcopy's frontend works differently
67 # when invoked as llvm-strip, pretending to be just 'strip'.
73 strip = "strip -x"
119 _target_triplet = "x86_64-apple-darwin"
121 _target_triplet = "i686-apple-darwin"
[all …]
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp1 //===- KillTheDoctor - Prevent Dr. Watson from stopping tests ---*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
19 // from popping up. When --no-user32 is passed, if any process loads user32.dll,
26 // If the subprocess exits for any reason other than successful termination, -1
31 //===----------------------------------------------------------------------===//
73 cl::opt<bool> NoUser32("no-user32",
211 array_lengthof(Filename) - 1); in GetFileNameFromHandle()
238 for (std::size_t ii = 0, e = i->size(); ii != e; ++ii) in FindProgram()
308 return -1; in main()
315 return -1; in main()
[all …]
/external/python/cpython2/Lib/logging/
Dhandlers.py1 # Copyright 2001-2013 by Vinay Sajip. All Rights Reserved.
21 Copyright (C) 2001-2013 Vinay Sajip. All Rights Reserved.
103 written to is always "app.log" - when it gets filled up, it is closed
129 for i in range(self.backupCount - 1, 0, -1):
133 #print "%s -> %s" % (sfn, dfn)
157 self.stream.seek(0, 2) #due to non-posix-compliant Windows feature
168 files are kept - the oldest ones are deleted.
178 # S - Seconds
179 # M - Minutes
180 # H - Hours
[all …]
/external/python/cpython3/Lib/logging/
Dhandlers.py1 # Copyright 2001-2021 by Vinay Sajip. All Rights Reserved.
21 Copyright (C) 2001-2021 Vinay Sajip. All Rights Reserved.
139 written to is always "app.log" - when it gets filled up, it is closed
168 for i in range(self.backupCount - 1, 0, -1):
190 # See bpo-45401: Never rollover anything other than regular files
197 self.stream.seek(0, 2) #due to non-posix-compliant Windows feature
208 files are kept - the oldest ones are deleted.
223 # S - Seconds
224 # M - Minutes
225 # H - Hours
[all …]
/external/webrtc/modules/audio_device/linux/
Dlatebindingsymboltable_linux.h4 * Use of this source code is governed by a BSD-style license
119 // (recommended to use an X-Macro to avoid duplication).
141 // This macro must be invoked in a .cc file to define a previously-declared
143 #define LATE_BINDING_SYMBOL_TABLE_DEFINE_BEGIN(ClassName, dllName) \ argument
144 const char ClassName##_kDllName[] = dllName; \
147 // (recommended to use an X-Macro to avoid duplication).
159 // Returns a reference to the given late-binded symbol, with the correct type.
162 (inst)->GetSymbol(LATESYM_INDEXOF(ClassName, sym))))
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp43 static DWORD GetDllVersion(LPCTSTR dllName) in GetDllVersion() argument
46 HINSTANCE hinstDll = LoadLibrary(dllName); in GetDllVersion()
102 if (s.Len() > 1 && s[0] == '-') in WinMain2()
139 HRESULT result = codecs->Load(); in WinMain2()
153 ecs->Init(); in WinMain2()
156 ecs->PasswordIsDefined = !password.IsEmpty(); in WinMain2()
157 ecs->Password = password; in WinMain2()
191 if (!ecs->IsOK()) in WinMain2()
/external/python/cpython3/.azure-pipelines/windows-release/
Dmingw-lib.yml2 DllToolOpt: -m i386:x86-64
3 #DllToolOpt: -m i386 --as-flags=--32
6 - powershell: |
7 …git clone https://github.com/python/cpython-bin-deps --branch binutils --single-branch --depth 1 -…
9 & "binutils\gendef.exe" $_ | Out-File -Encoding ascii tmp.def
10 …& "binutils\dlltool.exe" --dllname $($_.BaseName).dll --def tmp.def --output-lib "$($_.Directory)\…
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
DOptions.td3 def m: JoinedOrSeparate<["-"], "m">, HelpText<"Set target machine">;
4 def m_long : JoinedOrSeparate<["--"], "machine">, Alias<m>;
6 def l: JoinedOrSeparate<["-"], "l">, HelpText<"Generate an import lib">;
7 def l_long : JoinedOrSeparate<["--"], "output-lib">, Alias<l>;
9 def D: JoinedOrSeparate<["-"], "D">, HelpText<"Specify the input DLL Name">;
10 def D_long : JoinedOrSeparate<["--"], "dllname">, Alias<D>;
12 def d: JoinedOrSeparate<["-"], "d">, HelpText<"Input .def File">;
13 def d_long : JoinedOrSeparate<["--"], "input-def">, Alias<d>;
15 def k: Flag<["-"], "k">, HelpText<"Kill @n Symbol from export">;
16 def k_alias: Flag<["--"], "kill-at">, Alias<k>;
[all …]
/external/libusb/libusb/
DMakefile.am1 AUTOMAKE_OPTIONS = subdir-objects
3 AM_CFLAGS += -fvisibility=hidden $(THREAD_CFLAGS)
4 AM_CXXFLAGS += -fvisibility=hidden $(THREAD_CFLAGS)
6 lib_LTLIBRARIES = libusb-1.0.la
27 OS_WINDOWS_SRC = libusb-1.0.def libusb-1.0.rc \
72 # Dependencies for compiling libusb-1.0.lo from libusb-1.0.rc
73 -include ./$(DEPDIR)/libusb-1.0.Plo
76 all-local: .libs/libusb-1.0.dll.a
78 .libs/libusb-1.0.dll.a: libusb-1.0.def libusb-1.0.la
79 …$(AM_V_DLLTOOL)$(DLLTOOL) $(DLLTOOLFLAGS) --kill-at --input-def $< --dllname libusb-1.0.dll --outp…
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c2 IMPORTANT NOTE: IF THIS FILE IS CHANGED, WININST-6.EXE MUST BE RECOMPILED
3 WITH THE MSVC6 WININST.DSW WORKSPACE FILE MANUALLY, AND WININST-7.1.EXE MUST
4 BE RECOMPILED WITH THE MSVC 2003.NET WININST-7.1.VCPROJ FILE MANUALLY.
19 * (a kind of self-extracting zip-file)
22 * - compressed setup-data in ini-format, containing the following sections:
29 * url=http://www.python.org/sigs/distutils-sig/
33 * info= text to be displayed in the edit-box
39 * - a struct meta_data_hdr, describing the above
40 * - a zip-file, containing the modules to be installed.
44 * - the setup-data is uncompressed and written to a temporary file.
[all …]
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp1 //===-- COFFDump.cpp - COFF-specific dumper ---------------------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
11 /// \brief This file implements the COFF-specific dumper for llvm-objdump.
14 /// http://msdn.microsoft.com/en-us/library/ck9asaa9.aspx
16 //===----------------------------------------------------------------------===//
18 #include "llvm-objdump.h"
171 ResolvedSection = Obj->getCOFFSection(**Iter); in resolveSectionAndAddress()
182 uint64_t Ofs = I->getOffset(); in resolveSymbol()
184 Sym = *I->getSymbol(); in resolveSymbol()
205 if (std::error_code EC = Obj->getSectionContents(Section, Contents)) in getSectionContents()
[all …]
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp1 //===- LLVMOutputStyle.cpp ------------------------------------ *- C++ --*-===//
8 //===----------------------------------------------------------------------===//
12 #include "llvm-pdbdump.h"
131 for (auto &ModI : Dbi->modules()) { in dumpStreamSummary()
137 for (auto &NSE : Info->named_streams()) { in dumpStreamSummary()
156 else if (Dbi && StreamIdx == Dbi->getGlobalSymbolStreamIndex()) in dumpStreamSummary()
158 else if (Dbi && StreamIdx == Dbi->getPublicSymbolStreamIndex()) in dumpStreamSummary()
160 else if (Dbi && StreamIdx == Dbi->getSymRecordStreamIndex()) in dumpStreamSummary()
162 else if (Tpi && StreamIdx == Tpi->getTypeHashStreamIndex()) in dumpStreamSummary()
164 else if (Tpi && StreamIdx == Tpi->getTypeHashStreamAuxIndex()) in dumpStreamSummary()
[all …]
/external/angle/util/windows/third_party/StackWalker/src/
DStackWalker.cpp10 * 2005-07-27 v1 - First public release on http://www.codeproject.com/
12 * 2005-07-28 v2 - Changed the params of the constructor and ShowCallstack
14 * 2005-08-01 v3 - Changed to use 'CONTEXT_FULL' instead of CONTEXT_ALL
16 * - Changed to compile correctly with the PSDK of VC7.0
19 * - Added declarations to support VC5/6 without using 'dbghelp.h'
20 * - Added a 'pUserData' member to the ShowCallstack function and the
21 * PReadProcessMemoryRoutine declaration (to pass some user-defined data,
22 * which can be used in the readMemoryFunction-callback)
23 * 2005-08-02 v4 - OnSymInit now also outputs the OS-Version by default
24 * - Added example for doing an exception-callstack-walking in main.cpp
[all …]
/external/python/setuptools/setuptools/_distutils/
Dcygwinccompiler.py6 cygwin in no-cygwin mode).
14 # - create a def-file for python??.dll
15 # - create an import library using
16 # dlltool --dllname python15.dll --def python15.def \
17 # --output-lib libpython15.a
21 # * We put export_symbols in a def-file, and don't use
22 # --export-all-symbols because it doesn't worked reliable in some
32 # (ld doesn't support -shared, so we use dllwrap)
34 # - its dllwrap doesn't work, there is a bug in binutils 2.10.90
35 # see also http://sources.redhat.com/ml/cygwin/2000-06/msg01274.html
[all …]
/external/python/cpython2/Doc/library/
Dlogging.handlers.rst1 :mod:`logging.handlers` --- Logging handlers
8 .. moduleauthor:: Vinay Sajip <vinay_sajip@red-dove.com>
9 .. sectionauthor:: Vinay Sajip <vinay_sajip@red-dove.com>
16 * :ref:`Basic Tutorial <logging-basic-tutorial>`
17 * :ref:`Advanced Tutorial <logging-advanced-tutorial>`
18 * :ref:`Logging Cookbook <logging-cookbook>`
22 --------------
31 .. _stream-handler:
38 file-like object (or, more precisely, any object which supports :meth:`write`
63 .. _file-handler:
[all …]
/external/python/cpython3/Lib/distutils/
Dcygwinccompiler.py6 cygwin in no-cygwin mode).
14 # - create a def-file for python??.dll
15 # - create an import library using
16 # dlltool --dllname python15.dll --def python15.def \
17 # --output-lib libpython15.a
21 # * We put export_symbols in a def-file, and don't use
22 # --export-all-symbols because it doesn't worked reliable in some
32 # (ld doesn't support -shared, so we use dllwrap)
34 # - its dllwrap doesn't work, there is a bug in binutils 2.10.90
35 # see also http://sources.redhat.com/ml/cygwin/2000-06/msg01274.html
[all …]
/external/python/cpython2/Lib/distutils/
Dcygwinccompiler.py6 cygwin in no-cygwin mode).
14 # - create a def-file for python??.dll
15 # - create an import library using
16 # dlltool --dllname python15.dll --def python15.def \
17 # --output-lib libpython15.a
21 # * We put export_symbols in a def-file, and don't use
22 # --export-all-symbols because it doesn't worked reliable in some
32 # (ld doesn't support -shared, so we use dllwrap)
34 # - its dllwrap doesn't work, there is a bug in binutils 2.10.90
35 # see also http://sources.redhat.com/ml/cygwin/2000-06/msg01274.html
[all …]
/external/python/cpython3/Lib/test/test_import/
D__init__.py106 # _warning has no path as it's a built-in module.
120 with open(path, 'w', encoding='utf-8') as f:
129 with open(path, 'w', encoding='utf-8') as f:
139 # Brief digression to test that import is case-sensitive: if we got
147 from test import double_const # don't blink -- that *was* the test
158 with open(source, "w", encoding='utf-8') as f:
198 with open(filename, 'w', encoding='utf-8') as f:
206 # Bytecode must be relocated from the PEP 3147 bytecode-only location.
222 del sys.path[-1]
235 with open(source, "w", encoding='utf-8') as f:
[all …]
/external/python/cpython3/Doc/library/
Dlogging.handlers.rst1 :mod:`logging.handlers` --- Logging handlers
7 .. moduleauthor:: Vinay Sajip <vinay_sajip@red-dove.com>
8 .. sectionauthor:: Vinay Sajip <vinay_sajip@red-dove.com>
17 * :ref:`Basic Tutorial <logging-basic-tutorial>`
18 * :ref:`Advanced Tutorial <logging-advanced-tutorial>`
19 * :ref:`Logging Cookbook <logging-cookbook>`
21 --------------
30 .. _stream-handler:
37 file-like object (or, more precisely, any object which supports :meth:`write`
86 .. _file-handler:
[all …]
/external/python/cpython3/PC/
Dgetpathp.c5 /* ----------------------------------------------------------------
10 pythonXY._pth file alongside the program overrides these rules - see
18 * We look in the registry for "application paths" - that is, sub-keys
20 order of sub-key processing is undefined).
26 * We attempt to locate the "Python Home" - if the PYTHONHOME env var
29 - If we DO have a Python Home: The relevant sub-directories (Lib,
31 - If we DO NOT have a Python Home, the core Python Path is
35 * Iff - we can not locate the Python Home, have not had a PYTHONPATH
76 either a 'EXENAME._pth' or 'DLLNAME._pth' file, optionally including
79 ---------------------------------------------------------------- */
[all …]
/external/python/cpython3/Doc/install/
Dindex.rst3 .. _install-index:
18 :ref:`What's New <distutils-deprecated>` entry for more information.
22 :ref:`installing-index`
33 recommendations section <https://packaging.python.org/guides/tool-recommendations/>`__
37 .. _inst-intro:
54 See :ref:`installing-index` and :ref:`distributing-index` for more details.
59 .. _inst-new-standard:
62 ------------------------------------
67 in the name of the downloaded archive, e.g. :file:`foo-1.0.tar.gz` or
68 :file:`widget-0.9.7.zip`. Next, the archive will unpack into a similarly-named
[all …]
/external/python/cpython2/Doc/install/
Dindex.rst3 .. _install-index:
15 :ref:`installing-index`
29 end-user's point-of-view, describing how to extend the capabilities of a
30 standard Python installation by building and installing third-party Python
43 .. _inst-intro:
51 Python installation in the form of third-party modules. This might be necessary
55 In the past, there has been little support for adding third-party modules to an
59 This document is aimed primarily at the people who need to install third-party
60 Python modules: end-users and system administrators who just need to get some
66 the :ref:`distutils-index` manual. :ref:`debug-setup-script` may also be of
[all …]

12