OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PURIFY
(Results
1 - 11
of
11
) sorted by null
/external/chromium/base/memory/
memory_debug.cc
7
#ifdef
PURIFY
11
#include "base/third_party/
purify
/pure.h"
23
#ifdef
PURIFY
30
#ifdef
PURIFY
37
#ifdef
PURIFY
43
#ifdef
PURIFY
49
#ifdef
PURIFY
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
randfile.c
123
#ifdef
PURIFY
162
#ifdef
PURIFY
md_rand.c
282
purify
and valgrind to complain about use of
481
#ifndef
PURIFY
/*
purify
complains */
484
* it may cause programs such as
purify
or valgrind to
/external/openssl/crypto/rand/
randfile.c
123
#ifdef
PURIFY
162
#ifdef
PURIFY
md_rand.c
282
purify
and valgrind to complain about use of
481
#ifndef
PURIFY
/*
purify
complains */
484
* it may cause programs such as
purify
or valgrind to
/external/chromium/base/
message_loop.cc
437
// Until it is totally safe, just do it when running
Purify
or
439
#if defined(
PURIFY
) || defined(USE_HEAPCHECKER)
450
// Until it is totaly safe, only delete them under
Purify
and Valgrind.
452
#if defined(
PURIFY
) || defined(USE_HEAPCHECKER)
/external/chromium/crypto/
signature_verifier_unittest.cc
242
//
Purify
disables digital signature verification, causing the Windows
245
// running inside
Purify
. See http://crbug.com/10031.
246
#ifndef
PURIFY
264
#ifndef
PURIFY
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
UniscribeHelper.cpp
764
#ifdef
PURIFY
766
//
Purify
isn't able to track the assignments that ScriptShape makes to
[
all
...]
/external/mdnsresponder/mDNSCore/
DNSDigest.c
803
/*
purify
often complains about the following line as an
812
#ifdef
PURIFY
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile
40
LINKCC= $(
PURIFY
) $(MAINCC)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile
40
LINKCC= $(
PURIFY
) $(MAINCC)
[
all
...]
Completed in 788 milliseconds