OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestInterface
(Results
1 - 25
of
50
) sorted by null
1
2
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/new_instance/d/
TestStubs.java
20
interface
TestInterface
{
T_new_instance_8.d
30
new-instance v1, dot/junit/opcodes/new_instance/d/
TestInterface
31
; invoke-direct {v1}, dot/junit/opcodes/new_instance/d/
TestInterface
/<init>()V
TestAbstractClass.d
16
.interface public dot.junit.opcodes.new_instance.d.
TestInterface
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestInterface.idl
38
] interface
TestInterface
{
43
TestInterface
implements TestImplements;
TestPartialInterface.idl
33
] partial interface
TestInterface
{
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterface.h
37
#include "bindings/tests/idls/
TestInterface
.h"
49
static
TestInterface
* toNative(v8::Handle<v8::Object> object)
64
static inline void* toInternalPointer(
TestInterface
* impl)
69
static inline
TestInterface
* fromInternalPointer(void* object)
71
return static_cast<
TestInterface
*>(object);
73
static void installPerContextEnabledProperties(v8::Handle<v8::Object>,
TestInterface
*, v8::Isolate*);
77
friend v8::Handle<v8::Object> wrap(
TestInterface
*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
78
static v8::Handle<v8::Object> createWrapper(PassRefPtr<
TestInterface
>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
82
class WrapperTypeTraits<
TestInterface
> {
87
inline v8::Handle<v8::Object> wrap(
TestInterface
* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate
[
all
...]
V8TestInterface.cpp
57
static void initializeScriptWrappableForInterface(
TestInterface
* object)
71
void webCoreInitializeScriptWrappableForInterface(WebCore::
TestInterface
* object)
122
TestInterface
* imp = V8TestInterface::toNative(info.Holder());
135
TestInterface
* imp = V8TestInterface::toNative(info.Holder());
148
TestInterface
* imp = V8TestInterface::toNative(info.Holder());
176
TestInterface
* imp = V8TestInterface::toNative(info.Holder());
189
TestInterface
* imp = V8TestInterface::toNative(info.Holder());
203
TestInterface
* imp = V8TestInterface::toNative(info.Holder());
217
TestInterface
* imp = V8TestInterface::toNative(info.Holder());
231
TestInterface
* imp = V8TestInterface::toNative(info.Holder())
[
all
...]
/external/chromium_org/chromeos/dbus/
shill_profile_client.h
46
// mappings in some of the
TestInterface
implementations.
47
class
TestInterface
{
70
virtual ~
TestInterface
() {}
111
virtual
TestInterface
* GetTestInterface() = 0;
fake_shill_profile_client.h
21
public ShillProfileClient::
TestInterface
{
46
virtual ShillProfileClient::
TestInterface
* GetTestInterface() OVERRIDE;
48
// ShillProfileClient::
TestInterface
overrides.
shill_device_client.h
44
class
TestInterface
{
57
virtual ~
TestInterface
() {}
158
virtual
TestInterface
* GetTestInterface() = 0;
shill_manager_client.h
39
class
TestInterface
{
54
// ShillProfileClient::
TestInterface
::AddProfile.
72
virtual ~
TestInterface
() {}
205
virtual
TestInterface
* GetTestInterface() = 0;
shill_service_client.h
44
class
TestInterface
{
80
virtual ~
TestInterface
() {}
172
virtual
TestInterface
* GetTestInterface() = 0;
mock_shill_profile_client.h
43
MOCK_METHOD0(GetTestInterface,
TestInterface
*());
shill_stub_helper.cc
31
ShillServiceClient::
TestInterface
* services =
52
ShillServiceClient::
TestInterface
* services =
54
ShillProfileClient::
TestInterface
* profiles =
56
ShillManagerClient::
TestInterface
* manager =
58
ShillDeviceClient::
TestInterface
* devices =
fake_shill_device_client.h
20
public ShillDeviceClient::
TestInterface
{
79
virtual ShillDeviceClient::
TestInterface
* GetTestInterface() OVERRIDE;
81
// ShillDeviceClient::
TestInterface
overrides.
fake_shill_manager_client.h
22
public ShillManagerClient::
TestInterface
{
80
virtual ShillManagerClient::
TestInterface
* GetTestInterface() OVERRIDE;
82
// ShillManagerClient::
TestInterface
overrides.
fake_shill_service_client.h
23
public ShillServiceClient::
TestInterface
{
76
virtual ShillServiceClient::
TestInterface
* GetTestInterface() OVERRIDE;
78
// ShillServiceClient::
TestInterface
overrides.
mock_shill_manager_client.h
69
MOCK_METHOD0(GetTestInterface,
TestInterface
*());
mock_shill_service_client.h
68
MOCK_METHOD0(GetTestInterface,
TestInterface
*());
/external/javassist/src/test/test/javassist/proxy/
ProxyFactoryCompatibilityTest.java
48
factory.setInterfaces(new Class[] {
TestInterface
.class});
72
factory.setInterfaces(new Class[] {
TestInterface
.class});
111
public static interface
TestInterface
{
ProxySerializationTest.java
22
factory.setInterfaces(new Class[] {
TestInterface
.class});
147
public static interface
TestInterface
/external/chromium_org/ash/system/chromeos/network/
network_state_notifier_unittest.cc
62
ShillDeviceClient::
TestInterface
* device_test =
70
ShillServiceClient::
TestInterface
* service_test =
/external/chromium_org/chromeos/network/
network_sms_handler_unittest.cc
65
ShillManagerClient::
TestInterface
* manager_test =
69
ShillDeviceClient::
TestInterface
* device_test =
105
// TODO(stevenjb): Use a
TestInterface
to set this up to remove dependency.
network_state_handler_unittest.cc
163
ShillDeviceClient::
TestInterface
* device_test =
171
ShillServiceClient::
TestInterface
* service_test =
262
ShillManagerClient::
TestInterface
* manager_test =
324
ShillProfileClient::
TestInterface
* profile_test =
335
ShillServiceClient::
TestInterface
* service_test =
354
ShillManagerClient::
TestInterface
* manager_test =
357
ShillServiceClient::
TestInterface
* service_test =
/external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc
146
ShillManagerClient::
TestInterface
* manager_test =
148
ShillDeviceClient::
TestInterface
* device_test =
150
ShillProfileClient::
TestInterface
* profile_test =
152
ShillServiceClient::
TestInterface
* service_test =
351
ShillServiceClient::
TestInterface
* service_test =
366
ShillProfileClient::
TestInterface
* profile_test =
Completed in 257 milliseconds
1
2