HomeSort by relevance Sort by last modified time
    Searched refs:Compose (Results 1 - 20 of 20) sorted by null

  /external/openfst/src/script/
compose.cc 19 #include <fst/script/compose.h>
25 void Compose(const FstClass &ifst1, const FstClass &ifst2,
27 if (!ArcTypesMatch(ifst1, ifst2, "Compose") ||
28 !ArcTypesMatch(*ofst, ifst1, "Compose")) return;
31 Apply<Operation<ComposeArgs1> >("Compose", ifst1.ArcType(), &args);
34 void Compose(const FstClass &ifst1, const FstClass &ifst2,
36 if (!ArcTypesMatch(ifst1, ifst2, "Compose") ||
37 !ArcTypesMatch(*ofst, ifst1, "Compose")) return;
40 Apply<Operation<ComposeArgs2> >("Compose", ifst1.ArcType(), &args);
43 REGISTER_FST_OPERATION(Compose, StdArc, ComposeArgs1)
    [all...]
  /external/openfst/src/include/fst/script/
compose.h 22 #include <fst/compose.h>
31 void Compose(ComposeArgs1 *args) {
36 Compose(ifst1, ifst2, ofst, args->arg4);
45 void Compose(ComposeArgs2 *args) {
50 Compose(ifst1, ifst2, ofst, args->arg4);
53 void Compose(const FstClass &ifst1, const FstClass &ifst2,
57 void Compose(const FstClass &ifst1, const FstClass &ifst2,
fstscript.h 34 #include <fst/script/compose.h>
92 REGISTER_FST_OPERATION(Compose, Arc, ComposeArgs1);
93 REGISTER_FST_OPERATION(Compose, Arc, ComposeArgs2);
  /external/openfst/src/include/fst/
randequivalent.h 26 #include <fst/compose.h>
82 Compose(ipath, sfst1, &cfst1);
84 Compose(cfst1, opath, &pfst1);
92 Compose(ipath, sfst2, &cfst2);
94 Compose(cfst2, opath, &pfst2);
compose.h 0 // compose.h
30 #include <fst/compose-filter.h>
55 F *filter; // Composition filter (see compose-filter.h)
56 T *state_table; // Composition state table (see compose-state-table.h)
86 F *filter; // Composition filter (see compose-filter.h)
87 T *state_table; // Composition state table (see compose-state-table.h)
127 SetType("compose");
201 // matcher.h), composition filter (see compose-filter-inl.h) and
202 // the composition state table (see compose-state-table.h).
515 // Compose specifying only caching options
    [all...]
  /external/openfst/src/bin/
fstcompose.cc 23 #include <fst/script/compose.h>
83 LOG(ERROR) << argv[0] << "Unknown compose filter type: "
90 s::Compose(*ifst1, *ifst2, &ofst, opts);
  /external/chromium_org/ppapi/generators/
idl_gen_pnacl.py 149 sig = self.cgen.Compose(ret2, name, array, cspec2,
183 temp_fp = self.cgen.Compose(ret2, name, array, cspec2,
188 cast = self.cgen.Compose(ret2, name, array, cspec2,
idl_c_proto.py 438 def Compose(self, rtype, name, arrayspec, callspec, prefix, func_as_ptr,
440 self.LogEnter('Compose: %s %s' % (rtype, name))
457 params.append(self.Compose(ptype, pname, parray, pspec, '', True,
465 self.LogExit('Exit Compose: %s' % out)
490 out = self.Compose(rtype, name, arrayspec, callspec, prefix,
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryMac.mm 447 // "Compose"
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
pdtscript.h 27 #include <fst/compose.h> // for ComposeOptions
34 #include <fst/extensions/pdt/compose.h>
45 // PDT COMPOSE
69 Compose(ifst1, parens, ifst2, ofst, args->arg5);
71 Compose(ifst1, ifst2, parens, ofst, args->arg5);
compose.h 0 // compose.h
19 // Compose a PDT and an FST.
27 #include <fst/compose.h>
495 void Compose(const Fst<Arc> &ifst1,
518 void Compose(const Fst<Arc> &ifst1,
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmplugin.h 265 STDMETHOD(Compose)(THIS_ IUnknown *pContext, DWORD dwTrackGroup, IDirectMusicTrack **ppResultTrack) PURE;
290 #define IDirectMusicTrack8_Compose(p,a,b,c) (p)->lpVtbl->Compose(p,a,b,c)
dmusici.h     [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 463 void Compose(CFX_DIBitmap* pDest, const CFX_ClipRgn* pClipRgn, int bitmap_alpha,
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp     [all...]
fx_dib_composite.cpp     [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 0 // compose.h
35 // compose without any extra extensions.
108 SetType("compose");
170 // Access to flags encoding compose options/optimizations etc. (for
462 // Access to flags encoding compose options/optimizations etc. (for
748 // Access to flags encoding compose options/optimizations etc. (for
884 // - Compose trims its output.
895 void Compose(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 1236 milliseconds