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:is_eof
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
f_interleave.c
78
int
is_eof
= !!ff_inlink_acknowledge_status(ctx->inputs[i], &status, &rpts);
in activate()
local
80
nb_eofs +=
is_eof
;
in activate()
82
first_eof =
is_eof
;
in activate()
/third_party/rust/crates/regex/regex-syntax/src/ast/
H
A
D
parse.rs
469
if self.
is_eof
() {
in bump()
521
!self.
is_eof
()
in bump_and_bump_space()
537
while !self.
is_eof
() {
in bump_space()
544
while !self.
is_eof
() {
in bump_space()
567
if self.
is_eof
() {
in peek()
579
if self.
is_eof
() {
in peek_space()
600
fn
is_eof
(&self) -> bool {
in is_eof()
functions
963
if self.
is_eof
() {
in parse_with_comments()
1112
if self.
is_eof
() {
in parse_counted_repetition()
1136
if self.
is_eof
() || sel
in parse_counted_repetition()
[all...]
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H
A
D
lexer.cc
115
bool Lexer::
is_eof
() const {
in is_eof()
function in tint::reader::wgsl::Lexer
144
while (!
is_eof
() && is_whitespace(content_->data[pos_])) {
in skip_whitespace_and_comments()
166
if (
is_eof
()) {
in skip_whitespace_and_comments()
177
while (!
is_eof
() && !matches(pos_, "\n")) {
in skip_comment()
195
while (!
is_eof
() && depth > 0) {
in skip_comment()
662
while (!
is_eof
() && is_hex(content_->data[end])) {
in try_hex_integer()
735
while (!
is_eof
() && is_alphanum_underscore(content_->data[pos_])) {
in try_ident()
H
A
D
lexer.h
74
bool
is_eof
() const;
/third_party/skia/third_party/externals/brotli/c/tools/
H
A
D
brotli.c
944
BROTLI_BOOL
is_eof
= BROTLI_FALSE;
in CompressFile()
local
947
if (context->available_in == 0 && !
is_eof
) {
in CompressFile()
949
is_eof
= !HasMoreInput(context);
in CompressFile()
953
is_eof
? BROTLI_OPERATION_FINISH : BROTLI_OPERATION_PROCESS,
in CompressFile()
/third_party/rust/crates/regex/src/
H
A
D
dfa.rs
919
if b.
is_eof
() {
in exec_byte()
988
let cache = if b.
is_eof
() && self.prog.matches.len() > 1 {
in exec_byte()
1726
fn
is_eof
(&self) -> bool {
in is_eof()
functions
1742
if self.
is_eof
() {
in as_byte()
Completed in 9 milliseconds