/libcore/luni/src/test/java/libcore/java/util/concurrent/ |
CopyOnWriteArrayListTest.java | 185 Thread.yield(); 195 Thread.yield();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_socketserver.py | 63 yield None 253 yield select.select
|
test_support.py | 69 yield 71 yield 503 yield os.getcwd() 630 yield WarningsRecorder(w) 873 yield [all...] |
test_with.py | 51 yield mock 452 yield 479 yield 491 yield 582 yield 12 583 yield 13
|
test_heapq.py | 88 yield self.module.heappop(heap) 244 yield i 273 yield val
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_socketserver.py | 63 yield None 253 yield select.select
|
test_support.py | 69 yield 71 yield 503 yield os.getcwd() 630 yield WarningsRecorder(w) 873 yield [all...] |
test_with.py | 51 yield mock 452 yield 479 yield 491 yield 582 yield 12 583 yield 13
|
test_heapq.py | 88 yield self.module.heappop(heap) 244 yield i 273 yield val
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
calendar.py | 149 yield i%7 153 Return an iterator for one month. The iterator will yield datetime.date 154 values and will always iterate through complete weeks, so it will yield 163 yield date 174 Like itermonthdates(), but will yield (day number, weekday number) 179 yield (0, date.weekday()) 181 yield (date.day, date.weekday()) 185 Like itermonthdates(), but will yield day numbers. For days outside 190 yield 0 192 yield date.da [all...] |
modulefinder.py | 342 # Scan the code, and yield 'interesting' opcode combinations 351 yield "store", (names[oparg],) 356 yield "import", (consts[oparg_1], names[oparg_2]) 366 # Scan the code, and yield 'interesting' opcode combinations 376 yield "store", (names[oparg],) 383 yield "import", (consts[oparg_2], names[oparg_3]) 385 yield "absolute_import", (consts[oparg_2], names[oparg_3]) 387 yield "relative_import", (level, consts[oparg_2], names[oparg_3])
|
os.py | 290 yield top, dirs, nondirs 295 yield x 297 yield top, dirs, nondirs
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
calendar.py | 149 yield i%7 153 Return an iterator for one month. The iterator will yield datetime.date 154 values and will always iterate through complete weeks, so it will yield 163 yield date 174 Like itermonthdates(), but will yield (day number, weekday number) 179 yield (0, date.weekday()) 181 yield (date.day, date.weekday()) 185 Like itermonthdates(), but will yield day numbers. For days outside 190 yield 0 192 yield date.da [all...] |
modulefinder.py | 342 # Scan the code, and yield 'interesting' opcode combinations 351 yield "store", (names[oparg],) 356 yield "import", (consts[oparg_1], names[oparg_2]) 366 # Scan the code, and yield 'interesting' opcode combinations 376 yield "store", (names[oparg],) 383 yield "import", (consts[oparg_2], names[oparg_3]) 385 yield "absolute_import", (consts[oparg_2], names[oparg_3]) 387 yield "relative_import", (level, consts[oparg_2], names[oparg_3])
|
os.py | 290 yield top, dirs, nondirs 295 yield x 297 yield top, dirs, nondirs
|
/external/chromium_org/tools/telemetry/third_party/png/ |
png.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementTree.py | 119 yield elem 122 yield elem 475 yield self 478 yield e 503 yield self.text 506 yield s 508 yield e.tail [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/ |
ElementTree.py | 119 yield elem 122 yield elem 475 yield self 478 yield e 503 yield self.text 506 yield s 508 yield e.tail [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 108 block_given? ? yield( main ) : main.execute( argv ) 243 yield( parent_node = cursor.parent ) 271 yield( parent_node = cursor.parent ) 287 yield( cursor ) 423 yield( cursor ) 730 yield( child_of( tree, i ) ) 738 begin yield( tree ) end while tree = parent_of( tree ) 740 while tree = parent_of( tree ) do yield( tree ) end 920 yield( child ) 1182 for node in @nodes do yield( node ) en [all...] |
/external/chromium_org/third_party/jinja2/ |
nodes.py | 160 yield name, getattr(self, name) 173 yield n 175 yield item 190 yield child 192 yield result
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
update_nacl_manifest.py | 451 shared_version_generator: A generator that will yield (version, channel) 503 yield channel, version 545 yield JoinVersion(shared_version), channel 580 yield version, 'canary' [all...] |
/external/chromium_org/v8/tools/ |
run_perf.py | 403 yield node 407 yield result 480 yield output.stdout
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
SemaphoreTest.java | 69 Thread.yield(); 83 Thread.yield(); 561 Thread.yield();
|
/system/media/camera/docs/ |
metadata_helpers.py | 104 yield v.merge() 600 yield (first, False) 604 yield (second, True)
|
/external/chromium_org/third_party/cython/src/Cython/Build/ |
Dependencies.py | 81 yield path 85 yield path 88 yield path 157 yield source[start:] 159 yield source[start:end] 163 yield line [all...] |