/dalvik/libcore/xml/src/main/java/javax/xml/transform/ |
TransformerException.java | 146 * Wrap an existing exception in a TransformerException. 184 * Wrap an existing exception in a TransformerException.
|
/external/apache-http/src/org/apache/http/impl/io/ |
ChunkedOutputStream.java | 67 * @param out the session output buffer to wrap 82 * @param out the output buffer to wrap
|
/external/guava/javadoc/com/google/common/primitives/ |
Primitives.html | 203 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/Primitives.html#wrap(java.lang.Class)">wrap</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A><T> type)</CODE> 303 <A NAME="wrap(java.lang.Class)"><!-- --></A><H3> 304 wrap</H3> 306 public static <T> <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A><T> <B>wrap</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A><T> type)</PRE> 311 wrap(int.class) == Integer.class 312 wrap(Integer.class) == Integer.class 313 wrap(String.class) == String.class
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8GeolocationCustom.cpp | 135 // Wrap to int32 and force non-negative to match behavior of window.setTimeout. 161 // Wrap to int32 and force non-negative to match behavior of window.setTimeout.
|
/external/webkit/WebCore/platform/graphics/cg/ |
ImageSourceCG.cpp | 126 // to wrap itself inside CFData to get around this, ensuring that ImageIO is really looking at the SharedBuffer. 130 // Create a CGDataProvider to wrap the SharedBuffer.
|
/frameworks/base/core/java/android/inputmethodservice/ |
IInputMethodWrapper.java | 86 IInputMethodSessionWrapper wrap = local 88 mCb.sessionCreated(wrap);
|
/frameworks/base/core/java/android/widget/ |
RatingBar.java | 39 * will be shown when the layout width is set to wrap content (if another layout 158 * properly, it is recommended the layout width of this widget be wrap
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
DoubleBuffer.java | 27 * <li>{@link #wrap(double[]) Wrap} an existing double array to create a new 57 * {@code wrap(array, 0, array.length)}. 63 public static DoubleBuffer wrap(double[] array) { method in class:DoubleBuffer 64 return wrap(array, 0, array.length); 85 public static DoubleBuffer wrap(double[] array, int start, int len) { method in class:DoubleBuffer
|
FloatBuffer.java | 27 * <li>{@link #wrap(float[]) Wrap} an existing float array to create a new 56 * {@code wrap(array, 0, array.length)}. 62 public static FloatBuffer wrap(float[] array) { method in class:FloatBuffer 63 return wrap(array, 0, array.length); 86 public static FloatBuffer wrap(float[] array, int start, int len) { method in class:FloatBuffer
|
IntBuffer.java | 27 * <li>{@link #wrap(int[]) Wrap} an existing int array to create a new buffer;</li> 54 * {@code wrap(array, 0, array.length)}. 60 public static IntBuffer wrap(int[] array) { method in class:IntBuffer 61 return wrap(array, 0, array.length); 82 public static IntBuffer wrap(int[] array, int start, int len) { method in class:IntBuffer
|
LongBuffer.java | 27 * <li>{@link #wrap(long[]) Wrap} an existing long array to create a new 56 * {@code wrap(array, 0, array.length)}. 62 public static LongBuffer wrap(long[] array) { method in class:LongBuffer 63 return wrap(array, 0, array.length); 84 public static LongBuffer wrap(long[] array, int start, int len) { method in class:LongBuffer
|
ShortBuffer.java | 27 * <li>{@link #wrap(short[]) Wrap} an existing short array to create a new 56 * {@code wrap(array, 0, array.length)}. 62 public static ShortBuffer wrap(short[] array) { method in class:ShortBuffer 63 return wrap(array, 0, array.length); 84 public static ShortBuffer wrap(short[] array, int start, int len) { method in class:ShortBuffer
|
/external/webkit/WebCore/inspector/front-end/ |
DOMAgent.js | 343 var callId = WebInspector.Callback.wrap(mycallback); 350 InspectorBackend.setAttribute(WebInspector.Callback.wrap(mycallback), node.id, name, value); 356 InspectorBackend.removeAttribute(WebInspector.Callback.wrap(mycallback), node.id, name); 362 InspectorBackend.setTextNodeValue(WebInspector.Callback.wrap(mycallback), node.id, text); 464 var callId = WebInspector.Callback.wrap(mycallback); 516 var callId = WebInspector.Callback.wrap(callback);
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
AdbHelper.java | 297 ByteBuffer buf = ByteBuffer.wrap(reply); 313 buf = ByteBuffer.wrap(reply); 376 ByteBuffer buf = ByteBuffer.wrap(data); 456 ByteBuffer buf = ByteBuffer.wrap(data); 620 ByteBuffer buf = ByteBuffer.wrap(data, 0, length != -1 ? length : data.length); 677 ByteBuffer buf = ByteBuffer.wrap(data, 0, length != -1 ? length : data.length);
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
admCtrlWpa2.c | 135 /* STA WRAP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 142 /* STA WRAP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 149 /* STA WRAP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 152 /* AP multicast WRAP */ { 156 /* STA WRAP */ { TI_OK, TWD_CIPHER_NONE, TWD_CIPHER_AES_WRAP ,3}, 163 /* STA WRAP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 170 /* STA WRAP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 178 /* STA WRAP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 185 /* STA WRAP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 195 /* AP multicast WRAP */ { [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/ |
admCtrlWpa2.c | 144 /* STA WRAP */ { NOK, RSN_CIPHER_NONE, RSN_CIPHER_NONE ,0}, 151 /* STA WRAP */ { NOK, RSN_CIPHER_NONE, RSN_CIPHER_NONE ,0}, 158 /* STA WRAP */ { NOK, RSN_CIPHER_NONE, RSN_CIPHER_NONE ,0}, 161 /* AP multicast WRAP */ { 165 /* STA WRAP */ { OK, RSN_CIPHER_NONE, RSN_CIPHER_AES_WRAP ,3}, 172 /* STA WRAP */ { NOK, RSN_CIPHER_NONE, RSN_CIPHER_NONE ,0}, 179 /* STA WRAP */ { NOK, RSN_CIPHER_NONE, RSN_CIPHER_NONE ,0}, 187 /* STA WRAP */ { NOK, RSN_CIPHER_NONE, RSN_CIPHER_NONE ,0}, 194 /* STA WRAP */ { NOK, RSN_CIPHER_NONE, RSN_CIPHER_NONE ,0}, 204 /* AP multicast WRAP */ { [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/ |
admCtrlWpa2.c | 135 /* STA WRAP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 142 /* STA WRAP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 149 /* STA WRAP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 152 /* AP multicast WRAP */ { 156 /* STA WRAP */ { TI_OK, TWD_CIPHER_NONE, TWD_CIPHER_AES_WRAP ,3}, 163 /* STA WRAP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 170 /* STA WRAP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 178 /* STA WRAP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 185 /* STA WRAP */ { TI_NOK, TWD_CIPHER_NONE, TWD_CIPHER_NONE ,0}, 195 /* AP multicast WRAP */ { [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
deflate.c | 228 int wrap = 1; local 256 wrap = 0; 261 wrap = 2; /* write gzip wrapper instead */ 276 s->wrap = wrap; 326 strm->state->wrap == 2 || 327 (strm->state->wrap == 1 && strm->state->status != INIT_STATE)) 331 if (s->wrap) 375 if (s->wrap < 0) { 376 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); * [all...] |
inflate.c | 168 state->wrap = 0; 172 state->wrap = (windowBits >> 4) + 1; 590 if (state->wrap == 0) { 596 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */ 606 if (!(state->wrap & 1) || /* check if zlib header allowed */ [all...] |
/external/zlib/ |
deflate.c | 228 int wrap = 1; local 256 wrap = 0; 261 wrap = 2; /* write gzip wrapper instead */ 276 s->wrap = wrap; 326 strm->state->wrap == 2 || 327 (strm->state->wrap == 1 && strm->state->status != INIT_STATE)) 331 if (s->wrap) 375 if (s->wrap < 0) { 376 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); * [all...] |
inflate.c | 168 state->wrap = 0; 172 state->wrap = (windowBits >> 4) + 1; 590 if (state->wrap == 0) { 596 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */ 606 if (!(state->wrap & 1) || /* check if zlib header allowed */ [all...] |
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherTest.java | [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Tx_Result/ |
txResult.c | 358 * in case of wrap around - and we need 2 different writes to FW) 400 /* Increment the index to point to next entry (wrap around is handled below) */ 420 /* No wrap. Make only 1 write */ 427 /* Wrap. Make 2 writes */ 436 /* Wrap, all 16 descriptors are filled. Make 1 write from index 0 */
|
/external/e2fsprogs/e2fsck/ |
pass5.c | 373 /* Protect loop from wrap-around if inodes_count is maxed */ 534 /* protect loop from wrap-around if end is maxed */ 579 /* Protect loop from wrap-around if end is maxed */
|
/external/kernel-headers/original/linux/ |
jiffies.h | 97 * 2. Because if the timer wrap changes in future you won't have to 119 * Have the 32 bit jiffies value wrap 5 minutes after boot 120 * so jiffies wrap bugs show up earlier.
|