/external/gptfdisk/ |
D | parttypes.cc | 73 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() 78 …AddType(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() 80 …AddType(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() 85 …AddType(0x1100, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // Hidden FAT-… in AddAllTypes() [all …]
|
D | parttypes.h | 45 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/ |
D | b2Contact.cpp | 42 AddType(b2CircleContact::Create, b2CircleContact::Destroy, b2Shape::e_circle, b2Shape::e_circle); in InitializeRegisters() 43 …AddType(b2PolygonAndCircleContact::Create, b2PolygonAndCircleContact::Destroy, b2Shape::e_polygon,… in InitializeRegisters() 44 …AddType(b2PolygonContact::Create, b2PolygonContact::Destroy, b2Shape::e_polygon, b2Shape::e_polygo… in InitializeRegisters() 45 …AddType(b2EdgeAndCircleContact::Create, b2EdgeAndCircleContact::Destroy, b2Shape::e_edge, b2Shape:… in InitializeRegisters() 46 …AddType(b2EdgeAndPolygonContact::Create, b2EdgeAndPolygonContact::Destroy, b2Shape::e_edge, b2Shap… in InitializeRegisters() 47 …AddType(b2ChainAndCircleContact::Create, b2ChainAndCircleContact::Destroy, b2Shape::e_chain, b2Sha… in InitializeRegisters() 48 …AddType(b2ChainAndPolygonContact::Create, b2ChainAndPolygonContact::Destroy, b2Shape::e_chain, b2S… in InitializeRegisters() 51 void b2Contact::AddType(b2ContactCreateFcn* createFcn, b2ContactDestroyFcn* destoryFcn, in AddType() function in b2Contact
|
D | b2Contact.h | 179 static void AddType(b2ContactCreateFcn* createFcn, b2ContactDestroyFcn* destroyFcn,
|
/external/skia/bench/ |
D | PathBench.cpp | 473 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/ |
D | stun_unittest.cc | 1081 list->AddType(0x1U); in TEST_F() 1082 list->AddType(0x1000U); in TEST_F() 1083 list->AddType(0xAB0CU); in TEST_F()
|
D | stun.h | 459 void AddType(uint16_t value);
|
D | stun.cc | 837 void StunUInt16ListAttribute::AddType(uint16_t value) { in AddType() function in cricket::StunUInt16ListAttribute
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
D | ast.py | 488 def AddType(templated_types): function 509 AddType(self.ToType(new_tokens)) 515 AddType([]) 531 AddType([])
|