/prebuilts/go/linux-x86/src/net/ |
cgo_unix.go | 237 // Source Encoding Maximum length of single name entry
|
/prebuilts/go/linux-x86/src/net/http/fcgi/ |
child.go | 111 r.header.Del("Transfer-Encoding")
|
/prebuilts/go/linux-x86/src/net/http/httputil/ |
reverseproxy.go | 137 "Transfer-Encoding",
|
/prebuilts/go/darwin-x86/src/net/http/ |
request_test.go | 11 "encoding/base64" 167 Content-Transfer-Encoding: binary 992 Accept-Encoding: gzip,deflate,sdch 1022 Accept-Encoding: gzip
|
server.go | 349 chunking bool // using chunked transfer encoding for reply body 514 case "Transfer-Encoding", "Content-Length", "Trailer": [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
request_test.go | 11 "encoding/base64" 167 Content-Transfer-Encoding: binary 992 Accept-Encoding: gzip,deflate,sdch 1022 Accept-Encoding: gzip
|
server.go | 349 chunking bool // using chunked transfer encoding for reply body 514 case "Transfer-Encoding", "Content-Length", "Trailer": [all...] |
/external/llvm/lib/Target/AArch64/AsmParser/ |
AArch64AsmParser.cpp | 1425 uint64_t encoding = local 1433 uint64_t encoding = AArch64_AM::encodeLogicalImmediate(MCE->getValue(), 64); local 1441 uint64_t encoding = AArch64_AM::encodeLogicalImmediate(Val, 32); local 1448 uint64_t encoding = local 1456 uint64_t encoding = AArch64_AM::encodeAdvSIMDModImmType10(MCE->getValue()); local [all...] |
/external/v8/include/ |
v8.h | [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/ |
MetaFileParser.py | [all...] |
/art/runtime/ |
stack_map.h | 88 // Large location kinds, requiring a 5-byte encoding (1 byte for the 660 // We reuse the idea from ULEB128p1 to support encoding of -1 (aka 0xFFFFFFFF). 714 // Note: We're not encoding the dex pc if there is none. That's the case 764 // Encode the encoding into the vector. 772 // Decode the encoding from a pointer, updates the pointer. 810 ALWAYS_INLINE uint32_t GetDexPc(const StackMapEncoding& encoding) const { 811 return encoding.GetDexPcEncoding().Load(region_); 814 ALWAYS_INLINE void SetDexPc(const StackMapEncoding& encoding, uint32_t dex_pc) { 815 encoding.GetDexPcEncoding().Store(region_, dex_pc); 1104 Encoding encoding; member in struct:art::DexRegisterLocation::BitEncodingTable 1368 CodeInfoEncoding encoding = CodeInfoEncoding(data); local [all...] |
/external/flatbuffers/tests/ |
monster_test_generated.js | 605 * @param {flatbuffers.Encoding=} optionalEncoding 800 * @param {flatbuffers.Encoding=} optionalEncoding 908 * @param {flatbuffers.Encoding=} optionalEncoding 1291 * @param {flatbuffers.Encoding=} optionalEncoding [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | [all...] |
/external/skqp/src/ports/ |
SkFontHost_FreeType.cpp | [all...] |
/external/v8/src/ |
code-stub-assembler.h | 618 String::Encoding from_encoding, 619 String::Encoding to_encoding, ParameterMode mode); [all...] |
/external/v8/src/crankshaft/ |
hydrogen-instructions.h | 6538 String::Encoding encoding() const { return encoding_; } function in class:final::final 6581 String::Encoding encoding() { return encoding_; } function in class:final::final [all...] |
/prebuilts/go/darwin-x86/src/net/http/cgi/ |
host_test.go | 318 Transfer-Encoding: chunked
|
/prebuilts/go/darwin-x86/src/syscall/ |
unzip_nacl.go | 166 // fixed distance encoding associated with fixed Huffman blocks. 254 // Encoding can be prescient, so no check on length.
|
/prebuilts/go/linux-x86/src/net/http/cgi/ |
host_test.go | 318 Transfer-Encoding: chunked
|
/prebuilts/go/linux-x86/src/syscall/ |
unzip_nacl.go | 166 // fixed distance encoding associated with fixed Huffman blocks. 254 // Encoding can be prescient, so no check on length.
|
/external/libvpx/libvpx/ |
examples.mk | 240 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/swiftshader/third_party/subzero/src/ |
IceInstARM32.cpp | [all...] |