HomeSort by relevance Sort by last modified time
    Searched refs:sanitize (Results 1 - 20 of 20) sorted by null

  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeSanitizer.h 48 PassRefPtr<SharedBuffer> sanitize();
OpenTypeSanitizer.cpp 42 PassRefPtr<SharedBuffer> OpenTypeSanitizer::sanitize() function in class:WebCore::OpenTypeSanitizer
  /system/core/init/
util.h 35 void sanitize(char *p);
util.c 339 void sanitize(char *s) function
devices.c 316 sanitize(p);
  /cts/tests/tests/net/src/android/net/cts/
UrlQuerySanitizer_IllegalCharacterValueSanitizerTest.java 39 notes = "Test method: sanitize",
40 method = "sanitize",
46 assertEquals("Joe User", sanitizer.sanitize("Joe<User"));
UrlQuerySanitizerTest.java 319 assertEquals("Joe_User", vs.sanitize("Joe<User"));
321 assertEquals("Joe User", vs.sanitize("Joe<>\0User"));
323 assertEquals("Joe User", vs.sanitize("Joe\0User"));
325 assertEquals("Joe_User", vs.sanitize("Joe User"));
327 assertEquals("Joe User&", vs.sanitize("Joe User&"));
329 assertEquals("Joe_User&", vs.sanitize("Joe User&"));
331 assertEquals("Joe User ", vs.sanitize("Joe User&"));
333 assertEquals("Joe User&Smith%B5'\'", vs.sanitize("Joe User&Smith%B5'\'"));
335 assertEquals("Joe_User&Smith%B5'\'", vs.sanitize("Joe User&Smith%B5'\'"));
380 public String sanitize(String value)
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
FontCustomPlatformData.cpp 49 RefPtr<SharedBuffer> transcodeBuffer = sanitizer.sanitize();
  /frameworks/base/core/java/android/net/
UrlQuerySanitizer.java 100 * A functor used to sanitize a single query value.
105 * Sanitize an unencoded value.
109 public String sanitize(String value); method in interface:UrlQuerySanitizer.ValueSanitizer
113 * Sanitize values based on which characters they contain. Illegal
287 * Sanitize a value.
301 public String sanitize(String value) { method in class:UrlQuerySanitizer.IllegalCharacterValueSanitizer
416 * @return the current ValueSanitizer used to sanitize unregistered
426 * @param sanitizer set the ValueSanitizer used to sanitize unregistered
764 * effective value sanitizer for the parameter and uses it to sanitize
779 String sanitizedValue = valueSanitizer.sanitize(unescapedValue)
    [all...]
  /libcore/luni/src/test/java/com/google/coretests/
XmlReportPrinter.java 228 serializer.text(sanitize(BaseTestRunner.getFilteredTrace(t))); method
253 private static String sanitize(String text) { method in class:XmlReportPrinter.TestId
  /external/webkit/WebCore/platform/graphics/chromium/
FontCustomPlatformData.cpp 177 RefPtr<SharedBuffer> transcodeBuffer = sanitizer.sanitize();
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 502 evalJSON: function(sanitize) {
505 if (!sanitize || json.isJSON()) return eval('(' + json + ')');
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/jdiff/
xerces.jar 
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 2238 milliseconds