Home
last modified time | relevance | path

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

12345678910>>...22

/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/
Daddrinterface.cpp62 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* pLib = V1::Lib::GetLib(hLib); in AddrComputeHtileInfo()
256 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeHtileAddrFromCoord()
289 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeHtileCoordFromAddr()
328 V1::Lib* pLib = V1::Lib::GetLib(hLib); in AddrComputeCmaskInfo()
360 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/core/
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()
79 Lib::Lib(const Client* pClient) in Lib() function in Addr::V2::Lib
81 Addr::Lib(pClient) in Lib()
94 Lib::~Lib() in ~Lib()
109 Lib* Lib::GetLib( in GetLib()
112 Addr::Lib* pAddrLib = Addr::Lib::GetLib(hLib); in GetLib()
120 return static_cast<Lib*>(hLib); in GetLib()
[all …]
Daddrlib.h247 class Lib : public Object
250 virtual ~Lib();
261 static Lib* GetLib(ADDR_HANDLE hLib);
288 Lib(); // Constructor is protected
289 Lib(const Client* pClient);
335 Lib(const Lib& a);
338 Lib& operator=(const Lib& a);
377 Lib* SiHwlInit (const Client* pClient);
378 Lib* CiHwlInit (const Client* pClient);
379 Lib* Gfx9HwlInit (const Client* pClient);
Daddrlib.cpp100 Lib::Lib() : in Lib() function in Addr::Lib
125 Lib::Lib(const Client* pClient) : in Lib() function in Addr::Lib
151 Lib::~Lib() in ~Lib()
176 ADDR_E_RETURNCODE Lib::Create( in Create()
180 Lib* pLib = NULL; in Create()
310 VOID Lib::SetChipFamily( in SetChipFamily()
333 VOID Lib::SetMinPitchAlignPixels( in SetMinPitchAlignPixels()
350 Lib* Lib::GetLib( in GetLib()
353 return static_cast<Addr::Lib*>(hLib); in GetLib()
367 ADDR_E_RETURNCODE Lib::GetMaxAlignments( in GetMaxAlignments()
[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 …]
Daddrlib1.h82 class Lib : public Addr::Lib
85 virtual ~Lib();
87 static Lib* GetLib(
197 Lib(); // Constructor is protected
198 Lib(const Client* pClient);
519 Lib(const Lib& a);
522 Lib& operator=(const Lib& a);
Daddrlib2.h91 class Lib : public Addr::Lib
94 virtual ~Lib();
96 static Lib* GetLib(
189 Lib(); // Constructor is protected
190 Lib(const Client* pClient);
789 Lib(const Lib& a);
792 Lib& operator=(const Lib& a);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-config/
Dllvm-config.cpp420 auto GetComponentLibraryNameSlice = [&](const StringRef &Lib, in main()
422 if (Lib.startswith("lib")) { in main()
424 if (Lib.endswith(StaticExt)) { in main()
426 } else if (Lib.endswith(SharedExt)) { in main()
433 Out = Lib.slice(3, Lib.size() - FromEnd); in main()
441 auto GetComponentLibraryFileName = [&](const StringRef &Lib, in main() argument
445 if (Lib == DyLibName) { in main()
449 assert(Lib.endswith(SharedExt) && "DyLib is missing suffix"); in main()
450 LibFileName = Lib; in main()
452 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/fonttools/Lib/fonttools.egg-info/
DSOURCES.txt85 Lib/fontTools/__init__.py
86 Lib/fontTools/__main__.py
87 Lib/fontTools/afmLib.py
88 Lib/fontTools/agl.py
89 Lib/fontTools/fontBuilder.py
90 Lib/fontTools/merge.py
91 Lib/fontTools/ttx.py
92 Lib/fontTools/unicode.py
93 Lib/fontTools/cffLib/__init__.py
94 Lib/fontTools/cffLib/specializer.py
[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
/external/zlib/src/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/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
D.bzrignore35 Lib/test/data/*
36 Lib/lib2to3/Grammar*.pickle
37 Lib/lib2to3/PatternGrammar*.pickle
/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/python/cpython2/RISCOS/support/
D!Boot6 <Obey$Dir>.AddToPath Python$Path PythonApp:Lib
7 <Obey$Dir>.AddToPath Python$Path PythonApp:Lib.plat-riscos
8 <Obey$Dir>.AddToPath Python$Path PythonApp:Lib.site-packages

12345678910>>...22