Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:partitionType
(Results
1 - 8
of
8
) sorted by relevance
/third_party/gptfdisk/
H
A
D
gptpart.cc
34
partitionType
.Zero();
in GPTPart()
43
partitionType
= orig.
partitionType
;
in GPTPart()
56
return
partitionType
.GetHexType();
in GetHexType()
62
return
partitionType
.TypeName();
in GetTypeName()
69
return
partitionType
.UTypeName();
in GetUTypeName()
147
return (
partitionType
!= GUIDData("0x00"));
in IsUsed()
168
if (GetDescription() ==
partitionType
.UTypeName()) {
170
if (GetDescription() ==
partitionType
.TypeName()) {
174
partitionType
373
cout << "Partition GUID code: " <<
partitionType
;
global()
local
[all...]
H
A
D
mbrpart.cc
47
partitionType
= 0x00;
in MBRPart()
79
partitionType
= orig.
partitionType
;
in operator =()
97
partitionType
= orig.
partitionType
;
in operator =()
139
partitionType
= UINT8_C(0);
in Empty()
155
partitionType
= typeCode;
in SetType()
194
if ((
partitionType
== 0xEE) && (!validCHS) && (firstLBA == 1) &&
in SetLocation()
206
theStruct->
partitionType
=
partitionType
;
in StoreInStruct()
[all...]
H
A
D
mbrpart.h
46
uint8_t
partitionType
;
member
57
uint8_t
partitionType
;
member in MBRPart
92
uint8_t GetType(void) {return
partitionType
;}
in GetType()
H
A
D
gptpart.h
46
PartType
partitionType
;
member in GPTPart
58
PartType & GetType(void) {return
partitionType
;}
in GetType()
74
void SetType(uint16_t hex) {
partitionType
= hex;}
in SetType()
H
A
D
basicmbr.cc
332
ebrType = ebr.partitions[0].
partitionType
;
in ReadLogicalParts()
403
tempMBR.partitions[i].
partitionType
= 0x00;
in WriteMBRData()
419
tempMBR.partitions[1].
partitionType
= 0x0f;
in WriteMBRData()
427
tempMBR.partitions[1].
partitionType
= 0x00;
in WriteMBRData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
CLDevice.cpp
278
copyValue = mInfo.
partitionType
.data();
in getInfo()
280
mInfo.
partitionType
.size() * sizeof(decltype(mInfo.
partitionType
)::value_type);
in getInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H
A
D
CLDeviceImpl.h
63
std::vector<cl_device_partition_property>
partitionType
;
member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H
A
D
CLDeviceCL.cpp
144
!GetDeviceInfo(mNative, cl::DeviceInfo::PartitionType, info.
partitionType
))
in createInfo()
Completed in 6 milliseconds