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 325 : isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN)
329 : name(_name), isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN)
335 , typeCode(o.typeCode), int32Val(o.int32Val), stringVal(o.stringVal)
345 typeCode = o.typeCode;
366 int typeCode;
388 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
399 sym.typeCode = AaptSymbolEntry::TYPE_STRING;
  /bionic/libc/netbsd/resolv/
res_cache.c 736 int typeCode = _dnsPacket_readInt16(packet);
737 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 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 545 milliseconds