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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/wml/
anchor-element.wml 5 <p>This is an anchor bound to go task<br/>
12 <p>This an anchor bound to prev task<br/>
18 <p>This an anchor bound to refresh task<br/>
26 <p>This is an anchor contains img element, bound to prev task<br/>
  /cts/tools/signature-tools/src/signature/compare/model/
IUpperBoundsDelta.java 34 * Returns the upper bound delta of the first upper bound or {@code null} if
37 * @return the upper bound delta of the first upper bound, maybe {@code
43 * Returns a set of remaining upper bound deltas or {@code null} if no
46 * @return a set of remaining upper bound deltas, maybe {@code null}
IWildcardTypeDelta.java 28 * Returns the upper bound delta or {@code null} if no delta is available.
30 * @return the upper bound delta, maybe {@code null}
35 * Returns the lower bound delta or {@code null} if no delta is available.
37 * @return the lower bound delta, maybe {@code null}
ITypeVariableDefinitionDelta.java 29 * Returns an upper bound delta or {@code null} if no delta is available.
31 * @return an upper bound delta, maybe {@code null}
  /external/dhcpcd/dhcpcd-hooks/
30-hostname 27 BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT) set_hostname;;
20-dns.conf 30 BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT) set_dns_props;;
29-lookup-hostname 33 BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT) set_hostname;;
95-configured 9 BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT)
  /external/svox/pico/lib/
picospho.h 40 - BOUND(BOUNDstrength,BOUNDtype)
77 <output> = { BOUND(BOUND_SBEG,PHRASEtype) <sentence> BOUND(BOUND_SEND,..)} BOUND(BOUND_TERM,..)
79 <sentence> = <phrase> { BOUND(BOUND_PHR1|2|3,PHRASEtype) <phrase> }
129 - BOUND(BOUNDstrength,BOUNDtype)
131 bound strength may be changed by the fsts
picoacph.h 94 -> BOUND(BOUNDstrength,BOUNDtype)
100 4. PROCESS_ACC: then, after processing the WORDPHON and BOUND items
133 BOUND in item sequence equals PHR0 bound strength)
145 <output> = { BOUND(BOUND_SBEG,PHRASEtype) <sentence> BOUND(BOUND_SEND,..)} BOUND(BOUND_TERM,..)
147 <sentence> = <phrase> { BOUND(BOUND_PHR1|2|3,BOUNDtype) <phrase> }
  /libcore/luni/src/main/java/javax/net/
ServerSocketFactory.java 53 * Creates a new server socket which is not bound to any local address. This
67 * Creates a new server socket which is bound to the given port with a
71 * @return the created bound server socket.
78 * Creates a new server socket which is bound to the given port and
84 * @return the created bound server socket.
90 * Creates a new server socket which is bound to the given address on the
98 * @return the created bound server socket.
SocketFactory.java 70 * the parameters {@code host} and {@code port}. The socket is bound to any
90 * the parameters {@code host} and {@code port}. The socket is bound to the
100 * the local host address the socket is bound to.
103 * bound.
116 * the InetAddress {@code host}. The socket is bound to any available local
133 * the InetAddress {@code address}. The socket is bound to the local network
143 * the local host address the socket is bound to.
146 * bound.
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
HttpURLConnectionTest.java 53 private final static Object bound = new Object(); field in class:HttpURLConnectionTest
73 synchronized (bound) {
75 bound.notify();
181 synchronized(bound) {
183 bound.wait(5000);
222 synchronized(bound) {
223 if (!server.started) bound.wait(5000);
226 synchronized(bound) {
227 if (!proxy.started) bound.wait(5000);
273 synchronized(bound) {
    [all...]
  /libcore/luni/src/main/java/javax/xml/namespace/
NamespaceContext.java 30 * Namespace name expressed as a URI to which the prefix is bound</li>
40 * <p>Note that a Namespace URI can be bound to
60 * <p>A prefix can only be bound to a <strong>single</strong>
75 * <p>Get Namespace URI bound to a prefix in the current scope.</p>
102 * <td>bound prefix</td>
103 * <td>Namespace URI bound to prefix in current scope</td>
127 * @return Namespace URI bound to prefix in the current scope
132 * <p>Get prefix bound to Namespace URI in the current scope.</p>
134 * <p>To get all prefixes bound to a Namespace URI in the current
161 * <td>bound Namespace URI</td
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
for_each.h 56 * @param bound Maximum number of elements processed.
67 difference_type bound,
74 output, bound);
80 output, bound);
86 output, bound);
93 output, bound);
  /external/tcpdump/
esp.h 42 /*variable size, 32bit bound*/ /* Initialization Vector */
48 /*variable size, 32bit bound*/ /* Authentication data (new IPsec) */
59 /*variable size, 32bit bound*/ /* Authentication data */
65 /*variable size, 32bit bound*/ /* Authentication data (new IPsec)*/
  /libcore/luni/src/main/java/java/lang/reflect/
WildcardType.java 31 * The default upper bound is {@code Object}.
38 * if any bound points to a type that cannot be instantiated for
45 * The default lower bound is {@code null}, in which case an empty array is
46 * returned. Since only one lower bound is allowed, the returned array's
  /system/core/nexus/
DhcpState.cpp 31 else if (val == DhcpState::BOUND)
32 strncpy(buffer, "BOUND", max);
60 else if (!strcasecmp(buffer, "BOUND"))
61 return DhcpState::BOUND;
  /cts/tools/signature-tools/src/signature/model/
IWildcardType.java 29 * java.lang.Object is returned as upper bound.
38 * as lower bound.
  /libcore/luni/src/main/java/javax/net/ssl/
SSLSessionBindingListener.java 24 * data objects are bound to (or unbound from) an {@code SSLSession}.
29 * Notifies this listener when a value is bound to an {@code SSLSession}.
  /libcore/luni/src/main/java/java/util/
TreeMap.java 25 import static java.util.TreeMap.Bound.*;
698 Bound fromBound = fromInclusive ? INCLUSIVE : EXCLUSIVE;
699 Bound toBound = toInclusive ? INCLUSIVE : EXCLUSIVE;
708 Bound toBound = inclusive ? INCLUSIVE : EXCLUSIVE;
717 Bound fromBound = inclusive ? INCLUSIVE : EXCLUSIVE;
    [all...]
  /libcore/luni/src/main/java/java/net/
InetSocketAddress.java 43 * the specified port number to which this socket is bound.
52 * inclusive. If {@code address} is {@code null} this socket is bound to the
56 * the specified port number to which this socket is bound.
58 * the specified address to which this socket is bound.
80 * the specified port number to which this socket is bound.
82 * the specified hostname to which this socket is bound.
122 * the specified hostname to which this socket is bound.
124 * the specified port number to which this socket is bound.
191 * equal and they are bound to the same port.
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 441 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1)
442 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1)
445 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1))
446 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1))
449 #define MODADD(x, y, bound) \
450 MUX((x) + (y) >= (bound), (x) + (y) - (bound), (x) + (y)
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
bindings.js 1 // Try calling the browser-side bound functions with varying (invalid)
  /external/oprofile/libop/
op_alloc_counter.h 34 * number bound to pev[i]

Completed in 880 milliseconds

1 2 3 4 5 6 7 8 91011>>