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:VALGRIND
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/infra/bots/assets/valgrind/
H
A
D
create.py
29
VALGRIND
= 'valgrind-3.15.0'
variable
30
TARBALL = '%s.tar.bz2' %
VALGRIND
32
TEMP_DIR = os.path.join(tempfile.gettempdir(), 'skia-%s' %
VALGRIND
)
46
if os.path.isdir(
VALGRIND
):
60
with utils.chdir(os.path.join(TEMP_DIR,
VALGRIND
)):
67
with utils.chdir(os.path.join(TEMP_DIR,
VALGRIND
)):
/third_party/python/Modules/_decimal/tests/
H
A
D
runall-memorydebugger.sh
20
VALGRIND
="valgrind --tool=memcheck --leak-resolution=high \
98
valgrind=$
VALGRIND
154
valgrind=$
VALGRIND
/third_party/lz4/tests/
H
A
D
Makefile
581
VALGRIND
= valgrind --leak-check=yes --error-exitcode=1
macro
585
$(
VALGRIND
) $(DATAGEN) -g50M > $(VOID)
587
$(
VALGRIND
) $(LZ4) -9 -BD -f $(FPREFIX)dg16K $(VOID)
590
$(
VALGRIND
) $(LZ4) --force --multiple $(FPREFIX)dg16K $(FPREFIX)dg16K2 $(FPREFIX)dg16K3
592
$(
VALGRIND
) $(LZ4) -9 -B5D -f $(FPREFIX)dg7M $(FPREFIX)dg16K2
593
$(
VALGRIND
) $(LZ4) -t $(FPREFIX)dg16K2
594
$(
VALGRIND
) $(LZ4) -bi1 $(FPREFIX)dg7M
595
$(
VALGRIND
) ./fullbench -i1 $(FPREFIX)dg7M $(FPREFIX)dg16K2
596
$(
VALGRIND
) $(LZ4) -B4D -f -vq $(FPREFIX)dg7M $(VOID)
597
$(
VALGRIND
)
[all...]
/third_party/eudev/src/shared/
H
A
D
mempool.h
47
#ifdef
VALGRIND
H
A
D
mempool.c
91
#ifdef
VALGRIND
/third_party/popt/src/
H
A
D
lookup3.c
251
#ifdef
VALGRIND
in jlu32l()
271
* does it on word boundaries, so is OK with this. But
VALGRIND
will
in jlu32l()
275
#ifndef
VALGRIND
in jlu32l()
458
#ifdef
VALGRIND
in jlu32lpair()
477
* does it on word boundaries, so is OK with this. But
VALGRIND
will
in jlu32lpair()
481
#ifndef
VALGRIND
in jlu32lpair()
660
#ifdef
VALGRIND
in jlu32b()
680
* does it on word boundaries, so is OK with this. But
VALGRIND
will
in jlu32b()
684
#ifndef
VALGRIND
in jlu32b()
721
#endif /* !
VALGRIND
*/
in jlu32b()
[all...]
/third_party/littlefs/
H
A
D
Makefile
17
VALGRIND
?= valgrind
macro
147
ifneq ($(
VALGRIND
),valgrind)
148
TESTFLAGS += --valgrind-path="$(
VALGRIND
)"
149
BENCHFLAGS += --valgrind-path="$(
VALGRIND
)"
/third_party/libevdev/
H
A
D
configure
694
VALGRIND
13238
case $
VALGRIND
in
13240
ac_cv_path_VALGRIND="$
VALGRIND
" # Let the user override the test with a path.
13265
VALGRIND
=$ac_cv_path_VALGRIND
13266
if test -n "$
VALGRIND
"; then
13267
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $
VALGRIND
" >&5
13268
printf "%s\n" "$
VALGRIND
" >&6; }
13279
if test "x$
VALGRIND
" != "x"; then
/third_party/ffmpeg/
H
A
D
configure
475
--valgrind=
VALGRIND
run "make fate" tests through valgrind to detect memory
Completed in 23 milliseconds