Searched refs:py (Results 1 – 25 of 158) sorted by relevance
1234567
/device/linaro/bootloader/edk2/BaseTools/Source/Python/ |
D | Makefile | 37 COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \ 38 $(BASE_TOOLS_PATH)\Source\Python\Common\Database.py \ 39 $(BASE_TOOLS_PATH)\Source\Python\Common\DataType.py \ 40 $(BASE_TOOLS_PATH)\Source\Python\Common\DecClassObject.py \ 41 $(BASE_TOOLS_PATH)\Source\Python\Common\Dictionary.py \ 42 $(BASE_TOOLS_PATH)\Source\Python\Common\DscClassObject.py \ 43 $(BASE_TOOLS_PATH)\Source\Python\Common\EdkIIWorkspace.py \ 44 $(BASE_TOOLS_PATH)\Source\Python\Common\EdkIIWorkspaceBuild.py \ 45 $(BASE_TOOLS_PATH)\Source\Python\Common\EdkLogger.py \ 46 $(BASE_TOOLS_PATH)\Source\Python\Common\Expression.py \ [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | README | 7 analyze_dxp.py Analyzes the result of sys.getdxp() 8 byext.py Print lines/words/chars stats of files by extension 9 byteyears.py Print product of a file's size and age 10 checkappend.py Search for multi-argument .append() calls 11 checkpyc.py Check presence and validity of ".pyc" files 12 classfix.py Convert old class syntax to new 13 cleanfuture.py Fix reduntant Python __future__ statements 14 combinerefs.py A helper for analyzing PYTHONDUMPREFS output. 15 copytime.py Copy one file's atime and mtime to another 16 crlf.py Change CRLF line endings to LF (Windows to Unix) [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
D | README | 5 beer.py Print the classic 'bottles of beer' list 6 eqfix.py Fix .py files to use the correct equality test operator 7 fact.py Factorize numbers 8 find-uname.py Search for Unicode characters using regexps 9 from.py Summarize mailbox 10 lpwatch.py Watch BSD line printer queues 11 makedir.py Like mkdir -p 12 markov.py Markov chain simulation of words or characters 13 mboxconvert.py Convert MH or MMDF mailboxes to unix mailbox format 14 morse.py Produce morse code (audible or on AIFF file) [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ |
D | README | 3 broadcast.py Broadcast the time to radio.py. 4 echosvr.py About the simplest TCP server possible. 5 finger.py Client for the 'finger' protocol. 6 ftp.py A very simple ftp client. 7 gopher.py A simple gopher client. 8 mcast.py IPv4/v6 multicast example 9 radio.py Receive time broadcasts from broadcast.py. 10 telnet.py Client for the 'telnet' protocol. 11 throughput.py Client and server to measure TCP throughput. 12 unixclient.py Unix socket example, client side [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/ |
D | PythonReadMe.txt | 94 The recommended minimum set of modules (.py, .pyc, and/or .pyo): 107 3. copy socket.py over to /Efi/StdLib/lib/python.27 on your target system. 108 4. Make sure dependent modules are present(.py) or built in(.c): 213 encodings genericpath.py sha.py 214 importlib getopt.py SimpleHTTPServer.py 215 json hashlib.py site.py 216 pydoc_data heapq.py socket.py 217 xml HTMLParser.py SocketServer.py 218 abc.py inspect.py sre.py 219 argparse.py io.py sre_compile.py [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | Py2710ReadMe.txt | 113 The recommended minimum set of modules (.py, .pyc, and/or .pyo): 235 encodings genericpath.py sha.py 236 importlib getopt.py SimpleHTTPServer.py 237 json hashlib.py site.py 238 pydoc_data heapq.py socket.py 239 xml HTMLParser.py SocketServer.py 240 abc.py inspect.py sre.py 241 argparse.py io.py sre_compile.py 242 ast.py keyword.py sre_constants.py 243 atexit.py linecache.py sre_parse.py [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/ |
D | README | 3 Complex.py Complex numbers 4 Dates.py Date manipulation package by Tim Peters 5 Dbm.py Wrapper around built-in dbm, supporting arbitrary values 6 Range.py Example of a generator: re-implement built-in range() 7 Rev.py Yield the reverse of a sequence 8 Vec.py A simple vector class 9 bitvec.py A bit-vector class by Jan-Hein B\"uhrman
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
D | README | 6 validity. The main program is "webchecker.py". See its doc string 11 - Jan 1997. First release. The module robotparser.py was written by 14 - May 1999. Sam Bayer contributed a new version, wcnew.py, which 18 - Nov 1999. Sam Bayer contributed patches to reintegrate wcnew.py 19 into webchecker.py, and corresponding mods to wcgui.py and 20 websucker.py. 22 - Mar 2004. Chris Herborth contributed a patch to let webchecker.py
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/ |
D | README | 13 docstring.py -- sample source file containing only a module docstring. 15 example.py -- module that uses the `parser' module to extract 19 simple.py -- sample source containing a "short form" definition. 21 source.py -- sample source code used to demonstrate ability to 23 and classes in example.py. 25 test_parser.py program to put the parser module through its paces. 27 test_unparse.py tests for the unparse module 29 unparse.py AST (2.7) based example to recreate source code
|
D | FILES | 3 Lib/AST.py 4 Lib/symbol.py 5 Lib/token.py
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/ |
D | Makefile | 31 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MISC/ build/ 39 $(PYTHON) gencodec.py python-mappings/ build/ 42 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MICSFT/WINDOWS/ build/ 47 $(PYTHON) gencodec.py MAPPINGS/ISO8859/ build/ iso 51 $(PYTHON) gencodec.py MAPPINGS/VENDORS/APPLE/ build/ mac_ 65 $(RM) build/mac_arabic.py 72 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MICSFT/EBCDIC/ build/ 76 $(PYTHON) gencjkcodecs.py build/
|
D | genwincodecs.bat | 7 c:\python26\python genwincodec.py 720 > build/cp720.py
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | Android.bp | 94 tool_files: ["gen_entries.py"], 95 …cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcarg… 102 tool_files: ["gen_entries.py"], 103 …cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcarg… 110 tool_files: ["gen_entries.py"], 111 …cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcarg… 118 tool_files: ["gen_entries.py"], 119 …cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcarg… 126 tool_files: ["gen_entries.py"], 127 …cmd: "python device/generic/opengl-transport/host/libs/virglrenderer/gen_entries.py --mode=funcarg… [all …]
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/ |
D | SplitFspBinUserManual.md | 1 # SplitFspBin.py is a python script to support some operations on Intel FSP 2.0 image. 18 **python SplitFspBin.py split [-h] -f FSPBINARY [-o OUTPUTDIR] [-n NAMETEMPLATE]** 22 `python SplitFspBin.py split -f FSP.bin` 31 …**python SplitFspBin.py rebase [-h] -f FSPBINARY -c {t,m,s,o} [{t,m,s,o} ...] -b FSPBASE [FSPBASE … 35 `python SplitFspBin.py rebase -f FSP.bin –c t –b 0xFFF00000 –n FSP_new.bin` 40 `python SplitFspBin.py rebase -f FSP.bin –c t m –b 0xFFF00000 0xFEF80000 –n FSP_new.bin` 50 **Python SplitFspBin.py genhdr [-h] -f FSPBINARY [-o OUTPUTDIR] [-n HFILENAME]** 54 `python SplitFspBin.py genhdr -f FSP.bin –n FSP.h` 63 **Python SplitFspBin.py info [-h] -f FSPBINARY** 67 `python SplitFspBin.py info -f FSP.bin`
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
D | README | 13 rcvs.py Remote CVS client command line interface 15 cvslib.py CVS admin files classes (used by rrcs) 16 cvslock.py CVS locking algorithms 22 rrcs.py Remote RCS client command line interface 24 rcsclient.py Return an RCSProxyClient instance 27 RCSProxy.py RCS proxy and server classes (on top of rcslib.py) 29 rcslib.py Local-only RCS base class (affects stdout & 35 sumtree.py Old demo for FSProxy 36 cmptree.py First FSProxy client (used to sync from the Mac) 37 FSProxy.py Filesystem interface classes [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/ |
D | README | 2 - py2_test_grammar.py -- test file that exercises most/all of Python 2.x's grammar. 3 - py3_test_grammar.py -- test file that exercises most/all of Python 3.x's grammar. 4 - infinite_recursion.py -- test file that causes lib2to3's faster recursive pattern matching 6 - fixes/ -- for use by test_refactor.py
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/ |
D | README | 8 cgi1.py -- A Python script to test your server is configured for CGI 9 cgi2.py -- A Python script showing how to parse a form 10 cgi3.py -- A Python script for driving an arbitrary CGI application 11 wiki.py -- Sample CGI application: a minimal Wiki implementation
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/ |
D | README | 13 the configuration module, faqconf.py. 20 faqw.py executable script to be edited and installed in cgi-bin 21 faqwiz.py main module, lives in same directory as FAQ entry files 22 faqconf.py main configuration module 23 faqcust.py additional local customization module (optional) 60 Edit faqconf.py to reflect your setup. You only need to edit the top 63 faqcust.py and leave faqconf.py alone. This is essential if you are 69 Next, edit faqw.py to reflect the pathname of your Python interpreter 71 install faqw.py in your cgi-bin directory. Make sure that it is 78 http://your.web.server/cgi-bin/faqw.py [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
D | README | 4 compile.py Demo that compiles a Python module into a .pyc file 7 demo.py Prints the names of all the methods defined in a module, 11 dumppyc.py Dumps the contents of a .pyc file, printing 15 regrtest.py Runs the Python test suite using bytecode generated
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
D | Makefile | 27 UPT_BUILDVERSION_PYTHON=$(SOURCES_PATH)\BuildVersion.py 34 $(BIN_DIR)\UPT.exe: $(SOURCES_PATH)\UPT.py $(UPT_BUILDVERSION_PYTHON) 35 …@pushd . & @cd build & @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) UPT.py & @…
|
/device/linaro/bootloader/edk2/BaseTools/Tests/ |
D | GNUmakefile | 17 @if command -v python2 >/dev/null 2>&1; then python2 RunTests.py; else python RunTests.py; fi
|
/device/linaro/bootloader/edk2/BaseTools/ |
D | BuildNotes.txt | 46 lines to convert MyBuild.py to MyBuild.exe (note this is an example, there is 50 …codings.gbk,encodings.utf_16,encodings.utf_16_le,encodings.utf_8 --install-dir=.\mybuild MyBuild.py 59 …utf_16,encodings.utf_16_le,encodings.utf_8 --install-dir=C:\Work\BaseTools\Bin\Win32 build\build.py 80 build <buildtools_project>/BaseTools/Source/Python/build/build.py 81 GenFds <buildtools_project>/BaseTools/Source/Python/GenFds/GenFds.py 82 Trim <buildtools_project>/BaseTools/Source/Python/Trim/Trim.py 83 …grationMsa2Inf <buildtools_project>/BaseTools/Source/Python/MigrationMsa2Inf/MigrationMsa2Inf.py 84 UPT <buildtools_project>/BaseTools/Source/Python/UPT/UPT.py
|
/device/google/crosshatch/audio/ |
D | generate_bin.sh | 4 python3.5 convert_config_string.py txt 20180509_100_Blueline_Stereo_Protect.h crus_sp_config_b1_rx.… 7 python3.5 convert_config_string.py txt 20180509_Crosshatch_Protect_24bit.h crus_sp_config_c1_rx.bin…
|
/device/google/bonito/audio/ |
D | generate_bin.sh | 4 python3.5 convert_config_string.py txt 20180509_100_Sargo_Stereo_Protect.h crus_sp_config_b1_rx.bin… 7 python3.5 convert_config_string.py txt 20180509_Bonito_Protect_24bit.h crus_sp_config_c1_rx.bin cru…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/ |
D | README | 4 The basic idea is that each package contains a _checkversion.py 11 The checkversions.py script walks through the installed Python tree (or 12 through a tree of choice), and runs each _checkversion.py script. These 16 A boilerplate for the _checkversion.py file can be found here. Replace 29 matched against the string contained in the _checkversion.py script. 34 Pycheckversion.py is the module that does the actual checking of versions.
|
1234567