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
defs:DEFAULT
(Results
1 - 25
of
94
) sorted by relevance
1
2
3
4
/third_party/ffmpeg/libavformat/
H
A
D
options_table.h
31
#define
DEFAULT
0 //should be NAN but it does not work as it is not a constant in glibc as required by ANSI/ISO C
macro
114
#undef
DEFAULT
macro
/third_party/ffmpeg/libavcodec/
H
A
D
options_table.h
36
#define
DEFAULT
0 //should be NAN but it does not work as it is not a constant in glibc as required by ANSI/ISO C
macro
411
#undef
DEFAULT
global()
macro
[all...]
H
A
D
avdct.c
28
#define
DEFAULT
0 //should be NAN but it does not work as it is not a constant in glibc as required by ANSI/ISO C
macro
/third_party/ffmpeg/libswscale/
H
A
D
options.c
31
#define
DEFAULT
0
macro
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H
A
D
IntegerWidth.java
18
/* package-private */ static final IntegerWidth
DEFAULT
= new IntegerWidth(1, -1);
field in IntegerWidth
H
A
D
Scale.java
23
private static final Scale
DEFAULT
= new Scale(0, null);
field in Scale
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H
A
D
IntegerWidth.java
19
/* package-private */ static final IntegerWidth
DEFAULT
= new IntegerWidth(1, -1);
field in IntegerWidth
H
A
D
Scale.java
24
private static final Scale
DEFAULT
= new Scale(0, null);
field in Scale
/third_party/python/Tools/scripts/
H
A
D
win_add2path.py
18
DEFAULT
= "%PATH%"
variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H
A
D
PermilleMatcher.java
15
private static final PermilleMatcher
DEFAULT
= new PermilleMatcher();
field in PermilleMatcher
H
A
D
PercentMatcher.java
15
private static final PercentMatcher
DEFAULT
= new PercentMatcher();
field in PercentMatcher
H
A
D
InfinityMatcher.java
15
private static final InfinityMatcher
DEFAULT
= new InfinityMatcher();
field in InfinityMatcher
H
A
D
PlusSignMatcher.java
15
private static final PlusSignMatcher
DEFAULT
= new PlusSignMatcher(false);
field in PlusSignMatcher
H
A
D
MinusSignMatcher.java
15
private static final MinusSignMatcher
DEFAULT
= new MinusSignMatcher(false);
field in MinusSignMatcher
H
A
D
IgnorablesMatcher.java
15
private static final IgnorablesMatcher
DEFAULT
= new IgnorablesMatcher(
field in IgnorablesMatcher
H
A
D
NanMatcher.java
15
private static final NanMatcher
DEFAULT
= new NanMatcher("NaN");
field in NanMatcher
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H
A
D
InfinityMatcher.java
19
private static final InfinityMatcher
DEFAULT
= new InfinityMatcher();
field in InfinityMatcher
H
A
D
PermilleMatcher.java
17
private static final PermilleMatcher
DEFAULT
= new PermilleMatcher();
field in PermilleMatcher
H
A
D
PercentMatcher.java
17
private static final PercentMatcher
DEFAULT
= new PercentMatcher();
field in PercentMatcher
H
A
D
MinusSignMatcher.java
19
private static final MinusSignMatcher
DEFAULT
= new MinusSignMatcher(false);
field in MinusSignMatcher
H
A
D
IgnorablesMatcher.java
17
private static final IgnorablesMatcher
DEFAULT
= new IgnorablesMatcher(
field in IgnorablesMatcher
H
A
D
NanMatcher.java
17
private static final NanMatcher
DEFAULT
= new NanMatcher("NaN");
field in NanMatcher
H
A
D
PlusSignMatcher.java
19
private static final PlusSignMatcher
DEFAULT
= new PlusSignMatcher(false);
field in PlusSignMatcher
/third_party/python/Lib/unittest/test/testmock/
H
A
D
testsentinel.py
4
from unittest.mock import sentinel,
DEFAULT
namespace
/third_party/ninja/src/
H
A
D
lexer.h
36
DEFAULT
,
enumerator
Completed in 8 milliseconds
1
2
3
4