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:queue_push
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libevdev/test/
H
A
D
test-int-queue.c
60
ev =
queue_push
(&dev);
in START_TEST()
64
ev =
queue_push
(&dev);
in START_TEST()
69
ev =
queue_push
(&dev);
in START_TEST()
72
ev =
queue_push
(&dev);
in START_TEST()
76
ev =
queue_push
(&dev);
in START_TEST()
93
e =
queue_push
(&dev);
in START_TEST()
125
e =
queue_push
(&dev);
in START_TEST()
135
e =
queue_push
(&dev);
in START_TEST()
167
first =
queue_push
(&dev);
in START_TEST()
173
second =
queue_push
(
in START_TEST()
[all...]
/third_party/selinux/checkpolicy/
H
A
D
queue.h
33
int
queue_push
(queue_t, queue_element_t);
H
A
D
queue.c
50
int
queue_push
(queue_t q, queue_element_t e)
in queue_push()
function
H
A
D
policy_define.c
104
error =
queue_push
(id_queue, 0);
in insert_separator()
126
error =
queue_push
(id_queue, (queue_element_t) newid);
in insert_id()
/third_party/libevdev/libevdev/
H
A
D
libevdev-int.h
130
queue_push
(struct libevdev *dev)
in queue_push()
function
142
struct input_event *ev =
queue_push
(dev);
in queue_push_event()
/third_party/ltp/testcases/kernel/fs/read_all/
H
A
D
read_all.c
139
static int
queue_push
(struct queue *q, const char *buf)
in queue_push()
function
439
ret =
queue_push
(w->q, buf);
in try_push_work()
Completed in 14 milliseconds