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:occupied
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/
H
A
D
sem_conpro.c
31
sem_t
occupied
;
member
44
if (-1 == sem_wait(&buf->
occupied
)) {
in producer()
89
if (-1 == sem_post(&buf->
occupied
)) {
in consumer()
110
if (-1 == sem_init(&buf.
occupied
, shared, occupied_value)) {
in main()
128
sem_destroy(&buf.
occupied
);
in main()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_detelecine.c
47
int
occupied
;
member
210
s->
occupied
= 1;
in filter_frame()
232
if (len == 1 && s->
occupied
) {
in filter_frame()
233
s->
occupied
= 0;
in filter_frame()
249
s->
occupied
= 0;
in filter_frame()
253
if (s->
occupied
) {
in filter_frame()
271
s->
occupied
= 0;
in filter_frame()
279
s->
occupied
= 1;
in filter_frame()
307
s->
occupied
= 1;
in filter_frame()
314
if (len == 1 && s->
occupied
)
in filter_frame()
[all...]
H
A
D
vf_telecine.c
46
int
occupied
;
member
184
if (s->
occupied
) {
in filter_frame()
206
s->
occupied
= 0;
in filter_frame()
230
s->
occupied
= 1;
in filter_frame()
/third_party/rust/crates/bindgen/bindgen/ir/
H
A
D
context.rs
2063
Entry::Occupied(
occupied
) => {
in replace()
2068
occupied
.get(),
in replace()
/third_party/python/Lib/test/support/
H
A
D
__init__.py
1994
# collisions is the number of balls minus the number of
occupied
bins at
2000
# so mean #
occupied
is n - n * (1 - 1/n)**k
2024
occupied
= n - meanempty
2025
collisions = k -
occupied
/third_party/python/Lib/test/
H
A
D
_test_multiprocessing.py
3704
occupied
= 0
3715
stop-start, '
occupied
'))
3716
occupied
+= (stop-start)
3718
self.assertEqual(free +
occupied
,
Completed in 15 milliseconds