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:noop
(Results
26 - 50
of
63
) sorted by relevance
1
2
3
/third_party/node/lib/internal/console/
H
A
D
constructor.js
680
function
noop
() {}
function
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-pcf857x.c
194
static void
noop
(struct irq_data *data) { }
in noop()
function
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-pcf857x.c
216
static void
noop
(struct irq_data *data) { }
in noop()
function
/third_party/nghttp2/src/
H
A
D
shrpx_memcached_connection.cc
729
int MemcachedConnection::
noop
() { return 0; }
in noop()
function in shrpx::MemcachedConnection
H
A
D
shrpx_live_check.cc
702
int LiveCheck::
noop
() { return 0; }
in noop()
function in shrpx::LiveCheck
H
A
D
shrpx_http_downstream_connection.cc
1602
int HttpDownstreamConnection::
noop
() { return 0; }
in noop()
function in shrpx::HttpDownstreamConnection
H
A
D
shrpx_http2_session.cc
1969
int Http2Session::
noop
() { return 0; }
in noop()
function in shrpx::Http2Session
H
A
D
shrpx_client_handler.cc
115
int ClientHandler::
noop
() { return 0; }
in noop()
function in shrpx::ClientHandler
/third_party/python/Lib/
H
A
D
poplib.py
264
def
noop
(self):
member in POP3
H
A
D
smtplib.py
523
def
noop
(self):
member in SMTP
H
A
D
imaplib.py
676
def
noop
(self):
member in IMAP4
/third_party/elfutils/src/
H
A
D
findtextrel.c
178
noop
(void *arg __attribute__ ((unused)))
in noop()
function
/third_party/node/deps/npm/node_modules/graceful-fs/
H
A
D
graceful-fs.js
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libata-transport.c
337
static int
noop
(int x) { return x; }
in noop()
function
/kernel/linux/linux-5.10/kernel/
H
A
D
kthread.c
1043
bool
noop
= false;
in kthread_flush_work()
local
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-transport.c
367
static int
noop
(int x) { return x; }
in noop()
function
/kernel/linux/linux-6.6/kernel/
H
A
D
kthread.c
1136
bool
noop
= false;
in kthread_flush_work()
local
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H
A
D
amdgpu_cs.h
158
bool
noop
;
member
H
A
D
amdgpu_cs.c
1490
bool
noop
= false;
in amdgpu_cs_submit_ib()
local
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_blit.c
397
bool
noop
= apply_blit_scissor(&info->scissor,
in iris_blit()
local
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_blit.c
473
bool
noop
= apply_blit_scissor(&info->scissor,
in crocus_blit()
local
/third_party/python/Lib/unittest/test/
H
A
D
test_loader.py
1580
def
noop
(arg):
function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_descriptors.c
1663
bool
noop
= true;
in si_reset_buffer_resources()
local
/third_party/python/Lib/test/test_asyncio/
H
A
D
test_events.py
2159
def
noop
(*args, **kwargs):
function
[all...]
/third_party/python/Lib/test/
H
A
D
test_threading.py
944
def
noop
(): pass
function
Completed in 48 milliseconds
1
2
3