/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_contextlib.py | 21 yield 42 35 yield 42 49 yield 59 yield 61 yield 74 yield 42 116 yield 1 119 yield 2 122 yield 3 134 yield [all...] |
test_generators.py | 5 ... yield 1 6 ... yield 2 29 ... yield 1 31 ... yield 2 # never reached 49 ... yield 1 51 ... yield 2 # never reached 71 ... yield 1 80 ... yield 42 90 ... yield 1 99 ... yield [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
phystokens.py | 50 # Yield the token, with a fake token type. 51 yield ( 58 yield ttype, ttext, (slineno, scol), (elineno, ecol), ltext 86 yield line 108 yield line
|
/external/chromium_org/tools/grit/grit/format/ |
c_format.py | 39 yield _FormatHeader(root, output_dir) 41 yield 'const char* GetString(int id) {\n switch (id) {' 46 yield _FormatMessage(item, lang) 48 yield '\n default:\n return 0;\n }\n}'
|
js_map_format.py | 20 yield _HEADER 24 yield _FormatMessage(item, lang) 26 yield '\n'
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_imports.py | 69 yield """name_import=import_name< 'import' ((%s) | 72 yield """import_from< 'from' (%s) 'import' ['('] 76 yield """import_name< 'import' (dotted_as_name< (%s) 'as' any > | 82 yield "power< bare_with_attr=(%s) trailer<'.' any > any* >" % bare_names
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_imports.py | 69 yield """name_import=import_name< 'import' ((%s) | 72 yield """import_from< 'from' (%s) 'import' ['('] 76 yield """import_name< 'import' (dotted_as_name< (%s) 'as' any > | 82 yield "power< bare_with_attr=(%s) trailer<'.' any > any* >" % bare_names
|
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
TreePath.py | 65 yield node 82 yield child 93 yield child 113 yield child 115 yield c 122 yield child 124 yield c 131 yield child 166 yield attr_value 175 yield attr_valu [all...] |
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
descriptor_database.py | 115 yield message_name 118 yield symbol 120 yield '.'.join((message_name, enum_type.name))
|
/external/chromium_org/third_party/tlslite/tlslite/ |
tlsrecordlayer.py | 207 yield result 224 yield bytes(returnBytes) 284 yield result 337 yield result 345 yield result 358 yield result 523 yield result 538 yield result 553 yield result 625 yield [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementPath.py | 81 yield token[0], "{%s}%s" % (namespaces[prefix], uri) 85 yield token 102 yield e 109 yield e 115 yield elem 130 yield e 143 yield parent 168 yield elem 177 yield elem 185 yield ele [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementPath.py | 81 yield token[0], "{%s}%s" % (namespaces[prefix], uri) 85 yield token 102 yield e 109 yield e 115 yield elem 130 yield e 143 yield parent 168 yield elem 177 yield elem 185 yield ele [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
dyld.py | 73 yield path[:-len('.dylib')] + suffix + '.dylib' 75 yield path + suffix 76 yield path 89 yield os.path.join(path, framework['name']) 94 yield os.path.join(path, os.path.basename(name)) 101 yield os.path.join(executable_path, name[len('@executable_path/'):]) 104 yield name 111 yield os.path.join(path, framework['name']) 115 yield os.path.join(path, os.path.basename(name)) 119 yield os.path.join(path, framework['name'] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
dyld.py | 73 yield path[:-len('.dylib')] + suffix + '.dylib' 75 yield path + suffix 76 yield path 89 yield os.path.join(path, framework['name']) 94 yield os.path.join(path, os.path.basename(name)) 101 yield os.path.join(executable_path, name[len('@executable_path/'):]) 104 yield name 111 yield os.path.join(path, framework['name']) 115 yield os.path.join(path, os.path.basename(name)) 119 yield os.path.join(path, framework['name'] [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 381 yield (STRING, contstr + line[:end], 386 yield (ERRORTOKEN, contstr + line, 411 yield (COMMENT, comment_token, 413 yield (NL, line[nl_pos:], 416 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:], 422 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line) 429 yield (DEDENT, '', (lnum, pos), (lnum, pos), line) 445 yield (NUMBER, token, spos, epos, line) 450 yield (newline, token, spos, epos, line) 453 yield (COMMENT, token, spos, epos, line [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_generators.py | 5 ... yield 1 6 ... yield 2 29 ... yield 1 31 ... yield 2 # never reached 49 ... yield 1 51 ... yield 2 # never reached 71 ... yield 1 80 ... yield 42 90 ... yield 1 99 ... yield [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
tokenize.py | 381 yield (STRING, contstr + line[:end], 386 yield (ERRORTOKEN, contstr + line, 411 yield (COMMENT, comment_token, 413 yield (NL, line[nl_pos:], 416 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:], 422 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line) 429 yield (DEDENT, '', (lnum, pos), (lnum, pos), line) 445 yield (NUMBER, token, spos, epos, line) 450 yield (newline, token, spos, epos, line) 453 yield (COMMENT, token, spos, epos, line [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
tokenize.py | 300 yield (STRING, contstr + line[:end], 305 yield (ERRORTOKEN, contstr + line, 335 yield (COMMENT, comment_token, 337 yield (NL, line[nl_pos:], 340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:], 346 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line) 353 yield (DEDENT, '', (lnum, pos), (lnum, pos), line) 371 yield (NUMBER, token, spos, epos, line) 373 yield (NL if parenlev > 0 else NEWLINE, 377 yield (COMMENT, token, spos, epos, line [all...] |
glob.py | 40 yield pathname 45 yield name 60 yield os.path.join(dirname, name)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
tokenize.py | 300 yield (STRING, contstr + line[:end], 305 yield (ERRORTOKEN, contstr + line, 335 yield (COMMENT, comment_token, 337 yield (NL, line[nl_pos:], 340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:], 346 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line) 353 yield (DEDENT, '', (lnum, pos), (lnum, pos), line) 371 yield (NUMBER, token, spos, epos, line) 373 yield (NL if parenlev > 0 else NEWLINE, 377 yield (COMMENT, token, spos, epos, line [all...] |
glob.py | 40 yield pathname 45 yield name 60 yield os.path.join(dirname, name)
|
/external/chromium_org/tools/telemetry/telemetry/timeline/ |
slice.py | 41 yield s 71 yield s 72 yield sub_slice
|
process.py | 39 yield thread 41 yield counter 48 yield # pylint: disable=W0101 49 yield self._trace_buffer_overflow_event
|
/external/chromium_org/v8/test/mjsunit/es6/ |
debug-stepin-generators.js | 17 if (/yield/.test(source)) yields++; 29 yield i;
|
generators-objects.js | 35 function* g1(a, b, c) { yield 1; return [a, b, c]; } 36 function* g2() { yield 1; return arguments; } 37 function* g3() { yield 1; return this; } 38 function* g4() { var x = 10; yield 1; return x; } 40 function* g5(l) { "use strict"; yield 1; for (let x in l) { yield x; } } 53 function* g() { yield 1; } 77 function* g() { yield 1; }
|