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:getAge
(Results
1 - 25
of
31
) sorted by relevance
1
2
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H
A
D
NativeExeSymbol.cpp
67
uint32_t NativeExeSymbol::
getAge
() const {
in getAge()
function in NativeExeSymbol
70
return IS->
getAge
();
in getAge()
H
A
D
InfoStream.cpp
111
uint32_t InfoStream::
getAge
() const { return uint32_t(Header->Age); }
in getAge()
function in InfoStream
H
A
D
PDBFileBuilder.cpp
350
H->Age = Info->
getAge
();
in commit()
H
A
D
DbiStream.cpp
152
uint32_t DbiStream::
getAge
() const { return Header->Age; }
in getAge()
function in DbiStream
H
A
D
NativeRawSymbol.cpp
113
uint32_t NativeRawSymbol::
getAge
() const {
in getAge()
function in NativeRawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H
A
D
NativeExeSymbol.h
30
uint32_t
getAge
() const override;
H
A
D
InfoStream.h
43
uint32_t
getAge
() const;
H
A
D
InfoStreamBuilder.h
49
uint32_t
getAge
() const { return Age; }
in getAge()
function in llvm::pdb::InfoStreamBuilder
H
A
D
DbiStream.h
46
uint32_t
getAge
() const;
H
A
D
NativeRawSymbol.h
70
uint32_t
getAge
() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H
A
D
PDBSymbolExe.h
26
FORWARD_SYMBOL_METHOD(
getAge
)
H
A
D
IPDBRawSymbol.h
94
virtual uint32_t
getAge
() const = 0;
/third_party/json/tests/src/
H
A
D
unit-udt_macro.cpp
65
int
getAge
() const
in getAge()
function in persons::person_with_private_data_2
144
int
getAge
() const
in getAge()
function in persons::person_without_private_data_3
339
CHECK(p3.
getAge
() == 0);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
H
A
D
DIARawSymbol.h
65
uint32_t
getAge
() const override;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H
A
D
UCharacter.java
5926
public static VersionInfo
getAge
(int ch)
in getAge()
method in UCharacter
5931
return UCharacterProperty.INSTANCE.
getAge
(ch);
in getAge()
6118
case UProperty.AGE: return
getAge
(codepoint).toString();
in getStringPropertyValue()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H
A
D
UCharacter.java
5181
public static VersionInfo
getAge
(int ch)
in getAge()
method in UCharacter
5186
return UCharacterProperty.INSTANCE.
getAge
(ch);
in getAge()
5331
case UProperty.AGE: return
getAge
(codepoint).toString();
in getStringPropertyValue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H
A
D
vktVideoBaseDecodeUtils.hpp
134
int32_t
getAge
()
in getAge()
function in vkt::video::DpbSlot
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H
A
D
TypeDumpVisitor.cpp
356
W->printNumber("Age", TS.
getAge
());
in visitKnownRecord()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H
A
D
UCharacterTest.java
1708
* Testing
getAge
1724
VersionInfo age = UCharacter.
getAge
(ages[i]);
in TestGetAge()
1727
errln("error:
getAge
(\\u" + Integer.toHexString(ages[i]) +
in TestGetAge()
1743
UCharacter.
getAge
(valid_tests[i]);
in TestGetAge()
1745
errln("UCharacter.
getAge
(int) was not suppose to have " +
in TestGetAge()
1752
UCharacter.
getAge
(invalid_tests[i]);
in TestGetAge()
1753
errln("UCharacter.
getAge
(int) was suppose to have " +
in TestGetAge()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H
A
D
UCharacterTest.java
1713
* Testing
getAge
1729
VersionInfo age = UCharacter.
getAge
(ages[i]);
in TestGetAge()
1732
errln("error:
getAge
(\\u" + Integer.toHexString(ages[i]) +
in TestGetAge()
1748
UCharacter.
getAge
(valid_tests[i]);
in TestGetAge()
1750
errln("UCharacter.
getAge
(int) was not suppose to have " +
in TestGetAge()
1757
UCharacter.
getAge
(invalid_tests[i]);
in TestGetAge()
1758
errln("UCharacter.
getAge
(int) was suppose to have " +
in TestGetAge()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H
A
D
UCharacterProperty.java
290
public VersionInfo
getAge
(int codepoint)
in getAge()
method in UCharacterProperty
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H
A
D
CodePointTrieTest.java
1081
VersionInfo version = UCharacter.
getAge
(c);
in testIntProperty()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H
A
D
RoundTripTest.java
1645
result.append(UCharacter.
getAge
(cp));
in info()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H
A
D
RoundTripTest.java
1630
result.append(UCharacter.
getAge
(cp));
in info()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H
A
D
CodePointTrieTest.java
1078
VersionInfo version = UCharacter.
getAge
(c);
in testIntProperty()
Completed in 53 milliseconds
1
2