HomeSort by relevance Sort by last modified time
    Searched refs:yield (Results 51 - 75 of 641) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
spinlock_sync.hpp 48 boost::detail::yield( k );
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
ExtTexture.java 57 public void yield() { method in class:ExtTexture
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 57 of the matching subsequence. This does not yield minimal edit
58 sequences, but does tend to yield matches that "look right" to people.
65 That, and the method here, appear to yield more intuitive difference
629 yield group
634 yield group
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 57 of the matching subsequence. This does not yield minimal edit
58 sequences, but does tend to yield matches that "look right" to people.
65 That, and the method here, appear to yield more intuitive difference
629 yield group
634 yield group
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
tokens.py 131 yield node
138 yield node
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
release_helper.rb 30 yield if block_given?
68 yield if block_given?
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
rest_api.py 101 token, expires_at = yield rpc
170 self.token = yield self.get_token_async()
178 resp = yield self.urlfetch_async(url, payload=payload, method=method,
182 self.token = yield self.get_token_async(refresh=True)
184 resp = yield self.urlfetch_async(
218 ts = yield _AE_TokenStorage_.get_by_id_async(
223 token, expires_at = yield self.make_token_async(
228 yield ts.put_async(memcache_timeout=timeout,
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message_factory.py 111 yield _POOL.FindMessageTypeByName(name)
113 yield nested_desc
  /external/chromium_org/tools/memory_inspector/memory_inspector/core/
backends_unittest.py 32 yield MockDevice(self, 'device-1')
33 yield MockDevice(self, 'device-2')
  /external/chromium_org/v8/test/mjsunit/es6/
generators-relocation.js 25 // Advance to the first yield.
28 // Add a breakpoint on line 3 (the second yield).
47 return a + ';\n' + 'yield ' + b + ';\n' + 'yield ' + c;
  /external/libcxx/test/thread/thread.threads/thread.thread.this/
Android.mk 19 test_name := thread/thread.threads/thread.thread.this/yield
20 test_src := yield.pass.cpp
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 28 #yield """
32 yield """
36 yield """
39 #yield """bare_name=%s""" % alternates(bare)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_code.py 89 """Yield a doctest-safe sequence of object reprs."""
93 yield "<code object %s>" % elt.co_name
95 yield r
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_renames.py 28 #yield """
32 yield """
36 yield """
39 #yield """bare_name=%s""" % alternates(bare)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_code.py 89 """Yield a doctest-safe sequence of object reprs."""
93 yield "<code object %s>" % elt.co_name
95 yield r
  /external/chromium_org/tools/grit/grit/format/
rc_header.py 15 yield '''\
31 yield line + '\n'
35 yield line
65 yield rc_header_format.format(textual_id=tid,numeric_id=tids[tid])
76 yield rc_header_format.format(textual_id=tid,numeric_id=tids[tid])
android_xml.py 100 yield ('<?xml version="1.0" encoding="utf-8"?>\n'
118 yield _FormatMessage(item, lang)
120 yield '</resources>\n'
resource_map.py 108 yield _FormatSourceHeader(root)
123 yield ' {"%s", %s},\n' % (key, tid)
124 yield _FormatSourceFooter(root)
  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 69 yield ('dependency', r)
151 yield r
153 yield ('required library', r)
155 yield ('library group', r)
237 yield r
239 yield ('required library', r)
241 yield ('library group', r)
310 yield r
312 yield ('required library', r)
314 yield ('library group', r
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 205 yield NeedMoreData
226 yield NeedMoreData
243 yield NeedMoreData
258 yield NeedMoreData
264 yield NeedMoreData
277 yield NeedMoreData
293 yield NeedMoreData
312 yield NeedMoreData
345 yield NeedMoreData
356 yield NeedMoreDat
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 205 yield NeedMoreData
226 yield NeedMoreData
243 yield NeedMoreData
258 yield NeedMoreData
264 yield NeedMoreData
277 yield NeedMoreData
293 yield NeedMoreData
312 yield NeedMoreData
345 yield NeedMoreData
356 yield NeedMoreDat
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 253 yield 0, "E304 blank lines found after function decorator"
255 yield 0, "E303 too many blank lines (%d)" % blank_lines
260 yield 0, "E301 expected 1 blank line, found 0"
262 yield 0, "E302 expected 2 blank lines, found %d" % blank_before
291 yield found + 1, "E201 whitespace after '%s'" % char
294 yield found, "%s whitespace before '%s'" % (code, char)
310 yield match.start(1), "E274 tab before keyword"
312 yield match.start(1), "E272 multiple spaces before keyword"
315 yield match.start(2), "E273 tab after keyword"
317 yield match.start(2), "E271 multiple spaces after keyword
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
object-literals-method.js 141 yield 1;
153 yield this;
174 yield 1;
203 yield 1;
245 *method() { yield 1; }
247 assertEquals('*method() { yield 1; }', object.method.toString());
  /external/pcre/dist/
pcre_get.c 318 (i.e. the yield of the pcre_exec call, unless
347 int yield; local
351 yield = ovector[stringnumber+1] - ovector[stringnumber];
352 if (size < yield + 1) return PCRE_ERROR_NOMEMORY;
353 memcpy(buffer, subject + ovector[stringnumber], IN_UCHARS(yield));
354 buffer[yield] = 0;
355 return yield;
373 (i.e. the yield of the pcre_exec call, unless
429 (i.e. the yield of the pcre_exec call, unless
528 (i.e. the yield of the pcre_exec call, unles
556 int yield; local
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/
treescan.py 78 yield os.path.normpath(fullpath)

Completed in 1959 milliseconds

1 23 4 5 6 7 8 91011>>