Home
last modified time | relevance | path

Searched refs:AddType (Results 1 – 9 of 9) sorted by relevance

/external/gptfdisk/
Dparttypes.cc73 AddType(0x0000, "00000000-0000-0000-0000-000000000000", "Unused entry", 0); in AddAllTypes()
77 AddType(0x0100, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-12 in AddAllTypes()
78AddType(0x0400, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-16 < 32M in AddAllTypes()
79 AddType(0x0600, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-16 in AddAllTypes()
80AddType(0x0700, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 1); // NTFS (or HP… in AddAllTypes()
81 AddType(0x0b00, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-32 in AddAllTypes()
82 AddType(0x0c00, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-32 LBA in AddAllTypes()
83 AddType(0x0c01, "E3C9E316-0B5C-4DB8-817D-F92DF00215AE", "Microsoft reserved"); in AddAllTypes()
84 AddType(0x0e00, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-16 LBA in AddAllTypes()
85AddType(0x1100, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // Hidden FAT-… in AddAllTypes()
[all …]
Dparttypes.h45 int AddType(uint16_t mbrType, const char * guidData, const char * name, int toDisplay = 1);
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
Db2Contact.cpp42 AddType(b2CircleContact::Create, b2CircleContact::Destroy, b2Shape::e_circle, b2Shape::e_circle); in InitializeRegisters()
43AddType(b2PolygonAndCircleContact::Create, b2PolygonAndCircleContact::Destroy, b2Shape::e_polygon,… in InitializeRegisters()
44AddType(b2PolygonContact::Create, b2PolygonContact::Destroy, b2Shape::e_polygon, b2Shape::e_polygo… in InitializeRegisters()
45AddType(b2EdgeAndCircleContact::Create, b2EdgeAndCircleContact::Destroy, b2Shape::e_edge, b2Shape:… in InitializeRegisters()
46AddType(b2EdgeAndPolygonContact::Create, b2EdgeAndPolygonContact::Destroy, b2Shape::e_edge, b2Shap… in InitializeRegisters()
47AddType(b2ChainAndCircleContact::Create, b2ChainAndCircleContact::Destroy, b2Shape::e_chain, b2Sha… in InitializeRegisters()
48AddType(b2ChainAndPolygonContact::Create, b2ChainAndPolygonContact::Destroy, b2Shape::e_chain, b2S… in InitializeRegisters()
51 void b2Contact::AddType(b2ContactCreateFcn* createFcn, b2ContactDestroyFcn* destoryFcn, in AddType() function in b2Contact
Db2Contact.h179 static void AddType(b2ContactCreateFcn* createFcn, b2ContactDestroyFcn* destroyFcn,
/external/skia/bench/
DPathBench.cpp473 enum AddType { enum in SkBench_AddPathTest
481 SkBench_AddPathTest(AddType type) : fType(type) { in SkBench_AddPathTest()
558 AddType fType; // or reverseAddPath
/external/webrtc/webrtc/p2p/base/
Dstun_unittest.cc1081 list->AddType(0x1U); in TEST_F()
1082 list->AddType(0x1000U); in TEST_F()
1083 list->AddType(0xAB0CU); in TEST_F()
Dstun.h459 void AddType(uint16_t value);
Dstun.cc837 void StunUInt16ListAttribute::AddType(uint16_t value) { in AddType() function in cricket::StunUInt16ListAttribute
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py488 def AddType(templated_types): function
509 AddType(self.ToType(new_tokens))
515 AddType([])
531 AddType([])