HomeSort by relevance Sort by last modified time
    Searched refs:wrap (Results 26 - 50 of 257) sorted by null

12 3 4 5 6 7 8 91011

  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/
ReadOnlyWrappedDoubleBufferTest.java 27 buf = DoubleBuffer.wrap(new double[BUFFER_LENGTH]);
ReadOnlyWrappedFloatBufferTest.java 27 buf = FloatBuffer.wrap(new float[BUFFER_LENGTH]);
ReadOnlyWrappedIntBufferTest.java 27 buf = IntBuffer.wrap(new int[BUFFER_LENGTH]);
ReadOnlyWrappedLongBufferTest.java 27 buf = LongBuffer.wrap(new long[BUFFER_LENGTH]);
ReadOnlyWrappedShortBufferTest.java 27 buf = ShortBuffer.wrap(new short[BUFFER_LENGTH]);
  /external/webkit/WebCore/inspector/front-end/
DOMStorage.js 59 var callId = WebInspector.Callback.wrap(callback);
65 var callId = WebInspector.Callback.wrap(callback);
71 var callId = WebInspector.Callback.wrap(callback);
  /libcore/luni/src/main/java/javax/net/ssl/
SSLEngine.java 80 * called by {@code wrap} or {@code unwrap} if the initial handshake has not
361 public abstract SSLEngineResult wrap(ByteBuffer[] srcs, int offset, int length, ByteBuffer dst) method in class:SSLEngine
436 public SSLEngineResult wrap(ByteBuffer[] srcs, ByteBuffer dst) throws SSLException { method in class:SSLEngine
440 return wrap(srcs, 0, srcs.length, dst);
463 public SSLEngineResult wrap(ByteBuffer src, ByteBuffer dst) throws SSLException { method in class:SSLEngine
464 return wrap(new ByteBuffer[] { src }, 0, 1, dst);
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 104 public static IProperties wrap (final Properties properties) method in class:EMMAProperties
108 return IProperties.Factory.wrap (properties, ReportProperties.REPORT_PROPERTY_MAPPER);
138 final IProperties systemRedirects = wrap (Property.getSystemPropertyRedirects (EMMAProperties.SYSTEM_PROPERTY_REDIRECTS));
139 final IProperties appDefaults = wrap (Property.getProperties (appName + "_default.properties", loader));
147 systemFile = wrap (Property.getLazyPropertiesFromFile (file));
149 final IProperties system = wrap (Property.getSystemProperties (appName));
150 final IProperties userOverrides = wrap (Property.getProperties (appName + ".properties", loader));
  /external/clearsilver/mod_ecs/
mod_ecs.c 8 with the cgi_wrap calls from that kit. Those calls wrap the standard CGI
194 WRAPPER_DATA *wrap = (WRAPPER_DATA *)data; local
201 if (!wrap->end_of_header)
203 wl = header_write (&(wrap->hbuf), buf, len);
208 wrap->end_of_header = 1;
209 wrap->hbuf.loc = 0;
211 fprintf (stderr, "ap_scan_script_header_err_core\n%s\n", wrap->hbuf.buf);
213 wrap->returns = ap_scan_script_header_err_core(wrap->r, NULL, h_getline,
214 (void *)&(wrap->hbuf))
277 WRAPPER_DATA *wrap = (WRAPPER_DATA *)data; local
299 WRAPPER_DATA *wrap = (WRAPPER_DATA *)data; local
309 WRAPPER_DATA *wrap = (WRAPPER_DATA *)data; local
318 WRAPPER_DATA *wrap = (WRAPPER_DATA *)data; local
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8CSSValueCustom.cpp 58 return V8CSSValue::wrap(impl);
V8StyleSheetCustom.cpp 45 v8::Handle<v8::Object> wrapper = V8StyleSheet::wrap(impl);
V8CSSRuleCustom.cpp 70 return V8CSSRule::wrap(impl);
V8WebGLByteArrayCustom.cpp 69 v8::Handle<v8::Object> wrapper = V8WebGLByteArray::wrap(impl);
V8WebGLFloatArrayCustom.cpp 69 v8::Handle<v8::Object> wrapper = V8WebGLFloatArray::wrap(impl);
V8WebGLIntArrayCustom.cpp 69 v8::Handle<v8::Object> wrapper = V8WebGLIntArray::wrap(impl);
V8WebGLShortArrayCustom.cpp 69 v8::Handle<v8::Object> wrapper = V8WebGLShortArray::wrap(impl);
V8WebGLUnsignedByteArrayCustom.cpp 69 v8::Handle<v8::Object> wrapper = V8WebGLUnsignedByteArray::wrap(impl);
  /frameworks/base/core/java/android/text/style/
CharacterStyle.java 32 * regions, you can use this method to wrap it with a new object that
36 public static CharacterStyle wrap(CharacterStyle cs) { method in class:CharacterStyle
46 * that were generated by {@link #wrap}, returns the underlying
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertProtocol.java 132 // record protocol to be used to wrap the alerts
267 protected byte[] wrap() { method in class:AlertProtocol
268 byte[] res = recordProtocol.wrap(ContentType.ALERT, alert, 0, 2);
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetDecoderTest.java 39 ByteBuffer in = ByteBuffer.wrap(new byte[] { 109, 97, 109 });
47 ByteBuffer inBuffer = ByteBuffer.wrap(arr, 0, arr.length).slice();
63 ByteBuffer inBuffer = ByteBuffer.wrap(arr, offset, arr.length - offset).slice();
79 CharBuffer outBuffer = decoder.decode(ByteBuffer.wrap(arr, offset, arr.length - offset));
96 return encoder.encode(CharBuffer.wrap(SAMPLE_STRING)).array();
  /libcore/luni/src/test/java/tests/api/java/nio/charset/
AbstractCharsetEncoderTestCase.java 144 encoder.encode(CharBuffer.wrap("aaa"));
146 encoder.encode(CharBuffer.wrap("aaa"), ByteBuffer.allocate(3), false);
148 encoder.encode(CharBuffer.wrap("aaa"), ByteBuffer.allocate(3), true);
165 CharBuffer in = CharBuffer.wrap("aaa");
221 CharBuffer in = CharBuffer.wrap("aaa");
242 encoder.encode(CharBuffer.wrap("testCanEncodeIllegalState2"),
249 encoder.encode(CharBuffer.wrap("testCanEncodeIllegalState3"),
256 encoder.encode(CharBuffer.wrap("testCanEncodeIllegalState4"),
292 CharBuffer in = CharBuffer.wrap("aaa");
304 encoder.encode(CharBuffer.wrap("testCanEncodeIllegalState2")
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
MetricAffectingSpanTest.java 43 CharacterStyle result = CharacterStyle.wrap(metricAffectingSpan);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextActivity.java 32 public GL wrap(GL gl) {
  /external/chromium/third_party/zlib/
inflate.h 80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state

Completed in 470 milliseconds

12 3 4 5 6 7 8 91011