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

  /external/python/cpython2/Demo/threads/
Coroutine.py 18 # To start the coroutines running, use co.tran on one of the create'd
19 # functions; e.g., co.tran(cof2). The routine that first executes
20 # co.tran is called the "main coroutine". It's special in several
25 # (you can't use co.tran() for this because the main coroutine doesn't
33 # handle can be used as the target in a subsequent .tran().
35 # .tran(target, data=None)
38 # the .tran, .tran acts like an ordinary function call: another
39 # coroutine B can .tran back to it later, and if it does A's .tran
139 def tran(self, target, data=None): member in class:Coroutine
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToXMLStream.java 491 Transformer tran = super.getTransformer(); local
492 ErrorListener errHandler = tran.getErrorListener();
633 Transformer tran = super.getTransformer(); local
634 ErrorListener errHandler = tran.getErrorListener();
ToStream.java 437 final Transformer tran = super.getTransformer(); local
438 if (tran != null) {
439 final ErrorListener errHandler = tran
    [all...]
  /external/clang/test/Sema/
designated-initializers.c 89 } tran = { variable in typeref:struct:translator
  /external/aac/libSBRenc/src/
tran_det.cpp 620 FIXP_DBL delta, tran; local
624 tran = (FIXP_DBL)0;
632 tran += fMult(i_thres, delta);
635 transients[jpBM] += tran;
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 2437 milliseconds