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:last_tag
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
htmlsubtitles.c
230
struct font_tag *
last_tag
= &stack[sptr];
in ff_htmlmarkup_to_ass()
local
233
if (!
last_tag
->size)
in ff_htmlmarkup_to_ass()
235
else if (
last_tag
->size != cur_tag->size)
in ff_htmlmarkup_to_ass()
236
av_bprintf(dst, "{\\fs%d}",
last_tag
->size);
in ff_htmlmarkup_to_ass()
240
if (!(
last_tag
->color & 0xff000000))
in ff_htmlmarkup_to_ass()
242
else if (
last_tag
->color != cur_tag->color)
in ff_htmlmarkup_to_ass()
243
av_bprintf(dst, "{\\c&H%"PRIX32"&}",
last_tag
->color & 0xffffff);
in ff_htmlmarkup_to_ass()
247
if (!
last_tag
->face[0])
in ff_htmlmarkup_to_ass()
249
else if (strcmp(
last_tag
->face, cur_tag->face))
in ff_htmlmarkup_to_ass()
250
av_bprintf(dst, "{\\fn%s}",
last_tag
in ff_htmlmarkup_to_ass()
[all...]
H
A
D
tiff.c
85
unsigned
last_tag
;
member
1232
if (tag <= s->
last_tag
)
in tiff_decode_tag()
1237
s->
last_tag
= tag;
in tiff_decode_tag()
1803
s->
last_tag
= 0;
in decode_frame()
/third_party/ltp/pan/cgi/
H
A
D
reconsile.cgi
138
$
last_tag
= "";
/third_party/protobuf/src/google/protobuf/util/internal/
H
A
D
protostream_objectsource.cc
200
//
last_tag
set to dummy value that is different from tag.
in WriteMessage()
201
uint32 tag = stream_->ReadTag(),
last_tag
= tag + 1;
in WriteMessage()
local
212
if (tag !=
last_tag
) { // Update field only if tag is changed.
in WriteMessage()
213
last_tag
= tag;
in WriteMessage()
Completed in 6 milliseconds