Home
last modified time | relevance | path

Searched refs:parrot (Results 1 – 25 of 27) sorted by relevance

12

/external/autotest/server/site_tests/autoupdate_Rollback/
Dcontrol36 gs://chromeos-image-archive/parrot-release/R32-4793.0.0&\
40 parrot-release/R32-4793.0.0/autotest/packages"
44 test_that -b parrot --args="job_repo_url=http://<your_machine>:8080/static/\
45 parrot-release/R32-4793.0.0/autotest/packages" --fast \
/external/python/cpython2/Doc/tutorial/
Dcontrolflow.rst410 def parrot(voltage, state='a stiff', action='voom', type='Norwegian Blue'):
411 print "-- This parrot wouldn't", action,
420 parrot(1000) # 1 positional argument
421 parrot(voltage=1000) # 1 keyword argument
422 parrot(voltage=1000000, action='VOOOOOM') # 2 keyword arguments
423 parrot(action='VOOOOOM', voltage=1000000) # 2 keyword arguments
424 parrot('a million', 'bereft of life', 'jump') # 3 positional arguments
425 parrot('a thousand', state='pushing up the daisies') # 1 positional, 1 keyword
429 parrot() # required argument missing
430 parrot(voltage=5.0, 'dead') # non-keyword argument after a keyword argument
[all …]
/external/python/cpython3/Doc/tutorial/
Dcontrolflow.rst441 def parrot(voltage, state='a stiff', action='voom', type='Norwegian Blue'):
442 print("-- This parrot wouldn't", action, end=' ')
451 parrot(1000) # 1 positional argument
452 parrot(voltage=1000) # 1 keyword argument
453 parrot(voltage=1000000, action='VOOOOOM') # 2 keyword arguments
454 parrot(action='VOOOOOM', voltage=1000000) # 2 keyword arguments
455 parrot('a million', 'bereft of life', 'jump') # 3 positional arguments
456 parrot('a thousand', state='pushing up the daisies') # 1 positional, 1 keyword
460 parrot() # required argument missing
461 parrot(voltage=5.0, 'dead') # non-keyword argument after a keyword argument
[all …]
/external/python/cpython3/Lib/lib2to3/tests/data/fixers/
Dparrot_example.py1 def parrot(): function
/external/python/cpython2/Lib/lib2to3/tests/data/fixers/
Dparrot_example.py1 def parrot(): function
/external/python/cpython2/Doc/library/
Dpprint.rst69 ... ('parrot', ('fresh fruit',))))))))
212 ... ('parrot', ('fresh fruit',))))))))
219 ('knights', ('ni', ('dead', ('parrot', ('fresh fruit',)))))))),
233 ('ni', ('dead', ('parrot', ('fresh fruit',)))))))),
/external/u-boot/configs/
Dparrot_r16_defconfig13 CONFIG_DEFAULT_DEVICE_TREE="sun8i-r16-parrot"
/external/u-boot/arch/arm/dts/
Dsun8i-r16-parrot.dts54 compatible = "allwinner,parrot", "allwinner,sun8i-a33";
70 label = "parrot:led1:usr";
75 label = "parrot:led2:usr";
DMakefile352 sun8i-r16-parrot.dtb
/external/autotest/client/site_tests/platform_KernelVersionByBoard/
Dexpected63 parrot 3.8
/external/python/cpython2/Lib/test/
Dtest_os.py237 result.parrot = 1
282 result.parrot = 1
/external/python/cpython3/Doc/library/
Dpprint.rst76 ... ('parrot', ('fresh fruit',))))))))
Dhttp.client.rst501 >>> conn.request("GET", "/parrot.spam")
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt6246 鵡>'[species of parrot]';
6247 #"鵡>'[species of parrot]'",
6280 鸚>'[species of parrot]';
/external/python/cpython3/Doc/extending/
Dextending.rst748 printf("-- This parrot wouldn't %s if you put %i Volts through it.\n",
760 {"parrot", (PyCFunction)keywdarg_parrot, METH_VARARGS | METH_KEYWORDS,
/external/python/cpython2/Doc/extending/
Dextending.rst714 printf("-- This parrot wouldn't %s if you put %i Volts through it.\n",
728 {"parrot", (PyCFunction)keywdarg_parrot, METH_VARARGS | METH_KEYWORDS,
/external/python/cpython3/Lib/test/
Dtest_os.py289 result.parrot = 1
353 result.parrot = 1
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2782 >>> data = {"spam": "foo", "parrot": 42}
2785 '{"parrot": 42, "spam": "foo"}'
2787 {"spam": "foo", "parrot": 42}
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2786 >>> data = {"spam": "foo", "parrot": 42}
2789 '{"parrot": 42, "spam": "foo"}'
2791 {"spam": "foo", "parrot": 42}
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt6004 鸚 < species\-of\-parrot;
18482 䳇 < parrot;
33635 鸚鵡 > parrot;
40006 鸚 > species\-of\-parrot;
40008 鵡 > species\-of\-parrot;
40046 鹦 > species\-of\-parrot;
40049 鹉 > species\-of\-parrot;
50438 䳇 > parrot;
50484 䨉 > parrot;
/external/brotli/tests/testdata/
Dasyoulik.txt3005 more clamorous than a parrot against rain, more
/external/cldr/tools/java/org/unicode/cldr/util/data/emoji/
Demoji-test.txt2352 1F99C ; fully-qualified # �� parrot
/external/unicode/
Demoji-test.txt2576 1F99C ; fully-qualified # �� parrot
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Den-IPA.txt19670 $x{parrot → pærət ; # pɑrɑt

12