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

1 2 3 4 5 67 8 910

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 781 return; // Doesn't change encoding.
805 /// \brief Compact unwind encoding values.
831 /// Generate compact unwind encoding for the function based on the CFI
887 "unwind encoding, opcode=" << Inst.getOperation()
    [all...]
  /external/regex-re2/re2/
compile.cc 117 enum Encoding {
220 Encoding encoding_; // Input encoding
535 // encoding (Latin 1 or UTF-8).
    [all...]
  /external/tinyxml/
xmltest.cpp 561 // the word "resume" with the correct accents, in a latin encoding.
570 XmlTest( "Legacy encoding: Verify text element.", "r\x82sum\x82", text->Value() );
618 dec.Parse( "<?xml version='1.0' encoding='UTF-8'?>", 0, TIXML_ENCODING_UNKNOWN );
623 XmlTest( "Copy/Assign: declaration copy.", "UTF-8", decCopy.Encoding() );
624 XmlTest( "Copy/Assign: text assign.", "UTF-8", decAssign.Encoding() );
982 "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>"
tinyxml.h 210 TiXmlEncoding encoding /*= TIXML_ENCODING_UNKNOWN */ ) = 0;
246 static const char* SkipWhiteSpace( const char*, TiXmlEncoding encoding );
263 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding );
273 TiXmlEncoding encoding ); // the current encoding
276 static const char* GetEntity( const char* in, char* value, int* length, TiXmlEncoding encoding );
280 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding )
283 if ( encoding == TIXML_ENCODING_UTF8 )
296 return GetEntity( p, _value, length, encoding );
328 TiXmlEncoding encoding );
1176 TIXML_STRING encoding; member in class:TiXmlDeclaration
    [all...]
tinyxmlparser.cpp 120 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
124 // to figure out alhabetical vs. not across encoding. So take a very
127 // if ( encoding == TIXML_ENCODING_UTF8 )
141 /*static*/ int TiXmlBase::IsAlphaNum( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
145 // to figure out alhabetical vs. not across encoding. So take a very
148 // if ( encoding == TIXML_ENCODING_UTF8 )
166 void Stamp( const char* now, TiXmlEncoding encoding );
187 void TiXmlParsingData::Stamp( const char* now, TiXmlEncoding encoding )
253 if ( encoding == TIXML_ENCODING_UTF8 )
277 if ( encoding == TIXML_ENCODING_UTF8
    [all...]
  /external/skia/tests/
FontMgrTest.cpp 136 virtual int onCharsToGlyphs(const void* chars, Encoding encoding,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 167 vp8_multi_resolution_encoder.DESCRIPTION = VP8 Multiple-resolution Encoding
  /external/libvorbis/doc/
05-comment.tex 29 \subsection{Comment encoding}
163 however, use the UTF-8 character encoding to allow easy representation
197 \subsubsection{Encoding}
08-residue.tex 17 vectors during decode. Vorbis makes use of three different encoding
18 variants (numbered 0, 1 and 2) of the same basic vector encoding
29 The exact interleaving and partitioning vary by residue encoding number,
51 partitions to increase encoding efficiency, the classification vector
80 partition are interleaved during partition encoding (visually treated
83 Residue encoding 0 interleaves VQ encoding according to the
113 Residue 1 does not interleave VQ encoding. It represents partition
140 Rather than encoding multiple passed-in vectors as in residue type 1,
143 \emph{ch}*\emph{n}. Encoding then proceeds as in type 1. Decoding i
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 227 unsigned Encoding) {
230 AlignInBits, Encoding);
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
reader.h 139 kParseValidateEncodingFlag = 2, //!< Validate encoding of JSON strings.
180 template<typename Encoding = UTF8<>, typename Derived = void>
182 typedef typename Encoding::Ch Ch;
357 //! SAX-style JSON parser. Use \ref Reader for UTF8 encoding and default allocator.
369 \tparam SourceEncoding Encoding of the input stream.
370 \tparam TargetEncoding Encoding of the parse output.
664 // This function handles the prefix/suffix double quotes, escaping, and optional encoding validation.
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp     [all...]
SkFontHost_mac.cpp 476 virtual int onCharsToGlyphs(const void* chars, Encoding, uint16_t glyphs[],
    [all...]
SkFontHost_win.cpp 264 virtual int onCharsToGlyphs(const void* chars, Encoding encoding,
358 // require parsing the TTF cmap table (platform 4, encoding 12) directly instead
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 6942 String::Encoding encoding() const { return encoding_; } function in class:final::final
6985 String::Encoding encoding() { return encoding_; } function in class:final::final
    [all...]
hydrogen.h     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
storage_v1_messages.py 22 from apitools.base.py import encoding namespace
328 @encoding.MapUnrecognizedFields('additionalProperties')
428 contentEncoding: Content-Encoding of the object data.
459 @encoding.MapUnrecognizedFields('additionalProperties')
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1_messages.py 7 from apitools.base.py import encoding namespace
316 @encoding.MapUnrecognizedFields('additionalProperties')
416 contentEncoding: Content-Encoding of the object data.
447 @encoding.MapUnrecognizedFields('additionalProperties')
    [all...]
  /external/libvpx/libvpx/
examples.mk 217 vp8_multi_resolution_encoder.DESCRIPTION = VP8 Multiple-resolution Encoding
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 257 TiXmlEncoding encoding /*= TIXML_ENCODING_UNKNOWN */ ) = 0;
288 static const char* SkipWhiteSpace( const char*, TiXmlEncoding encoding );
310 static const char* ReadName( const char* p, TIXML_STRING* name, TiXmlEncoding encoding );
320 TiXmlEncoding encoding ); // the current encoding
323 static const char* GetEntity( const char* in, char* value, int* length, TiXmlEncoding encoding );
327 inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encoding )
330 if ( encoding == TIXML_ENCODING_UTF8 )
343 return GetEntity( p, _value, length, encoding );
369 TiXmlEncoding encoding );
1342 TIXML_STRING encoding; member in class:TiXmlDeclaration
    [all...]
tinyxmlparser.cpp 129 /*static*/ int TiXmlBase::IsAlpha( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
133 // to figure out alhabetical vs. not across encoding. So take a very
136 // if ( encoding == TIXML_ENCODING_UTF8 )
150 /*static*/ int TiXmlBase::IsAlphaNum( unsigned char anyByte, TiXmlEncoding /*encoding*/ )
154 // to figure out alhabetical vs. not across encoding. So take a very
157 // if ( encoding == TIXML_ENCODING_UTF8 )
175 void Stamp( const char* now, TiXmlEncoding encoding );
196 void TiXmlParsingData::Stamp( const char* now, TiXmlEncoding encoding )
262 if ( encoding == TIXML_ENCODING_UTF8 )
286 if ( encoding == TIXML_ENCODING_UTF8
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 1576 milliseconds

1 2 3 4 5 67 8 910