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:CommandType
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H
A
D
CommandAllocatorTests.cpp
24
enum class
CommandType
{
class
79
CommandPipeline* pipeline = allocator.Allocate<CommandPipeline>(
CommandType
::Pipeline);
in TEST()
83
CommandDraw* draw = allocator.Allocate<CommandDraw>(
CommandType
::Draw);
in TEST()
90
CommandType
type;
in TEST()
94
ASSERT_EQ(type,
CommandType
::Pipeline);
in TEST()
102
ASSERT_EQ(type,
CommandType
::Draw);
in TEST()
125
allocator.Allocate<CommandPushConstants>(
CommandType
::PushConstants);
in TEST()
137
CommandType
type;
in TEST()
141
ASSERT_EQ(type,
CommandType
::PushConstants);
in TEST()
167
CommandDraw* draw = allocator.Allocate<CommandDraw>(
CommandType
in TEST()
[all...]
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H
A
D
SfxCon.cpp
160
NCommandType::EEnum
CommandType
;
member
176
command.
CommandType
= (NCommandType::EEnum)index;
in ParseArchiveCommand()
182
return kCommandRecursedDefault[
CommandType
];
in DefaultRecursedType()
346
command.
CommandType
= NCommandType::kFullExtract;
in Main2()
421
if (command.
CommandType
!= NCommandType::kList)
in Main2()
445
eo.TestMode = command.
CommandType
== NCommandType::kTest;
in Main2()
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
ArchiveCommandLine.cpp
343
switch ((int)
CommandType
)
in IsFromExtractGroup()
356
switch ((int)
CommandType
)
in GetPathMode()
368
switch ((int)
CommandType
)
in IsFromUpdateGroup()
406
command.
CommandType
= (NCommandType::EEnum)index;
in ParseArchiveCommand()
411
command.
CommandType
= (NCommandType::kRename);
in ParseArchiveCommand()
1324
options.Command.
CommandType
!= NCommandType::kBenchmark &&
in Parse2()
1325
options.Command.
CommandType
!= NCommandType::kInfo &&
in Parse2()
1326
options.Command.
CommandType
!= NCommandType::kHash;
in Parse2()
1329
const bool isExtractOrList = isExtractGroupCommand || options.Command.
CommandType
== NCommandType::kList;
in Parse2()
1330
const bool isRename = options.Command.
CommandType
in Parse2()
[all...]
H
A
D
ArchiveCommandLine.h
34
NCommandType::EEnum
CommandType
;
member
38
bool IsTestCommand() const { return
CommandType
== NCommandType::kTest; }
in IsTestCommand()
/third_party/skia/tools/sk_app/
H
A
D
CommandSet.h
59
enum
CommandType
{
enum
82
CommandType
fType;
/third_party/lzma/CPP/7zip/UI/Console/
H
A
D
Main.cpp
960
|| options.Command.
CommandType
== NCommandType::kList
998
|| options.Command.
CommandType
== NCommandType::kHash
999
|| options.Command.
CommandType
== NCommandType::kBenchmark)
1015
if (options.Command.
CommandType
== NCommandType::kInfo)
1206
else if (options.Command.
CommandType
== NCommandType::kBenchmark)
1220
else if (isExtractGroupCommand || options.Command.
CommandType
== NCommandType::kList)
1540
else if (options.Command.
CommandType
== NCommandType::kHash)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
CLEvent.cpp
43
case EventInfo::
CommandType
:
in getInfo()
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
PackedCLEnums_autogen.cpp
1025
return EventInfo::
CommandType
;
in FromCLenum()
1043
case EventInfo::
CommandType
:
in ToCLenum()
1064
case EventInfo::
CommandType
:
in operator <<()
H
A
D
PackedCLEnums_autogen.h
203
CommandType
= 1,
member in cl::EventInfo
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelinePushConstantTests.cpp
89
enum
CommandType
enum
101
CommandType
cType;
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fSynchronizationTests.cpp
996
enum
CommandType
1009
CommandType
type;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelinePushConstantTests.cpp
87
enum
CommandType
enum
99
CommandType
cType;
Completed in 21 milliseconds