Searched refs:acceptors (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
H A Dintersect.h51 // The two arguments must be acceptors. One of the arguments must be
72 bool acceptors = fst1.Properties(kAcceptor, true) && local
75 if (!acceptors) {
76 FSTERROR() << "IntersectFst: input FSTs are not acceptors";
84 bool acceptors = fst1.Properties(kAcceptor, true) && local
87 if (!acceptors) {
88 FSTERROR() << "IntersectFst: input FSTs are not acceptors";
136 // The two arguments must be acceptors. One of the arguments must be
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAbstractConnector.java288 * @param acceptors
291 public void setAcceptors(int acceptors) argument
293 if (acceptors > 2 * Runtime.getRuntime().availableProcessors())
295 _acceptors = acceptors;
356 Thread[] acceptors;
359 acceptors = _acceptorThreads;
362 if (acceptors != null)
364 for (Thread thread : acceptors)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...

Completed in 71 milliseconds