HomeSort by relevance Sort by last modified time
    Searched full:sanitize (Results 26 - 50 of 839) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/av/media/libmediametrics/
Android.bp 26 sanitize: {
  /frameworks/av/media/libstagefright/codecs/g711/dec/
Android.bp 24 sanitize: {
  /frameworks/av/media/libstagefright/codecs/raw/
Android.bp 17 sanitize: {
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
Android.bp 26 sanitize: {
  /frameworks/av/media/libstagefright/colorconversion/
Android.bp 22 sanitize: {
  /frameworks/av/media/libstagefright/timedtext/
Android.bp 12 sanitize: {
  /frameworks/av/media/libstagefright/webm/
Android.bp 11 sanitize: {
  /frameworks/av/media/libstagefright/xmlparser/
Android.bp 32 sanitize: {
  /external/harfbuzz_ng/src/
hb-ot-var-hvar-table.hh 38 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::DeltaSetIndexMap
104 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::HVARVVAR
107 return_trace (version.sanitize (c) &&
109 varStore.sanitize (c, this) &&
110 advMap.sanitize (c, this) &&
111 lsbMap.sanitize (c, this) &&
112 rsbMap.sanitize (c, this));
147 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::VVAR
150 return_trace (static_cast<const HVARVVAR *> (this)->sanitize (c) &&
151 vorgMap.sanitize (c, this))
    [all...]
hb-ot-math-table.hh 44 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::MathValueRecord
47 return_trace (c->check_struct (this) && deviceTable.sanitize (c, base));
68 if (!mathValueRecords[i].sanitize (c, this))
74 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MathConstants
168 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MathItalicsCorrectionInfo
172 coverage.sanitize (c, this) &&
173 italicsCorrection.sanitize (c, this));
199 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MathTopAccentAttachment
203 topAccentCoverage.sanitize (c, this) &&
204 topAccentAttachment.sanitize (c, this))
241 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MathKern
298 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::MathKernInfoRecord
331 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MathKernInfo
365 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MathGlyphInfo
420 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MathGlyphVariantRecord
450 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MathGlyphPartRecord
495 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MathGlyphAssembly
540 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MathGlyphConstruction
595 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MathVariants
688 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::MATH
    [all...]
hb-ot-cbdt-table.hh 36 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SmallGlyphMetrics
70 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::SBitLineMetrics
99 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::IndexSubtableHeader
115 inline bool sanitize (hb_sanitize_context_t *c, unsigned int glyph_count) const function in struct:OT::IndexSubtableFormat1Or3
145 inline bool sanitize (hb_sanitize_context_t *c, unsigned int glyph_count) const function in struct:OT::IndexSubtable
148 if (!u.header.sanitize (c)) return_trace (false);
150 case 1: return_trace (u.format1.sanitize (c, glyph_count));
151 case 3: return_trace (u.format3.sanitize (c, glyph_count));
191 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::IndexSubtableRecord
196 offsetToSubtable.sanitize (c, this, lastGlyphIndex - firstGlyphIndex + 1))
226 inline bool sanitize (hb_sanitize_context_t *c, unsigned int count) const function in struct:OT::IndexSubtableArray
262 inline bool sanitize (hb_sanitize_context_t *c, const void *base) const function in struct:OT::BitmapSizeTable
320 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CBLC
367 inline bool sanitize (hb_sanitize_context_t *c) const function in struct:OT::CBDT
    [all...]
  /external/llvm/lib/Fuzzer/
Android.bp 23 sanitize: {
34 sanitize: {
CMakeLists.txt 3 set(CMAKE_CXX_FLAGS "${LIBFUZZER_FLAGS_BASE} -fno-sanitize=all -fno-sanitize-coverage=edge,trace-cmp,indirect-calls,8bit-counters -Werror")
  /external/compiler-rt/test/ubsan/TestCases/TypeCheck/
vptr-virtual-base-construction.cpp 1 // RUN: %clangxx -frtti -fsanitize=vptr -fno-sanitize-recover=vptr %s -o %t
  /external/llvm/lib/Fuzzer/test/no-coverage/
CMakeLists.txt 5 "${LIBFUZZER_FLAGS_BASE} -fno-sanitize-coverage=edge,trace-cmp,indirect-calls,8bit-counters")
  /frameworks/av/media/libstagefright/codecs/aacdec/
Android.bp 20 sanitize: {
  /frameworks/av/media/libstagefright/codecs/avcdec/
Android.bp 26 sanitize: {
  /frameworks/av/media/libstagefright/codecs/avcenc/
Android.bp 26 sanitize: {
  /frameworks/av/media/libstagefright/codecs/flac/dec/
Android.bp 21 sanitize: {
  /frameworks/av/media/libstagefright/codecs/flac/enc/
Android.bp 13 sanitize: {
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
Android.bp 18 sanitize: {
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
Android.bp 28 sanitize: {
  /frameworks/av/media/libstagefright/codecs/on2/dec/
Android.bp 27 sanitize: {
  /frameworks/av/media/libstagefright/codecs/on2/enc/
Android.bp 19 sanitize: {
  /frameworks/av/media/libstagefright/codecs/opus/dec/
Android.bp 26 sanitize: {

Completed in 301 milliseconds

12 3 4 5 6 7 8 91011>>