HomeSort by relevance Sort by last modified time
    Searched refs:Encoding (Results 401 - 425 of 528) sorted by null

<<11121314151617181920>>

  /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/swiftshader/third_party/subzero/src/
IceInstARM32.cpp     [all...]
  /external/tinyxml/
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/v8/src/parsing/
scanner-character-streams.cc 385 // (Many web sites declare utf-8 encoding, but use only (or almost only) the
845 v8::ScriptCompiler::StreamedSource::Encoding encoding,
847 switch (encoding) {
  /prebuilts/go/darwin-x86/src/net/http/
fs_test.go 528 // Tests that ServeFile doesn't add a Content-Length if a Content-Encoding is
535 w.Header().Set("Content-Encoding", "foo")
    [all...]
h2_bundle.go 26 "encoding/binary"
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
fs_test.go 528 // Tests that ServeFile doesn't add a Content-Length if a Content-Encoding is
535 w.Header().Set("Content-Encoding", "foo")
    [all...]
h2_bundle.go 26 "encoding/binary"
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /external/libvorbis/doc/
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/skia/src/ports/
SkFontHost_mac.cpp 530 int onCharsToGlyphs(const void* chars, Encoding,
    [all...]
SkFontHost_win.cpp 264 int onCharsToGlyphs(const void* chars, Encoding encoding,
360 // require parsing the TTF cmap table (platform 4, encoding 12) directly instead
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
debug.go 356 // Encoding is of a wireType. Decode the structure as usual
doc.go 68 described below, the transmitter sends the value in a variable-length encoding;
97 encoding.BinaryMarshaler interfaces by calling the corresponding method,
101 encoding.BinaryUnmarshaler interfaces by calling the corresponding method,
104 Encoding Details
106 This section documents the encoding, details that are not important for most
137 often zero, this can save encoding bytes. For instance, 17.0 is encoded in only
144 elements using the standard gob encoding for their type, recursively.
155 value is sent using the standard gob encoding for its type, recursively. If a
159 etc. When encoding a value, the field numbers are delta encoded for efficiency
161 therefore unsigned. The initialization for the delta encoding sets the fiel
    [all...]
gobencdec_test.go 446 // this was a bug: encoding a GobEncoder by value before a GobEncoder
709 // We throw in a gob-encoding array, to test another case of isZero,
787 // Encoding of net.IP{1,2,3,4} in Go 1.1.
  /prebuilts/go/linux-x86/src/encoding/gob/
debug.go 356 // Encoding is of a wireType. Decode the structure as usual
doc.go 68 described below, the transmitter sends the value in a variable-length encoding;
97 encoding.BinaryMarshaler interfaces by calling the corresponding method,
101 encoding.BinaryUnmarshaler interfaces by calling the corresponding method,
104 Encoding Details
106 This section documents the encoding, details that are not important for most
137 often zero, this can save encoding bytes. For instance, 17.0 is encoded in only
144 elements using the standard gob encoding for their type, recursively.
155 value is sent using the standard gob encoding for its type, recursively. If a
159 etc. When encoding a value, the field numbers are delta encoded for efficiency
161 therefore unsigned. The initialization for the delta encoding sets the fiel
    [all...]
gobencdec_test.go 446 // this was a bug: encoding a GobEncoder by value before a GobEncoder
709 // We throw in a gob-encoding array, to test another case of isZero,
787 // Encoding of net.IP{1,2,3,4} in Go 1.1.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g 782 #token Encoding("encoding") "encoding"
    [all...]
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data.cpp 113 {0x18463707, L"encoding", XFA_Element::Encoding,
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrSyntax.g 180 #token Encoding("encoding") "encoding"
    [all...]

Completed in 632 milliseconds

<<11121314151617181920>>