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:commandName
(Results
1 - 13
of
13
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H
A
D
vktSafetyCriticalApiTests.cpp
72
for (const auto&
commandName
: commands)
in forbiddenCoreCommands()
74
void* commandPointer = (void *)vkd.getDeviceProcAddr(device,
commandName
.c_str());
in forbiddenCoreCommands()
76
TCU_THROW(TestError,
commandName
+ std::string(" should not be accessible"));
in forbiddenCoreCommands()
199
for (const auto&
commandName
: commands)
in forbiddenPromotedCommands()
201
void* commandPointer = (void *)vkd.getDeviceProcAddr(device,
commandName
.c_str());
in forbiddenPromotedCommands()
203
TCU_THROW(TestError,
commandName
+ std::string(" should not be accessible"));
in forbiddenPromotedCommands()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H
A
D
vktSafetyCriticalApiTests.cpp
72
for (const auto&
commandName
: commands)
in forbiddenCoreCommands()
74
void* commandPointer = (void *)vkd.getDeviceProcAddr(device,
commandName
.c_str());
in forbiddenCoreCommands()
76
TCU_THROW(TestError,
commandName
+ std::string(" should not be accessible"));
in forbiddenCoreCommands()
199
for (const auto&
commandName
: commands)
in forbiddenPromotedCommands()
201
void* commandPointer = (void *)vkd.getDeviceProcAddr(device,
commandName
.c_str());
in forbiddenPromotedCommands()
203
TCU_THROW(TestError,
commandName
+ std::string(" should not be accessible"));
in forbiddenPromotedCommands()
/third_party/vk-gl-cts/scripts/khr_util/
H
A
D
registry.py
264
for
commandName
in eComponent.xpath('command/@name'):
265
modify(self.commands,
commandName
)
334
def createCommand(
commandName
):
335
info('Add command %s',
commandName
)
336
eCmd = registry.commands[
commandName
]
/third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/
H
A
D
BuildMetadataCppFromXml.java
97
public static Options parse(String
commandName
, String[] args) {
in parse()
argument
113
commandName
, Arrays.asList(Type.values())));
in parse()
/third_party/vk-gl-cts/scripts/opengl/
H
A
D
gen_null_render_context.py
61
GLW_APICALL {returnType} GLW_APIENTRY {
commandName
} ({paramDecls})
67
commandName
= command.name,
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
jcommander-1.27.jar
META-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/jcommander/ com/beust/jcommander/converters/
...
/third_party/vk-gl-cts/external/vulkancts/scripts/
H
A
D
gen_framework.py
1023
for
commandName
in requirement.commandList:
1024
if
commandName
in functionNameList:
2212
commandName
= requiredCommand.name
2215
funcList = [f for f in api.functions if f.name ==
commandName
]
2220
if aliasName ==
commandName
:
2237
if
commandName
.endswith(vendor):
2238
funcNames.append(
commandName
)
H
A
D
ohos_gen_framework.py
1881
commandName
= requiredCommand.name
1884
funcList = [f for f in api.functions if f.name ==
commandName
]
1889
if aliasName ==
commandName
:
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H
A
D
command.js
1071
_dispatchSubcommand(
commandName
, operands, unknown) {
1072
const subCommand = this._findCommand(
commandName
);
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H
A
D
reg.py
1059
commandName
= extendElem.get('name')
1063
self.commandextensionsuccesses.append(self.commandextensiontuple(command=
commandName
,
1069
self.commandextensionerrors.append(self.commandextensiontuple(command=
commandName
,
/third_party/vulkan-headers/registry/
H
A
D
reg.py
1059
commandName
= extendElem.get('name')
1063
self.commandextensionsuccesses.append(self.commandextensiontuple(command=
commandName
,
1069
self.commandextensionerrors.append(self.commandextensiontuple(command=
commandName
,
/third_party/typescript/lib/
H
A
D
tsserverlibrary.js
[all...]
H
A
D
tsserver.js
[all...]
Completed in 86 milliseconds