HomeSort by relevance Sort by last modified time
    Searched defs:impl (Results 76 - 100 of 731) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/impl/io/
SocketOutputBuffer.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/io/SocketOutputBuffer.java $
32 package org.apache.http.impl.io;
  /external/chromium_org/cc/layers/
texture_layer_impl_unittest.cc 24 LayerTestCommon::LayerImplTest impl; local
27 impl.output_surface()->context_provider()->ContextGL()->GenMailboxCHROMIUM(
32 impl.AddChildToRoot<TextureLayerImpl>();
40 impl.CalcDrawProps(viewport_size);
45 impl.AppendQuadsWithOcclusion(texture_layer_impl, occluded);
47 LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(),
49 EXPECT_EQ(1u, impl.quad_list().size());
55 impl.AppendQuadsWithOcclusion(texture_layer_impl, occluded);
57 LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), gfx::Rect());
58 EXPECT_EQ(impl.quad_list().size(), 0u)
    [all...]
video_layer.cc 26 scoped_ptr<VideoLayerImpl> impl = local
28 return impl.PassAs<LayerImpl>();
video_layer_impl_unittest.cc 24 LayerTestCommon::LayerImplTest impl; local
25 DebugScopedSetImplThreadAndMainThreadBlocked thread(impl.proxy());
37 impl.AddChildToRoot<VideoLayerImpl>(&provider, media::VIDEO_ROTATION_0);
42 impl.CalcDrawProps(viewport_size);
47 impl.AppendQuadsWithOcclusion(video_layer_impl, occluded);
49 LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(),
51 EXPECT_EQ(1u, impl.quad_list().size());
57 impl.AppendQuadsWithOcclusion(video_layer_impl, occluded);
59 LayerTestCommon::VerifyQuadsExactlyCoverRect(impl.quad_list(), gfx::Rect());
60 EXPECT_EQ(impl.quad_list().size(), 0u)
78 LayerTestCommon::LayerImplTest impl; local
98 LayerTestCommon::LayerImplTest impl; local
134 LayerTestCommon::LayerImplTest impl; local
170 LayerTestCommon::LayerImplTest impl; local
206 LayerTestCommon::LayerImplTest impl; local
    [all...]
  /external/chromium_org/content/public/renderer/
render_frame_observer.cc 18 RenderFrameImpl* impl = static_cast<RenderFrameImpl*>(render_frame); local
19 routing_id_ = impl->GetRoutingID();
21 impl->AddObserver(this);
27 RenderFrameImpl* impl = static_cast<RenderFrameImpl*>(render_frame_); local
28 impl->RemoveObserver(this);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8CanvasRenderingContext2DCustom.cpp 70 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toImpl(info.Holder()); local
71 v8SetReturnValue(info, toV8Object(impl->strokeStyle(), info.Holder(), info.GetIsolate()));
76 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toImpl(info.Holder()); local
78 impl->setStrokeStyle(canvasStyle);
81 impl->setStrokeColor(colorString);
87 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toImpl(info.Holder()); local
88 v8SetReturnValue(info, toV8Object(impl->fillStyle(), info.Holder(), info.GetIsolate()));
93 CanvasRenderingContext2D* impl = V8CanvasRenderingContext2D::toImpl(info.Holder()); local
95 impl->setFillStyle(canvasStyle);
98 impl->setFillColor(colorString)
    [all...]
V8HTMLAllCollectionCustom.cpp 89 HTMLAllCollection* impl = V8HTMLAllCollection::toImpl(info.Holder()); local
90 v8SetReturnValue(info, getItem(impl, info[0], info));
98 HTMLAllCollection* impl = V8HTMLAllCollection::toImpl(info.Holder());
99 Node& ownerNode = impl->ownerNode();
104 v8SetReturnValue(info, getItem(impl, info[0], info));
114 if (Node* node = impl->namedItemWithIndex(name, index->Uint32Value())) {
115 v8SetReturnValueFast(info, node, impl);
V8HTMLOptionsCollectionCustom.cpp 52 HTMLOptionsCollection* impl = V8HTMLOptionsCollection::toImpl(info.Holder()); local
56 impl->add(option, exceptionState);
62 impl->add(option, index, exceptionState);
71 HTMLOptionsCollection* impl = V8HTMLOptionsCollection::toImpl(info.Holder()); local
87 impl->setLength(newLength, exceptionState);
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
V8SubtleCryptoCustom.cpp 23 SubtleCrypto* impl = V8SubtleCrypto::toImpl(info.Holder()); local
32 v8SetReturnValue(info, impl->verifySignature(ScriptState::current(info.GetIsolate()), algorithm, key, signature, data).v8Value());
38 SubtleCrypto* impl = V8SubtleCrypto::toImpl(info.Holder()); local
47 v8SetReturnValue(info, impl->verifySignature(ScriptState::current(info.GetIsolate()), algorithm, key, signature, data).v8Value());
53 SubtleCrypto* impl = V8SubtleCrypto::toImpl(info.Holder()); local
62 v8SetReturnValue(info, impl->verifySignature(ScriptState::current(info.GetIsolate()), algorithm, key, signature, data).v8Value());
68 SubtleCrypto* impl = V8SubtleCrypto::toImpl(info.Holder()); local
77 v8SetReturnValue(info, impl->verifySignature(ScriptState::current(info.GetIsolate()), algorithm, key, signature, data).v8Value());
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portproxy.h 45 PortInterface* impl() { return impl_; } function in class:cricket::PortProxy
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_manager_wrapper.cc 39 UdpSocketManager* impl = local
41 if (count_operation == kAddRef && impl != NULL) {
42 if (impl->Init(id, numOfWorkThreads)) {
43 impl->Start();
46 return impl;
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
AddStaticInitTransformer.java 16 package org.mockito.cglib.transform.impl;
FieldProvider.java 16 package org.mockito.cglib.transform.impl;
InterceptFieldEnabled.java 16 package org.mockito.cglib.transform.impl;
InterceptFieldFilter.java 16 package org.mockito.cglib.transform.impl;
UndeclaredThrowableStrategy.java 16 package org.mockito.cglib.transform.impl;
  /external/srec/shared/src/
LStringImpl.c 30 LStringImpl* impl; local
32 impl = NEW(LStringImpl, MTAG);
33 if (impl == NULL)
35 impl->Interface.append = &LString_Append;
36 impl->Interface.toLCHAR = &LString_ToLCHAR;
37 impl->Interface.reset = &LString_Reset;
38 impl->Interface.destroy = &LString_Destroy;
39 impl->size = INITIAL_SIZE;
40 impl->value = MALLOC(sizeof(LCHAR) * INITIAL_SIZE, MTAG);
41 if (impl->value == NULL
55 LStringImpl* impl = (LStringImpl*) self; local
74 LStringImpl* impl = (LStringImpl*) self; local
82 LStringImpl* impl = (LStringImpl*) self; local
93 LStringImpl* impl = (LStringImpl*) self; local
    [all...]
  /external/srec/srec/AcousticState/src/
AcousticStateImpl.c 29 SR_AcousticStateImpl* impl; local
37 impl = NEW(SR_AcousticStateImpl, MTAG);
38 if (impl == NULL)
44 impl->Interface.load = &SR_AcousticStateLoadImpl;
45 impl->Interface.save = &SR_AcousticStateSaveImpl;
46 impl->Interface.destroy = &SR_AcousticStateDestroyImpl;
47 impl->Interface.reset = &SR_AcousticStateResetImpl;
48 impl->Interface.set = &SR_AcousticStateSetImpl;
49 impl->Interface.get = &SR_AcousticStateGetImpl;
51 recogImpl->acousticState = &impl->Interface
75 SR_AcousticStateImpl* impl = (SR_AcousticStateImpl*) recogImpl->acousticState; local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
SystemViewInfo.java 17 package com.android.layoutlib.bridge.impl;
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /frameworks/base/core/java/android/net/
LocalSocket.java 32 private LocalSocketImpl impl; field in class:LocalSocket
79 * @param impl a SocketImpl
81 /*package*/ LocalSocket(LocalSocketImpl impl, int sockType) {
82 this.impl = impl;
91 return super.toString() + " impl:" + impl;
95 * It's difficult to discern from the spec when impl.create() should be
106 impl.create(sockType);
130 impl.connect(endpoint, 0)
    [all...]
  /libcore/luni/src/main/java/java/net/
Socket.java 34 final SocketImpl impl; field in class:Socket
57 this.impl = factory != null ? factory.createSocketImpl() : new PlainSocketImpl();
85 this.impl = factory != null ? factory.createSocketImpl() : new PlainSocketImpl(proxy);
281 * @param impl
286 protected Socket(SocketImpl impl) throws SocketException {
287 this.impl = impl;
319 impl.close();
334 impl.onClose();
345 return impl.getInetAddress()
    [all...]
MulticastSocket.java 82 InetAddress ipvXaddress = (InetAddress) impl.getOption(SocketOptions.IP_MULTICAST_IF);
109 int index = (Integer) impl.getOption(SocketOptions.IP_MULTICAST_IF2);
123 return impl.getTimeToLive();
135 return impl.getTTL();
149 impl.join(groupAddr);
169 impl.joinGroup(groupAddress, netInterface);
184 impl.leave(groupAddr);
202 impl.leaveGroup(groupAddress, netInterface);
255 impl.send(packet);
260 impl.send(packet)
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 287 milliseconds

1 2 34 5 6 7 8 91011>>