HomeSort by relevance Sort by last modified time
    Searched defs:Class (Results 51 - 75 of 427) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/
pyclbr.py 3 Parse enough of a Python file to recognize imports and class and
4 method definitions, and to find out the superclasses of a class.
13 via the from XXX import YYY construct). The values are class
14 instances of the class Class defined here. One special key/value pair
18 A class is described by the class Class in this module. Instances
19 of this class have the following instance variables:
21 name -- the name of the class
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pyclbr.py 3 Parse enough of a Python file to recognize imports and class and
4 method definitions, and to find out the superclasses of a class.
13 via the from XXX import YYY construct). The values are class
14 instances of the class Class defined here. One special key/value pair
18 A class is described by the class Class in this module. Instances
19 of this class have the following instance variables:
21 name -- the name of the class
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
prop.go 20 // if this is worth exposing or if we can find a way to speed up the Class
23 // // CompactClass is like Class, but maps all of the BiDi control classes
24 // // (LRO, RLO, LRE, RLE, PDF, LRI, RLI, FSI, PDI) to the class Control.
25 // func (p Properties) CompactClass() Class {
26 // return Class(p.entry & 0x0F)
29 // Class returns the Bidi class for p.
30 func (p Properties) Class() Class {
31 c := Class(p.entry & 0x0F
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
prop.go 20 // if this is worth exposing or if we can find a way to speed up the Class
23 // // CompactClass is like Class, but maps all of the BiDi control classes
24 // // (LRO, RLO, LRE, RLE, PDF, LRI, RLI, FSI, PDI) to the class Control.
25 // func (p Properties) CompactClass() Class {
26 // return Class(p.entry & 0x0F)
29 // Class returns the Bidi class for p.
30 func (p Properties) Class() Class {
31 c := Class(p.entry & 0x0F
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py 3 Parse enough of a Python file to recognize imports and class and
4 method definitions, and to find out the superclasses of a class.
13 via the from XXX import YYY construct). The values are class
14 instances of the class Class defined here. One special key/value pair
18 A class is described by the class Class in this module. Instances
19 of this class have the following instance variables:
21 name -- the name of the class
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py 3 Parse enough of a Python file to recognize imports and class and
4 method definitions, and to find out the superclasses of a class.
13 via the from XXX import YYY construct). The values are class
14 instances of the class Class defined here. One special key/value pair
18 A class is described by the class Class in this module. Instances
19 of this class have the following instance variables:
21 name -- the name of the class
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmConnect.c 240 element being a USB WWID or a USB Class device
260 UINT8 Class[3];
298 Status = PciIo->Pci.Read (PciIo, EfiPciIoWidthUint8, 0x09, 3, &Class);
300 ((PCI_CLASS_SERIAL == Class[2]) && (PCI_CLASS_SERIAL_USB == Class[1]))
  /external/clang/test/CXX/except/except.spec/
p1.cpp 17 class Class {
34 class CA1 {
  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.cpp 37 ARCInstKind Class) {
38 switch (Class) {
74 ARCInstKind Class) {
75 // First perform a quick check if Class can not touch ref counts.
76 if (!CanDecrementRefCount(Class))
80 return CanAlterRefCount(Inst, Ptr, PA, Class);
86 ProvenanceAnalysis &PA, ARCInstKind Class) {
89 if (Class == ARCInstKind::Call)
143 ARCInstKind Class = GetARCInstKind(Inst);
144 switch (Class) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetInstrInfo.cpp 10 // This file implements the TargetInstrInfo class.
54 unsigned Class = MI->getDesc().getSchedClass();
55 unsigned UOps = ItinData->Itineraries[Class].NumMicroOps;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConnect.c 338 element being a USB WWID or a USB Class device
360 UINT8 Class[3];
405 Status = PciIo->Pci.Read (PciIo, EfiPciIoWidthUint8, 0x09, 3, &Class);
407 if ((PCI_CLASS_SERIAL == Class[2]) &&
408 (PCI_CLASS_SERIAL_USB == Class[1])) {
409 if (HostControllerPI == Class[0] || HostControllerPI == 0xFF) {
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConnect.c 338 element being a USB WWID or a USB Class device
360 UINT8 Class[3];
405 Status = PciIo->Pci.Read (PciIo, EfiPciIoWidthUint8, 0x09, 3, &Class);
407 if ((PCI_CLASS_SERIAL == Class[2]) &&
408 (PCI_CLASS_SERIAL_USB == Class[1])) {
409 if (HostControllerPI == Class[0] || HostControllerPI == 0xFF) {
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 42 unsigned Class : 3;
62 return Class == CLASS_REMARK ? diag::Flavor::Remark
74 #define DIAG(ENUM, CLASS, DEFAULT_SEVERITY, DESC, GROUP, SFINAE, NOWERROR, \
77 diag::ENUM, DEFAULT_SEVERITY, CLASS, DiagnosticIDs::SFINAE, NOWERROR, \
240 /// getBuiltinDiagClass - Return the class field of the diagnostic.
244 return Info->Class;
254 class CustomDiagInfo {
475 // If we are in a system header, we ignore it. We look at the diagnostic class
  /external/clang/lib/Driver/
InputInfo.h 23 class InputInfo {
30 enum Class {
41 Class Kind;
  /external/clang/test/Sema/
nonnull.c 6 } Class;
9 Class *object;
17 Class *obj;
  /external/emma/core/java12/com/vladium/emma/rt/
RTExitHook.java 23 final class RTExitHook implements Runnable
50 in = RTExitHook.class.getResourceAsStream (CLOSURE_RESOURCE);
82 final ClassLoader loader = RTExitHook.class.getClassLoader ();
91 Class.forName (className, true, loader);
95 throw new Error ("packaging failure: class [" + className + "] not found {" + e.toString () + "}");
105 RTExitHook (final Class RT, final ICoverageData cdata, final File outFile, final boolean merge)
120 private Class m_RT; // keep our RT class pinned in memory
125 } // end of class
  /external/llvm/lib/Analysis/
ObjCARCInstKind.cpp 31 const ARCInstKind Class) {
32 switch (Class) {
84 llvm_unreachable("Unknown instruction class!");
245 ARCInstKind Class = GetFunctionClass(F);
246 if (Class != ARCInstKind::CallOrUser)
247 return Class;
329 /// \brief Test if the given class is a kind of user.
330 bool llvm::objcarc::IsUser(ARCInstKind Class) {
331 switch (Class) {
363 /// \brief Test if the given class is objc_retain or equivalent
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.h 114 UINT16 Class;
194 section header for all class of devices, one-of opcode to set VBIOS.
215 @param ControllerHandle The class guid specifies which form set will be displayed.
293 @param ControllerHandle The class guid specifies which form set will be displayed.
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DeviceManager.h 109 UINT16 Class;
  /device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
LegacyPlatform.h 59 UINT8 Class;
64 UINT8 Class;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/
Connect.c 212 UINT8 Class[3];
294 Status = PciIo->Pci.Read (PciIo, EfiPciIoWidthUint8, 0x09, 3, &Class);
296 if ((PCI_CLASS_SERIAL == Class[2]) &&
297 (PCI_CLASS_SERIAL_USB == Class[1])) {
  /external/clang/lib/CodeGen/
CGCXX.cpp 33 /// base-class destructor.
38 // Producing an alias to a base class ctor/dtor can degrade debug quality
44 // an alias, unless this class owns no members.
54 const CXXRecordDecl *Class = D->getParent();
58 if (Class->mayInsertExtraPadding())
62 if (Class->getNumVBases()) {
71 for (const auto *I : Class->fields())
75 // Try to find a unique base class with a non-trivial destructor.
77 for (const auto &I : Class->bases()) {
87 // If we've already found a base class with a non-trivia
    [all...]
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 189 class Class {
192 typename Enable_If<Is_Same<U, Class>::value, void>::type
199 typename Enable_If<Is_Same<U, Class<T> >::value, void>::type
200 Class<T>::foo() {}
205 class X0 {
207 class Inner1;
209 class Inner2 {
221 class X {
225 template<Enum> class Inner
    [all...]
  /external/libcxx/test/support/
poisoned_hash_helper.hpp 23 template <class ...Args> struct TypeList;
26 template <class Hash, class Key, class InputKey = Key>
29 template <class T, class InputKey = T>
35 template <class Hash, class Key>
38 template <class T>
46 struct Class {};
    [all...]
  /external/llvm/utils/TableGen/
SearchableTableEmitter.cpp 32 class SearchableTableEmitter {
306 Record *Class = NameRec.second.get();
307 if (Class->getSuperClasses().size() != 1 ||
308 !Class->isSubClassOf(SearchableTable))
310 emitMapping(Class, OS);

Completed in 874 milliseconds

1 23 4 5 6 7 8 91011>>