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:rowLen
(Results
1 - 7
of
7
) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H
A
D
RBBITableBuilder.java
1147
int
rowLen
= RBBIDataWrapper.NEXTSTATES + fRB.fSetBuilder.getNumCharCategories(); // Row Length in shorts.
in exportTable()
1152
table.fRowLen =
rowLen
; // Row length in bytes.
in exportTable()
1156
table.fRowLen =
rowLen
* 2; // Row length in bytes.
in exportTable()
1172
int row = state*
rowLen
;
in exportTable()
1312
int
rowLen
= RBBIDataWrapper.NEXTSTATES + numCharCategories;
in exportSafeTable()
1319
table.fRowLen =
rowLen
; // Row length in bytes.
in exportSafeTable()
1323
table.fRowLen =
rowLen
* 2; // Row length in bytes.
in exportSafeTable()
1328
int row = state *
rowLen
;
in exportSafeTable()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H
A
D
RBBITableBuilder.java
1132
int
rowLen
= 4 + fRB.fSetBuilder.getNumCharCategories(); // Row Length in shorts.
in exportTable()
1135
table.fRowLen =
rowLen
* 2; // Row length in bytes.
in exportTable()
1147
int row = state*
rowLen
;
in exportTable()
1277
int
rowLen
= 4 + numCharCategories;
in exportSafeTable()
1282
table.fRowLen =
rowLen
* 2; // Row length in bytes.
in exportSafeTable()
1286
int row = state *
rowLen
;
in exportSafeTable()
/third_party/skia/tests/
H
A
D
CodecAnimTest.cpp
457
const size_t
rowLen
= info.bytesPerPixel() * info.width();
in DEF_TEST()
local
463
const bool lineMatches = memcmp(cachedAddr, addr,
rowLen
) == 0;
in DEF_TEST()
H
A
D
CodecTest.cpp
71
size_t
rowLen
= bm.info().bytesPerPixel() * bm.width();
in md5()
local
73
md5.write(bm.getAddr(0, y),
rowLen
);
in md5()
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fTextureSpecificationTests.cpp
823
static inline int getRowPitch (const tcu::TextureFormat& transferFmt, int
rowLen
, int alignment)
in getRowPitch()
argument
825
int basePitch = transferFmt.getPixelSize()*
rowLen
;
in getRowPitch()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H
A
D
sglrReferenceContext.cpp
952
int
rowLen
= m_pixelUnpackRowLength > 0 ? m_pixelUnpackRowLength : width;
953
int rowPitch = deAlign32(
rowLen
*pixelSize, m_pixelUnpackAlignment);
962
int
rowLen
= m_pixelUnpackRowLength > 0 ? m_pixelUnpackRowLength : width;
964
int rowPitch = deAlign32(
rowLen
*pixelSize, m_pixelUnpackAlignment);
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 18 milliseconds