/art/test/921-hello-failure/src/ |
NewInterface.java | 19 class NewInterface { 50 t.sayHi("NewInterface"); 57 t.sayHi("NewInterface");
|
Main.java | 26 NewInterface.doTest(new Transform2());
|
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
hand.c | 568 VOID *OldInterface, *NewInterface; 598 NewInterface = va_arg(args, VOID *); 604 Status = uefi_call_wrapper(BS->ReinstallProtocolInterface, 4, Handle, Protocol, OldInterface, NewInterface); 623 NewInterface = va_arg(args, VOID *); 625 uefi_call_wrapper(BS->ReinstallProtocolInterface, 4, Handle, Protocol, NewInterface, OldInterface);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/ |
Notify.c | 170 Reinstall a protocol interface on a device handle. The OldInterface for Protocol is replaced by the NewInterface.
176 @param NewInterface A pointer to the new interface
189 IN VOID *NewInterface
251 Prot->Interface = NewInterface;
|
/prebuilts/go/darwin-x86/src/go/types/ |
typestring_test.go | 149 {NewInterface(nil, nil), "interface{/* incomplete */}"}, 150 {NewInterface(nil, nil).Complete(), "interface{}"}, 151 {NewInterface([]*Func{NewFunc(token.NoPos, nil, "m", sig)}, nil), "interface{m() /* incomplete */}"}, 152 {NewInterface([]*Func{NewFunc(token.NoPos, nil, "m", sig)}, nil).Complete(), "interface{m()}"},
|
type.go | 256 // NewInterface returns a new (incomplete) interface for the given methods and embedded types. 258 func NewInterface(methods []*Func, embeddeds []*Named) *Interface { 311 // NewInterface after the interface's embedded types are fully defined and
|
universe.go | 77 typ := &Named{underlying: NewInterface([]*Func{err}, nil).Complete()}
|
typexpr.go | 579 // produce the same Interface as NewInterface. We may be able to 584 // produce the same Interface as NewInterface. We may be able to
|
/prebuilts/go/linux-x86/src/go/types/ |
typestring_test.go | 149 {NewInterface(nil, nil), "interface{/* incomplete */}"}, 150 {NewInterface(nil, nil).Complete(), "interface{}"}, 151 {NewInterface([]*Func{NewFunc(token.NoPos, nil, "m", sig)}, nil), "interface{m() /* incomplete */}"}, 152 {NewInterface([]*Func{NewFunc(token.NoPos, nil, "m", sig)}, nil).Complete(), "interface{m()}"},
|
type.go | 256 // NewInterface returns a new (incomplete) interface for the given methods and embedded types. 258 func NewInterface(methods []*Func, embeddeds []*Named) *Interface { 311 // NewInterface after the interface's embedded types are fully defined and
|
universe.go | 77 typ := &Named{underlying: NewInterface([]*Func{err}, nil).Complete()}
|
typexpr.go | 579 // produce the same Interface as NewInterface. We may be able to 584 // produce the same Interface as NewInterface. We may be able to
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
EfiMgmtModeRuntimeLib.h | 187 IN VOID *NewInterface
200 NewInterface - A pointer to the new interface.
|
/external/lzma/CPP/7zip/UI/Common/ |
LoadCodecs.h | 107 bool NewInterface;
170 , NewInterface(false)
|
LoadCodecs.cpp | 432 item.NewInterface = flags_Defined;
618 item.NewInterface = true;
|
OpenArchive.cpp | 1079 if (ai.NewInterface)
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
EfiApi.h | 508 IN VOID *NewInterface
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ |
UefiSpec.h | [all...] |
/external/syslinux/efi32/include/efi/ |
efiapi.h | 608 IN VOID *NewInterface
|
/external/syslinux/efi64/include/efi/ |
efiapi.h | 608 IN VOID *NewInterface
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
efiapi.h | 608 IN VOID *NewInterface
|
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/ |
UefiSpec.h | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/ |
DxeMain.h | 797 Reinstall a protocol interface on a device handle. The OldInterface for Protocol is replaced by the NewInterface.
803 @param NewInterface A pointer to the new interface
816 IN VOID *NewInterface
[all...] |
/prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/ |
parser.go | 603 return types.NewInterface(methods, typs)
|
/prebuilts/go/linux-x86/src/go/internal/gccgoimporter/ |
parser.go | 603 return types.NewInterface(methods, typs)
|