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

  /frameworks/native/include/utils/
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 322 : isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN)
326 : name(_name), isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN)
332 , typeCode(o.typeCode), int32Val(o.int32Val), stringVal(o.stringVal)
342 typeCode = o.typeCode;
363 int typeCode;
385 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
396 sym.typeCode = AaptSymbolEntry::TYPE_STRING;
  /bionic/libc/netbsd/resolv/
res_cache.c 738 int typeCode = _dnsPacket_readInt16(packet);
739 p = _bprint(p, end, "UNKNOWN-%d", typeCode);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 3069 milliseconds