HomeSort by relevance Sort by last modified time
    Searched defs:getTypeID (Results 1 - 15 of 15) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/
IItemMetadata.java 27 int getTypeID ();
Item.java 63 //if ($assert.ENABLED) $assert.ASSERT ((attributeID & getMetadata ().getAttributeIDs ()) != 0, "invalid attribute ID [" + attributeID + "] for type [" + getMetadata ().getTypeID () + "]");
99 public int getTypeID ()
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 130 unsigned getTypeID(Type *T) const {
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 63 static char getTypeID(Type *Ty) {
64 switch (Ty->getTypeID()) {
96 ExtName += getTypeID(FT->getContainedType(i));
113 switch (Ty->getTypeID()) {
134 switch (Ty->getTypeID()) {
221 if (RetTy->getTypeID() != Type::VoidTyID)
224 switch (RetTy->getTypeID()) {
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 120 unsigned getTypeID(llvm::Type *T) const {
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 120 unsigned getTypeID(llvm::Type *T) const {
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.h 123 unsigned getTypeID(llvm::Type *T) const {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
ParsedEvent.java 466 public long getTypeID() {
548 public long getTypeID() {
607 public long getTypeID() {
VmMirror.java 125 long typeID = getTypeID(breakpoint.className, typeTag);
189 long typeID = getTypeID(breakpoint.className, typeTag);
682 public long getTypeID(String typeSignature, byte classTypeTag) {
715 return getTypeID(classSignature, JDWPConstants.TypeTag.CLASS);
855 return getTypeID(interfaceSignature, JDWPConstants.TypeTag.INTERFACE);
866 return getTypeID(arraySignature, JDWPConstants.TypeTag.INTERFACE);
    [all...]
  /external/llvm/include/llvm/IR/
Type.h 121 /// getTypeID - Return the type id for the type. This will return one
124 TypeID getTypeID() const { return ID; }
127 bool isVoidTy() const { return getTypeID() == VoidTyID; }
130 bool isHalfTy() const { return getTypeID() == HalfTyID; }
133 bool isFloatTy() const { return getTypeID() == FloatTyID; }
136 bool isDoubleTy() const { return getTypeID() == DoubleTyID; }
139 bool isX86_FP80Ty() const { return getTypeID() == X86_FP80TyID; }
142 bool isFP128Ty() const { return getTypeID() == FP128TyID; }
145 bool isPPC_FP128Ty() const { return getTypeID() == PPC_FP128TyID; }
150 return getTypeID() == HalfTyID || getTypeID() == FloatTyID |
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 290 milliseconds