HomeSort by relevance Sort by last modified time
    Searched full:yield (Results 1 - 25 of 677) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/x86/
yield.disabled 3 prog: yield
Makefile.am 63 yield.stderr.exp yield.stdout.exp yield.disabled \
95 yield \
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
encoder.py 170 yield '[]'
177 yield '['
182 yield newline_indent
191 yield separator
193 yield chunk
196 yield self._newline_indent()
197 yield ']'
203 yield '{}'
210 yield '{'
216 yield newline_inden
    [all...]
scanner.py 35 Yield match, end_idx for each match
55 yield rval, matchend
  /external/v8/test/cctest/
test-platform-linux.cc 17 static void yield() { function
33 yield();
42 yield();
test-platform-nullos.cc 17 static void yield() { function
33 yield();
42 yield();
  /external/compiler-rt/BlocksRuntime/tests/
k-and-r.c 24 // yield characteristic error message for C++
28 // yield characteristic error message for C++
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DotTreeGenerator.cs 127 yield break;
134 yield break;
138 yield return GetNodeText( adaptor, tree );
144 yield return GetNodeText( adaptor, child );
146 yield return t;
153 yield break;
160 yield break;
172 yield return string.Format( EdgeFormat, parentName, childName, FixString( parentText ), FixString( childText ) );
174 yield return t;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DOTTreeGenerator.cs 122 yield break;
128 yield break;
132 yield return GetNodeText(adaptor, tree);
137 yield return GetNodeText(adaptor, child);
139 yield return t;
145 yield break;
151 yield break;
162 yield return string.Format(EdgeFormat, parentName, childName, FixString(parentText), FixString(childText));
164 yield return t;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DotTreeGenerator.cs 127 yield break;
134 yield break;
138 yield return GetNodeText( adaptor, tree );
144 yield return GetNodeText( adaptor, child );
146 yield return t;
153 yield break;
160 yield break;
172 yield return string.Format( EdgeFormat, parentName, childName, FixString( parentText ), FixString( childText ) );
174 yield return t;
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p2-0x.cpp 5 // values, or if different pairs yield different deduced values, or if
  /external/llvm/test/CodeGen/X86/
2007-11-03-x86-64-q-constraint.ll 6 define void @yield() {
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
callback-exception.js 22 // Yield to allow for the error callback to be invoked. The timer
permission-denied-stops-watches.js 28 // yield to allow a chance for the success callback to be invoked.
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerServiceTest.java 37 // For this test we consider "tgis" should yield at least 2 suggestions (at this moment
56 // For this test we consider "????" should yield at least 2 suggestions (at this moment
  /external/chromium/testing/gtest/scripts/
pump.py 314 yield MakeToken(lines, pos, Eof(), 'code')
326 yield prev_token_rstripped
327 yield found
329 yield id_token
333 yield eq_token
338 yield exp_token
342 yield prev_token_rstripped
343 yield found
345 yield id_token
349 yield prev_token_rstrippe
    [all...]
  /external/gtest/scripts/
pump.py 314 yield MakeToken(lines, pos, Eof(), 'code')
326 yield prev_token_rstripped
327 yield found
329 yield id_token
333 yield eq_token
338 yield exp_token
342 yield prev_token_rstripped
343 yield found
345 yield id_token
349 yield prev_token_rstrippe
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
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
ProfileProvider.java 157 protected boolean yield(ContactsTransaction transaction) { method in class:ProfileProvider
158 return mDelegate.yield(transaction);
  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 66 yield ('dependency', r)
148 yield r
150 yield ('required library', r)
152 yield ('library group', r)
233 yield r
235 yield ('required library', r)
237 yield ('library group', r)
305 yield r
307 yield ('required library', r)
309 yield ('library group', r
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
parameter.rb 43 block_given? and yield( param )
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
SimpleBatchNode.java 11 * SimpleBatchNode comes with some restrictions, but can yield better performances.
  /frameworks/ex/common/java/com/android/common/content/
SQLiteContentProvider.java 48 * Maximum number of operations allowed in a batch between yield points.
53 * @return Number of operations that can be applied at once without a yield point.
216 "Too many content provider operations between yield points. "
217 + "The maximum number of operations per yield point is "
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mcifcfunc.h 8 * Holds the functions for SIQ, YIELD and FastCall for switching to the secure world.
45 * @attention This function shall not be used directly. Use N_Siq() or Yield() instead.
56 * Yield switch from NWd to SWd.
59 inline void Yield(void) { smc(MC_SMC_N_YIELD); }
  /external/quake/quake/src/WinQuake/
mplpc.cpp 197 void Yield(void);
399 Yield();
434 Yield();
515 Yield();
555 Yield();
605 Yield();
647 Yield();
690 Yield();
722 Yield();
861 Yield();
    [all...]

Completed in 3246 milliseconds

1 2 3 4 5 6 7 8 91011>>