/external/llvm/lib/MC/ |
MCDwarf.cpp | 405 /// Utility function to emit the encoding to a streamer. 499 assert(Temp <= 255 && "Buggy special opcode encoding."); [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
transport_test.go | 645 // TestTransportHeadChunkedResponse verifies that we ignore chunked transfer-encoding 653 w.Header().Set("Transfer-Encoding", "chunked") // client should ignore 692 // Requests with no accept-encoding header use transparent compression 694 // Requests with other accept-encoding should pass through unmodified 696 // Requests with accept-encoding == gzip should be passed through 706 accept := req.Header.Get("Accept-Encoding") 708 t.Errorf("in handler, test %v: Accept-Encoding = %q, want %q", 712 rw.Header().Set("Content-Encoding", "gzip") 717 rw.Header().Set("Content-Encoding", accept) 724 // Test basic request (no accept-encoding) [all...] |
clientserver_test.go | 420 if ae := r.Header.Get("Accept-Encoding"); ae != "gzip" { 421 t.Errorf("%s Accept-Encoding = %q; want gzip", r.Proto, ae) 423 w.Header().Set("Content-Encoding", "gzip") 437 fmt.Fprintf(w, "%q", r.Header["Accept-Encoding"]) 438 if ae := r.Header.Get("Accept-Encoding"); ae != "" { 439 t.Errorf("%s Accept-Encoding = %q; want empty", r.Proto, ae) [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
transport_test.go | 645 // TestTransportHeadChunkedResponse verifies that we ignore chunked transfer-encoding 653 w.Header().Set("Transfer-Encoding", "chunked") // client should ignore 692 // Requests with no accept-encoding header use transparent compression 694 // Requests with other accept-encoding should pass through unmodified 696 // Requests with accept-encoding == gzip should be passed through 706 accept := req.Header.Get("Accept-Encoding") 708 t.Errorf("in handler, test %v: Accept-Encoding = %q, want %q", 712 rw.Header().Set("Content-Encoding", "gzip") 717 rw.Header().Set("Content-Encoding", accept) 724 // Test basic request (no accept-encoding) [all...] |
clientserver_test.go | 420 if ae := r.Header.Get("Accept-Encoding"); ae != "gzip" { 421 t.Errorf("%s Accept-Encoding = %q; want gzip", r.Proto, ae) 423 w.Header().Set("Content-Encoding", "gzip") 437 fmt.Fprintf(w, "%q", r.Header["Accept-Encoding"]) 438 if ae := r.Header.Get("Accept-Encoding"); ae != "" { 439 t.Errorf("%s Accept-Encoding = %q; want empty", r.Proto, ae) [all...] |
/external/flatbuffers/tests/ |
JavaScriptTest.js | 200 assert.deepEqual(new Buffer(monster.name(flatbuffers.Encoding.UTF8_BYTES)), new Buffer(json.name)); 205 assert.deepEqual(new Buffer(value.name(flatbuffers.Encoding.UTF8_BYTES)), new Buffer(table.name)); 210 assert.deepEqual(new Buffer(monster.testarrayofstring(i, flatbuffers.Encoding.UTF8_BYTES)), new Buffer(string));
|
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFDebugFrame.cpp | 479 default: llvm_unreachable("Unknown Encoding"); 496 unsigned Encoding) { 497 switch (getSizeForEncoding(Data, Encoding)) {
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64AddressingModes.h | 51 /// getShiftName - Get the string encoding for the shift type. 211 /// size. If so, return true with "encoding" set to the encoded value in 214 uint64_t &Encoding) { 268 Encoding = (N << 12) | (Immr << 6) | (NImms & 0x3f); 275 uint64_t encoding; local 276 return processLogicalImmediate(imm, regSize, encoding); 282 uint64_t encoding = 0; local 283 bool res = processLogicalImmediate(imm, regSize, encoding); 286 return encoding; 298 assert((regSize == 64 || N == 0) && "undefined logical immediate encoding"); [all...] |
/prebuilts/go/darwin-x86/src/encoding/ascii85/ |
ascii85_test.go | 102 testEqual(t, "Encoding/%d of %q = %q, want %q", bs, bigtest.decoded, strip85(bb.String()), strip85(bigtest.encoded))
|
/prebuilts/go/darwin-x86/src/mime/quotedprintable/ |
writer_test.go | 137 t.Errorf("Encoding and decoding changed the message, got:\n%s", got)
|
/prebuilts/go/linux-x86/src/encoding/ascii85/ |
ascii85_test.go | 102 testEqual(t, "Encoding/%d of %q = %q, want %q", bs, bigtest.decoded, strip85(bb.String()), strip85(bigtest.encoded))
|
/prebuilts/go/linux-x86/src/mime/quotedprintable/ |
writer_test.go | 137 t.Errorf("Encoding and decoding changed the message, got:\n%s", got)
|
/external/llvm/utils/TableGen/ |
X86RecognizableInstr.cpp | 209 Encoding = byteFromRec(Rec, "OpEncBits"); 288 if (Encoding == X86Local::EVEX) { 376 } else if (Encoding == X86Local::VEX || Encoding == X86Local::XOP) { 467 void RecognizableInstr::adjustOperandEncoding(OperandEncoding &encoding) { 468 // The scaling factor for AVX512 compressed displacement encoding is an 469 // instruction attribute. Adjust the ModRM encoding type to include the 471 if (encoding != ENCODING_RM || CD8_Scale == 0) 473 encoding = (OperandEncoding)(encoding + Log2_32(CD8_Scale)) [all...] |
/external/protobuf/js/binary/ |
decoder_test.js | 51 * Tests encoding and decoding of unsigned types. 85 // Encoding values outside the valid range should assert. 92 * Tests encoding and decoding of signed types. 142 // Encoding values outside the valid range should assert. 255 * Tests encoding and decoding of unsigned integers. 281 * Tests encoding and decoding of signed integers. 307 * Tests encoding and decoding of floats.
|
/external/skia/src/fonts/ |
SkTestScalerContext.cpp | 173 int SkTestTypeface::onCharsToGlyphs(const void* chars, Encoding encoding, 175 SkASSERT(encoding == kUTF32_Encoding);
|
/external/skia/tests/ |
FontHostTest.cpp | 81 SkTypeface::Encoding typefaceEncoding;
|
TypefaceTest.cpp | 199 virtual int onCharsToGlyphs(const void* chars, Encoding encoding,
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
DIBuilder.h | 109 /// @param Encoding DWARF encoding code, e.g. dwarf::DW_ATE_float. 111 uint64_t AlignInBits, unsigned Encoding);
|
/external/v8/src/arm/ |
code-stubs-arm.h | 28 String::Encoding encoding);
|
/external/v8/src/crankshaft/arm/ |
lithium-codegen-arm.h | 252 String::Encoding encoding);
|
/external/v8/src/crankshaft/ia32/ |
lithium-codegen-ia32.h | 238 String::Encoding encoding);
|
/external/v8/src/crankshaft/ppc/ |
lithium-codegen-ppc.h | 224 String::Encoding encoding);
|
/external/v8/src/crankshaft/s390/ |
lithium-codegen-s390.h | 224 String::Encoding encoding);
|
/external/v8/src/crankshaft/x64/ |
lithium-codegen-x64.h | 236 String::Encoding encoding);
|
/external/v8/src/mips/ |
code-stubs-mips.h | 28 String::Encoding encoding);
|