OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddType
(Results
1 - 5
of
5
) sorted by null
/external/gptfdisk/
parttypes.cc
73
AddType
(0x0000, "00000000-0000-0000-0000-000000000000", "Unused entry", 0);
77
AddType
(0x0100, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-12
78
AddType
(0x0400, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-16 < 32M
79
AddType
(0x0600, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-16
80
AddType
(0x0700, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 1); // NTFS (or HPFS)
81
AddType
(0x0b00, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-32
82
AddType
(0x0c00, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-32 LBA
83
AddType
(0x0c01, "E3C9E316-0B5C-4DB8-817D-F92DF00215AE", "Microsoft reserved");
84
AddType
(0x0e00, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // FAT-16 LBA
85
AddType
(0x1100, "EBD0A0A2-B9E5-4433-87C0-68B6B72699C7", "Microsoft basic data", 0); // Hidden FAT-1
[
all
...]
/art/compiler/utils/
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);
/external/webrtc/webrtc/p2p/base/
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/skia/bench/
PathBench.cpp
473
enum
AddType
{
481
SkBench_AddPathTest(
AddType
type) : fType(type) {
558
AddType
fType; // or reverseAddPath
Completed in 222 milliseconds