Home
last modified time | relevance | path

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

12345678910>>...21

/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/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 …]
Dpython20.wse987 Text=Python test suite (Lib/test/)
992 Text French=Python test suite (Lib/test/)
997 Text German=Python test suite (Lib/test/)
1002 Text Spanish=Python test suite (Lib/test/)
1007 Text Italian=Python test suite (Lib/test/)
1932 Text=Libraries (Lib/)
1936 Destination=%MAINDIR%\Lib
1944 Destination=%MAINDIR%\Lib\bsddb
1952 Destination=%MAINDIR%\Lib\compiler
1960 Destination=%MAINDIR%\Lib\distutils
[all …]
/external/python/cpython3/
D.gitattributes4 Lib/test/cjkencodings/* binary
5 Lib/test/decimaltestdata/*.decTest binary
6 Lib/test/sndhdrdata/sndhdr.* binary
7 Lib/test/test_email/data/msg_26.txt binary
8 Lib/test/xmltestdata/* binary
9 Lib/venv/scripts/nt/* binary
10 Lib/test/coding20731.py binary
D.hgeol33 Lib/test/cjkencodings/* = BIN
34 Lib/test/decimaltestdata/*.decTest = BIN
35 Lib/test/sndhdrdata/sndhdr.* = BIN
36 Lib/test/test_email/data/msg_26.txt = BIN
37 Lib/test/xmltestdata/* = BIN
39 Lib/venv/scripts/nt/* = BIN
41 Lib/test/coding20731.py = BIN
D.bzrignore36 Lib/test/data/*
37 Lib/lib2to3/Grammar*.pickle
38 Lib/lib2to3/PatternGrammar*.pickle
D.gitignore21 Lib/distutils/command/*.pdb
22 Lib/lib2to3/*.pickle
23 Lib/test/data/*
D.hgtouch5 Python/importlib.h: Lib/importlib/_bootstrap.py Programs/_freeze_importlib.c
7 Include/opcode.h: Lib/opcode.py Tools/scripts/generate_opcode_h.py
12 Python/opcode_targets.h: Python/makeopcodetargets.py Lib/opcode.py
/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/Windows/
Dmcmillan.bat6Lib\encodings;C:\Python23\Lib\site-packages\FontTools\fontTools\encodings;C:\Python23\Lib\site-pac…
/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/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/Demo/parser/
DFILES3 Lib/AST.py
4 Lib/symbol.py
5 Lib/token.py
/external/python/cpython2/
D.hgeol34 Lib/email/test/data/msg_26.txt = BIN
35 Lib/test/cjkencodings/* = BIN
36 Lib/test/decimaltestdata/*.decTest = BIN
37 Lib/test/sndhdrdata/sndhdr.* = BIN
D.bzrignore35 Lib/test/data/*
36 Lib/lib2to3/Grammar*.pickle
37 Lib/lib2to3/PatternGrammar*.pickle
/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
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkItems.cpp74 bool Linker::LinkInLibrary(StringRef Lib, bool& is_native) { in LinkInLibrary() argument
77 sys::Path Pathname = FindLib(Lib); in LinkInLibrary()
79 return error("Cannot find library '" + Lib.str() + "'"); in LinkInLibrary()
87 return warning("Supposed library '" + Lib.str() + "' isn't a library."); in LinkInLibrary()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_libignore.cc31 Lib *lib = &libs_[count_++]; in AddIgnoredLibrary()
45 Lib *lib = &libs_[i]; in OnLibraryLoaded()
56 Lib *lib = &libs_[i]; in OnLibraryLoaded()
/external/abi-compliance-checker/modules/Internals/
DXmlDump.pm326 foreach my $Lib (sort {lc($a) cmp lc($b)} @Libs)
328 $ABI_DUMP .= openTag("library", "name", $Lib);
329 foreach my $Symbol (sort {lc($a) cmp lc($b)} keys(%{$ABI->{"Symbols"}{$Lib}}))
331 if((my $Size = $ABI->{"Symbols"}{$Lib}{$Symbol})<0)
348 foreach my $Lib (sort {lc($a) cmp lc($b)} @DepLibs)
350 $ABI_DUMP .= openTag("library", "name", $Lib);
351 foreach my $Symbol (sort {lc($a) cmp lc($b)} keys(%{$ABI->{"DepSymbols"}{$Lib}}))
353 if((my $Size = $ABI->{"DepSymbols"}{$Lib}{$Symbol})<0)
/external/python/cpython2/Tools/buildbot/
Dclean.bat13 del /s "%root%\Lib\*.pyc" "%root%\Lib\*.pyo"

12345678910>>...21