Home
last modified time | relevance | path

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

123

/third_party/gptfdisk/
Dparttypes.cc80 AddType(0x0000, "00000000-0000-0000-0000-000000000000", "Unused entry", 0); in AddAllTypes()
84 AddType(0x0100, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-12 in AddAllTypes()
85AddType(0x0400, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-16 < 32M in AddAllTypes()
86 AddType(0x0600, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-16 in AddAllTypes()
87AddType(0x0700, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 1); // NTFS (or HP… in AddAllTypes()
88 AddType(0x0701, "558D43C5-A1AC-43C0-AAC8-D1472B2923D1", "Microsoft Storage Replica", 1); in AddAllTypes()
89 AddType(0x0702, "90B6FF38-B98F-4358-A21F-48F35B4A8AD3", "ArcaOS Type 1", 1); in AddAllTypes()
90 AddType(0x0b00, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-32 in AddAllTypes()
91 AddType(0x0c00, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-32 LBA in AddAllTypes()
92 AddType(0x0c01, "E3C9E316-0B5C-4DB8-817D-F92DF00215AE", "Microsoft reserved"); in AddAllTypes()
[all …]
Dparttypes.h46 int AddType(uint16_t mbrType, const char * guidData, const char * name, int toDisplay = 1);
/third_party/vk-gl-cts/external/amber/src/src/
Dscript_test.cc314 TEST_F(ScriptTest, AddType) { in TEST_F() argument
316 Result r = s.AddType("my_type", type::Number::Float(32)); in TEST_F()
322 Result r = s.AddType("my_type", type::Number::Uint(8)); in TEST_F()
325 r = s.AddType("my_type", type::Number::Uint(8)); in TEST_F()
335 Result r = s.AddType("my_type", std::move(type)); in TEST_F()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_type_boolean.cpp48 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_pointer.cpp53 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_float.cpp73 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_int.cpp84 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_matrix.cpp58 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_vector.cpp65 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_array.cpp77 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_type_boolean.cpp48 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_float.cpp73 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_pointer.cpp53 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_int.cpp84 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_matrix.cpp58 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_vector.cpp65 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_array.cpp77 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_type_boolean.cpp48 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_pointer.cpp53 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_float.cpp73 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_matrix.cpp58 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_int.cpp84 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_vector.cpp65 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_array.cpp77 ir_context->module()->AddType(std::move(type_instruction)); in Apply()
Dtransformation_add_type_struct.cpp85 ir_context->AddType(std::move(type_instruction)); in Apply()

123