HomeSort by relevance Sort by last modified time
    Searched full:copts (Results 1 - 25 of 25) sorted by null

  /external/openfst/src/script/
compose.cc 35 MutableFstClass *ofst, const ComposeOptions &copts) {
39 ComposeArgs2 args(ifst1, ifst2, ofst, copts);
difference.cc 34 MutableFstClass *ofst, const ComposeOptions &copts) {
38 DifferenceArgs2 args(ifst1, ifst2, ofst, copts);
intersect.cc 34 MutableFstClass *ofst, const ComposeOptions &copts) {
38 IntersectArgs2 args(ifst1, ifst2, ofst, copts);
  /external/ppp/pppd/plugins/pppoatm/
Makefile.linux 2 COPTS = -O2 -g
3 CFLAGS = $(COPTS) -I../.. -I../../../include -fPIC
  /external/ppp/pppd/plugins/
Makefile.sol2 9 CFLAGS = -c -O -I.. -I../../include $(COPTS)
Makefile.linux 2 COPTS = -O2 -g
3 CFLAGS = $(COPTS) -I.. -I../../include -fPIC
  /external/openfst/src/include/fst/
difference.h 77 ComposeFstOptions<A, R> copts(CacheOptions(),
81 SetImpl(CreateBase1(fst1, cfst, copts));
95 ComposeFstOptions<A, R> copts(opts);
96 copts.matcher1 = new R(fst1, MATCH_NONE, kNoLabel, MATCHER_REWRITE_ALWAYS,
98 copts.matcher2 = new R(cfst, MATCH_INPUT, ComplementFst<A>::kRhoLabel,
101 SetImpl(CreateBase1(fst1, cfst, copts));
compose.h 709 ComposeFstOptions<Arc> copts; local
710 copts.gc_limit = 0; // Cache only the last state for fastest copy.
711 *ofst = ComposeFst<Arc>(ifst1, ifst2, copts);
713 ComposeFstOptions<Arc, M, AltSequenceComposeFilter<M> > copts; local
714 copts.gc_limit = 0; // Cache only the last state for fastest copy.
715 *ofst = ComposeFst<Arc>(ifst1, ifst2, copts);
717 ComposeFstOptions<Arc, M, MatchComposeFilter<M> > copts; local
718 copts.gc_limit = 0; // Cache only the last state for fastest copy.
719 *ofst = ComposeFst<Arc>(ifst1, ifst2, copts);
randgen.h 316 RandGenFstOptions(const CacheOptions &copts, S *samp,
318 : CacheOptions(copts),
determinize.h 888 CacheOptions copts(GetCacheGc(), GetCacheLimit());
889 DeterminizeFstOptions<ToArc, CommonDivisor> dopts(copts, delta_);
    [all...]
  /external/chromium_org/third_party/cld/base/
global_strip_options.h 37 // copts = [ "-DSTRIP_LOG=4" ] )
42 // blaze build --copts="-DSTRIP_LOG=4" //mypackage:mylabel
  /external/dnsmasq/bld/
Makefile 8 $(CC) $(CFLAGS) $(COPTS) $(I18N) $(DNSMASQ_CFLAGS) $(RPM_OPT_FLAGS) -c $<
  /external/dnsmasq/
Makefile 33 DNSMASQ_CFLAGS=`echo $(COPTS) | ../bld/pkg-wrapper HAVE_DBUS $(PKG_CONFIG) --cflags dbus-1`
34 DNSMASQ_LIBS= `echo $(COPTS) | ../bld/pkg-wrapper HAVE_DBUS $(PKG_CONFIG) --libs dbus-1`
CHANGELOG 29 or building with "make COPTS=-DNO_SCRIPT".
152 "make COPTS=-DNO_DHCP". Thanks to Mahavir Jain for the patch.
  /external/openfst/src/extensions/pdt/
pdtcompose.cc 91 fst::PdtComposeOptions copts(false, compose_filter);
93 s::PdtCompose(*ifst1, *ifst2, parens, &ofst, copts, FLAGS_left_pdt);
pdtscript.cc 44 const PdtComposeOptions &copts,
49 PdtComposeArgs args(ifst1, ifst2, parens, ofst, copts, left_pdt);
  /external/ppp/pppd/plugins/rp-pppoe/
Makefile.linux 27 COPTS=-O2 -g
28 CFLAGS=$(COPTS) -I../../../include/linux
  /external/dnsmasq/src/
config.h 176 /* Allow TFTP to be disabled with COPTS=-DNO_TFTP */
181 /* Allow DHCP to be disabled with COPTS=-DNO_DHCP */
186 /* Allow scripts to be disabled with COPTS=-DNO_SCRIPT */
271 /* IPv6 can be forced off with "make COPTS=-DNO_IPV6" */
  /external/ppp/pppd/
Makefile.sol2 8 CFLAGS = -I../include -DSVR4 -DSOL2 $(COPTS)
Makefile.linux 35 COPTS = -O2 -pipe -Wall -g
82 CFLAGS= $(COPTS) $(COMPILE_FLAGS) $(INCLUDE_DIRS)
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 503 PdtComposeFstOptions<Arc, true> copts(ifst1, parens, ifst2,
505 copts.gc_limit = 0;
506 *ofst = ComposeFst<Arc>(ifst1, ifst2, copts);
526 PdtComposeFstOptions<Arc, false> copts(ifst1, ifst2, parens,
528 copts.gc_limit = 0;
529 *ofst = ComposeFst<Arc>(ifst1, ifst2, copts);
pdtscript.h 79 const PdtComposeOptions &copts,
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 879 fst::ComposeOptions copts( /*connect?*/ true);
    [all...]
  /external/stressapptest/src/
sat.cc 125 #error Build system regression - COPTS disregarded.
    [all...]
  /external/e2fsprogs/debian/
changelog     [all...]

Completed in 316 milliseconds