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

  /external/gptfdisk/
mbr.cc 140 GPTPart newPart;
144 newPart.BlankPartition();
156 newPart.SetFirstLBA(firstSector);
158 newPart.SetLastLBA(lastSector);
159 newPart.SetType(((uint16_t) origType) * 0x0100);
160 newPart.RandomizeUniqueGUID();
161 newPart.SetAttributes(0);
162 newPart.SetName(newPart.GetTypeName());
165 return newPart;
    [all...]
gptcl.cc 482 MBRPart newPart;
492 newPart.SetInclusion(PRIMARY);
493 newPart.SetLocation(operator[](origPartNum).GetFirstLBA(),
495 newPart.SetStatus(0);
496 newPart.SetType((uint8_t)(operator[](origPartNum).GetHexType() / 0x0100));
497 newMBR.AddPart(i + isHybrid, newPart);
504 newPart.SetInclusion(PRIMARY);
505 newPart.SetLocation(1, newMBR.FindLastInFree(1));
506 newPart.SetStatus(0);
507 newPart.SetType(0xEE)
    [all...]
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart.go 128 func newPart(mr *Reader) (*Part, error) {
325 bp, err := newPart(r)
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart.go 128 func newPart(mr *Reader) (*Part, error) {
325 bp, err := newPart(r)
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageMime.java 188 MimePart newPart = new MimePart();
189 parts.add(newPart);
190 return newPart;
580 MimePart newPart = addMimePart();
607 newPart.mContentType = contentTypeParts[0];
613 newPart.mCharsetName = value.split("charset[\\s]*=", 2)[1].trim();
619 newPart.mContentLocation = headerValue;
620 newPart.mPartName = headerValue;
627 newPart.mContentId = headerValue;
631 newPart.mContentDisposition = headerValue
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.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 

Completed in 306 milliseconds