HomeSort by relevance Sort by last modified time
    Searched refs:leak (Results 151 - 175 of 223) sorted by null

1 2 3 4 5 67 8 9

  /frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
GarbageMonitor.java 17 package com.android.systemui.util.leak;
  /build/soong/ui/build/
kati.go 199 // Kati leaks memory, so ensure leak detection is turned off
  /external/libchrome/base/
tracked_objects.cc 557 child = new Births(location, *this); // Leak this.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/envcmd/
env.go 112 // ExtraEnvVars returns environment variables that should not leak into child processes.
  /prebuilts/go/darwin-x86/src/runtime/
mgcsweepbuf.go 98 // leak because even a 1TB heap would waste
  /prebuilts/go/linux-x86/src/cmd/go/internal/envcmd/
env.go 112 // ExtraEnvVars returns environment variables that should not leak into child processes.
  /prebuilts/go/linux-x86/src/runtime/
mgcsweepbuf.go 98 // leak because even a 1TB heap would waste
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.3.Final/
netty-buffer-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.6.Final/
netty-buffer-4.1.6.Final.jar 
  /external/elfutils/tests/
Makefile.am 45 dwfl-bug-addr-overflow arls dwfl-bug-fd-leak \
98 dwfl-bug-fd-leak dwfl-bug-report \
324 valgrind_cmd='valgrind -q --leak-check=full --error-exitcode=1'
  /external/valgrind/memcheck/tests/amd64/
sh-mem-vec256-plo-yes.stderr.exp 864 For a detailed leak analysis, rerun with: --leak-check=full
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
esc.go 372 // how the parameter may leak to the function's outputs. This is currently the
373 // "level" of the leak where level is 0 or larger (negative level means stored into
816 // arguments leak out of scope
817 // TODO: leak to a dummy node instead
874 // Argument could leak through recover.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
esc.go 372 // how the parameter may leak to the function's outputs. This is currently the
373 // "level" of the leak where level is 0 or larger (negative level means stored into
816 // arguments leak out of scope
817 // TODO: leak to a dummy node instead
874 // Argument could leak through recover.
    [all...]
  /system/keymaster/
Makefile 185 MEMCHECK_OPTS=--leak-check=full \
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 607 will be no memory leak. }
  /prebuilts/go/darwin-x86/src/net/
fd_unix.go 125 fd.Close() // prevent a leak
  /prebuilts/go/darwin-x86/src/syscall/
syscall_unix_test.go 218 // Look for our fd. It should be fd 3, but we work around an fd leak
  /prebuilts/go/linux-x86/src/net/
fd_unix.go 125 fd.Close() // prevent a leak
  /prebuilts/go/linux-x86/src/syscall/
syscall_unix_test.go 218 // Look for our fd. It should be fd 3, but we work around an fd leak
  /external/curl/tests/
runtests.pl 621 $valgrindcmd .= "--quiet --leak-check=yes ";
664 # verify that it returns a proper error code, doesn't leak memory
672 my $leak=0;
676 # we call it leak for short here
677 $leak=1;
680 if($leak) {
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
cc_test.go 434 // leak.
  /prebuilts/go/darwin-x86/src/crypto/tls/
key_agreement.go 57 // by checking it, we would leak information about the validity of the
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
cc_test.go 434 // leak.
  /prebuilts/go/linux-x86/src/crypto/tls/
key_agreement.go 57 // by checking it, we would leak information about the validity of the
  /art/build/
Android.gtest.mk 477 --leak-check=full --error-exitcode=1 --workaround-gcc296-bugs=yes \
537 # Note: envsetup currently exports ASAN_OPTIONS=detect_leaks=0 to suppress leak detection, as some
538 # build tools (e.g., ninja) intentionally leak. We want leak checks when we run our tests, so
563 $(HOST_OUT_EXECUTABLES)/valgrind --leak-check=full --error-exitcode=1 \
    [all...]

Completed in 1244 milliseconds

1 2 3 4 5 67 8 9