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:year1
(Results
1 - 6
of
6
) sorted by relevance
/third_party/typescript/tests/baselines/reference/
H
A
D
useRegexpGroups.js
7
let
year1
= result.groups.year;
22
var
year1
= result.groups.year;
variable
/third_party/spirv-tools/utils/
H
A
D
check_copyright.py
54
# A regular expression to make a range of years in the form <
year1
>-<year2>.
56
for
year1
in range(FIRST_YEAR, FINAL_YEAR + 1):
57
for year2 in range(
year1
+ 1, FINAL_YEAR + 1):
58
YEAR_RANGE_REGEX += str(
year1
) + '-' + str(year2) + '|'
/third_party/node/deps/v8/src/date/
H
A
D
date.cc
190
int
year1
= year + year_delta;
in DaysFromYearMonth()
local
192
365 *
year1
+
year1
/ 4 -
year1
/ 100 +
year1
/ 400 - base_day;
in DaysFromYearMonth()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H
A
D
CalendarRegressionTest.java
1110
int
year1
= calendar.get(Calendar.YEAR);
in Test4145158()
1117
if (
year1
== year2 && era1 == era2) {
in Test4145158()
2132
int
year1
= c.get(Calendar.YEAR);
in TestYearJump3279()
2142
if(
year1
!= year2) {
in TestYearJump3279()
2143
errln("Error: adjusted day of week, and year jumped from " +
year1
+ " to " + year2);
in TestYearJump3279()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H
A
D
CalendarRegressionTest.java
1113
int
year1
= calendar.get(Calendar.YEAR);
in Test4145158()
1120
if (
year1
== year2 && era1 == era2) {
in Test4145158()
2135
int
year1
= c.get(Calendar.YEAR);
in TestYearJump3279()
2145
if(
year1
!= year2) {
in TestYearJump3279()
2146
errln("Error: adjusted day of week, and year jumped from " +
year1
+ " to " + year2);
in TestYearJump3279()
/third_party/icu/icu4c/source/test/intltest/
H
A
D
calregts.cpp
1629
int32_t
year1
= calendar->get(UCAL_YEAR,status);
in test4145158()
local
1636
if (
year1
== year2 && era1 == era2) {
in test4145158()
Completed in 15 milliseconds