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:expectedAge
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H
A
D
EGLBufferAgeTest.cpp
131
EGLint
expectedAge
= 0;
in TEST_P()
local
136
if ((
expectedAge
== 0) && (age > 0))
in TEST_P()
138
expectedAge
= age;
in TEST_P()
140
EXPECT_EQ(age,
expectedAge
);
in TEST_P()
147
EXPECT_GT(
expectedAge
, 0);
in TEST_P()
322
EGLint
expectedAge
= 1;
in TEST_P()
local
326
EXPECT_EQ(age,
expectedAge
);
in TEST_P()
/third_party/icu/icu4c/source/test/intltest/
H
A
D
astrotst.cpp
465
double
expectedAge
= (angle[i]*CalendarAstronomer::PI)/180;
in TestMoonAge()
local
468
if(!(got>
expectedAge
-precision && got<
expectedAge
+precision)){
in TestMoonAge()
469
errln((UnicodeString)"FAIL: expected " +
expectedAge
+
in TestMoonAge()
472
logln((UnicodeString)"PASS: expected " +
expectedAge
+
in TestMoonAge()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H
A
D
AstroTest.java
387
double
expectedAge
= (angle[i]*PI)/180;
in TestMoonAge()
390
if(!(got>
expectedAge
-precision && got<
expectedAge
+precision)){
in TestMoonAge()
391
errln("FAIL: expected " +
expectedAge
+
in TestMoonAge()
394
logln("PASS: expected " +
expectedAge
+
in TestMoonAge()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H
A
D
AstroTest.java
384
double
expectedAge
= (angle[i]*PI)/180;
in TestMoonAge()
387
if(!(got>
expectedAge
-precision && got<
expectedAge
+precision)){
in TestMoonAge()
388
errln("FAIL: expected " +
expectedAge
+
in TestMoonAge()
391
logln("PASS: expected " +
expectedAge
+
in TestMoonAge()
Completed in 4 milliseconds