HomeSort by relevance Sort by last modified time
    Searched refs:yield (Results 126 - 150 of 509) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 109 yield self.formatter.escape (l).replace ('\n', self.formatter.newline ())
115 yield line
121 yield line
126 yield line
156 for l in lines: yield l
334 yield tuple (l)
487 yield p
494 yield s
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ProfileProvider.java 157 protected boolean yield(ContactsTransaction transaction) { method in class:ProfileProvider
158 return mDelegate.yield(transaction);
AbstractContactsProvider.java 54 * Maximum number of operations allowed in a batch between yield points.
188 yield(transaction);
217 "Too many content provider operations between yield points. "
218 + "The maximum number of operations per yield point is "
224 Log.v(TAG, "applyBatch: " + opCount + " ops finished; about to yield...");
228 if (yield(transaction)) {
312 protected abstract boolean yield(ContactsTransaction transaction); method in class:AbstractContactsProvider
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_abcoll.py 61 yield None
382 yield self[key]
387 yield (key, self[key])
435 yield key
455 yield (key, self._mapping[key])
468 yield self._mapping[key]
582 yield v
595 yield self[i]
ast.py 163 Yield a tuple of ``(fieldname, value)`` for each field in ``node._fields``
168 yield field, getattr(node, field)
175 Yield all direct child nodes of *node*, that is, all fields that are nodes
180 yield field
184 yield item
205 Recursively yield all descendant nodes in the tree starting at *node*
214 yield node
contextlib.py 19 raise RuntimeError("generator didn't yield")
63 yield <value>
114 yield vars
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_abcoll.py 61 yield None
382 yield self[key]
387 yield (key, self[key])
435 yield key
455 yield (key, self._mapping[key])
468 yield self._mapping[key]
582 yield v
595 yield self[i]
ast.py 163 Yield a tuple of ``(fieldname, value)`` for each field in ``node._fields``
168 yield field, getattr(node, field)
175 Yield all direct child nodes of *node*, that is, all fields that are nodes
180 yield field
184 yield item
205 Recursively yield all descendant nodes in the tree starting at *node*
214 yield node
contextlib.py 19 raise RuntimeError("generator didn't yield")
63 yield <value>
114 yield vars
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 224 block_given? and yield( new )
236 block_given? and yield( self )
268 block_given? and yield( self )
320 block_given? and yield( param )
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
node.py 103 yield j
105 yield i
112 yield j
113 yield self
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2681.js 38 yield 1;
39 yield 2;
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UnitTest.java 103 yield(); method
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UnitTest.java 103 yield(); method
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 100 yield x
102 yield self
281 yield y
283 yield test_func(x)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 52 yield os.path.join(dirpath, filename)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_colorsys.py 6 yield start
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_utils.py 100 yield x
102 yield self
281 yield y
283 yield test_func(x)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 52 yield os.path.join(dirpath, filename)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_colorsys.py 6 yield start
  /external/chromium_org/third_party/bintrees/bintrees/
walker.py 157 yield (node.key, node.value)
172 yield item
179 yield item
  /external/chromium_org/tools/deep_memory_profiler/lib/
bucket.py 169 yield bucket_id, bucket_content
188 yield function
191 yield function
  /external/clang/utils/
CmpDriver 13 yield current + '"'
24 yield c
71 yield aElt,bElt
  /external/llvm/utils/lit/lit/
discovery.py 124 yield Test.Test(ts, path_in_suite, lc)
135 yield res
178 yield res
  /external/markdown/markdown/
odict.py 41 yield k
62 yield key, super(OrderedDict, self).__getitem__(key)
75 yield super(OrderedDict, self).__getitem__(key)

Completed in 2430 milliseconds

1 2 3 4 56 7 8 91011>>