/external/gptfdisk/ |
gpttext.h | 36 // const GPTPart & operator[](uint32_t partNum) {return GPTData::operator[](partNum);} 49 void SetAttributes(uint32_t partNum); 50 int SetName(uint32_t partNum); 58 void WarnAboutIffyMBRPart(int partNum);
|
gptcurses.h | 71 int partNum; 106 void DeletePartition(int partNum); 107 void ShowInfo(int partNum); 108 void ChangeName(int partNum); 109 void ChangeType(int partNum);
|
gptcurses.cc | 98 tempSpace->partNum = (int) i; 113 tempSpace->partNum = -1; 130 while ((current != NULL) /* && (current->partNum != -1) */ ) { 235 if (space->partNum == -1) { // space is empty 242 printw("%d", space->partNum + 1); 308 void GPTDataCurses::DeletePartition(int partNum) { 309 if (!GPTData::DeletePartition(partNum)) 319 void GPTDataCurses::ShowInfo(int partNum) { 327 printw("Information for partition #%d\n\n", partNum + 1); 328 printw("Partition GUID code: %s (%s)\n", partitions[partNum].GetType().AsString().c_str() [all...] |
attributes.h | 30 void ShowAttributes(const uint32_t partNum); 33 bool OperateOnAttributes(const uint32_t partNum, const string& attributeOperator, const string& attributeBits);
|
gptcl.cc | 65 int partNum = 0, newPartNum = -1, saveNonGPT = 1, retval = 0, pretend = 0; 74 {"attributes", 'A', POPT_ARG_STRING, &attributeOperation, 'A', "operate on partition attributes", "list|[partnum:show|or|nand|xor|=|set|clear|toggle|get[:bitnum|hexbitmask]]"}, 77 {"change-name", 'c', POPT_ARG_STRING, &partName, 'c', "change partition's name", "partnum:name"}, 79 {"delete", 'd', POPT_ARG_INT, &deletePartNum, 'd', "delete a partition", "partnum"}, 87 {"hybrid", 'h', POPT_ARG_STRING, &hybrids, 'h', "create hybrid MBR", "partnum[:partnum...]"}, 88 {"info", 'i', POPT_ARG_INT, &infoPartNum, 'i', "show detailed information on partition", "partnum"}, 91 {"gpttombr", 'm', POPT_ARG_STRING, &mbrParts, 'm', "convert GPT to MBR", "partnum[:partnum...]"}, 92 {"new", 'n', POPT_ARG_STRING, &newPartInfo, 'n', "create new partition", "partnum:start:end"} [all...] |
gpttext.cc | 116 uint32_t partNum; 121 partNum = GetPartNum(); 124 hexCode = partitions[partNum].GetHexType(); 132 numDone = GPTData::XFormDisklabel(partNum); 148 uint32_t partNum; 154 partNum = GetNumber(low + 1, high + 1, low, prompt.str()); 155 } else partNum = 1; 156 return (partNum - 1); 187 int partNum; 204 partNum = GetNumber(firstFreePart + 1, numParts [all...] |
gpt.h | 132 void ShowPartDetails(uint32_t partNum); 137 int XFormDisklabel(uint32_t partNum); 144 int DeletePartition(uint32_t partNum); 145 uint32_t CreatePartition(uint32_t partNum, uint64_t startSector, uint64_t endSector); 150 int SetName(uint32_t partNum, const UnicodeString & theName); 172 bool ValidPartNum (const uint32_t partNum); 173 const GPTPart & operator[](uint32_t partNum) const; 183 int IsFree(uint64_t sector, uint32_t *partNum = NULL); 184 int IsFreePartNum(uint32_t partNum); 185 int IsUsedPartNum(uint32_t partNum); [all...] |
gptpart.h | 68 void ShowAttributes(uint32_t partNum) {attributes.ShowAttributes(partNum);} 91 void ShowSummary(int partNum, uint32_t blockSize); // display summary information (1-line)
|
gpt.cc | [all...] |
attributes.cc | 89 // Display attributes for a partition. Note that partNum is just passed for 91 void Attributes::ShowAttributes(const uint32_t partNum) { 98 cout << partNum+1 << ":" << bitNum << ":" << bitset 144 bool Attributes::OperateOnAttributes(const uint32_t partNum, const string& attributeOperator, const string& attributeBits) { 205 cout << partNum+1 << ":" << bitNum << ":"
|
basicmbr.h | 71 int ReadLogicalParts(uint64_t extendedStart, int partNum); 121 void RecomputeCHS(int partNum);
|
basicmbr.cc | 246 // partNum = number of first partition in extended partition (normally 4). 247 int BasicMBRData::ReadLogicalParts(uint64_t extendedStart, int partNum) { 256 while (another && (partNum < MAX_MBR_PARTS) && (partNum >= 0) && (allOK > 0)) { 261 partNum -= 1; 264 EbrLocations[partNum] = offset; 293 if ((partNum >= 0) && (partNum < MAX_MBR_PARTS) && (allOK > 0)) { 303 partitions[partNum] = ebr.partitions[0]; 305 partitions[partNum].SetStartLBA(ebr.partitions[0].firstLBA + offset) [all...] |
gptpart.cc | 291 void GPTPart::ShowSummary(int partNum, uint32_t blockSize) { 300 cout << partNum + 1 << " ";
|
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
PduComposer.java | 898 int partNum = body.getPartsNum(); 899 appendUintvarInteger(partNum); 900 for (int i = 0; i < partNum; i++) { [all...] |
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
PduComposer.java | 960 final int partNum = body.getPartsNum(); 961 appendUintvarInteger(partNum); 962 for (int i = 0; i < partNum; i++) { [all...] |
/device/google/marlin/location/loc_api/loc_api_v02/ |
LocApiV02.cpp | [all...] |
location_service_v02.h | [all...] |
location_service_v02.c | [all...] |
/device/huawei/angler/location/loc_api/loc_api_v02/ |
LocApiV02.cpp | [all...] |
location_service_v02.h | [all...] |
location_service_v02.c | [all...] |
/device/lge/bullhead/location/loc_api/loc_api_v02/ |
LocApiV02.cpp | [all...] |
location_service_v02.h | [all...] |
/device/moto/shamu/location/loc_api/loc_api_v02/ |
LocApiV02.cpp | [all...] |
location_service_v02.h | [all...] |