HomeSort by relevance Sort by last modified time
    Searched full:pdt (Results 51 - 75 of 227) sorted by null

1 23 4 5 6 7 8 910

  /sdk/lint/libs/lint_checks/.settings/
org.moreunit.prefs 1 #Wed Oct 12 13:47:50 PDT 2011
  /sdk/sdkmanager/libs/sdklib/.settings/
org.eclipse.core.resources.prefs 1 #Mon Aug 29 11:46:20 PDT 2011
  /system/core/
ThirdPartyProject.prop 2 #Fri Jul 16 10:03:09 PDT 2010
  /system/core/sh/
ThirdPartyProject.prop 2 #Fri Jul 16 10:03:08 PDT 2010
  /external/openfst/src/extensions/pdt/
pdtexpand.cc 20 // Expands a PDT and an FST.
23 #include <fst/extensions/pdt/pdtscript.h>
26 DEFINE_string(pdt_parentheses, "", "PDT parenthesis label pairs.");
28 DEFINE_bool(keep_parentheses, false, "Keep PDT parentheses in result.");
35 string usage = "Expand a PDT and an FST.\n\n Usage: ";
37 usage += " in.pdt [out.fst]\n";
53 LOG(ERROR) << argv[0] << ": No PDT parenthesis label pairs provided";
pdtshortestpath.cc 20 // Return the shortest path in a PDT.
23 #include <fst/extensions/pdt/pdtscript.h>
27 DEFINE_bool(keep_parentheses, false, "Keep PDT parentheses in result.");
31 DEFINE_string(pdt_parentheses, "", "PDT parenthesis label pairs.");
36 string usage = "Shortest path in a PDT.\n\n Usage: ";
38 usage += " in.pdt [out.fst]\n";
54 LOG(ERROR) << argv[0] << ": No PDT parenthesis label pairs provided";
pdtscript.cc 17 // Definitions of 'scriptable' versions of pdt operations, that is,
29 #include <fst/extensions/pdt/compose.h>
30 #include <fst/extensions/pdt/expand.h>
31 #include <fst/extensions/pdt/pdtscript.h>
32 #include <fst/extensions/pdt/replace.h>
33 #include <fst/extensions/pdt/reverse.h>
34 #include <fst/extensions/pdt/shortest-path.h>
  /external/apache-http/src/org/apache/commons/logging/
ThirdPartyProject.prop 2 #Fri Jul 16 10:03:08 PDT 2010
  /external/bouncycastle/
ThirdPartyProject.prop 2 #Fri Jul 16 10:03:08 PDT 2010
  /external/dbus/
ThirdPartyProject.prop 2 #Wed Oct 20 16:55:08 PDT 2010
  /external/dhcpcd/
ThirdPartyProject.prop 2 #Fri Jul 16 10:03:08 PDT 2010
  /external/libpng/
ThirdPartyProject.prop 2 #Fri Jul 16 10:03:09 PDT 2010
  /external/openfst/
configure.ac 22 src/extensions/pdt/Makefile
74 AC_ARG_ENABLE([pdt], [AS_HELP_STRING([--enable-pdt], [enable PDT extensions])],
  /packages/apps/Email/src/org/apache/james/mime4j/
ThirdPartyProject.prop 2 #Fri Jul 16 10:03:08 PDT 2010
  /external/openfst/src/include/
Makefile.am 11 pdt_include_headers = fst/extensions/pdt/collection.h \
12 fst/extensions/pdt/compose.h fst/extensions/pdt/expand.h \
13 fst/extensions/pdt/info.h fst/extensions/pdt/paren.h \
14 fst/extensions/pdt/pdt.h fst/extensions/pdt/pdtlib.h \
15 fst/extensions/pdt/pdtscript.h fst/extensions/pdt/replace.h
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/META-INF/
MANIFEST.MF 3 Bundle-Name: Pdt
4 Bundle-SymbolicName: com.android.ide.eclipse.pdt;singleton:=true
19 Bundle-Activator: com.android.ide.eclipse.pdt.PdtPlugin
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 19 // Compose a PDT and an FST.
28 // Class to setup composition options for PDT composition.
29 // Default is for the PDT as the first composition argument.
64 // Class to setup composition options for PDT with FST composition.
101 // Composes pushdown transducer (PDT) encoded as an FST (1st arg) and
102 // an FST (2nd arg) with the result also a PDT encoded as an Fst. (3rd arg).
104 // parentheses. To be interpreted as a PDT, the parens must balance on
123 // Composes an FST (1st arg) and pushdown transducer (PDT) encoded as
124 // an FST (2nd arg) with the result also a PDT encoded as an Fst (3rd arg).
126 // parentheses. To be interpreted as a PDT, the parens must balance o
    [all...]
replace.h 19 // Recursively replace Fst arcs with other Fst(s) returning a PDT.
40 // Builds a pushdown transducer (PDT) from an RTN specification
41 // identical to that in fst/lib/replace.h. The result is a PDT
43 // open or close parentheses. To be interpreted as a PDT, the parens
71 // PDT state corr. to ith replace FST start state.
73 // PDT state, weight pairs corr. to ith replace FST final state & weights.
77 // non-termnals for now. Tabulate the PDT states that correspond to
122 // transition redirected to the PDT state that corresponds to the
124 // transitions from the PDT states corr. to the final states of the
pdtscript.h 16 // Convenience file for including all PDT operations at once, and/or
34 #include <fst/extensions/pdt/compose.h>
35 #include <fst/extensions/pdt/expand.h>
36 #include <fst/extensions/pdt/info.h>
37 #include <fst/extensions/pdt/replace.h>
38 #include <fst/extensions/pdt/reverse.h>
39 #include <fst/extensions/pdt/shortest-path.h>
45 // PDT COMPOSE
82 // PDT EXPAND
123 // PDT REPLAC
    [all...]
expand.h 19 // Expand a PDT to an FST.
27 #include <fst/extensions/pdt/pdt.h>
28 #include <fst/extensions/pdt/paren.h>
29 #include <fst/extensions/pdt/shortest-path.h>
30 #include <fst/extensions/pdt/reverse.h>
53 // Properties for an expanded PDT.
215 // Expands a pushdown transducer (PDT) encoded as an FST into an FST.
216 // This version is a delayed Fst. In the PDT, some transitions are
217 // labeled with open or close parentheses. To be interpreted as a PDT,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/
.project 3 <name>plugin-pdt</name>
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
ToolsLocator.java 17 package com.android.ide.eclipse.pdt.internal;
20 import com.android.ide.eclipse.pdt.PdtPlugin;
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/.settings/
com.google.appengine.eclipse.core.prefs 1 #Sun Aug 15 09:29:11 PDT 2010
  /sdk/anttargetprint/.settings/
org.eclipse.jdt.core.prefs 1 #Thu Mar 29 19:40:52 PDT 2012
  /sdk/apps/SdkController/.settings/
org.eclipse.jdt.core.prefs 1 #Fri Apr 06 22:06:54 PDT 2012

Completed in 428 milliseconds

1 23 4 5 6 7 8 910