HomeSort by relevance Sort by last modified time
    Searched defs:Yield (Results 1 - 15 of 15) sorted by null

  /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/chromium_org/v8/src/base/
win32-headers.h 77 #undef Yield
  /external/chromium_org/v8/src/compiler/
js-operator.h 110 const Operator* Yield() { UNOP(JSYield); }
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.cpp 545 Yield();
554 void ShaderProgram::Yield() {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 29 yield n
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 29 yield n
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 255 } Yield;
481 #define Yield(a0, a1, a2, a3) _Py_Yield(a0, a1, a2, a3)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 255 } Yield;
481 #define Yield(a0, a1, a2, a3) _Py_Yield(a0, a1, a2, a3)
  /external/chromium_org/v8/src/
preparser.h 224 // is used by yield expressions and return statements. It is not necessary
358 next == Token::YIELD;
620 static PreParserIdentifier Yield() {
851 // except for eval, arguments, yield, and reserved keywords.
2243 typename Traits::Type::YieldExpression yield = local
    [all...]
ast.h 88 V(Yield) \
3472 Yield* yield = new (zone_) local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 44 #define Yield()
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1369 milliseconds