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:expectedPtr
(Results
1 - 4
of
4
) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/
H
A
D
cdateintervalformattest.c
335
const ExpectPosAndFormat *
expectedPtr
= locSkelItemPtr->expected;
in TestFPos_SkelWithSeconds()
local
336
for (; *deltasPtr >= 0.0; deltasPtr++,
expectedPtr
++) {
in TestFPos_SkelWithSeconds()
342
uelen = u_unescape(
expectedPtr
->format, uebuf, kSizeUBuf);
in TestFPos_SkelWithSeconds()
348
fpos.beginIndex !=
expectedPtr
->posBegin || fpos.endIndex !=
expectedPtr
->posEnd ) {
in TestFPos_SkelWithSeconds()
353
expectedPtr
->posBegin,
expectedPtr
->posEnd, bebuf,
in TestFPos_SkelWithSeconds()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H
A
D
vktRayQueryBuiltinTests.cpp
1615
const deInt32*
expectedPtr
= m_expected.data();
in verify()
local
1622
if (resultPtr[pos] !=
expectedPtr
[pos])
in verify()
1642
if (resultPtr[pos] !=
expectedPtr
[pos])
in verify()
1643
css << std::setw(12) << (n == 0 ? resultPtr[pos] :
expectedPtr
[pos]) << ",";
in verify()
1668
const deInt32*
expectedPtr
= m_expected.data();
in verify()
local
1676
const float expectedValue = float(
expectedPtr
[pos]) / float(FIXED_POINT_DIVISOR);
in verify()
1699
const float expectedValue = float(
expectedPtr
[pos]) / float(FIXED_POINT_DIVISOR);
in verify()
1728
const deInt32*
expectedPtr
= m_expected.data();
in verify()
local
1741
const float expectedValue = float(
expectedPtr
[pos]) / float(FIXED_POINT_DIVISOR);
in verify()
1773
const float expectedValue = float(
expectedPtr
[nSquare
in verify()
1850
const deInt32*
expectedPtr
= m_expected.data();
verify()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H
A
D
vktRayQueryBuiltinTests.cpp
1595
const deInt32*
expectedPtr
= m_expected.data();
in verify()
local
1602
if (resultPtr[pos] !=
expectedPtr
[pos])
in verify()
1622
if (resultPtr[pos] !=
expectedPtr
[pos])
in verify()
1623
css << std::setw(12) << (n == 0 ? resultPtr[pos] :
expectedPtr
[pos]) << ",";
in verify()
1648
const deInt32*
expectedPtr
= m_expected.data();
in verify()
local
1656
const float expectedValue = float(
expectedPtr
[pos]) / float(FIXED_POINT_DIVISOR);
in verify()
1679
const float expectedValue = float(
expectedPtr
[pos]) / float(FIXED_POINT_DIVISOR);
in verify()
1708
const deInt32*
expectedPtr
= m_expected.data();
in verify()
local
1721
const float expectedValue = float(
expectedPtr
[pos]) / float(FIXED_POINT_DIVISOR);
in verify()
1753
const float expectedValue = float(
expectedPtr
[nSquare
in verify()
1830
const deInt32*
expectedPtr
= m_expected.data();
verify()
local
[all...]
/third_party/skia/tests/
H
A
D
StreamTest.cpp
397
uint8_t*
expectedPtr
= static_cast<uint8_t*>(expected->writable_data());
in DEF_TEST()
local
403
expectedPtr
[i] = valueSource.nextU() & 0xFF;
in DEF_TEST()
Completed in 13 milliseconds