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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
closure.h 0 // closure.h
17 // Functions and classes to compute the concatenative closure of an Fst.
27 // Computes the concatenative closure. This version modifies its
29 // then the closure transduces x to y with weight a, xx to yy with
39 void Closure(MutableFst<Arc> *fst, ClosureType closure_type) {
65 // Computes the concatenative closure. This version modifies its
68 void Closure(RationalFst<Arc> *fst, ClosureType closure_type) {
83 // Computes the concatenative closure. This version is a delayed
85 // closure transduces x to y with weight a, xx to yy with weight
  /system/media/opensles/libopensles/
ThreadPool.h 19 /** \brief Closure represents a deferred computation */
25 } Closure;
39 Closure **mClosureArray; ///< The circular buffer of closures
40 Closure **mClosureFront, **mClosureRear;
43 Closure *mClosureTypical[CLOSURE_TYPICAL+1];
57 extern Closure *ThreadPool_remove(ThreadPool *tp);
  /external/protobuf/src/google/protobuf/stubs/
common.cc 232 Closure::~Closure() {}
common.h 750 // a Closure to call when the procedure completes. See the Service interface
753 // To automatically construct a Closure which calls a particular function or
763 // Closure* callback = NewCallback(&FooDone, response);
780 // Closure* callback = NewCallback(this, &Handler::FooDone, response);
806 class LIBPROTOBUF_EXPORT Closure {
808 Closure() {}
809 virtual ~Closure();
814 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Closure);
819 class LIBPROTOBUF_EXPORT FunctionClosure0 : public Closure {
838 class MethodClosure0 : public Closure {
    [all...]
  /external/v8/src/
d8.js 105 Closure: 3,
908 case Debug.ScopeType.Closure:
909 result += 'Closure';
    [all...]
mirror-debugger.js 195 Closure: 3,
    [all...]
  /external/webkit/WebKit/chromium/src/js/
DebuggerAgent.js 137 Closure: 3,
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 147 milliseconds