HomeSort by relevance Sort by last modified time
    Searched refs:typeCode (Results 1 - 24 of 24) 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...]
  /external/gptfdisk/
gptcl.h 34 char *newPartInfo, *mbrParts, *twoParts, *outDevice, *typeCode;
mbrpart.cc 149 int MBRPart::SetType(uint8_t typeCode, int isExtended) {
152 if ((isExtended == 1) || ((typeCode != 0x05) && (typeCode != 0x0f) && (typeCode != 0x85))) {
153 partitionType = typeCode;
gptcl.cc 30 mbrParts = twoParts = outDevice = typeCode = partGUID = diskGUID = NULL;
101 {"typecode", 't', POPT_ARG_STRING, &typeCode, 't', "change partition type code", "partnum:{hexcode|GUID}"},
359 partNum = (int) GetInt(typeCode, 1) - 1;
363 typeHelper = GetString(typeCode, 2);
369 << "'s type code to " << GetString(typeCode, 2) << "!\n";
372 free(typeCode);
mbrpart.h 85 int SetType(uint8_t typeCode, int isExtended = 0);
gpttext.cc     [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 312 : isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN)
316 : name(_name), isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN)
322 , typeCode(o.typeCode), int32Val(o.int32Val), stringVal(o.stringVal)
332 typeCode = o.typeCode;
353 int typeCode;
375 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
386 sym.typeCode = AaptSymbolEntry::TYPE_STRING;
Resource.cpp     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/crcmod/
crcmod.py 390 for typeCode in 'B H I L Q'.split():
391 size = {1:8, 2:16, 4:32, 8:64}.get(struct.calcsize(typeCode),None)
393 _sizeToTypeCode[size] = '256%s' % typeCode
397 del typeCode, size
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/crcmod/
crcmod.py 379 for typeCode in 'B H I L Q'.split():
380 size = {1:8, 2:16, 4:32, 8:64}.get(struct.calcsize(typeCode),None)
382 _sizeToTypeCode[size] = '256%s' % typeCode
386 del typeCode, size
  /external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod_osx/crcmod/
crcmod.py 390 for typeCode in 'B H I L Q'.split():
391 size = {1:8, 2:16, 4:32, 8:64}.get(struct.calcsize(typeCode),None)
393 _sizeToTypeCode[size] = '256%s' % typeCode
397 del typeCode, size
  /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 955 char typeCode = '\0';
962 typeCode = 'p';
964 typeCode = T.isSigned() ? 's' : 'u';
966 typeCode = 'f';
969 switch (typeCode) {
975 typeCode = 'i';
980 typeCode = '\0';
984 if (typeCode != '\0')
985 S.push_back(typeCode);
1065 std::string typeCode = getInstTypeCode(BaseType, LocalCK)
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
saxon-9.1.0.8-dom.jar 
  /bionic/libc/dns/resolv/
res_cache.c 725 int typeCode = _dnsPacket_readInt16(packet);
726 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 
  /external/guice/extensions/struts2/lib/
core-3.1.1.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/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 2918 milliseconds