HomeSort by relevance Sort by last modified time
    Searched full:parttype (Results 1 - 16 of 16) sorted by null

  /external/gptfdisk/
parttypes.h 32 class PartType : public GUIDData {
39 PartType(void);
40 PartType(const PartType & orig);
41 PartType(const GUIDData & orig);
42 ~PartType(void);
48 PartType & operator=(const string & orig);
49 PartType & operator=(const char * orig);
55 PartType & operator=(uint16_t ID); // Use MBR type code times 0x0100 to assign GUID
parttypes.cc 19 int PartType::numInstances = 0;
20 AType* PartType::allTypes = NULL;
21 AType* PartType::lastType = NULL;
32 PartType::PartType(void) : GUIDData() {
39 PartType::PartType(const PartType & orig) : GUIDData(orig) {
44 } // PartType copy constructor
46 PartType::PartType(const GUIDData & orig) : GUIDData(orig)
    [all...]
gptpart.h 48 PartType partitionType;
59 PartType & GetType(void) {return partitionType;}
74 void SetType(PartType t);
gpt.h 154 int ChangePartType(uint32_t pn, PartType theGUID);
gptpart.cc 157 void GPTPart::SetType(PartType t) {
428 PartType tempType = (GUIDData) "00000000-0000-0000-0000-000000000000";
gptcurses.cc 372 PartType tempType;
811 PartType tempType;
gptcl.cc 70 PartType typeHelper;
gpt.cc     [all...]
gpttext.cc 547 PartType typeHelper;
    [all...]
NEWS     [all...]
  /external/selinux/libselinux/src/
get_context_list.c 121 char *partrole, *parttype, *ptr; local
132 parttype = ptr;
147 if (!strcmp(conrole, partrole) && !strcmp(contype, parttype)) {
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessagePatternUtil.java 436 MessagePattern.Part.Type partType = part.getType();
437 if (partType == MessagePattern.Part.Type.ARG_START) {
442 } else if (partType == MessagePattern.Part.Type.REPLACE_NUMBER) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessagePatternUtil.java 472 MessagePattern.Part.Type partType = part.getType();
473 if (partType == MessagePattern.Part.Type.ARG_START) {
478 } else if (partType == MessagePattern.Part.Type.REPLACE_NUMBER) {
  /external/v8/src/runtime/
runtime-regexp.cc 38 enum PartType {
70 // the replacement pattern, otherwise it's a value from PartType.
72 // Must be non-positive or a PartType value.
75 // Either a value of PartType or a non-positive number that is
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
devicetopology.h 305 } PartType;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 543 struct lp_type parttype = bld->type; local
544 parttype.length = 4;
553 ret_vec = lp_build_concat(gallivm, partres, parttype, num_iter);
    [all...]

Completed in 361 milliseconds