Home
last modified time | relevance | path

Searched refs:Lib (Results 1 – 25 of 629) sorted by relevance

12345678910>>...26

/external/python/cpython2/RISCOS/
DMakefile62 @.^.Lib.array/pyd\
63 @.^.Lib.audioop/pyd\
64 @.^.Lib.binascii/pyd\
65 @.^.Lib.bz2/pyd\
66 @.^.Lib.cmath/pyd\
67 @.^.Lib.cPickle/pyd\
68 @.^.Lib.cStringIO/pyd\
69 @.^.Lib.datetime/pyd\
70 @.^.Lib.errno/pyd\
71 @.^.Lib.imageop/pyd\
[all …]
/external/mesa3d/src/amd/addrlib/src/
Daddrinterface.cpp62 returnCode = Lib::Create(pAddrCreateIn, pAddrCreateOut); in AddrCreate()
88 Lib* pLib = Lib::GetLib(hLib); in AddrDestroy()
121 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeSurfaceInfo()
155 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeSurfaceAddrFromCoord()
187 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeSurfaceCoordFromAddr()
225 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeHtileInfo()
257 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeHtileAddrFromCoord()
290 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeHtileCoordFromAddr()
329 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeCmaskInfo()
361 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeCmaskAddrFromCoord()
[all …]
/external/tinyxml2/tinyxml2/
Dtinyxml2.sln12 Debug-Lib|Win32 = Debug-Lib|Win32
13 Debug-Lib|x64 = Debug-Lib|x64
16 Release-Lib|Win32 = Release-Lib|Win32
17 Release-Lib|x64 = Release-Lib|x64
24 {D1C528B6-AA02-4D29-9D61-DC08E317A70D}.Debug-Lib|Win32.ActiveCfg = Debug-Lib|Win32
25 {D1C528B6-AA02-4D29-9D61-DC08E317A70D}.Debug-Lib|Win32.Build.0 = Debug-Lib|Win32
26 {D1C528B6-AA02-4D29-9D61-DC08E317A70D}.Debug-Lib|x64.ActiveCfg = Debug-Lib|x64
27 {D1C528B6-AA02-4D29-9D61-DC08E317A70D}.Debug-Lib|x64.Build.0 = Debug-Lib|x64
32 {D1C528B6-AA02-4D29-9D61-DC08E317A70D}.Release-Lib|Win32.ActiveCfg = Release-Lib|Win32
33 {D1C528B6-AA02-4D29-9D61-DC08E317A70D}.Release-Lib|Win32.Build.0 = Release-Lib|Win32
[all …]
/external/python/cpython3/Lib/test/
Dpstats.pck2 ���_compile_info(���i���i���g�h㈵��>g�����>(���u'���/home/gbr/devel/python/Lib/sre_parse.pyi���…
3 …��/home/gbr/devel/python/Lib/sre_compile.pyic��u���_simple(���ir���ir���g?�̔��?ghUMu?(���u…
11Lib/sre_parse.pyi���u���_parse(���i|��i|��g�ͮ{+R?gǟ�lXSy?0(���u4���/home/gbr/devel/python/L…
/external/python/cpython2/PC/VS7.1/
Dpython.iss96 Name: test; Description: Python test suite (Lib\test\); Types: normal
173 Source: Lib\*.py; DestDir: {app}\Lib; CopyMode: alwaysoverwrite; Components: main
174 Source: Lib\compiler\*.*; DestDir: {app}\Lib\compiler; CopyMode: alwaysoverwrite; Components: main;…
175 Source: Lib\distutils\*.*; DestDir: {app}\Lib\distutils; CopyMode: alwaysoverwrite; Components: mai…
176 Source: Lib\email\*.*; DestDir: {app}\Lib\email; CopyMode: alwaysoverwrite; Components: main; Flags…
177 Source: Lib\encodings\*.*; DestDir: {app}\Lib\encodings; CopyMode: alwaysoverwrite; Components: mai…
178 Source: Lib\hotshot\*.*; DestDir: {app}\Lib\hotshot; CopyMode: alwaysoverwrite; Components: main; F…
179 Source: Lib\lib-old\*.*; DestDir: {app}\Lib\lib-old; CopyMode: alwaysoverwrite; Components: main; F…
180 Source: Lib\xml\*.*; DestDir: {app}\Lib\xml; CopyMode: alwaysoverwrite; Components: main; Flags: re…
181 Source: Lib\hotshot\*.*; DestDir: {app}\Lib\hotshot; CopyMode: alwaysoverwrite; Components: main; F…
[all …]
/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib.cpp100 Lib::Lib() : in Lib() function in Addr::Lib
124 Lib::Lib(const Client* pClient) : in Lib() function in Addr::Lib
149 Lib::~Lib() in ~Lib()
174 ADDR_E_RETURNCODE Lib::Create( in Create()
178 Lib* pLib = NULL; in Create()
317 VOID Lib::SetChipFamily( in SetChipFamily()
340 VOID Lib::SetMinPitchAlignPixels( in SetMinPitchAlignPixels()
357 VOID Lib::SetMaxAlignments() in SetMaxAlignments()
374 Lib* Lib::GetLib( in GetLib()
377 return static_cast<Addr::Lib*>(hLib); in GetLib()
[all …]
Daddrlib.h247 class Lib : public Object
250 virtual ~Lib();
261 static Lib* GetLib(ADDR_HANDLE hLib);
292 Lib(); // Constructor is protected
293 Lib(const Client* pClient);
361 Lib(const Lib& a);
364 Lib& operator=(const Lib& a);
407 Lib* SiHwlInit (const Client* pClient);
408 Lib* CiHwlInit (const Client* pClient);
409 Lib* Gfx9HwlInit (const Client* pClient);
[all …]
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}};
64 Lib::Lib() in Lib() function in Addr::V2::Lib
66 Addr::Lib(), in Lib()
90 Lib::Lib(const Client* pClient) in Lib() function in Addr::V2::Lib
92 Addr::Lib(pClient), in Lib()
116 Lib::~Lib() in ~Lib()
131 Lib* Lib::GetLib( in GetLib()
134 Addr::Lib* pAddrLib = Addr::Lib::GetLib(hLib); in GetLib()
142 return static_cast<Lib*>(hLib); in GetLib()
[all …]
Daddrlib1.cpp47 const TileModeFlags Lib::ModeFlags[ADDR_TM_COUNT] =
90 Lib::Lib() in Lib() function in Addr::V1::Lib
92 Addr::Lib() in Lib()
105 Lib::Lib(const Client* pClient) in Lib() function in Addr::V1::Lib
107 Addr::Lib(pClient) in Lib()
120 Lib::~Lib() in ~Lib()
135 Lib* Lib::GetLib( in GetLib()
138 Addr::Lib* pAddrLib = Addr::Lib::GetLib(hLib); in GetLib()
147 return static_cast<Lib*>(hLib); in GetLib()
167 ADDR_E_RETURNCODE Lib::ComputeSurfaceInfo( in ComputeSurfaceInfo()
[all …]
/external/llvm-project/llvm/tools/llvm-config/
Dllvm-config.cpp446 auto GetComponentLibraryNameSlice = [&](const StringRef &Lib, in main()
448 if (Lib.startswith("lib")) { in main()
450 if (Lib.endswith(StaticExt)) { in main()
452 } else if (Lib.endswith(SharedExt)) { in main()
459 Out = Lib.slice(3, Lib.size() - FromEnd); in main()
467 auto GetComponentLibraryFileName = [&](const StringRef &Lib, in main() argument
471 if (Lib == DyLibName) { in main()
475 assert(Lib.endswith(SharedExt) && "DyLib is missing suffix"); in main()
476 LibFileName = std::string(Lib); in main()
478 LibFileName = (SharedPrefix + Lib + "." + SharedExt).str(); in main()
[all …]
/external/llvm/tools/llvm-config/
Dllvm-config.cpp410 auto GetComponentLibraryNameSlice = [&](const StringRef &Lib, in main()
412 if (Lib.startswith("lib")) { in main()
414 if (Lib.endswith(StaticExt)) { in main()
416 } else if (Lib.endswith(SharedExt)) { in main()
423 Out = Lib.slice(3, Lib.size() - FromEnd); in main()
431 auto GetComponentLibraryFileName = [&](const StringRef &Lib, in main() argument
435 LibFileName = (SharedPrefix + Lib + "." + SharedExt).str(); in main()
438 LibFileName = (StaticPrefix + Lib + "." + StaticExt).str(); in main()
592 for (auto &Lib : MissingLibs) in main() local
593 errs() << "llvm-config: error: missing: " << Lib << "\n"; in main()
[all …]
/external/turbine/javatests/com/google/turbine/lower/testdata/
Ddeficient_types_classfile.test1 %%% Lib.java %%%
2 class Lib {
10 static final String A = "" + Lib.C;
11 static final String B = "" + Lib.S;
12 static final String C = "" + Lib.B;
Dbyte.test1 %%% lib/Lib.java %%%
4 public class Lib {
12 import lib.Lib;
15 Lib i;
Dbyte2.test1 %%% lib/Lib.java %%%
4 public class Lib {
12 import lib.Lib;
15 Lib.Inner i;
Dbytetyparam.test13 %%% lib/Lib.java %%%
16 public class Lib<K> {
24 import lib.Lib;
27 Lib<String>.Inner.IInner i() { return null; }
/external/python/cpython3/
D.gitattributes21 Lib/test/sndhdrdata/sndhdr.* binary
25 Lib/test/cjkencodings/* -text
26 Lib/test/decimaltestdata/*.decTest -text
27 Lib/test/test_email/data/*.txt -text
28 Lib/test/xmltestdata/* -text
29 Lib/test/coding20731.py -text
30 Lib/test/test_importlib/data01/* -text
60 Lib/token.py linguist-generated=true
D.gitignore40 !Lib/distutils/command/*.exe
57 Lib/distutils/command/*.pdb
58 Lib/lib2to3/*.pickle
59 Lib/test/data/*
60 !Lib/test/data/README
/external/rust/crates/libz-sys/src/zlib/old/
Dvisual-basic.txt32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr
38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As
40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As
43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As
46 Declare Function gzclose Lib "ZLIB.DLL" (ByVal file As
49 Declare Function compress Lib "ZLIB32.DLL"
52 Declare Function uncompress Lib "ZLIB32.DLL"
55 Declare Function gzopen Lib "ZLIB32.DLL"
57 Declare Function gzread Lib "ZLIB32.DLL"
[all …]
/external/python/cpython3/kokoro/
D0001-Enable-arm64-builds.patch10 Lib/_osx_support.py | 8 +-------
13 diff --git a/Lib/_osx_support.py b/Lib/_osx_support.py
15 --- a/Lib/_osx_support.py
16 +++ b/Lib/_osx_support.py
/external/python/cpython2/
D.gitattributes21 Lib/test/sndhdrdata/sndhdr.* binary
24 Lib/test/cjkencodings/* -text
25 Lib/test/decimaltestdata/*.decTest -text
26 Lib/email/test/data/*.txt -text
27 Lib/test/xmltestdata/* -text
/external/python/cpython3/.github/
DCODEOWNERS36 /Lib/html/ @ezio-melotti
37 /Lib/_markupbase.py @ezio-melotti
38 /Lib/test/test_html*.py @ezio-melotti
59 Lib/test/test_time.py @pganssle @abalkin
79 /Lib/test/test_peg_generator/ @pablogsal @lysnikolaou
85 /Lib/subprocess.py @gpshead
86 /Lib/test/test_subprocess.py @gpshead
/external/python/cpython2/Demo/parser/
DFILES3 Lib/AST.py
4 Lib/symbol.py
5 Lib/token.py
/external/python/cpython2/Misc/NEWS.d/next/Tests/
D2018-05-30-00-39-57.bpo-29512.EHrDzs.rst1 Rename Lib/test/bisect.py to Lib/test/bisect_cmd.py. The old name was in
2 conflict with Lib/bisect.py, causing test failures, depending how tests
/external/llvm-project/llvm/test/tools/llvm-lib/
Dtool-name.test6 ## See D44808, MSBuild runs Lib.exe
7 # RUN: ln -s llvm-lib %t/Lib.exe
11 # RUN: %t/Lib.exe '/?' | FileCheck %s
/external/fonttools/
DREADME.rst80 - ``Lib/fontTools/misc/etree.py``
89 - ``Lib/fontTools/ufoLib``
101 - ``Lib/fontTools/ttLib/woff2.py``
110 - ``Lib/fontTools/ttLib/sfnt.py``
120 - ``Lib/fontTools/unicode.py``
134 - ``Lib/fontTools/varLib/interpolatable.py``
149 - ``Lib/fontTools/varLib/plot.py``
157 - ``Lib/fontTools/misc/symfont.py``
166 - ``Lib/fontTools/t1Lib.py``
177 - ``Lib/fontTools/ttLib/removeOverlaps.py``
[all …]

12345678910>>...26