Home
last modified time | relevance | path

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

12

/external/gptfdisk/
Dparttypes.cc75 AddType(0x0000, "00000000-0000-0000-0000-000000000000", "Unused entry", 0); in AddAllTypes()
79 AddType(0x0100, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-12 in AddAllTypes()
80AddType(0x0400, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-16 < 32M in AddAllTypes()
81 AddType(0x0600, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-16 in AddAllTypes()
82AddType(0x0700, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 1); // NTFS (or HP… in AddAllTypes()
83 AddType(0x0b00, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-32 in AddAllTypes()
84 AddType(0x0c00, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-32 LBA in AddAllTypes()
85 AddType(0x0c01, "E3C9E316-0B5C-4DB8-817D-F92DF00215AE", "Microsoft reserved"); in AddAllTypes()
86 AddType(0x0e00, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-16 LBA in AddAllTypes()
87AddType(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/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.h213 inline void AddType(std::unique_ptr<Instruction>&& t);
921 void IRContext::AddType(std::unique_ptr<Instruction>&& t) { in AddType() function
922 module()->AddType(std::move(t)); in AddType()
Dmodule.h109 inline void AddType(std::unique_ptr<Instruction> t);
327 inline void Module::AddType(std::unique_ptr<Instruction> t) { in AddType() function
Dir_loader.cpp114 module_->AddType(std::move(spv_inst)); in AddInstruction()
Dtype_manager.cpp374 context()->AddType(std::move(typeInst)); in GetTypeInstruction()
409 context()->AddType(std::move(type_inst)); in FindPointerToType()
Dinline_pass.cpp43 context()->AddType(std::move(type_inst)); in AddPointerToType()
Dscalar_replacement_pass.cpp393 context()->AddType(MakeUnique<Instruction>( in GetOrCreatePointerType()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmodule.h109 inline void AddType(std::unique_ptr<Instruction> t);
327 inline void Module::AddType(std::unique_ptr<Instruction> t) { in AddType() function
Dir_loader.cpp114 module_->AddType(std::move(spv_inst)); in AddInstruction()
Dir_context.h215 inline void AddType(std::unique_ptr<Instruction>&& t);
939 void IRContext::AddType(std::unique_ptr<Instruction>&& t) { in AddType() function
940 module()->AddType(std::move(t)); in AddType()
Dtype_manager.cpp374 context()->AddType(std::move(typeInst)); in GetTypeInstruction()
409 context()->AddType(std::move(type_inst)); in FindPointerToType()
Dinline_pass.cpp47 context()->AddType(std::move(type_inst)); in AddPointerToType()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_manager_test.cpp149 context()->AddType(std::move(inst)); in Process()
/external/deqp-deps/SPIRV-Tools/test/opt/
Dpass_manager_test.cpp150 context()->AddType(std::move(inst)); in Process()
/external/skqp/bench/
DPathBench.cpp554 enum AddType { enum in SkBench_AddPathTest
562 SkBench_AddPathTest(AddType type) : fType(type) { in SkBench_AddPathTest()
639 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/skia/bench/
DPathBench.cpp554 enum AddType { enum in SkBench_AddPathTest
562 SkBench_AddPathTest(AddType type) : fType(type) { in SkBench_AddPathTest()
639 AddType fType; // or reverseAddPath
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DLoadedArsc.java186 void AddType(ResTable_type type) { in AddType() method in LoadedArsc.TypeSpecPtrBuilder
698 builder_ptr.AddType(type); in Load()
/external/googletest/googlemock/scripts/generator/cpp/
Dast.py489 def AddType(templated_types): function
511 AddType(self.ToType(new_tokens))
517 AddType([])
533 AddType([])
/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([])
/external/swiftshader/third_party/SPIRV-Tools/source/link/
Dlinker.cpp352 linked_module->AddType( in MergeModules()
/external/deqp-deps/SPIRV-Tools/source/link/
Dlinker.cpp352 linked_module->AddType( in MergeModules()

12