Home
last modified time | relevance | path

Searched refs:examples (Results 1 – 25 of 92) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dvisitor.py72 examples = {} variable in ExampleASTVisitor
87 if klass not in self.examples:
88 self.examples[klass] = klass
/device/google/accessory/demokit/
Dmake-download.sh28 mkdir -p ADK_release_${dateStamp}/arduino_libs/AndroidAccessory/examples
32 cp -r demokit/firmware/* ADK_release_${dateStamp}/arduino_libs/AndroidAccessory/examples
DREADME11 /examples/demokit DemoKit sketch for the ADK board
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/
DREADME9 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/
DINDEX10 test/example.c zlib usages examples for build testing
65 See examples/README.examples
DChangeLog35 - 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/
DREADME5 complete source code for Python extension module. For examples of its
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_doctest2.txt13 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/
Ddoctest.py478 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/
DREADME11 (For straightforward examples of basic class features, such as use of
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DCommandLine.py281 examples = '' variable in Application
592 if self.examples:
595 print string.strip(self.examples % self.__dict__)
DREADME82 --examples show examples of usage
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
DREADME4 It also contains examples for the AST parser.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/
DddAbs.decTest63 -- examples from decArith
DdqAbs.decTest63 -- examples from decArith
Dcopysign.decTest28 -- Sanity check, and examples from decArith
Dabs.decTest75 -- examples from decArith
DddReduce.decTest140 -- examples from decArith
Dlogb.decTest30 -- basics & examples
DdqReduce.decTest141 -- examples from decArith
Dinvert.decTest28 -- Sanity check (truth table), and examples from decArith
Dtointegral.decTest165 -- examples
Dscaleb.decTest202 -- Krah examples
Dlog10.decTest31 -- examples in specification
42 -- basics (examples in specification, etc.)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Dmeta-vladimir.txt9 > building-on-examples-tends-to-prevent-abstract-thrashing-ly y'rs - tim
16 programming model, examples and, perhaps, more popular terms.

1234