HomeSort by relevance Sort by last modified time
    Searched refs:AddType (Results 1 - 22 of 22) sorted by null

  /external/gptfdisk/
parttypes.cc 75 AddType(0x0000, "00000000-0000-0000-0000-000000000000", "Unused entry", 0);
79 AddType(0x0100, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-12
80 AddType(0x0400, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-16 < 32M
81 AddType(0x0600, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-16
82 AddType(0x0700, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 1); // NTFS (or HPFS)
83 AddType(0x0b00, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-32
84 AddType(0x0c00, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-32 LBA
85 AddType(0x0c01, "E3C9E316-0B5C-4DB8-817D-F92DF00215AE", "Microsoft reserved");
86 AddType(0x0e00, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-16 LBA
87 AddType(0x1100, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // Hidden FAT-1
    [all...]
parttypes.h 45 int AddType(uint16_t mbrType, const char * guidData, const char * name, int toDisplay = 1);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ODRHash.h 68 void AddType(const Type *T);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ODRHash.h 68 void AddType(const Type *T);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ODRHash.h 68 void AddType(const Type *T);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ODRHash.h 68 void AddType(const Type *T);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ODRHash.h 68 void AddType(const Type *T);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ODRHash.h 68 void AddType(const Type *T);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ODRHash.h 68 void AddType(const Type *T);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ODRHash.h 68 void AddType(const Type *T);
  /art/compiler/utils/
test_dex_file_builder_test.cc 28 builder.AddType("Ljava/lang/Class;");
test_dex_file_builder.h 44 void AddType(const std::string& descriptor) {
53 AddType(class_descriptor);
54 AddType(type);
63 AddType(class_descriptor);
68 AddType(proto_key.return_type);
70 AddType(arg_type);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
ir_loader.cpp 86 module_->AddType(std::move(spv_inst));
module.h 81 void AddType(Instruction&& t) { types_values_.push_back(std::move(t)); }
  /frameworks/base/libs/androidfw/
LoadedArsc.cpp 89 void AddType(const ResTable_type* type) {
560 types_builder->AddType(type);
  /external/skia/bench/
PathBench.cpp 560 enum AddType {
568 SkBench_AddPathTest(AddType type) : fType(type) {
645 AddType fType; // or reverseAddPath
    [all...]
  /external/webrtc/webrtc/p2p/base/
stun.h 459 void AddType(uint16_t value);
stun_unittest.cc     [all...]
stun.cc 837 void StunUInt16ListAttribute::AddType(uint16_t value) {
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 488 def AddType(templated_types):
509 AddType(self.ToType(new_tokens))
515 AddType([])
531 AddType([])
    [all...]
  /external/googletest/googlemock/scripts/generator/cpp/
ast.py 489 def AddType(templated_types):
511 AddType(self.ToType(new_tokens))
517 AddType([])
533 AddType([])
    [all...]
  /external/v8/testing/gmock/scripts/generator/cpp/
ast.py 489 def AddType(templated_types):
511 AddType(self.ToType(new_tokens))
517 AddType([])
533 AddType([])
    [all...]

Completed in 977 milliseconds