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

  /external/openfst/src/script/
closure.cc 19 #include <fst/script/closure.h>
24 void Closure(MutableFstClass *fst, ClosureType closure_type) {
27 Apply<Operation<ClosureArgs> >("Closure", fst->ArcType(), &args);
30 REGISTER_FST_OPERATION(Closure, StdArc, ClosureArgs);
31 REGISTER_FST_OPERATION(Closure, LogArc, ClosureArgs);
32 REGISTER_FST_OPERATION(Closure, Log64Arc, ClosureArgs);
  /external/openfst/src/include/fst/script/
closure.h 22 #include <fst/closure.h>
30 void Closure(ClosureArgs *args) {
33 Closure(fst, args->arg2);
36 void Closure(MutableFstClass *ofst, ClosureType closure_type);
  /external/chromium/base/
callback.h 26 // performing currying of arguments, and creating a "closure."
28 // In programing languages, a closure is a first-class function where all its
52 // base::Closure void_func_cb = base::Bind(&PrintHi);
65 // base::Closure void_ref_cb = base::Bind(&Ref::PrintBye, ref.get());
71 // * This is particularly important if you post a closure to a
85 // base::Closure void_no_ref_cb =
492 typedef Callback<void(void)> Closure;
  /external/clang/test/Misc/
diagnostic-crash.cpp 9 class Closure {
38 Closure* cb = NewCallback(this, &xxxxxxxxxxxxxxxxx::Bar, s, status); // expected-error{{cannot initialize}}
  /external/openfst/src/include/fst/
closure.h 0 // closure.h
19 // Functions and classes to compute the concatenative closure of an Fst.
34 // Computes the concatenative closure. This version modifies its
36 // then the closure transduces x to y with weight a, xx to yy with
46 void Closure(MutableFst<Arc> *fst, ClosureType closure_type) {
73 // Computes the concatenative closure. This version modifies its
76 void Closure(RationalFst<Arc> *fst, ClosureType closure_type) {
91 // Computes the concatenative closure. This version is a delayed
93 // closure transduces x to y with weight a, xx to yy with weight
  /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
  /frameworks/wilhelm/src/
ThreadPool.h 19 /** Kind of closure */
27 /** Closure handlers */
34 /** \brief Closure represents a deferred computation */
48 } Closure;
62 Closure **mClosureArray; ///< The circular buffer of closures
63 Closure **mClosureFront, **mClosureRear;
66 Closure *mClosureTypical[CLOSURE_TYPICAL+1];
91 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/valgrind/unittest/
thread_wrappers.h 163 struct Closure {
185 static Closure *NewCallback(void (*f)()) {
186 Closure *res = new Closure;
195 Closure *NewCallback(void (*f)(P1), P1 p1) {
197 Closure *res = new Closure;
206 Closure *NewCallback(void (*f)(P1, P2), P1 p1, P2 p2) {
209 Closure *res = new Closure;
273 Closure *closure = reinterpret_cast<Closure*>(pool->queue_.Get()); local
    [all...]
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 434 struct Closure {
456 Closure *NewCallback(void (*f)()) {
457 Closure *res = new Closure;
466 Closure *NewCallback(void (*f)(P1), P1 p1) {
468 Closure *res = new Closure;
477 Closure *NewCallback(void (*f)(P1, P2), P1 p1, P2 p2) {
479 Closure *res = new Closure;
543 Closure *closure = reinterpret_cast<Closure*>(pool->queue_.Get()); local
    [all...]
  /external/v8/src/
d8.js 110 Closure: 3,
    [all...]
mirror-debugger.js 197 Closure: 3,
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 875 milliseconds