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:PartType
(Results
1 - 10
of
10
) sorted by relevance
/third_party/gptfdisk/
H
A
D
parttypes.h
30
class
PartType
: public GUIDData {
class
37
//
PartType
with GUID "00000000-0000-0000-0000-000000000000"
38
static const
PartType
unusedPartType;
40
PartType
(void);
41
PartType
(const
PartType
& orig);
42
PartType
(const GUIDData & orig);
43
~
PartType
(void);
49
PartType
& operator=(const std::string & orig);
50
PartType
[all...]
H
A
D
parttypes.cc
21
int
PartType
::numInstances = 0;
22
AType*
PartType
::allTypes = NULL;
23
AType*
PartType
::lastType = NULL;
24
const
PartType
PartType
::unusedPartType = (GUIDData) "00000000-0000-0000-0000-000000000000";
39
PartType
::
PartType
(void) : GUIDData() {
in PartType()
function in PartType
46
PartType
::
PartType
(const
PartType
function in PartType
53
PartType
::
PartType
(const GUIDData & orig) : GUIDData(orig) {
PartType()
function in PartType
[all...]
H
A
D
gptpart.h
46
PartType
partitionType;
58
PartType
& GetType(void) {return partitionType;}
in GetType()
73
void SetType(
PartType
t);
H
A
D
gptpart.cc
166
void GPTPart::SetType(
PartType
t) {
438
PartType
tempType =
PartType
::unusedPartType;
458
} while (tempType ==
PartType
::unusedPartType);
H
A
D
gptcl.cc
75
PartType
typeHelper;
in DoOptions()
406
if ((typeHelper !=
PartType
::unusedPartType) &&
in DoOptions()
H
A
D
gpt.h
157
int ChangePartType(uint32_t pn,
PartType
theGUID);
H
A
D
gptcurses.cc
377
PartType
tempType;
in ChangeType()
826
PartType
tempType;
in ShowTypes()
H
A
D
gpt.cc
2150
int GPTData::ChangePartType(uint32_t partNum,
PartType
theGUID) {
in ChangePartType()
2704
if (sizeof(
PartType
) != 16) {
in SizesOK()
2705
cerr << "
PartType
is " << sizeof(
PartType
) << " bytes, should be 16 bytes; aborting!\n";
in SizesOK()
H
A
D
gpttext.cc
625
PartType
typeHelper;
in MainMenu()
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-regexp.cc
93
enum
PartType
{
enum in v8::internal::CompiledReplacement
129
// the replacement pattern, otherwise it's a value from
PartType
.
131
// Must be non-positive or a
PartType
value.
in ReplacementPart()
134
// Either a value of
PartType
or a non-positive number that is
Completed in 14 milliseconds