/external/python/cpython2/RISCOS/ |
D | Makefile | 62 @.^.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/ |
D | tinyxml2.sln | 12 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/ |
D | pstats.pck | 2 _compile_info(iig�h㈵��>g�����>(u'/home/gbr/devel/python/Lib/sre_parse.pyi�… 3 …/home/gbr/devel/python/Lib/sre_compile.pyicu_simple(irirg?�̔��?ghUMu?(u… 11 …Lib/sre_parse.pyi�u_parse(i|i|g�ͮ{+R?gǟ�lXSy?0(u4/home/gbr/devel/python/L…
|
/external/python/cpython2/PC/VS7.1/ |
D | python.iss | 96 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 …]
|
D | python20.wse | 987 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 | .gitattributes | 4 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 | .hgeol | 33 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 | .bzrignore | 36 Lib/test/data/* 37 Lib/lib2to3/Grammar*.pickle 38 Lib/lib2to3/PatternGrammar*.pickle
|
D | .gitignore | 21 Lib/distutils/command/*.pdb 22 Lib/lib2to3/*.pickle 23 Lib/test/data/*
|
D | .hgtouch | 5 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/ |
D | llvm-config.cpp | 410 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/ |
D | mcmillan.bat | 6 …Lib\encodings;C:\Python23\Lib\site-packages\FontTools\fontTools\encodings;C:\Python23\Lib\site-pac…
|
/external/turbine/javatests/com/google/turbine/lower/testdata/ |
D | deficient_types_classfile.test | 1 %%% 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;
|
D | byte.test | 1 %%% lib/Lib.java %%% 4 public class Lib { 12 import lib.Lib; 15 Lib i;
|
D | byte2.test | 1 %%% lib/Lib.java %%% 4 public class Lib { 12 import lib.Lib; 15 Lib.Inner i;
|
D | bytetyparam.test | 13 %%% lib/Lib.java %%% 16 public class Lib<K> { 24 import lib.Lib; 27 Lib<String>.Inner.IInner i() { return null; }
|
/external/zlib/src/old/ |
D | visual-basic.txt | 32 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/ |
D | FILES | 3 Lib/AST.py 4 Lib/symbol.py 5 Lib/token.py
|
/external/python/cpython2/ |
D | .hgeol | 34 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 | .bzrignore | 35 Lib/test/data/* 36 Lib/lib2to3/Grammar*.pickle 37 Lib/lib2to3/PatternGrammar*.pickle
|
/external/python/cpython2/RISCOS/support/ |
D | !Boot | 6 <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/ |
D | LinkItems.cpp | 74 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/ |
D | sanitizer_libignore.cc | 31 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/ |
D | XmlDump.pm | 326 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/ |
D | clean.bat | 13 del /s "%root%\Lib\*.pyc" "%root%\Lib\*.pyo"
|