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:agroup
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ltp/testcases/network/multicast/mc_member/
H
A
D
mc_member.sh
67
for
agroup
in `cat $GLIST`
91
for
agroup
in `cat $GLIST`
93
netstat -gn | grep $
agroup
95
tst_brkm TFAIL "$
agroup
NOT joined to $ipaddr"
102
for
agroup
in `cat $GLIST`
104
netstat -gn | grep $
agroup
106
tst_brkm TFAIL "$
agroup
still joined on "\
/third_party/ffmpeg/libavformat/
H
A
D
hlsplaylist.c
39
void ff_hls_write_audio_rendition(AVIOContext *out, const char *
agroup
,
in ff_hls_write_audio_rendition()
argument
43
if (!out || !
agroup
|| !filename)
in ff_hls_write_audio_rendition()
46
avio_printf(out, "#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID=\"group_%s\"",
agroup
);
in ff_hls_write_audio_rendition()
70
const char *filename, const char *
agroup
,
in ff_hls_write_stream_info()
89
if (
agroup
&&
agroup
[0])
in ff_hls_write_stream_info()
90
avio_printf(out, ",AUDIO=\"group_%s\"",
agroup
);
in ff_hls_write_stream_info()
69
ff_hls_write_stream_info(AVStream *st, AVIOContext *out, int bandwidth, const char *filename, const char *
agroup
, const char *codecs, const char *ccgroup, const char *sgroup)
ff_hls_write_stream_info()
argument
H
A
D
hlsplaylist.h
39
void ff_hls_write_audio_rendition(AVIOContext *out, const char *
agroup
,
46
const char *filename, const char *
agroup
,
H
A
D
hlsenc.c
182
const char *
agroup
; /* audio group name */
member
1425
if (vs->has_video || vs->has_subtitle || !vs->
agroup
)
in create_master_playlist()
1434
ff_hls_write_audio_rendition(hls->m3u8_out, vs->
agroup
, m3u8_rel_name, vs->language, i, hls->has_default_key ? vs->is_default : 1);
in create_master_playlist()
1465
if (vs->
agroup
) {
in create_master_playlist()
1469
temp_vs->
agroup
&&
in create_master_playlist()
1470
!av_strcasecmp(temp_vs->
agroup
, vs->
agroup
)) {
in create_master_playlist()
1515
aud_st ? vs->
agroup
: NULL, vs->codec_attr, ccgroup, sgroup);
in create_master_playlist()
1519
aud_st ? vs->
agroup
: NULL, vs->codec_attr, ccgroup, sgroup);
in create_master_playlist()
2007
* "a:0,
agroup
in parse_variant_stream_mapstring()
[all...]
H
A
D
dashenc.c
1307
char *
agroup
= NULL;
in write_manifest()
local
1321
agroup
= (char *)audio_group;
in write_manifest()
1328
playlist_file,
agroup
,
in write_manifest()
/third_party/icu/icu4c/source/common/
H
A
D
ucnv_lmb.cpp
288
#define ULMBCS_AMBIGUOUS_MATCH(
agroup
, xgroup) \
289
((((
agroup
) == ULMBCS_AMBIGUOUS_SBCS) && \
291
(((
agroup
) == ULMBCS_AMBIGUOUS_MBCS) && \
293
((
agroup
) == ULMBCS_AMBIGUOUS_ALL)
/third_party/node/deps/icu-small/source/common/
H
A
D
ucnv_lmb.cpp
288
#define ULMBCS_AMBIGUOUS_MATCH(
agroup
, xgroup) \
289
((((
agroup
) == ULMBCS_AMBIGUOUS_SBCS) && \
291
(((
agroup
) == ULMBCS_AMBIGUOUS_MBCS) && \
293
((
agroup
) == ULMBCS_AMBIGUOUS_ALL)
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H
A
D
CharsetLMBCS.java
257
private boolean ULMBCS_AMBIGUOUS_MATCH(short
agroup
, short xgroup) {
in ULMBCS_AMBIGUOUS_MATCH()
argument
258
return (((
agroup
== ULMBCS_AMBIGUOUS_SBCS) &&
in ULMBCS_AMBIGUOUS_MATCH()
260
((
agroup
== ULMBCS_AMBIGUOUS_MBCS) &&
in ULMBCS_AMBIGUOUS_MATCH()
262
((
agroup
) == ULMBCS_AMBIGUOUS_ALL));
in ULMBCS_AMBIGUOUS_MATCH()
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
ucnv_lmb.cpp
288
#define ULMBCS_AMBIGUOUS_MATCH(
agroup
, xgroup) \
289
((((
agroup
) == ULMBCS_AMBIGUOUS_SBCS) && \
291
(((
agroup
) == ULMBCS_AMBIGUOUS_MBCS) && \
293
((
agroup
) == ULMBCS_AMBIGUOUS_ALL)
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-charset-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/
...
Completed in 17 milliseconds