Searched refs:wrap (Results 126 - 150 of 499) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestObject.h90 inline v8::Handle<v8::Object> wrap(TestObject* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:blink
92 return impl->wrap(creationContext, isolate);
103 return impl->wrap(creationContext, isolate);
115 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
129 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
142 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_texture.c141 so->wrap = (wrap_mode(cso->wrap_s) << NV30_3D_TEX_WRAP_S__SHIFT) |
145 so->wrap |= compare_mode(cso);
167 so->wrap |= nv30_context(pipe)->config.aniso;
239 so->wrap = fmt->wrap;
252 so->wrap |= NV30_3D_TEX_WRAP_T_REPEAT;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_texture.c141 so->wrap = (wrap_mode(cso->wrap_s) << NV30_3D_TEX_WRAP_S__SHIFT) |
145 so->wrap |= compare_mode(cso);
167 so->wrap |= nv30_context(pipe)->config.aniso;
239 so->wrap = fmt->wrap;
252 so->wrap |= NV30_3D_TEX_WRAP_T_REPEAT;
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DMessageDigestSpiTest.java95 ByteBuffer buf = ByteBuffer.wrap(b, 0, b.length);
102 buf = ByteBuffer.wrap(b, 0, b.length);
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DServerHandshakeImplTest.java83 server.wrap(); // modelling of server respond sending
113 server.wrap(); // modelling of server respond sending
/external/chromium_org/chrome/browser/resources/options/
H A Dreset_profile_settings_overlay.css35 word-wrap: break-word;
/external/chromium_org/components/devtools_bridge/test/android/javatests/src/org/chromium/components/devtools_bridge/
H A DDataChannelMock.java56 notifyMessageOnSignalingThread(ByteBuffer.wrap(bytes));
110 sendOnSignalingThread(ByteBuffer.wrap(data));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8DataViewCustom.h62 inline v8::Handle<v8::Object> wrap(DataView* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:blink
64 return V8TypedArray<DataView>::wrap(impl, creationContext, isolate);
H A DV8Float32ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Float32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:blink
64 return V8TypedArray<Float32Array>::wrap(impl, creationContext, isolate);
H A DV8Float64ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Float64Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:blink
64 return V8TypedArray<Float64Array>::wrap(impl, creationContext, isolate);
H A DV8Int16ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Int16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:blink
64 return V8TypedArray<Int16Array>::wrap(impl, creationContext, isolate);
H A DV8Int32ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Int32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:blink
64 return V8TypedArray<Int32Array>::wrap(impl, creationContext, isolate);
H A DV8Int8ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Int8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:blink
64 return V8TypedArray<Int8Array>::wrap(impl, creationContext, isolate);
H A DV8Uint16ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Uint16Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:blink
64 return V8TypedArray<Uint16Array>::wrap(impl, creationContext, isolate);
H A DV8Uint32ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Uint32Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:blink
64 return V8TypedArray<Uint32Array>::wrap(impl, creationContext, isolate);
H A DV8Uint8ArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Uint8Array* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:blink
64 return V8TypedArray<Uint8Array>::wrap(impl, creationContext, isolate);
H A DV8Uint8ClampedArrayCustom.h62 inline v8::Handle<v8::Object> wrap(Uint8ClampedArray* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) function in namespace:blink
64 return V8TypedArray<Uint8ClampedArray>::wrap(impl, creationContext, isolate);
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DcolorSuggestionPicker.css62 flex-flow: row wrap;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h224 nvgl_wrap_mode(unsigned wrap) argument
226 switch (wrap) {
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DJsContext.cpp29 Handle<Object> JsContext::wrap() { function in class:JsContext
79 Handle<Object> contextObj = this->wrap();
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DGenericCfg.java78 fileSettings = EMMAProperties.wrap (Property.getPropertiesFromFile (m_settingsFile));
99 genericSettings = EMMAProperties.wrap (new Properties ());
/external/guava/guava/src/com/google/common/collect/
H A DEnumHashBiMap.java73 super(WellBehavedMap.wrap(
112 setDelegates(WellBehavedMap.wrap(new EnumMap<K, V>(keyType)),
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DEnumBiMap.java70 super(WellBehavedMap.wrap(new EnumMap<K, V>(keyType)),
71 WellBehavedMap.wrap(new EnumMap<V, K>(valueType)));
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h224 nvgl_wrap_mode(unsigned wrap) argument
226 switch (wrap) {
/external/skia/experimental/SkV8Example/
H A DJsContext.cpp29 Handle<Object> JsContext::wrap() { function in class:JsContext
79 Handle<Object> contextObj = this->wrap();

Completed in 8384 milliseconds

1234567891011>>