OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sanitizer
(Results
51 - 75
of
125
) sorted by null
1
2
3
4
5
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontCustomPlatformDataMac.cpp
54
OpenTypeSanitizer
sanitizer
(buffer);
55
RefPtr<SharedBuffer> transcodeBuffer =
sanitizer
.sanitize();
/external/compiler-rt/lib/tsan/
check_cmake.sh
14
ninja check-
sanitizer
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
open_memstream.cc
14
#include <
sanitizer
/msan_interface.h>
19
#include <
sanitizer
/asan_interface.h>
/external/compiler-rt/test/asan/TestCases/
current_allocated_bytes.cc
7
#include <
sanitizer
/allocator_interface.h>
gc-test.cc
9
#include <
sanitizer
/asan_interface.h>
throw_catch.cc
11
#include <
sanitizer
/asan_interface.h>
38
// https://code.google.com/p/address-
sanitizer
/issues/detail?id=258
54
// https://code.google.com/p/address-
sanitizer
/issues/detail?id=258
70
// https://code.google.com/p/address-
sanitizer
/issues/detail?id=258
/external/compiler-rt/test/dfsan/
label_count.c
11
#include <
sanitizer
/dfsan_interface.h>
propagate.c
7
#include <
sanitizer
/dfsan_interface.h>
write_callback.c
7
#include <
sanitizer
/dfsan_interface.h>
/external/compiler-rt/test/msan/Linux/
sunrpc_bytes.cc
10
#include <
sanitizer
/msan_interface.h>
sunrpc_string.cc
10
#include <
sanitizer
/msan_interface.h>
/external/compiler-rt/test/msan/
msan_print_shadow.cc
10
#include <
sanitizer
/msan_interface.h>
obstack.cc
5
#include <
sanitizer
/msan_interface.h>
scandir_null.cc
17
#include <
sanitizer
/msan_interface.h>
/external/owasp/sanitizer/tools/
upload_jars_to_googlecode_downloads.sh
67
DOWNLOADS_ZIP="$VERSION_BASE/trunk/out/owasp-java-html-
sanitizer
.zip"
68
VERSIONED_ZIP="$VERSION_BASE/trunk/out/owasp-java-html-
sanitizer
-r$VERSION.zip"
82
-p owasp-java-html-
sanitizer
-u mikesamuel \
88
echo "https://code.google.com/p/owasp-java-html-
sanitizer
/downloads/list"
/external/owasp/sanitizer/
Makefile
18
@echo " benchmark - Times the
sanitizer
against a tree builder."
166
-windowtitle 'OWASP Java HTML
Sanitizer
' \
167
-doctitle 'OWASP Java HTML
Sanitizer
' \
168
-header '<a href="http://code.google.com/p/owasp-java-html-
sanitizer
" target=_top>code.google.com home</a>' \
195
jar cf out/staging/lib/owasp-java-html-
sanitizer
.jar -C out/classes org
201
jar cf out/staging/lib/owasp-java-html-
sanitizer
-sources.jar -C out/staging/src/main org
202
jar cf out/staging/lib/owasp-java-html-
sanitizer
-javadoc.jar -C out javadoc
204
cp COPYING out/staging/lib/owasp-java-html-
sanitizer
-COPYING
214
download: out/owasp-java-html-
sanitizer
.zip
216
rm -f out/zip/owasp-java-html-
sanitizer
[
all
...]
Android.mk
18
LOCAL_MODULE := owasp-html-
sanitizer
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontCustomPlatformDataSkia.cpp
94
OpenTypeSanitizer
sanitizer
(buffer);
95
RefPtr<SharedBuffer> transcodeBuffer =
sanitizer
.sanitize();
/external/clang/runtime/compiler-rt/
Makefile
185
RuntimeHeader: $(ResourceIncludeDir)/
sanitizer
193
$(ResourceIncludeDir)/
sanitizer
: $(ResourceIncludeDir)
195
$(Verb) cp $(COMPILERRT_SRC_ROOT)/include/
sanitizer
/*.h $@
256
$(PROJ_resources_include)/
sanitizer
: $(ResourceIncludeDir)/
sanitizer
$(PROJ_resources_include)
259
$(Verb) $(DataInstall) $(ResourceIncludeDir)/
sanitizer
/* \
260
$(PROJ_resources_include)/
sanitizer
262
RuntimeHeaderInstall: $(PROJ_resources_include)/
sanitizer
/frameworks/base/core/java/android/net/
UrlQuerySanitizer.java
30
* UrlQuerySanitizer
sanitizer
= new UrlQuerySanitizer();
31
*
sanitizer
.setAllowUnregisteredParamaters(true);
32
*
sanitizer
.parseUrl("http://example.com/?name=Joe+User");
33
* String name =
sanitizer
.getValue("name"));
40
* UrlQuerySanitizer
sanitizer
= new UrlQuerySanitizer();
41
*
sanitizer
.registerParamater("name", UrlQuerySanitizer.createSpaceLegal());
42
*
sanitizer
.parseUrl("http://example.com/?name=Joe+User");
43
* String name =
sanitizer
.getValue("name"));
47
* unregistered parameter
sanitizer
does not allow any special characters,
58
*
sanitizer
821
ValueSanitizer
sanitizer
= getValueSanitizer(parameter);
local
[
all
...]
/external/chromium_org/content/common/sandbox_linux/
sandbox_linux.h
16
#include <
sanitizer
/common_interface_defs.h>
/external/compiler-rt/include/sanitizer/
asan_interface.h
1
//===--
sanitizer
/asan_interface.h ------------------------------*- C++ -*-===//
17
#include <
sanitizer
/common_interface_defs.h>
dfsan_interface.h
19
#include <
sanitizer
/common_interface_defs.h>
msan_interface.h
17
#include <
sanitizer
/common_interface_defs.h>
/external/compiler-rt/test/asan/TestCases/Linux/
coverage-sandboxing.cc
21
// https://code.google.com/p/address-
sanitizer
/issues/detail?id=263
30
#include <
sanitizer
/common_interface_defs.h>
Completed in 1383 milliseconds
1
2
3
4
5