OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ifoo
(Results
26 - 50
of
134
) sorted by null
1
2
3
4
5
6
/system/tools/hidl/test/export_test/
Android.bp
7
"1.0/
IFoo
.hal",
/hardware/interfaces/tests/bar/1.0/
IBar.hal
19
import android.hardware.tests.foo@1.0::
IFoo
;
26
interface IBar extends android.hardware.tests.foo@1.0::
IFoo
{
28
typedef android.hardware.tests.foo@1.0::
IFoo
FunkyAlias;
/hardware/interfaces/tests/bar/1.0/default/
Bar.h
17
using ::android::hardware::tests::foo::V1_0::
IFoo
;
26
using BitField = ::android::hardware::tests::foo::V1_0::
IFoo
::BitField;
27
using MyMask = ::android::hardware::tests::foo::V1_0::
IFoo
::MyMask;
33
// Methods from ::android::hardware::tests::foo::V1_0::
IFoo
follow.
43
virtual Return<
IFoo
::SomeEnum> useAnEnum(
IFoo
::SomeEnum zzz) override;
44
virtual Return<void> haveAGooberVec(const hidl_vec<
IFoo
::Goober>& param) override;
45
virtual Return<void> haveAGoober(const
IFoo
::Goober& g) override;
46
virtual Return<void> haveAGooberArray(const hidl_array<
IFoo
::Goober, 20 /* 20 */>& lots) override;
51
virtual Return<void> callingDrWho(const
IFoo
::MultiDimensional& in, callingDrWho_cb _hidl_cb) override
[
all
...]
/system/tools/hidl/test/utils_test/
main.cpp
135
ASSERT_TRUE(e.setTo("android.hardware.foo@1.0::
IFoo
/instance"));
136
EXPECT_EQ("android.hardware.foo@1.0::
IFoo
/instance", e.string());
144
EXPECT_EQ("
IFoo
", e.getInterface());
151
ASSERT_TRUE(e.setTo("@1.0::
IFoo
/instance"));
152
EXPECT_EQ("@1.0::
IFoo
/instance", e.string());
157
EXPECT_EQ("
IFoo
", e.getInterface());
164
ASSERT_TRUE(e.setTo("
IFoo
/instance"));
165
EXPECT_EQ("
IFoo
/instance", e.string());
169
EXPECT_EQ("
IFoo
", e.getInterface());
177
{"android.hardware.foo@1.0::
IFoo
.Type", "@1.0::IFoo.Type", "android.hardware.foo@1.0"
[
all
...]
/external/mockito/src/main/java/org/mockito/internal/util/reflection/
GenericTypeExtractor.java
19
* 1. Foo implements
IFoo
[Integer]:
20
* genericTypeOf(Foo.class, Object.class,
IFoo
.class) returns Integer
23
* genericTypeOf(Foo.class, BaseFoo.class,
IFoo
.class) returns String
25
* 3. Foo extends BaseFoo; BaseFoo implements
IFoo
[String]:
/external/mockito/src/test/java/org/mockitousage/basicapi/
MockingMultipleInterfacesTest.java
23
interface
IFoo
{}
29
Foo mock = mock(Foo.class, withSettings().extraInterfaces(
IFoo
.class, IBar.class));
32
assertThat(mock).isInstanceOf(
IFoo
.class);
40
mock(Foo.class, withSettings().extraInterfaces(
IFoo
.class, null));
/system/tools/hidl/test/error_test/bad_character/1.0/
IFoo.hal
20
interface
IFoo
{
/system/tools/hidl/test/error_test/doc_comment_ends_block/1.0/
IFoo.hal
18
interface
IFoo
{
/system/tools/hidl/test/error_test/empty_generates/1.0/
IFoo.hal
18
interface
IFoo
{
/system/tools/hidl/test/error_test/enum_storage/1.0/
IFoo.hal
18
interface
IFoo
{
/system/tools/hidl/test/error_test/interface_extends_only_interface/1.0/
IFoo.hal
18
interface
IFoo
extends IStruct /* struct, not interface */ {
/system/tools/hidl/test/error_test/interface_no_using_reserved_method_names/1.0/
IFoo.hal
18
interface
IFoo
{
/system/tools/hidl/test/error_test/interface_semicolon/1.0/
IFoo.hal
18
interface
IFoo
{
/system/tools/hidl/test/error_test/method_ends_in_semicolon/1.0/
IFoo.hal
18
interface
IFoo
{
/system/tools/hidl/test/error_test/no_interface_in_types/1.0/
IFoo.hal
18
interface
IFoo
{
/system/tools/hidl/test/error_test/no_two_interfaces/1.0/
IFoo.hal
18
interface
IFoo
{
/system/tools/hidl/test/error_test/references_broken_package/bad_package/1.0/
IFoo.hal
18
interface
IFoo
{
types.hal
18
struct
IFoo
{}
/system/tools/hidl/test/error_test/same_name_interface/1.0/
IFoo.hal
18
// Must be called
IFoo
/system/tools/hidl/test/error_test/same_package_name/1.0/
IFoo.hal
18
interface
IFoo
{
/system/tools/hidl/test/version_test/bad1/version/1.0/
IFoo.hal
19
interface
IFoo
{
/system/tools/hidl/test/version_test/bad3/version/2.2/
IFoo.hal
19
interface
IFoo
{
/system/tools/hidl/test/version_test/bad4/version/1.0/
IFoo.hal
19
interface
IFoo
{
/system/tools/hidl/test/version_test/bad4/version/2.2/
IFoo.hal
19
interface
IFoo
{
/system/tools/hidl/test/version_test/bad5/version/2.2/
IFoo.hal
19
interface
IFoo
{
Completed in 400 milliseconds
1
2
3
4
5
6