HomeSort by relevance Sort by last modified time
    Searched full:bound (Results 26 - 50 of 835) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/svox/pico/lib/
picosa.h 99 -> BOUND(BOUNDstrength,BOUNDtype)
105 4. PROCESS_ACC: then, after processing the WORDPHON and BOUND items
138 BOUND in item sequence equals PHR0 bound strength)
150 <output> = { BOUND(BOUND_SBEG,PHRASEtype) <sentence> BOUND(BOUND_SEND,..)} BOUND(BOUND_TERM,..)
153 <sentence> = <phrase> { BOUND(BOUND_PHR1|2|3,BOUNDtype) <phrase> }
picospho.c 110 * - existing BOUND items
112 * - bound upgrades/downgrades from transduction
113 * - bound upgrades/downgrades/insertions from SIL command items (originating e.g. from <break> text commands)
114 * all relevant bounds are placed in the corresponding headx extention; original bound items become invalid.
116 * this is the second round of alignment, treating non-BOUND items
119 * - BOUND items are consumed with no effect
211 picoos_int16 lastPhraseBoundPos; /* position of the last bound encountered (<0 if inexistent or not reachable */
542 Items considered in a transduction are a BOUND or a WORDPHON item. its starting offset within the
559 PICODBG_TRACE(("found bound of type %c\n",head->info1));
560 /* BOUND(<bound strength><phrase type>) *
    [all...]
  /frameworks/base/services/java/com/android/server/am/
AppBindRecord.java 28 final IntentBindRecord intent; // The intent we are bound to.
29 final ProcessRecord client; // Who has started/bound the service.
IntentBindRecord.java 27 * A particular Intent that has been bound to a Service.
32 /** The intent that is bound.*/
34 /** All apps that have bound to this Intent. */
  /cts/tests/tests/view/src/android/view/cts/
FocusFinderTest.java 126 int bound = 3; local
128 int y = mTopWide.getTop() - bound;
136 y = mBottomWide.getBottom() + bound;
143 x = mMidSkinny1Left.getLeft() - bound;
151 x = mTopWide.getRight() + bound;
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
SSLSession.java 164 * Returns the object bound to the specified name in this session's
168 * the name of the bound value.
169 * @return the value bound to the specified name, or {@code null} if the
178 * Returns the list of the object names bound to this session's application
184 * @return the list of the object names bound to this session's application
SSLSessionBindingEvent.java 25 * object is bound ({@link SSLSession#putValue(String, Object)}) or unbound
48 * the name of the object being (un)bound.
  /external/apache-http/src/org/apache/http/message/
ParserCursor.java 54 throw new IndexOutOfBoundsException("Lower bound cannot be negative");
57 throw new IndexOutOfBoundsException("Lower bound cannot be greater then upper bound");
  /external/opencore/protocols/rtsp_parcom/src/
rtsp_embedded_rtp.cpp 100 status = BOUND;
120 if (BOUND != status)
142 if (BOUND != status)
rtsp_embedded_rtp.h 44 BOUND,
66 return ((UNBOUND == status) || (BOUND == status));
  /cts/tools/signature-tools/src/signature/model/util/
ITypeFactory.java 88 * are equal if they have the same lower bound and have the same upper
95 * the lower bound
  /dalvik/docs/opcodes/
opcode-1d-monitor-enter.html 86 (implementation-dependent) upper bound for recursive monitor entries. Note
87 that it is unlikely this bound is ever hit, since for most implementations
  /dalvik/vm/compiler/
Dataflow.h 111 int maxC; // For DIV - will affect upper bound checking
112 int minC; // For DIV - will affect lower bound checking
  /external/guava/src/com/google/common/collect/
ClassToInstanceMap.java 46 * bound to this specific class, not a value that may have been bound to a
  /external/icu4c/test/cintltst/
citertst.h 96 * Bound checkings.
101 * Bound checkings.
  /external/tcpdump/
ah.h 45 /* variable size, 32bit bound*/ /* Authentication data */
54 /* variable size, 32bit bound*/ /* Authentication data */
  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
JavaShapeRasterizer.java 265 int bound = n >> 16; local
267 if (num == bounds[bound + 1]) {
268 return bounds[bound];
275 int bound = n >> 16; local
277 if (num < bounds[bound]) {
278 return bounds[bound + 1] - 1;
284 int bound = edgesN[cur] >> 16; local
285 return bounds[bound + 1];
  /frameworks/base/core/java/android/net/
LocalServerSocket.java 59 * been created and bound. listen() will be called immediately on it.
63 * @param fd bound file descriptor
  /dalvik/libcore/luni/src/main/java/java/net/
ServerSocket.java 52 * Constructs a new {@code ServerSocket} instance which is not bound to any
79 * Constructs a new {@code ServerSocket} instance bound to the nominated
93 * Constructs a new {@code ServerSocket} instance bound to the nominated
111 * Constructs a new {@code ServerSocket} instance bound to the nominated
357 * is set to {@code null} the socket will be bound to an available local
365 * if the socket is already bound or a problem occurs during
374 * {@code localAddr} is set to {@code null} the socket will be bound to an
387 * if the socket is already bound or a problem occurs during
430 * @return the local socket address and port this socket is bound to.
440 * Returns whether this server socket is bound to a local address and por
    [all...]
BindException.java 22 * address/port, either because it is already bound or reserved by the OS.
DatagramSocket.java 63 * Constructs a UDP datagram socket which is bound to any available port on
74 * Constructs a UDP datagram socket which is bound to the specific port
90 * Constructs a UDP datagram socket which is bound to the specific local
110 * the port may be bound by the current context.
113 * the port on the localhost that is to be bound.
222 * Gets the {@code InetAddress} instance representing the bound local
225 * @return the local address to which this socket is bound to or {@code
248 * Gets the local port which this socket is bound to.
555 * DatagramSocket} will not be bound.
568 * Constructs a new {@code DatagramSocket} bound to the host/port specifie
    [all...]
  /external/openssl/crypto/asn1/
asn_mime.c 100 static int mime_bound_check(char *line, int linelen, char *bound, int blen);
101 static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret);
211 char bound[33], c; local
227 RAND_pseudo_bytes((unsigned char *)bound, 32);
229 c = bound[i] & 0xf;
232 bound[i] = c;
234 bound[32] = 0;
241 bound, mime_eol, mime_eol);
245 BIO_printf(bio, "------%s%s", bound, mime_eol);
248 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol)
    [all...]
  /cts/tools/signature-tools/src/signature/model/
ITypeVariableDefinition.java 29 * java.lang.Object is returned as upper bound.
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
WildcardTypeTest.java 85 Type bound = bounds[0]; local
86 assertEquals(BoundedWildcardsGenericMethods.class, bound);
140 Type bound = bounds[0]; local
142 assertEquals(BoundedWildcardsGenericMethods.class, bound);
  /dalvik/libcore/nio/src/main/java/java/nio/channels/
NotYetBoundException.java 21 * bound before an I/O operation is made.

Completed in 63 milliseconds

12 3 4 5 6 7 8 91011>>