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:reused
(Results
1 - 9
of
9
) sorted by relevance
/third_party/node/test/async-hooks/
H
A
D
test-httpparser-reuse.js
8
// Verify that resource emitted for an HTTPParser is not
reused
.
11
const
reused
= Symbol('
reused
');
30
if (resource[
reused
]) {
32
`resource
reused
: ${asyncId}, ${triggerAsyncId}, ${type}`,
35
resource[
reused
] = true;
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jdatadst-tj.c
154
boolean
reused
= FALSE;
in jpeg_mem_dest_tj()
local
182
reused
= TRUE;
in jpeg_mem_dest_tj()
199
if (!
reused
)
in jpeg_mem_dest_tj()
/third_party/node/test/sequential/
H
A
D
test-http-regr-gh-2928.js
34
parser.
reused
= true;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H
A
D
tls_openssl.c
5523
int
reused
;
in tls_get_tls_unique()
local
5525
reused
= SSL_session_reused(conn->ssl);
in tls_get_tls_unique()
5526
if ((conn->server && !
reused
) || (!conn->server &&
reused
))
in tls_get_tls_unique()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H
A
D
tls_openssl.c
5839
int
reused
;
in tls_get_tls_unique()
local
5841
reused
= SSL_session_reused(conn->ssl);
in tls_get_tls_unique()
5842
if ((conn->server && !
reused
) || (!conn->server &&
reused
))
in tls_get_tls_unique()
/third_party/ffmpeg/libavcodec/x86/
H
A
D
vp9lpf.asm
797
mova m14, [pb_10] ; will be
reused
in filter4()
/third_party/python/Lib/test/
H
A
D
_test_multiprocessing.py
96
# (join() and is_alive(), the support function can be
reused
5419
reused
= _resource_tracker._pid in (None, pid)
5420
reused
&= _resource_tracker._check_alive()
5421
conn.send(
reused
)
/third_party/node/
H
A
D
vcbuild.bat
398
if not defined project_generated echo Building Node with
reused
solution failed. To regenerate project files use "vcbuild projgen"
/third_party/libbpf/src/
H
A
D
libbpf.c
545
bool
reused
;
member
4870
map->
reused
= true;
5461
pr_debug("
reused
pinned map at '%s'\n", map->pin_path);
8425
if (obj->maps[i].pinned && !obj->maps[i].
reused
)
Completed in 43 milliseconds