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

  /frameworks/native/include/binder/
Debug.h 34 void printTypeCode(uint32_t typeCode,
TextOutput.h 85 class TypeCode
88 inline TypeCode(uint32_t code);
89 inline ~TypeCode();
91 inline uint32_t typeCode() const;
97 TextOutput& operator<<(TextOutput& to, const TypeCode& val);
166 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { }
167 inline TypeCode::~TypeCode() { }
168 inline uint32_t TypeCode::typeCode() const { return mCode;
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 314 : isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN)
318 : name(_name), isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN)
324 , typeCode(o.typeCode), int32Val(o.int32Val), stringVal(o.stringVal)
334 typeCode = o.typeCode;
355 int typeCode;
377 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
388 sym.typeCode = AaptSymbolEntry::TYPE_STRING;
Resource.cpp     [all...]
  /frameworks/native/libs/binder/
TextOutput.cpp 142 TextOutput& operator<<(TextOutput& to, const TypeCode& val)
144 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to);
  /external/clang/utils/TableGen/
NeonEmitter.cpp 940 char typeCode = '\0';
947 typeCode = 'p';
949 typeCode = T.isSigned() ? 's' : 'u';
951 typeCode = 'f';
954 switch (typeCode) {
960 typeCode = 'i';
965 typeCode = '\0';
969 if (typeCode != '\0')
970 S.push_back(typeCode);
1047 std::string typeCode = getInstTypeCode(BaseType, LocalCK)
    [all...]
  /bionic/libc/dns/resolv/
res_cache.c 719 int typeCode = _dnsPacket_readInt16(packet);
720 p = _bprint(p, end, "UNKNOWN-%d", typeCode);
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 692 milliseconds