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:expstr
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
eac3enc.c
77
int
expstr
= eac3_frame_expstr_index_tab[s->exp_strategy[ch][0]-1]
in ff_eac3_get_frame_exp_strategy()
local
83
if (
expstr
< 0) {
in ff_eac3_get_frame_exp_strategy()
87
s->frame_exp_strategy[ch] =
expstr
;
in ff_eac3_get_frame_exp_strategy()
H
A
D
ac3enc.c
432
int
expstr
, i, grpsize;
in exponent_init()
local
434
for (
expstr
= EXP_D15-1;
expstr
<= EXP_D45-1;
expstr
++) {
in exponent_init()
435
grpsize = 3 <<
expstr
;
in exponent_init()
437
exponent_group_tab[0][
expstr
][i] = (i + grpsize - 4) / grpsize;
in exponent_init()
438
exponent_group_tab[1][
expstr
][i] = (i ) / grpsize;
in exponent_init()
/third_party/icu/icu4c/source/test/intltest/
H
A
D
dtfmttst.cpp
1977
UnicodeString
expstr
(FAIL_STR);
in expectParse()
1979
expstr
= expected;
in expectParse()
1980
exp = ref.parse(
expstr
, ec2);
in expectParse()
1995
expstr
);
in expectParse()
H
A
D
numfmtst.cpp
2685
UnicodeString
expstr
;
in TestCases()
local
2687
if (!tokens.next(
expstr
, ec)) goto error;
in TestCases()
2689
ref->parse(
expstr
, exp, ec);
in TestCases()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H
A
D
DateFormatTest.java
3163
String
expstr
= FAIL_STR;
in expectParse()
3165
expstr
= expected;
in expectParse()
3167
exp = ref.parse(
expstr
);
in expectParse()
3179
expstr
);
in expectParse()
H
A
D
NumberFormatTest.java
2207
String
expstr
= tokens.next();
in TestCases()
2209
Number exp = ref.parse(
expstr
);
in TestCases()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H
A
D
DateFormatTest.java
3260
String
expstr
= FAIL_STR;
in expectParse()
3262
expstr
= expected;
in expectParse()
3264
exp = ref.parse(
expstr
);
in expectParse()
3276
expstr
);
in expectParse()
H
A
D
NumberFormatTest.java
2204
String
expstr
= tokens.next();
in TestCases()
2206
Number exp = ref.parse(
expstr
);
in TestCases()
Completed in 64 milliseconds