Home
last modified time | relevance | path

Searched refs:Lib (Results 1 - 25 of 54) sorted by relevance

123

/third_party/mesa3d/src/amd/addrlib/src/
H A Daddrinterface.cpp61 returnCode = Lib::Create(pAddrCreateIn, pAddrCreateOut); in AddrCreate()
87 Lib* pLib = Lib::GetLib(hLib); in AddrDestroy()
120 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeSurfaceInfo()
154 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeSurfaceAddrFromCoord()
186 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeSurfaceCoordFromAddr()
224 V1::Lib* pLi in AddrComputeHtileInfo()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DnamespaceMergedWithImportAliasNoCrash.js10 import * as Lib from './file1';
11 namespace Lib { // should fail to merge
14 Lib.foo; // should work
15 var x: Lib.Bar; // should be an error
16 export { Lib }
26 exports.Lib = void 0;
27 var Lib; variable
28 (function (Lib) {
29 Lib.foo = "";
30 })(Lib || (Li
[all...]
H A DtypeReferenceDirectives9.js4 interface Lib { x }
19 foo(): Lib;
22 function bar(): Lib;
69 foo(): Lib;
72 function bar(): Lib;
81 export declare const foo: Lib;
82 export declare const bar: Lib;
H A DtypeReferenceDirectives8.js4 interface Lib { x }
7 export function foo(): Lib { return {x: 1} }
29 export declare function foo(): Lib;
32 export declare const bar: Lib;
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib.cpp29 * @brief Contains the implementation for the Addr::Lib class.
92 * Lib::Lib
99 Lib::Lib() : in Lib() function in Addr::Lib
118 * Lib::Lib
125 Lib::Lib(const Client* pClient) : in Lib() function in Addr::Lib
145 * Lib
[all...]
H A Daddrlib.h29 * @brief Contains the Addr::Lib base class definition.
246 class Lib : public Object class
249 virtual ~Lib();
260 static Lib* GetLib(ADDR_HANDLE hLib);
291 Lib(); // Constructor is protected
292 Lib(const Client* pClient);
360 Lib(const Lib& a);
363 Lib& operator=(const Lib
[all...]
H A Daddrlib2.cpp47 const Dim2d Lib::Block256_2d[] = {{16, 16}, {16, 8}, {8, 8}, {8, 4}, {4, 4}};
49 const Dim3d Lib::Block1K_3d[] = {{16, 8, 8}, {8, 8, 8}, {8, 8, 4}, {8, 4, 4}, {4, 4, 4}};
57 * Lib::Lib
60 * Constructor for the Addr::V2::Lib class
64 Lib::Lib() in Lib() function in Addr::V2::Lib
66 Addr::Lib(), in Lib()
83 * Lib::Lib
90 Lib::Lib(const Client* pClient) Lib() function in Addr::V2::Lib
[all...]
H A Daddrlib1.cpp29 * @brief Contains the implementation for the Addr::V1::Lib base class.
46 const TileModeFlags Lib::ModeFlags[ADDR_TM_COUNT] =
82 * Lib::AddrLib1
89 Lib::Lib() in Lib() function in Addr::V1::Lib
91 Addr::Lib() in Lib()
97 * Lib::Lib
100 * Constructor for the Addr::V1::Lib class with hClient as parameter
104 Lib function in Addr::V1::Lib
[all...]
H A Daddrlib1.h30 * @brief Contains the Addr::V1::Lib class definition.
82 class Lib : public Addr::Lib class
85 virtual ~Lib();
87 static Lib* GetLib(
197 Lib(); // Constructor is protected
198 Lib(const Client* pClient);
519 Lib(const Lib& a);
522 Lib
[all...]
H A Daddrelemlib.h44 class Lib;
179 ElemLib(Lib* pAddrLib);
187 const Lib* pAddrLib);
273 Addr::Lib* const m_pAddrLib; ///< Pointer to parent addrlib instance
H A Daddrlib2.h30 * @brief Contains the Addr::V2::Lib class definition.
217 class Lib : public Addr::Lib class
220 virtual ~Lib();
222 static Lib* GetLib(
319 Lib(); // Constructor is protected
320 Lib(const Client* pClient);
980 Lib(const Lib& a);
983 Lib
[all...]
/third_party/python/Tools/buildbot/
H A Dclean.bat13 del /s "%root%\Lib\*.pyc" "%root%\Lib\*.pyo"
H A DremoteDeploy.bat45 scp -r "%PYTHON_SOURCE%Lib" "%SSH_SERVER%:%REMOTE_PYTHON_DIR%Lib"
/third_party/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp277 MY_GET_FUNC (lib.CreateDecoder, Func_CreateDecoder, lib.Lib, "CreateDecoder") in LoadCodecs()
278 MY_GET_FUNC (lib.CreateEncoder, Func_CreateEncoder, lib.Lib, "CreateEncoder") in LoadCodecs()
279 MY_GET_FUNC (lib.GetMethodProperty, Func_GetMethodProperty, lib.Lib, "GetMethodProperty") in LoadCodecs()
284 MY_GET_FUNC_LOC (getNumberOfMethods, Func_GetNumberOfMethods, lib.Lib, "GetNumberOfMethods") in LoadCodecs()
301 MY_GET_FUNC_LOC (getHashers, Func_GetHashers, lib.Lib, "GetHashers") in LoadCodecs()
407 const NDLL::CLibrary &lib = Libs.Back().Lib; in LoadFormats()
521 Func_GetModuleProp, lib.Lib, in IsSupportedDll()
600 if (lib.Lib.Load(dllPath)) in LoadDll()
620 MY_GET_FUNC_LOC (_libStartup, Func_libStartup, lib.Lib, "LibStartup") in LoadDll()
637 MY_GET_FUNC_LOC (setLargePageMode, Func_SetLargePageMode, lib.Lib, "SetLargePageMod in LoadDll()
[all...]
/third_party/elfutils/libelf/
H A Dabstract.h283 #define Lib(Bits, Ext) \ macro
284 START (Bits, Lib, Ext##Lib) \
290 END (Bits, Ext##Lib)
293 Lib (32, Ext)
295 Lib (64, Ext)
H A Dgelf_xlate.h51 TYPE (Lib, LIBELFBITS)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp210 auto Lib = sys::DynamicLibrary::getPermanentLibrary(FileName, &ErrMsg); in Load() local
211 if (!Lib.isValid()) in Load()
214 std::move(Lib), GlobalPrefix, std::move(Allow)); in Load()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DInterfaceFile.cpp56 auto Lib = detail::addEntry(ReexportedLibraries, InstallName); in addReexportedLibrary() local
57 Lib->addTarget(Target); in addReexportedLibrary()
H A DTextStub.cpp644 for (const auto &Lib : Section.AllowableClients) in denormalize()
646 File->addAllowableClient(Lib, Target); in denormalize()
648 for (const auto &Lib : Section.ReexportedLibraries) in denormalize()
650 File->addReexportedLibrary(Lib, Target); in denormalize()
936 for (const auto &Lib : CurrentSection.Values) in denormalize()
938 File->addReexportedLibrary(Lib, Target); in denormalize()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/
H A Dbuild_win32.bat6 @set LIBS=/LIBPATH:"%DXSDK_DIR%/Lib/x86" d3d10.lib d3dcompiler.lib
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/
H A Dbuild_win32.bat6 @set LIBS=/LIBPATH:"%DXSDK_DIR%/Lib/x86" d3d11.lib d3dcompiler.lib
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
H A Dbuild_win32.bat6 @set LIBS=/LIBPATH:"%DXSDK_DIR%/Lib/x86" d3d9.lib
/third_party/skia/third_party/externals/imgui/examples/example_sdl_directx11/
H A Dbuild_win32.bat6 @set LIBS=/LIBPATH:%SDL2_DIR%\lib\x86 SDL2.lib SDL2main.lib /LIBPATH:"%DXSDK_DIR%/Lib/x86" d3d11.lib d3dcompiler.lib shell32.lib
/third_party/python/PCbuild/
H A Didle.bat16 set cmd=%exedir%\%exe% %PCBUILD%\..\Lib\idlelib\idle.py %1 %2 %3 %4 %5 %6 %7 %8 %9
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DMachOObjectFile.cpp2312 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx; in guessLibraryShortName() local
2394 Lib = Name.slice(b, Idx); in guessLibraryShortName()
2398 Lib = Name.slice(b, a); in guessLibraryShortName()
2402 Lib = Name.slice(b, a); in guessLibraryShortName()
2405 if (Lib.size() >= 3) { in guessLibraryShortName()
2406 Dot = Lib.slice(Lib.size()-2, Lib.size()-1); in guessLibraryShortName()
2408 Lib = Lib in guessLibraryShortName()
[all...]

Completed in 21 milliseconds

123