HomeSort by relevance Sort by last modified time
    Searched defs:Interface (Results 101 - 125 of 131) sorted by null

1 2 3 45 6

  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ImmutableSortedSetTest.java 190 * Interface[]) creates a RegularImmutableSortedSet backed by an array of that
194 * interface type.
201 * 1) An interface I extending Comparable<I> so that the created array is of
202 * an interface type. 2) An instance of a class implementing that interface
203 * so that we can pass non-null instances of the interface.
210 * they're fairly obscure, we've invented our own interface and class.
212 Interface a = new Impl();
213 Interface b = new Impl();
214 ImmutableSortedSet<Interface> set = ImmutableSortedSet.of(a, b)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipxrtdef.h 195 IPX_INTERFACE Interface;
rpcdcep.h 242 RPC_SYNTAX_IDENTIFIER Interface;
usb.h 293 USBD_INTERFACE_INFORMATION Interface;
300 USBD_INTERFACE_INFORMATION Interface;
400 USHORT Interface;
ks.h 824 KSPIN_INTERFACE Interface;
    [all...]
  /system/chre/host/msm/daemon/generated/
chre_slpi_skel.c 4 * Defines the FastRPC interface between CHRE running on the SLPI and the host
7 * Note that the interface name gets prefixed to the function names in the
403 typedef struct Interface Interface;
405 struct Interface {
440 __QAIC_SLIM_EXPORT const Interface __QAIC_SLIM(chre_slpi_slim) = {6,&(methodArrays[0]),0,0,&(methodStringsArrays [0]),methodStrings,strings};
chre_slpi_stub.c 4 * Defines the FastRPC interface between CHRE running on the SLPI and the host
7 * Note that the interface name gets prefixed to the function names in the
403 typedef struct Interface Interface;
405 struct Interface {
440 __QAIC_SLIM_EXPORT const Interface __QAIC_SLIM(chre_slpi_slim) = {6,&(methodArrays[0]),0,0,&(methodStringsArrays [0]),methodStrings,strings};
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c 810 VOID *Interface;
830 &Interface
843 &Interface
856 @param[in] Mtftp4 MTFTP4 protocol interface
937 @param[in] This MTFTP4 protocol interface
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
usb.h 217 UINT8 Interface;
335 EFI_USB_INTERFACE_DESCRIPTOR *Interface;
Smbios.h 371 UINT8 Interface;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Usb.h 50 #define USB_DEV_GET_STATUS_REQ_TYPE_I 0x81 // Receiver : Interface
55 #define USB_DEV_CLEAR_FEATURE_REQ_TYPE_I 0x01 // Receiver : Interface
60 #define USB_DEV_SET_FEATURE_REQ_TYPE_I 0x01 // Receiver : Interface
142 /// Standard Interface Descriptor
154 UINT8 Interface;
251 // for Human Interface Devices (HID) rev1.11
SmBios.h     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 316 * Interface[]) creates a RegularImmutableSortedSet backed by an array of that
320 * interface type.
327 * 1) An interface I extending Comparable<I> so that the created array is of
328 * an interface type. 2) An instance of a class implementing that interface
329 * so that we can pass non-null instances of the interface.
336 * they're fairly obscure, we've invented our own interface and class.
338 Interface a = new Impl();
339 Interface b = new Impl();
340 ImmutableSortedSet<Interface> set = ImmutableSortedSet.of(a, b)
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go 7 // with static type interface{} and extract its dynamic type information by
35 type Type interface {
49 // For a non-interface type T or *T, the returned Method's Type and Func
52 // For an interface type, the returned Method's Type field gives the
59 // For a non-interface type T or *T, the returned Method's Type and Func
62 // For an interface type, the returned Method's Type field gives the
93 // Implements reports whether the type implements the interface type u.
246 Interface
316 // Method on non-interface type
320 ifn textOff // fn used in interface call (one-word receiver
    [all...]
value.go 15 // Value is the reflection interface to a Go value.
35 // To compare two Values, compare the results of the Interface method.
95 // packEface converts v to the empty interface.
96 func packEface(v Value) interface{} {
98 var i interface{}
100 // First, fill in the data portion of the interface.
106 // Value is indirect, and so is the interface we're making.
117 // Value is indirect, but interface is direct. We need
118 // to load the data at v.ptr into the interface data word.
121 // Value is direct, and so is the interface
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 7 // with static type interface{} and extract its dynamic type information by
35 type Type interface {
49 // For a non-interface type T or *T, the returned Method's Type and Func
52 // For an interface type, the returned Method's Type field gives the
59 // For a non-interface type T or *T, the returned Method's Type and Func
62 // For an interface type, the returned Method's Type field gives the
93 // Implements reports whether the type implements the interface type u.
246 Interface
316 // Method on non-interface type
320 ifn textOff // fn used in interface call (one-word receiver
    [all...]
value.go 15 // Value is the reflection interface to a Go value.
35 // To compare two Values, compare the results of the Interface method.
95 // packEface converts v to the empty interface.
96 func packEface(v Value) interface{} {
98 var i interface{}
100 // First, fill in the data portion of the interface.
106 // Value is indirect, and so is the interface we're making.
117 // Value is indirect, but interface is direct. We need
118 // to load the data at v.ptr into the interface data word.
121 // Value is direct, and so is the interface
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBiosInterface.h 282 // @bug - This may no longer be necessary if the reverse thunk interface
400 // @bug - This may no longer be necessary if the reverse thunk interface
435 UINT8 Interface;
455 UINT8 Interface;
673 // CSM16 PCI Interface Version
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 374 Interface = 0x03
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
video.h 4 * Video port and miniport driver interface
301 PINTERFACE Interface;
1063 IN OUT PINTERFACE Interface);
    [all...]
wdm.h     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 1 //===------- CGObjCMac.cpp - Interface to Apple Objective-C Runtime -------===//
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-tests.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar 

Completed in 479 milliseconds

1 2 3 45 6