/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | visitor.py | 72 examples = {} variable in ExampleASTVisitor 87 if klass not in self.examples: 88 self.examples[klass] = klass
|
/device/google/accessory/demokit/ |
D | make-download.sh | 28 mkdir -p ADK_release_${dateStamp}/arduino_libs/AndroidAccessory/examples 32 cp -r demokit/firmware/* ADK_release_${dateStamp}/arduino_libs/AndroidAccessory/examples
|
D | README | 11 /examples/demokit DemoKit sketch for the ADK board
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/ |
D | README | 9 can also be considered good examples of how to write Python code. 16 cgi CGI examples (see also ../Tools/faqwiz/.) 18 classes Some examples of how to use classes.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | INDEX | 10 test/example.c zlib usages examples for build testing 65 See examples/README.examples
|
D | ChangeLog | 35 - Clean up examples/gzlog.[ch] comparisons of different types 38 - Fix memory allocation error in examples/zran.c [Nor] 41 - Check for input buffer malloc failure in examples/gzappend.c 102 - Add source directory in CMakeLists.txt for building examples 452 - Remove examples/pigz.c (available separately) 453 - Update examples/gun.c to 1.6 501 - Add pigz.c (parallel implementation of gzip) to examples/ 510 - Added enough.c (calculation of ENOUGH for inftrees.h) to examples/ 517 - Put new version of gzlog (2.0) in examples with interruption recovery 602 - Set examples/zpipe.c input and output to binary mode for Windows [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/ |
D | README | 5 complete source code for Python extension module. For examples of its
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_doctest2.txt | 13 This doesn't cause a problem in the tect surrounding the examples, but
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | doctest.py | 478 def __init__(self, examples, globs, name, filename, lineno, docstring): argument 483 assert not isinstance(examples, basestring), \ 485 self.examples = examples 493 if len(self.examples) == 0: 494 examples = 'no examples' 495 elif len(self.examples) == 1: 496 examples = '1 example' 498 examples = '%d examples' % len(self.examples) 500 (self.name, self.filename, self.lineno, examples)) 1218 for examplenum, example in enumerate(test.examples): [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/ |
D | README | 11 (For straightforward examples of basic class features, such as use of
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | CommandLine.py | 281 examples = '' variable in Application 592 if self.examples: 595 print string.strip(self.examples % self.__dict__)
|
D | README | 82 --examples show examples of usage
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/ |
D | README | 4 It also contains examples for the AST parser.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | ddAbs.decTest | 63 -- examples from decArith
|
D | dqAbs.decTest | 63 -- examples from decArith
|
D | copysign.decTest | 28 -- Sanity check, and examples from decArith
|
D | abs.decTest | 75 -- examples from decArith
|
D | ddReduce.decTest | 140 -- examples from decArith
|
D | logb.decTest | 30 -- basics & examples
|
D | dqReduce.decTest | 141 -- examples from decArith
|
D | invert.decTest | 28 -- Sanity check (truth table), and examples from decArith
|
D | tointegral.decTest | 165 -- examples
|
D | scaleb.decTest | 202 -- Krah examples
|
D | log10.decTest | 31 -- examples in specification 42 -- basics (examples in specification, etc.)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/ |
D | meta-vladimir.txt | 9 > building-on-examples-tends-to-prevent-abstract-thrashing-ly y'rs - tim 16 programming model, examples and, perhaps, more popular terms.
|