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:testPair
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineBindPointTests.cpp
893
const auto&
testPair
= testPairs[testPairIdx];
in createBindPointTests()
local
899
for (int elemIdx = 0; elemIdx < std::remove_reference<decltype(
testPair
)>::type::SIZE; ++elemIdx)
in createBindPointTests()
901
if (
testPair
[elemIdx] == VK_PIPELINE_BIND_POINT_GRAPHICS)
in createBindPointTests()
926
for (int elemIdx = 0; elemIdx < std::remove_reference<decltype(
testPair
)>::type::SIZE; ++elemIdx)
in createBindPointTests()
928
if (
testPair
[elemIdx] == VK_PIPELINE_BIND_POINT_GRAPHICS)
in createBindPointTests()
935
else if (
testPair
[elemIdx] == VK_PIPELINE_BIND_POINT_COMPUTE)
in createBindPointTests()
942
else if (
testPair
[elemIdx] == VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR)
in createBindPointTests()
951
const std::string pairName = toString(
testPair
[0]) + "_" + toString(
testPair
[1]);
in createBindPointTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineBindPointTests.cpp
892
const auto&
testPair
= testPairs[testPairIdx];
in createBindPointTests()
local
898
for (int elemIdx = 0; elemIdx < std::remove_reference<decltype(
testPair
)>::type::SIZE; ++elemIdx)
in createBindPointTests()
900
if (
testPair
[elemIdx] == VK_PIPELINE_BIND_POINT_GRAPHICS)
in createBindPointTests()
925
for (int elemIdx = 0; elemIdx < std::remove_reference<decltype(
testPair
)>::type::SIZE; ++elemIdx)
in createBindPointTests()
927
if (
testPair
[elemIdx] == VK_PIPELINE_BIND_POINT_GRAPHICS)
in createBindPointTests()
934
else if (
testPair
[elemIdx] == VK_PIPELINE_BIND_POINT_COMPUTE)
in createBindPointTests()
941
else if (
testPair
[elemIdx] == VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR)
in createBindPointTests()
950
const std::string pairName = toString(
testPair
[0]) + "_" + toString(
testPair
[1]);
in createBindPointTests()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H
A
D
TransliteratorTest.java
3009
for (String[]
testPair
: tests) {
in TestSourceTargetSetFilter()
3010
String test =
testPair
[0];
in TestSourceTargetSetFilter()
3029
UnicodeSet expectedTarget =
testPair
.length <= targetIndex ? expectedSource
in TestSourceTargetSetFilter()
3030
:
testPair
[targetIndex] == null ? expectedSource
in TestSourceTargetSetFilter()
3031
:
testPair
[targetIndex].length() == 0 ? expectedSource
in TestSourceTargetSetFilter()
3032
: new UnicodeSet(
testPair
[targetIndex]);
in TestSourceTargetSetFilter()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H
A
D
TransliteratorTest.java
3006
for (String[]
testPair
: tests) {
in TestSourceTargetSetFilter()
3007
String test =
testPair
[0];
in TestSourceTargetSetFilter()
3026
UnicodeSet expectedTarget =
testPair
.length <= targetIndex ? expectedSource
in TestSourceTargetSetFilter()
3027
:
testPair
[targetIndex] == null ? expectedSource
in TestSourceTargetSetFilter()
3028
:
testPair
[targetIndex].length() == 0 ? expectedSource
in TestSourceTargetSetFilter()
3029
: new UnicodeSet(
testPair
[targetIndex]);
in TestSourceTargetSetFilter()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H
A
D
DateTimeGeneratorTest.java
340
String[]
testPair
= (String[]) dateTestData[i];
in TestBasic()
341
String testSkeleton =
testPair
[0];
in TestBasic()
342
String testFormatted =
testPair
[1];
in TestBasic()
/third_party/python/Lib/test/
H
A
D
test_kqueue.py
193
def
testPair
(self):
member in TestKQueue
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H
A
D
DateTimeGeneratorTest.java
337
String[]
testPair
= (String[]) dateTestData[i];
in TestBasic()
338
String testSkeleton =
testPair
[0];
in TestBasic()
339
String testFormatted =
testPair
[1];
in TestBasic()
Completed in 19 milliseconds