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:ReadByte
(Results
1 - 25
of
30
) sorted by relevance
1
2
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H
A
D
big_glyph_metrics.cc
31
return data_->
ReadByte
(Offset::kHeight);
in Height()
35
return data_->
ReadByte
(Offset::kWidth);
in Width()
39
return data_->
ReadByte
(Offset::kHoriBearingX);
in HoriBearingX()
43
return data_->
ReadByte
(Offset::kHoriBearingY);
in HoriBearingY()
47
return data_->
ReadByte
(Offset::kHoriAdvance);
in HoriAdvance()
51
return data_->
ReadByte
(Offset::kVertBearingX);
in VertBearingX()
55
return data_->
ReadByte
(Offset::kVertBearingY);
in VertBearingY()
59
return data_->
ReadByte
(Offset::kVertAdvance);
in VertAdvance()
77
return InternalReadData()->
ReadByte
(Offset::kHeight);
in Height()
85
return InternalReadData()->
ReadByte
(Offse
in Width()
[all...]
H
A
D
small_glyph_metrics.cc
31
return data_->
ReadByte
(Offset::kHeight);
in Height()
35
return data_->
ReadByte
(Offset::kWidth);
in Width()
39
return data_->
ReadByte
(Offset::kBearingX);
in BearingX()
43
return data_->
ReadByte
(Offset::kBearingY);
in BearingY()
47
return data_->
ReadByte
(Offset::kAdvance);
in Advance()
65
return InternalReadData()->
ReadByte
(Offset::kHeight);
in Height()
73
return InternalReadData()->
ReadByte
(Offset::kWidth);
in Width()
81
return InternalReadData()->
ReadByte
(Offset::kBearingX);
in BearingX()
89
return InternalReadData()->
ReadByte
(Offset::kBearingY);
in BearingY()
97
return InternalReadData()->
ReadByte
(Offse
in Advance()
[all...]
H
A
D
ebsc_table.cc
49
return data_->
ReadByte
(Offset::kBitmapScaleTable_ppemX);
in PpemX()
53
return data_->
ReadByte
(Offset::kBitmapScaleTable_ppemY);
in PpemY()
57
return data_->
ReadByte
(Offset::kBitmapScaleTable_substitutePpemX);
in SubstitutePpemX()
61
return data_->
ReadByte
(Offset::kBitmapScaleTable_substitutePpemY);
in SubstitutePpemY()
H
A
D
bitmap_size_table.cc
64
return data_->
ReadByte
(EblcTable::Offset::kBitmapSizeTable_ppemX);
in PpemX()
68
return data_->
ReadByte
(EblcTable::Offset::kBitmapSizeTable_ppemY);
in PpemY()
72
return data_->
ReadByte
(EblcTable::Offset::kBitmapSizeTable_bitDepth);
in BitDepth()
304
return InternalReadData()->
ReadByte
(
in PpemX()
309
return InternalReadData()->
ReadByte
(
in PpemY()
314
return InternalReadData()->
ReadByte
(
in BitDepth()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
H
A
D
StreamExtensionsTest.cs
59
Assert.AreEqual(0x31, destination.
ReadByte
());
in CopyToTest()
60
Assert.AreEqual(0x08, destination.
ReadByte
());
in CopyToTest()
61
Assert.AreEqual(0xFF, destination.
ReadByte
());
in CopyToTest()
62
Assert.AreEqual(0x00, destination.
ReadByte
());
in CopyToTest()
63
Assert.AreEqual(-1, destination.
ReadByte
());
in CopyToTest()
/third_party/lzma/CS/7zip/Compress/RangeCoder/
H
A
D
RangeCoder.cs
138
Code = (Code << 8) | (byte)Stream.
ReadByte
();
in Init()
156
Code = (Code << 8) | (byte)Stream.
ReadByte
();
in Normalize()
165
Code = (Code << 8) | (byte)Stream.
ReadByte
();
in Normalize2()
204
code = (code << 8) | (byte)Stream.
ReadByte
();
in DecodeDirectBits()
H
A
D
RangeCoderBit.cs
98
rangeDecoder.Code = (rangeDecoder.Code << 8) | (byte)rangeDecoder.Stream.
ReadByte
();
in Decode()
110
rangeDecoder.Code = (rangeDecoder.Code << 8) | (byte)rangeDecoder.Stream.
ReadByte
();
in Decode()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H
A
D
ByteStringTest.cs
180
stream.
ReadByte
();
in FromStream_Seekable()
191
stream.
ReadByte
();
in FromStream_NotSeekable()
205
stream.
ReadByte
();
in FromStreamAsync_Seekable()
216
stream.
ReadByte
();
in FromStreamAsync_NotSeekable()
/third_party/lzma/CS/7zip/Common/
H
A
D
InBuffer.cs
49
public bool
ReadByte
(byte b) // check it
in ReadByte()
method in SevenZip.Buffer.InBuffer
58
public byte
ReadByte
()
in ReadByte()
method in SevenZip.Buffer.InBuffer
60
// return (byte)m_Stream.
ReadByte
();
in ReadByte()
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
rdgif.c
141
ReadByte
(gif_source_ptr sinfo)
160
count =
ReadByte
(sinfo);
in GetDataBlock()
356
cmap[CM_RED][i] = (JSAMPLE)UPSCALE(
ReadByte
(sinfo));
in ReadColorMap()
357
cmap[CM_GREEN][i] = (JSAMPLE)UPSCALE(
ReadByte
(sinfo));
in ReadColorMap()
358
cmap[CM_BLUE][i] = (JSAMPLE)UPSCALE(
ReadByte
(sinfo));
in ReadColorMap()
371
extlabel =
ReadByte
(sinfo);
in DoExtension()
437
c =
ReadByte
(source);
in start_input_gif()
475
source->input_code_size =
ReadByte
(source); /* get min-code-size byte */
in start_input_gif()
/third_party/lzma/CPP/7zip/Common/
H
A
D
InBuffer.h
72
bool
ReadByte
(Byte &b)
in ReadByte()
function in CInBufferBase
90
Byte
ReadByte
()
in ReadByte()
function in CInBufferBase
H
A
D
CWrappers.h
79
Byte
ReadByte
()
in ReadByte()
function
112
Byte
ReadByte
()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H
A
D
open_type_data_test.cc
34
EXPECT_EQ(-1, data->
ReadByte
(0));
in TestOTFRead()
36
EXPECT_EQ(0x01, data->
ReadByte
(1));
in TestOTFRead()
H
A
D
endian_test.cc
45
EXPECT_EQ(rfd->
ReadByte
(5), -54);
in TestEndian()
H
A
D
font_data_test.cc
146
(*buffer)[index] = (uint8_t)(rfd->
ReadByte
(index));
in ReadFontDataWithSingleByte()
181
uint8_t b = (uint8_t)(rfd->
ReadByte
(index));
in WriteFontDataWithSingleByte()
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
H
A
D
LzmaSpec.cpp
37
Byte
ReadByte
()
in ReadByte()
function
157
Byte b = InStream->
ReadByte
();
in Init()
160
Code = (Code << 8) | InStream->
ReadByte
();
in Init()
174
Code = (Code << 8) | InStream->
ReadByte
();
in Normalize()
632
header[i] = inStream.
ReadByte
();
in main2()
/third_party/lzma/CPP/7zip/Archive/7z/
H
A
D
7zIn.h
322
Byte
ReadByte
();
380
Byte
ReadByte
() { return _inByteBack->
ReadByte
(); }
in ReadByte()
function in NArchive::N7z::CInArchive
H
A
D
7zIn.cpp
120
const Byte external = archive->
ReadByte
();
in Set()
141
Byte CInByte2::
ReadByte
()
in ReadByte()
function in NArchive::N7z::CInByte2
442
const Byte mainByte =
ReadByte
();
in ParseFolder()
761
const Byte mainByte = inByte->
ReadByte
();
in ReadUnpackInfo()
1109
b =
ReadByte
();
in ReadBoolVector()
1119
const Byte allAreDefined =
ReadByte
();
in ReadBoolVector2()
1384
if (
ReadByte
() != 0)
in ReadHeader()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
H
A
D
byte_array_table_builder.cc
31
return data->
ReadByte
(index);
in ByteValue()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H
A
D
readable_font_data.cc
74
int32_t ReadableFontData::
ReadByte
(int32_t index) {
in ReadByte()
function in sfntly::ReadableFontData
108
int32_t b1 =
ReadByte
(index);
in ReadShort()
175
int32_t b1 =
ReadByte
(index);
in ReadLong()
H
A
D
readable_font_data.h
87
virtual int32_t
ReadByte
(int32_t index);
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H
A
D
DecodeTest.cs
27
int next = brotliInput.
ReadByte
();
in Decompress()
H
A
D
BrotliInputStream.cs
34
/// <see cref="
ReadByte
()"/>
52
/// <see cref="
ReadByte
()"/>
73
/// <see cref="
ReadByte
()"/>
125
public override int
ReadByte
()
in ReadByte()
method in Org.Brotli.Dec.BrotliInputStream
/third_party/zlib/contrib/dotzlib/DotZLib/
H
A
D
GZipStream.cs
181
public override int
ReadByte
()
in ReadByte()
method in DotZLib.GZipStream
/third_party/protobuf/csharp/src/Google.Protobuf/
H
A
D
ParsingPrimitives.cs
709
int b = input.
ReadByte
();
in ReadRawVarint32()
723
int b = input.
ReadByte
();
in ReadRawVarint32()
Completed in 17 milliseconds
1
2