HomeSort by relevance Sort by last modified time
    Searched defs:Interface (Results 26 - 47 of 47) sorted by null

12

  /external/selinux/sepolgen/src/sepolgen/
refpolicy.py 71 of their childre (see Interface for example).
93 return filter(lambda x: isinstance(x, Interface), walktree(self))
116 """Iterate over all of the TypeAttribute children of this Interface."""
120 """Iterate over all of the RoleAttribute children of this Interface."""
646 self.interface = ""
651 return "netifcon %s %s %s" % (self.interface, str(self.interface_context),
723 class Interface(Node):
724 """A reference policy interface definition.
726 This class represents a reference policy interface definition.
733 return "[Interface name: %s]" % self.nam
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbcamdi.h 4 * USB Camera driver interface.
84 PUSBD_INTERFACE_INFORMATION Interface,
93 PUSBD_INTERFACE_INFORMATION Interface,
311 INTERFACE Interface;
ipxrtdef.h 195 IPX_INTERFACE Interface;
rpcdcep.h 242 RPC_SYNTAX_IDENTIFIER Interface;
usb.h 295 USBD_INTERFACE_INFORMATION Interface;
302 USBD_INTERFACE_INFORMATION Interface;
402 USHORT Interface;
ks.h 824 KSPIN_INTERFACE Interface;
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refpolicy.py 71 of their childre (see Interface for example).
93 return filter(lambda x: isinstance(x, Interface), walktree(self))
116 """Iterate over all of the TypeAttribute children of this Interface."""
120 """Iterate over all of the RoleAttribute children of this Interface."""
646 self.interface = ""
651 return "netifcon %s %s %s" % (self.interface, str(self.interface_context),
723 class Interface(Node):
724 """A reference policy interface definition.
726 This class represents a reference policy interface definition.
733 return "[Interface name: %s]" % self.nam
    [all...]
  /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...]
  /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...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /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/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 

Completed in 1296 milliseconds

12