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

1 2

  /external/gptfdisk/
gptcl.h 34 char *newPartInfo, *mbrParts, *twoParts, *outDevice, *typeCode;
mbrpart.cc 151 int MBRPart::SetType(uint8_t typeCode, int isExtended) {
154 if ((isExtended == 1) || ((typeCode != 0x05) && (typeCode != 0x0f) && (typeCode != 0x85))) {
155 partitionType = typeCode;
gptcl.cc 30 mbrParts = twoParts = outDevice = typeCode = partGUID = diskGUID = NULL;
102 {"typecode", 't', POPT_ARG_STRING, &typeCode, 't', "change partition type code", "partnum:{hexcode|GUID}"},
363 partNum = (int) GetInt(typeCode, 1) - 1;
367 typeHelper = GetString(typeCode, 2);
373 << "'s type code to " << GetString(typeCode, 2) << "!\n";
376 free(typeCode);
mbrpart.h 85 int SetType(uint8_t typeCode, int isExtended = 0);
gpttext.cc     [all...]
  /frameworks/native/libs/binder/include/binder/
Debug.h 33 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);
175 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { }
176 inline TypeCode::~TypeCode() { }
177 inline uint32_t TypeCode::typeCode() const { return mCode;
    [all...]
  /system/libhwbinder/include/hwbinder/
Debug.h 34 void printTypeCode(uint32_t typeCode,
TextOutput.h 81 class TypeCode
84 inline TypeCode(uint32_t code);
85 inline ~TypeCode();
87 inline uint32_t typeCode() const;
93 TextOutput& operator<<(TextOutput& to, const TypeCode& val);
176 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { }
177 inline TypeCode::~TypeCode() { }
178 inline uint32_t TypeCode::typeCode() const { return mCode;
    [all...]
  /external/python/cpython2/Mac/Modules/ae/
_AEmodule.c 151 DescType typeCode;
160 PyMac_GetOSType, &typeCode,
166 typeCode,
203 DescType typeCode;
225 &typeCode,
230 PyMac_BuildOSType, typeCode,
269 DescType typeCode;
279 &typeCode,
283 PyMac_BuildOSType, typeCode,
312 DescType typeCode;
    [all...]
  /frameworks/native/libs/binder/
TextOutput.cpp 45 TextOutput& operator<<(TextOutput& to, const TypeCode& val)
47 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to);
  /system/libhwbinder/
TextOutput.cpp 46 TextOutput& operator<<(TextOutput& to, const TypeCode& val)
48 printTypeCode(val.typeCode(), textOutputPrinter, (void*)&to);
  /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/clang/utils/TableGen/
NeonEmitter.cpp 957 char typeCode = '\0';
964 typeCode = 'p';
966 typeCode = T.isSigned() ? 's' : 'u';
968 typeCode = 'f';
971 switch (typeCode) {
977 typeCode = 'i';
982 typeCode = '\0';
986 if (typeCode != '\0')
987 S.push_back(typeCode);
1067 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 717 int typeCode = _dnsPacket_readInt16(packet);
718 p = _bprint(p, end, "UNKNOWN-%d", typeCode);
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 
  /prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/
roaster-jdt-2.18.7.Final.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 884 milliseconds

1 2