OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ifoo
(Results
51 - 75
of
81
) sorted by null
1
2
3
4
/system/libhidl/transport/include/hidl/
HidlTransportSupport.h
31
* including the
IFoo
::getService and
IFoo
::registerAsService methods.
/system/tools/hidl/
AST.cpp
120
// cases like android.hardware.foo@1.0::
IFoo
.Internal
129
// cases like android.hardware.foo@1.0::
IFoo
.Internal
130
// and android.hardware.foo@1.0::
IFoo
134
// cases like android.hardware.foo@1.0::
IFoo
141
// cases like android.hardware.foo@1.0::
IFoo
.Internal
408
// android.hardware.tests.foo@1.0::
IFoo
.Folder
416
// In the case of
IFoo
.Folder, the same applies. If
IFoo
is an
generateCppImpl.cpp
53
// ignore HIDL reserved methods -- implemented in
IFoo
already.
136
// ignore HIDL reserved methods -- implemented in
IFoo
already.
Coordinator.cpp
259
// Given FQName of "android.hardware.nfc@1.0::
IFoo
" and a prefix
260
// "android.hardware.", the suffix is "nfc@1.0::
IFoo
".
495
// Assume that currentFQName == android.hardware.foo@2.2::
IFoo
.
506
// Then lastFQName == android.hardware.foo@2.1::
IFoo
or
507
// lastFQName == android.hardware.foo@2.0::
IFoo
if 2.1 doesn't exist.
generateCpp.cpp
219
// A: serves @1.1::
IFoo
, declares @1.0::
IFoo
(incorrect)
220
// B: serves @1.0::
IFoo
, declares @1.0::
IFoo
(correct configuration)
221
// If development is done on device A, then framework code like: "V1_1::
IFoo
::
223
// the feature for devices like device B for which "V1_1::
IFoo
::getService()
[
all
...]
/system/tools/aidl/
generate_cpp.h
42
INTERFACE, //
IFoo
generate_cpp_unittest.cpp
822
const char kInputPath[] = "a/
IFoo
.aidl";
825
const char kInterfaceHeaderRelPath[] = "a/
IFoo
.h";
833
"package a; interface
IFoo
{}"),
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
Bar.vts.h
12
#include <android/hardware/tests/foo/1.0/
IFoo
.h>
Bar.profiler.cpp
393
::android::hardware::tests::foo::V1_0::
IFoo
::SomeEnum *arg_val_0 __attribute__((__unused__)) = reinterpret_cast<::android::hardware::tests::foo::V1_0::
IFoo
::SomeEnum*> ((*args)[0]);
407
::android::hardware::tests::foo::V1_0::
IFoo
::SomeEnum *result_val_0 __attribute__((__unused__)) = reinterpret_cast<::android::hardware::tests::foo::V1_0::
IFoo
::SomeEnum*> ((*args)[0]);
437
::android::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::
IFoo
::Goober> *arg_val_0 __attribute__((__unused__)) = reinterpret_cast<::android::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::
IFoo
::Goober>*> ((*args)[0]);
482
::android::hardware::tests::foo::V1_0::
IFoo
::Goober *arg_val_0 __attribute__((__unused__)) = reinterpret_cast<::android::hardware::tests::foo::V1_0::
IFoo
::Goober*> ((*args)[0]);
522
::android::hardware::hidl_array<::android::hardware::tests::foo::V1_0::
IFoo
::Goober,20> *arg_val_0 __attribute__((__unused__)) = reinterpret_cast<::android::hardware::hidl_array<::android::hardware::tests::foo::V1_0::
IFoo
::Goober,20>*> ((*args)[0])
[
all
...]
/external/llvm/test/CodeGen/PowerPC/
swaps-le-2.ll
26
; void
ifoo
()
57
define void @
ifoo
() {
88
; CHECK-LABEL: @
ifoo
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas
110
IFoo
= interface(IANTLRInterface)
117
TFoo = class(TANTLRObject, ICloneable,
IFoo
)
136
Foo:
IFoo
;
191
Foo:
IFoo
;
208
Check(Supports(ReturnValue,
IFoo
));
209
CheckEquals((ReturnValue as
IFoo
).Value,(FICloneable as
IFoo
).Value);
/hardware/interfaces/tests/bar/1.0/default/
Bar.cpp
18
mFoo =
IFoo
::getService("", true);
21
// Methods from ::android::hardware::tests::foo::V1_0::
IFoo
follow.
/system/libhidl/transport/manager/1.0/
IServiceManager.hal
60
* have two unrelated interfaces
IFoo
and IBar, it must be valid to call:
62
* add("my_instance", foo); // foo implements
IFoo
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/
Bar.driver.cpp
6
#include <android/hardware/tests/foo/1.0/
IFoo
.h>
175
::android::hardware::Return<::android::hardware::tests::foo::V1_0::
IFoo
::SomeEnum> Vts_android_hardware_tests_bar_V1_0_IBar::useAnEnum(
176
::android::hardware::tests::foo::V1_0::
IFoo
::SomeEnum arg0 __attribute__((__unused__))) {
185
return static_cast< ::android::hardware::tests::foo::V1_0::
IFoo
::SomeEnum>(Random__android__hardware__tests__foo__V1_0__IFoo__SomeEnum());
189
const ::android::hardware::hidl_vec<::android::hardware::tests::foo::V1_0::
IFoo
::Goober>& arg0 __attribute__((__unused__))) {
207
const ::android::hardware::tests::foo::V1_0::
IFoo
::Goober& arg0 __attribute__((__unused__))) {
220
const ::android::hardware::hidl_array<::android::hardware::tests::foo::V1_0::
IFoo
::Goober,20>& arg0 __attribute__((__unused__))) {
345
const ::android::hardware::tests::foo::V1_0::
IFoo
::MultiDimensional& arg0 __attribute__((__unused__)), std::function<void(const ::android::hardware::tests::foo::V1_0::
IFoo
::MultiDimensional& arg0)>) {
358
const ::android::hardware::tests::foo::V1_0::
IFoo
::StringMatrix5x3& arg0 __attribute__((__unused__)), std::function<void(const ::android::hardware:: (…)
[
all
...]
/external/guice/core/test/com/google/inject/
BindingTest.java
380
bind(
IFoo
.class).toConstructor(constructor);
384
injector.getInstance(
IFoo
.class);
387
public static interface
IFoo
{}
388
public static class CFoo implements
IFoo
{}
/hardware/interfaces/tests/foo/1.0/
IFoo.hal
24
interface
IFoo
{
/test/vts/compilation_tools/vtsc/
VtsCompilerUtils.h
87
// Get the component name from message,e.g.
IFoo
, IFooCallback, types etc.
/hardware/interfaces/tests/foo/1.0/default/
Foo.cpp
17
// Methods from ::android::hardware::tests::foo::V1_0::
IFoo
follow.
358
IFoo
* HIDL_FETCH_IFoo(const char* /* name */) {
/system/libvintf/test/
main.cpp
107
intf.name = "
IFoo
";
567
" <name>
IFoo
</name>\n"
576
" <name>
IFoo
</name>\n"
628
" <name>
IFoo
</name>\n"
[
all
...]
/external/clang/test/Driver/
cl-fallback.c
4
// RUN: %clang_cl --target=i686-pc-win32 /fallback /Dfoo=bar /Ubaz /
Ifoo
/O0 /Ox /GR /GR- /GS /GS- /Gy /Gy- \
myriad-toolchain.c
67
// RUN: %clang -target shave-myriad -E -
Ifoo
%s -o foo.i -### 2>&1 \
/frameworks/native/cmds/lshal/
Lshal.cpp
94
" <inteface>: Format is `android.hardware.foo@1.0::
IFoo
/default`.\n"
/external/clang/docs/
DriverInternals.rst
125
For example, a command line like "-
Ifoo
-I foo" would parse to two
146
$ clang -### -Xarch_i386 -fomit-frame-pointer -Wa,-fast -
Ifoo
-I foo t.c
/system/libhidl/transport/
ServiceManagement.cpp
260
//fqName looks like android.hardware.foo@1.0::
IFoo
/external/llvm/unittests/ProfileData/
InstrProfTest.cpp
[
all
...]
Completed in 542 milliseconds
1
2
3
4