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:IsEof
(Results
1 - 14
of
14
) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/lexer/
H
A
D
lexer.cpp
128
while (!file_->
IsEof
()) {
in SkipCurrentLine()
141
while (!file_->
IsEof
()) {
in SkipCurrentLine()
159
while (!file_->
IsEof
()) {
in Skip()
186
while (!file_->
IsEof
()) {}
in SkipEof()
195
while (!file_->
IsEof
()) {
in ReadCacheableTime()
225
if (!file_->
IsEof
()) {
in ReadToken()
228
while (!file_->
IsEof
()) {
in ReadToken()
283
while (!file_->
IsEof
()) {
in ReadId()
335
while (!file_->
IsEof
()) {
in ReadBinaryNum()
356
while (!file_->
IsEof
()) {
in ReadOctNum()
[all...]
/foundation/ability/idl_tool/parser/
H
A
D
lexer.cpp
89
while (!currentFile_->
IsEof
()) {
in ReadToken()
151
while (!currentFile_->
IsEof
()) {
in ReadIdentifier()
179
while (!currentFile_->
IsEof
()) {
in ReadLineComment()
196
while (!currentFile_->
IsEof
()) {
in ReadBlockComment()
212
while (!currentFile_->
IsEof
()) {
in SkipCurrentLine()
223
while (!currentFile_->
IsEof
()) {
in SkipCurrentLine()
369
while (!currentFile_->
IsEof
()) {
in ParseCacheable()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H
A
D
webp_exif_metadata_accessor.cpp
100
while (!imageStream_->
IsEof
()) {
in ReadBlob()
103
imageStream_->
IsEof
()) {
in ReadBlob()
110
imageStream_->
IsEof
()) {
in ReadBlob()
144
imageStream_->
IsEof
()) {
in CheckChunkVp8x()
158
imageStream_->
IsEof
()) {
in CheckChunkVp8x()
174
imageStream_->
IsEof
()) {
in CheckChunkVp8x()
295
while (!imageStream_->
IsEof
()) {
in UpdateExifMetadata()
298
imageStream_->
IsEof
()) {
in UpdateExifMetadata()
363
while (!imageStream_->
IsEof
()) {
in GetImageWidthAndHeight()
366
imageStream_->
IsEof
()) {
in GetImageWidthAndHeight()
[all...]
H
A
D
png_exif_metadata_accessor.cpp
58
if (imageStream_->
IsEof
()) {
in IsPngType()
66
if (imageStream_->
IsEof
()) {
in IsPngType()
133
while (!imageStream_->
IsEof
()) {
in ReadBlob()
156
if (imageStream_->
IsEof
()) {
in ReadBlob()
267
while (!imageStream_->
IsEof
()) {
in UpdateExifMetadata()
H
A
D
buffer_metadata_stream.cpp
205
bool BufferMetadataStream::
IsEof
()
in IsEof()
function in OHOS::Media::BufferMetadataStream
296
while (!src.
IsEof
()) {
in ReadAndWriteData()
H
A
D
file_metadata_stream.cpp
203
bool FileMetadataStream::
IsEof
()
in IsEof()
function in OHOS::Media::FileMetadataStream
432
while (!src.
IsEof
()) {
in ReadFromSourceAndWriteToFile()
443
if (bytesRead < 0 && !src.
IsEof
()) {
in ReadFromSourceAndWriteToFile()
/foundation/ability/idl_tool/util/
H
A
D
file.h
46
bool
IsEof
() const;
H
A
D
file.cpp
118
bool File::
IsEof
() const
in IsEof()
function in OHOS::Idl::File
/foundation/ability/idl_tool/idl_tool_2/util/
H
A
D
file.h
47
bool
IsEof
() const;
H
A
D
file.cpp
119
bool File::
IsEof
() const
in IsEof()
function in OHOS::Idl::File
362
while (!
IsEof
()) {
in CreatePartDir()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H
A
D
buffer_metadata_stream.h
112
virtual bool
IsEof
() override;
H
A
D
metadata_stream.h
149
virtual bool
IsEof
() = 0;
H
A
D
file_metadata_stream.h
134
virtual bool
IsEof
() override;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H
A
D
metadata_stream_test.cpp
920
ASSERT_FALSE(src.
IsEof
());
in HWTEST_F()
923
ASSERT_TRUE(src.
IsEof
());
in HWTEST_F()
Completed in 10 milliseconds