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:isGroup
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vk-gl-cts/executor/tools/
H
A
D
xeCommandLineExecutor.cpp
310
const bool
isGroup
= child->getNodeType() == xe::TESTNODETYPE_GROUP;
in addMatchingCases()
local
313
if (checkCasePathPatternMatch(filter, fullPath.c_str(),
isGroup
))
in addMatchingCases()
315
if (
isGroup
)
in addMatchingCases()
334
const bool
isGroup
= child->getNodeType() == xe::TESTNODETYPE_GROUP;
in removeMatchingCases()
local
337
if (checkCasePathPatternMatch(filter, fullPath.c_str(),
isGroup
))
in removeMatchingCases()
339
if (
isGroup
)
in removeMatchingCases()
H
A
D
xeBatchResultToXml.cpp
287
bool
isGroup
= testNode->getNodeType() == xe::TESTNODETYPE_GROUP;
in writeTestCaseListNode()
291
if (
isGroup
)
in writeTestCaseListNode()
/third_party/vk-gl-cts/executor/
H
A
D
xeTestCaseListParser.cpp
111
bool
isGroup
= deStringEqual(caseType, "TestGroup") == DE_TRUE;
in parse()
local
112
TestNode* node =
isGroup
? static_cast<TestNode*>(static_cast<TestGroup*>(parent)->createGroup(name))
in parse()
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
cnmdptst.c
655
UBool expectGroup = false,
isGroup
= false;
in TestSecondaryGrouping()
local
728
isGroup
= (UBool)(resultBuffer[i] == 0x002C);
in TestSecondaryGrouping()
729
if (
isGroup
!= expectGroup) {
in TestSecondaryGrouping()
/third_party/icu/icu4c/source/test/intltest/
H
A
D
numfmtst.cpp
1400
UBool
isGroup
= (out.charAt(i) == 0x002C);
in TestSecondaryGrouping()
local
1401
if (
isGroup
!= expectGroup) {
in TestSecondaryGrouping()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H
A
D
NumberFormatTest.java
1161
boolean
isGroup
= (out.charAt(i) == 0x002C);
in TestSecondaryGrouping()
1162
if (
isGroup
!= expectGroup) {
in TestSecondaryGrouping()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H
A
D
NumberFormatTest.java
1158
boolean
isGroup
= (out.charAt(i) == 0x002C);
in TestSecondaryGrouping()
1159
if (
isGroup
!= expectGroup) {
in TestSecondaryGrouping()
Completed in 34 milliseconds