/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
ServerSocketChannel.java | 32 * A server-socket channel is open but not bound when created by the {@code 33 * open()} method. Calling {@code accept} before bound will cause a 34 * {@link NotYetBoundException}. It can be bound by calling the bind method of a 109 * if the socket has not yet been bound.
|
/dalvik/tests/003-omnibus-opcodes/src/ |
Array.java | 79 i = ints[5]; // exact bound 85 ints[5] = i; // exact bound 134 l = longs[5]; // exact bound 140 longs[5] = l; // exact bound
|
/external/dhcpcd/dhcpcd-hooks/ |
50-dhcpcd-compat | 29 BOUND|INFORM|REBIND|REBOOT|TEST|TIMEOUT|IPV4LL) x="new";;
|
50-yp.conf | 47 BOUND|INFORM|REBIND|REBOOT|RENEW|TIMEOUT) make_yp_conf;;
|
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
AndroidFont.java | 191 * @param uFirst the lowest range's bound, inclusive 192 * @param uLast the highest range's bound, exclusive 198 // awt.09=min range bound value is grater than max range bound
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
FloatUtils.java | 71 * Clamp a float to a lower bound 87 * Clamp a float to an upper bound 105 * Clamp a float to a lower and upper bound 125 * Clamp an integer to a lower and upper bound
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
predict.h | 28 /* Upper bound on non-language-specific builtins. */
|
/system/core/nexus/ |
Controller.h | 38 * bound to.
|
DhcpState.h | 25 static const int BOUND = 3;
|
/dalvik/libcore/luni/src/main/java/java/net/ |
DatagramSocketImpl.java | 37 * The number of the local port to which this socket is bound. 50 * bound prior to attempting to send or receive data. 58 * has been already bound. 79 * if the socket is closed or not bound. 88 * Gets the local address to which the socket is bound. 90 * @return the local address to which the socket is bound. 99 * @return the local port to which this socket is bound.
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteProgram.java | 170 * Bind a NULL value to this statement. The value remains bound until 188 * Bind a long value to this statement. The value remains bound until 207 * Bind a double value to this statement. The value remains bound until 226 * Bind a String value to this statement. The value remains bound until 248 * Bind a byte array value to this statement. The value remains bound until
|
/dalvik/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlSerializer.java | 131 * <p><b>NOTE:</b> prefixes "xml" and "xmlns" are already bound 144 * If there is no prefix bound to this namespace return null 147 * <p><b>NOTE:</b> if the prefix is empty string "" and default namespace is bound 150 * <p><b>NOTE:</b> prefixes "xml" and "xmlns" are already bound 206 * or throw IllegalStateException if default namespace is already bound 241 // * element (setPrefix()) and was bound to different namespace. 246 // * or throw IllegalStateException if default namespace is already bound 260 // * element (setPrefix()) and was bound to different namespace. 265 // * or throw IllegalStateException if default namespace is already bound
|
/cts/tests/tests/widget/src/android/widget/cts/ |
CursorTreeAdapterTest.java | 370 // groupPosition is out of bound 500 // groupPosition is out of bound 535 // groupPosition is out of bound 561 // groupPosition is out of bound 566 fail("does not throw IllegalStateException when position is out of bound"); 593 // groupPosition is out of bound. 608 // childPosition is out of bound 641 // groupPosition is out of bound 649 // childPosition is out of bound 670 // groupPosition is out of bound [all...] |
/bionic/libc/kernel/common/linux/ |
atmdev.h | 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND" 159 #define ATM_VF2TXT_MAP "ADDR", "READY", "PARTIAL", "REGIS", "RELEASED", "HASQOS", "LISTEN", "META", "256", "512", "1024", "2048", "SESSION", "HASSAP", "BOUND", "CLOSE"
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GestureStrokeTest.java | 76 // bound the path by the endpoint 93 // bound the path by the midpoint
|
/cts/tests/tests/text/src/android/text/cts/ |
StaticLayoutTest.java | 166 + " of StaticLayout#getLineTop(int) when line is out of bound") 195 + " of StaticLayout#getLineDescent(int) when line is out of bound") 223 + " of StaticLayout#getParagraphDirection(int) when line is out of bound") 252 + " of StaticLayout#getLineStart(int) when line is out of bound") 279 + " of StaticLayout#getLineContainsTab(int) when line is out of bound") 310 + " of StaticLayout#getLineDirections(int) when line is out of bound") 363 + " of StaticLayout#getEllipsisCount(int) when line is out of bound") 393 + " of StaticLayout#getEllipsisStart(int) when line is out of bound")
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
PrefixResolverDefault.java | 59 * is not bound. 74 * is not bound.
|
/external/bluetooth/glib/glib/ |
grand.c | 409 * @begin: lower closed bound of the interval. 410 * @end: upper open bound of the interval. 515 * @begin: lower closed bound of the interval. 516 * @end: upper open bound of the interval. 552 * @begin: lower closed bound of the interval. 553 * @end: upper open bound of the interval. 595 * @begin: lower closed bound of the interval. 596 * @end: upper open bound of the interval.
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
atmdev.h | 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND" 159 #define ATM_VF2TXT_MAP "ADDR", "READY", "PARTIAL", "REGIS", "RELEASED", "HASQOS", "LISTEN", "META", "256", "512", "1024", "2048", "SESSION", "HASSAP", "BOUND", "CLOSE"
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
atmdev.h | 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND" 159 #define ATM_VF2TXT_MAP "ADDR", "READY", "PARTIAL", "REGIS", "RELEASED", "HASQOS", "LISTEN", "META", "256", "512", "1024", "2048", "SESSION", "HASSAP", "BOUND", "CLOSE"
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
atmdev.h | 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND" 159 #define ATM_VF2TXT_MAP "ADDR", "READY", "PARTIAL", "REGIS", "RELEASED", "HASQOS", "LISTEN", "META", "256", "512", "1024", "2048", "SESSION", "HASSAP", "BOUND", "CLOSE"
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
atmdev.h | 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND" 159 #define ATM_VF2TXT_MAP "ADDR", "READY", "PARTIAL", "REGIS", "RELEASED", "HASQOS", "LISTEN", "META", "256", "512", "1024", "2048", "SESSION", "HASSAP", "BOUND", "CLOSE"
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
atmdev.h | 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND" 159 #define ATM_VF2TXT_MAP "ADDR", "READY", "PARTIAL", "REGIS", "RELEASED", "HASQOS", "LISTEN", "META", "256", "512", "1024", "2048", "SESSION", "HASSAP", "BOUND", "CLOSE"
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
atmdev.h | 157 #define ATM_VS2TXT_MAP "IDLE", "CONNECTED", "CLOSING", "LISTEN", "INUSE", "BOUND" 159 #define ATM_VF2TXT_MAP "ADDR", "READY", "PARTIAL", "REGIS", "RELEASED", "HASQOS", "LISTEN", "META", "256", "512", "1024", "2048", "SESSION", "HASSAP", "BOUND", "CLOSE"
|
/external/svox/pico/lib/ |
picoacph.c | 83 2-level bound state: The internal buffer contains one primary phrase (sometimes forced, if buffer 86 item is not output, but instead, the bound state is set to PPHR, so that the correct BOUND can 89 the item is converted to the corresponding BOUND and output. the bound state is set to SSEP, 90 so that a BOUND of type SBEG is output at the start of the next primary phrase. 92 trailing PUNC item bound states \n 111 - number of items actually changed (new BOUND items added): because 113 to indicate if a BOUND needs to be added to the LEFT of the item. 115 indicate that to the left of the headx ele a BOUND needs to b [all...] |