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:subseq
(Results
1 - 9
of
9
) sorted by relevance
/third_party/alsa-lib/src/topology/
H
A
D
dapm.c
618
if (strcmp(id, "
subseq
") == 0) {
in tplg_parse_dapm_widget()
622
widget->
subseq
= ival;
in tplg_parse_dapm_widget()
623
tplg_dbg("\t%s: %d", id, widget->
subseq
);
in tplg_parse_dapm_widget()
716
if (err >= 0 && widget->
subseq
)
in tplg_save_dapm_widget()
718
widget->
subseq
);
in tplg_save_dapm_widget()
804
w->
subseq
= wt->
subseq
;
in tplg_add_widget_object()
927
wt->
subseq
= w->
subseq
;
in tplg_decode_dapm_widget()
/third_party/python/Tools/demo/
H
A
D
markov.py
30
subseq
= seq[max(0, len(seq)-n):]
31
options = trans[
subseq
]
/third_party/libwebsockets/lib/secure-streams/protocols/
H
A
D
ss-h1.c
530
h->
subseq
= 0;
in secstream_h1()
861
if (!h->
subseq
) {
in secstream_h1()
864
h->
subseq
= 1;
in secstream_h1()
901
h->
subseq
= 0;
in secstream_h1()
H
A
D
ss-ws.c
141
h->
subseq
= 1;
in secstream_ws()
H
A
D
ss-mqtt.c
644
h->
subseq
= 1;
in secstream_mqtt()
/third_party/alsa-lib/include/
H
A
D
topology.h
506
*
subseq
"8" # subsequence number
958
int
subseq
; /*!< sort within widget type */
member
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H
A
D
RubyRepeatedField.java
144
return this.storage.
subseq
(beg, len);
in index()
156
return this.storage.
subseq
(beg, len);
in index()
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asoc.h
494
__le32
subseq
; /* sort within widget type */
member
/third_party/libwebsockets/lib/secure-streams/
H
A
D
private-lib-secure-streams.h
187
uint8_t
subseq
; /**< emulate SOM tracking */
member
Completed in 10 milliseconds