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:UNSET
(Results
1 - 7
of
7
) sorted by relevance
/third_party/selinux/libselinux/src/
H
A
D
procattr.c
12
#define
UNSET
(char *) -1
macro
14
static __thread char *prev_current =
UNSET
;
15
static __thread char * prev_exec =
UNSET
;
16
static __thread char * prev_fscreate =
UNSET
;
17
static __thread char * prev_keycreate =
UNSET
;
18
static __thread char * prev_sockcreate =
UNSET
;
48
if (prev_current !=
UNSET
)
in procattr_thread_destructor()
50
if (prev_exec !=
UNSET
)
in procattr_thread_destructor()
52
if (prev_fscreate !=
UNSET
)
in procattr_thread_destructor()
54
if (prev_keycreate !=
UNSET
)
in procattr_thread_destructor()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H
A
D
Calendar.java
1333
* are two special values,
UNSET
and INTERNALLY_SET. Values from
1461
protected static final int
UNSET
= 0;
field in Calendar
1466
* @see #
UNSET
1476
* @see #
UNSET
2006
fields[i] = stamp[i] = 0; //
UNSET
== 0
in setTimeInMillis()
2046
return (stamp[field] >
UNSET
) ? fields[field] : defaultValue;
in internalGet()
2287
fields[i] = stamp[i] = 0; //
UNSET
== 0
in clear()
2303
stamp[field] =
UNSET
;
in clear()
2314
return areFieldsVirtuallySet || (stamp[field] !=
UNSET
);
in isSet()
5037
stamp[i] =
UNSET
;
in computeFields()
[all...]
H
A
D
ChineseCalendar.java
446
if (newestStamp(ERA, YEAR,
UNSET
) <= getStamp(EXTENDED_YEAR)) {
in handleGetExtendedYear()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H
A
D
Calendar.java
1273
* are two special values,
UNSET
and INTERNALLY_SET. Values from
1400
protected static final int
UNSET
= 0;
field in Calendar
1405
* @see #
UNSET
1414
* @see #
UNSET
1927
fields[i] = stamp[i] = 0; //
UNSET
== 0
in setTimeInMillis()
1964
return (stamp[field] >
UNSET
) ? fields[field] : defaultValue;
in internalGet()
2202
fields[i] = stamp[i] = 0; //
UNSET
== 0
in clear()
2217
stamp[field] =
UNSET
;
in clear()
2227
return areFieldsVirtuallySet || (stamp[field] !=
UNSET
);
in isSet()
4793
stamp[i] =
UNSET
;
in computeFields()
[all...]
H
A
D
ChineseCalendar.java
434
if (newestStamp(ERA, YEAR,
UNSET
) <= getStamp(EXTENDED_YEAR)) {
in handleGetExtendedYear()
/third_party/mbedtls/tests/scripts/
H
A
D
all.sh
746
echo "SEED: ${SEED-"
UNSET
"}"
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 25 milliseconds