HomeSort by relevance Sort by last modified time
    Searched refs:typeCode (Results 1 - 7 of 7) sorted by null

  /frameworks/base/include/utils/
Debug.h 55 void printTypeCode(uint32_t typeCode,
TextOutput.h 80 class TypeCode
83 inline TypeCode(uint32_t code);
84 inline ~TypeCode();
86 inline uint32_t typeCode() const;
92 TextOutput& operator<<(TextOutput& to, const TypeCode& val);
161 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { }
162 inline TypeCode::~TypeCode() { }
163 inline uint32_t TypeCode::typeCode() const { return mCode;
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 302 : isPublic(false), typeCode(TYPE_UNKNOWN)
306 : name(_name), isPublic(false), typeCode(TYPE_UNKNOWN)
312 , typeCode(o.typeCode), int32Val(o.int32Val), stringVal(o.stringVal)
321 typeCode = o.typeCode;
341 int typeCode;
363 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
374 sym.typeCode = AaptSymbolEntry::TYPE_STRING;
Resource.cpp     [all...]
  /frameworks/base/libs/utils/
TextOutput.cpp 127 TextOutput& operator<<(TextOutput& to, const TypeCode& val)
129 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to);
  /bionic/libc/netbsd/resolv/
res_cache.c 710 int typeCode = _dnsPacket_readInt16(packet);
711 p = _bprint(p, end, "UNKNOWN-%d", typeCode);
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 130 milliseconds