/external/iproute2/lib/ |
libnetlink.c | 533 fprintf(stderr,"addattr32: Error! max allowed bound %d exceeded\n",maxlen); 551 fprintf(stderr, "addattr_l ERROR: message exceeded bound of %d\n",maxlen); 565 fprintf(stderr, "addraw_l ERROR: message exceeded bound of %d\n",maxlen); 614 fprintf(stderr,"rta_addattr32: Error! max allowed bound %d exceeded\n",maxlen); 632 fprintf(stderr,"rta_addattr_l: Error! max allowed bound %d exceeded\n",maxlen);
|
/external/v8/src/ |
debug-agent.cc | 53 bool bound = false; local 54 while (!bound && !terminate_) { 55 bound = server_->Bind(port_); 60 if (!bound) { 67 // Accept connections on the bound port.
|
/frameworks/base/core/java/android/widget/ |
SimpleAdapter.java | 166 boolean bound = false; 168 bound = binder.setViewValue(v, data, text); 171 if (!bound) { 181 " should be bound to a Boolean, not a " + 313 * @return true if the data was bound to the view, false otherwise
|
SimpleCursorAdapter.java | 56 * A list of View ids representing the views to which the data must be bound. 124 boolean bound = false; 126 bound = binder.setViewValue(v, cursor, from[i]); 129 if (!bound) { 369 * @return true if the data was bound to the view, false otherwise
|
/dalvik/libcore/luni/src/main/java/java/net/ |
Socket.java | 200 * the parameters {@code dstName} and {@code dstPort}. The socket is bound 229 * the socket is bound to the given address {@code localAddress} on port 265 * is bound to any available port on the local host. 301 * bound to any available port on the local host. 322 * endpoint the socket is bound to the given address {@code localAddress} on 349 * bound to any available port on the local host. 477 * Gets the local IP address this socket is bound to. 490 * Gets the local port this socket is bound to. [all...] |
/external/ipsec-tools/src/libipsec/ |
ipsec_dump_policy.c | 274 ipsec_dump_ipsecrequest(buf, len, xisr, bound, withports) 278 size_t bound; /* boundary */ 284 if (xisr->sadb_x_ipsecrequest_len > bound) {
|
/external/webkit/WebCore/bindings/js/ |
ScriptController.cpp | 349 // Return an NPObject bound to the window object. 357 // Instead, we create an NPObject of a different class, one which is not bound to a JavaScript object. 383 // Create a JSObject bound to this element
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetManager.java | 50 * <td>A newly allocated appWidgetId, which will be bound to the AppWidget provider 305 * @return A appWidgetId. If the appWidgetId has not been bound to a provider yet, or 345 * Get the list of appWidgetIds that have been bound to the given AppWidget
|
/frameworks/base/core/java/android/net/ |
LocalSocketImpl.java | 188 * a bound socket. The state of the file descriptor is not checked here 191 * @param fd non-null; bound file descriptor 243 * that has not yet been bound.
|
/system/core/adb/ |
adb.h | 68 ** remote entity. A local asocket is bound to a file descriptor. A 69 ** remote asocket is bound to the protocol engine. 126 /* A socket is bound to atransport */
|
/dalvik/libcore/icu/ |
unicode-license.txt | 13 AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU
|
/dalvik/libcore/security/src/main/java/java/security/ |
KeyStoreSpi.java | 50 * specified alias is not bound to an entry. 65 * {@code null} if the specified alias is not bound to an entry. 75 * {@code null} if the specified alias is not bound to an entry. 85 * bound to an entry.
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/ |
DOM2Helper.java | 109 * @return String containing the Namespace URI bound to this DOM node
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
PrefixResolver.java | 65 * been used. Unless this PrefixResolver is bound to a specific portion of
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/jaxp/ |
JAXPPrefixResolver.java | 84 * is not bound.
|
/external/apache-http/src/org/apache/http/impl/io/ |
SocketInputBuffer.java | 42 * {@link Socket} bound session input buffer.
|
SocketOutputBuffer.java | 41 * {@link Socket} bound session output buffer.
|
/external/dhcpcd/dhcpcd-hooks/ |
20-resolv.conf | 105 BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT) add_resolv_conf;;
|
50-ntp.conf | 87 BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT) add_ntp_conf add;;
|
/external/dhcpcd/ |
dhcpcd-run-hooks.8.in | 78 .It Dv BOUND
|
/external/freetype/include/freetype/internal/ |
ftvalid.h | 52 /* prevent out-of-bound reads, that array counts are correct, etc. */
|
/external/guava/src/com/google/common/collect/ |
BiMap.java | 42 * @throws IllegalArgumentException if the given value is already bound to a
|
/external/icu4c/data/unidata/ |
ucdterms.txt | 10 AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND
|
/external/icu4c/ |
unicode-license.txt | 13 AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU
|
/external/kernel-headers/original/linux/ |
atmdev.h | 198 #define ATM_VS_BOUND 5 /* VC is bound */ 201 "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND" 207 "SESSION", "HASSAP", "BOUND", "CLOSE" 247 ATM_VF_PARTIAL, /* resources are bound to PVC (partial PVC
|