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

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 116 uint64_t Encoding;
117 if (AArch64_AM::processLogicalImmediate(OrrImm, 64, Encoding)) {
123 .addImm(Encoding);
146 static bool canUseOrr(uint64_t Chunk, uint64_t &Encoding) {
149 return AArch64_AM::processLogicalImmediate(Chunk, 64, Encoding);
177 uint64_t Encoding = 0;
181 if ((Count != 2 && Count != 3) || !canUseOrr(ChunkVal, Encoding))
190 .addImm(Encoding);
367 uint64_t Encoding = 0;
368 AArch64_AM::processLogicalImmediate(OrrImm, 64, Encoding);
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/httputil/
dump_test.go 49 "Transfer-Encoding: chunked\r\n\r\n" +
76 "Accept-Encoding: gzip\r\n\r\n",
88 "Accept-Encoding: gzip\r\n\r\n",
111 "Accept-Encoding: gzip\r\n\r\n",
140 "Accept-Encoding: gzip\r\n\r\n" +
197 "Accept-Encoding: gzip\r\n\r\n",
337 Transfer-Encoding: chunked
  /prebuilts/go/linux-x86/src/net/http/httputil/
dump_test.go 49 "Transfer-Encoding: chunked\r\n\r\n" +
76 "Accept-Encoding: gzip\r\n\r\n",
88 "Accept-Encoding: gzip\r\n\r\n",
111 "Accept-Encoding: gzip\r\n\r\n",
140 "Accept-Encoding: gzip\r\n\r\n" +
197 "Accept-Encoding: gzip\r\n\r\n",
337 Transfer-Encoding: chunked
  /cts/tests/tests/util/src/android/util/cts/
XmlTest.java 248 Xml.Encoding.US_ASCII, dc);
280 Xml.Encoding.UTF_8, dc);
312 Xml.Encoding.UTF_16, dc);
344 Xml.Encoding.ISO_8859_1, dc);
386 assertEquals(Xml.Encoding.UTF_8, Xml.findEncodingByName(STR_UTF_8));
387 assertEquals(Xml.Encoding.UTF_16, Xml.findEncodingByName(STR_UTF_16));
388 assertEquals(Xml.Encoding.US_ASCII, Xml.findEncodingByName(STR_US_ASCII));
389 assertEquals(Xml.Encoding.ISO_8859_1, Xml.findEncodingByName(STR_ISO_8859_1));
  /external/curl/tests/
http_pipe.py 242 '200 OK', ['Transfer-Encoding: chunked', 'Cache-Control: no-store'],
285 '200 OK', ['Transfer-Encoding: chunked', 'Cache-Control: no-store'], body)
  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 73 getTTypeGlobalReference(const GlobalValue *GV, unsigned Encoding,
120 getTTypeGlobalReference(const GlobalValue *GV, unsigned Encoding,
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 123 getTTypeGlobalReference(const GlobalValue *GV, unsigned Encoding,
140 getTTypeReference(const MCSymbolRefExpr *Sym, unsigned Encoding,
169 /// \brief Target GOT "PC"-relative relocation supports encoding an additional
  /external/llvm/unittests/MC/
DwarfLineTables.cpp 57 ArrayRef<uint8_t> Encoding(reinterpret_cast<uint8_t *>(Buffer.data()),
59 EXPECT_EQ(ExpectedEncoding, Encoding);
  /external/wpa_supplicant_8/hs20/server/www/
est.php 83 header("Content-Transfer-Encoding: base64");
91 header("Content-Transfer-Encoding: base64");
185 header("Content-Transfer-Encoding: base64");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 68 unsigned Encoding,
113 unsigned Encoding,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 68 unsigned Encoding,
113 unsigned Encoding,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 68 unsigned Encoding,
113 unsigned Encoding,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 68 unsigned Encoding,
113 unsigned Encoding,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 68 unsigned Encoding,
113 unsigned Encoding,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 68 unsigned Encoding,
113 unsigned Encoding,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 68 unsigned Encoding,
113 unsigned Encoding,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 68 unsigned Encoding,
113 unsigned Encoding,
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
eh4.s 40 .byte 0x1b # FDE Encoding (pcrel sdata4)
71 .byte 0x1b # FDE Encoding (pcrel sdata4)
  /external/clang/include/clang/Basic/
SourceLocation.h 142 /// an (opaque) 32-bit integer encoding for it.
148 /// \brief Turn a raw encoding of a SourceLocation object into
152 static SourceLocation getFromRawEncoding(unsigned Encoding) {
154 X.ID = Encoding;
159 /// an (opaque) pointer encoding for it.
169 /// \brief Turn a pointer encoding of a SourceLocation object back
171 static SourceLocation getFromPtrEncoding(const void *Encoding) {
172 return getFromRawEncoding((unsigned)(uintptr_t)Encoding);
  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 44 /// encoding and therefore distinct from the UID
48 // The encoding field from the record
49 uint8_t Encoding;
124 /// immediateEncodingFromString - Translates an immediate encoding from the
131 /// @return - The operand's encoding.
155 /// \brief Adjust the encoding type for an operand based on the instruction.
156 void adjustOperandEncoding(OperandEncoding &encoding);
  /external/skia/src/fonts/
SkTestScalerContext.h 76 int onCharsToGlyphs(const void* chars, Encoding encoding,
  /external/skia/src/ports/
SkFontHost_FreeType_common.h 87 int onCharsToGlyphs(const void* chars, Encoding, uint16_t glyphs[],
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 113 unsigned Encoding,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 142 /// an (opaque) 32-bit integer encoding for it.
148 /// \brief Turn a raw encoding of a SourceLocation object into
152 static SourceLocation getFromRawEncoding(unsigned Encoding) {
154 X.ID = Encoding;
159 /// an (opaque) pointer encoding for it.
169 /// \brief Turn a pointer encoding of a SourceLocation object back
171 static SourceLocation getFromPtrEncoding(const void *Encoding) {
172 return getFromRawEncoding((unsigned)(uintptr_t)Encoding);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 142 /// an (opaque) 32-bit integer encoding for it.
148 /// \brief Turn a raw encoding of a SourceLocation object into
152 static SourceLocation getFromRawEncoding(unsigned Encoding) {
154 X.ID = Encoding;
159 /// an (opaque) pointer encoding for it.
169 /// \brief Turn a pointer encoding of a SourceLocation object back
171 static SourceLocation getFromPtrEncoding(const void *Encoding) {
172 return getFromRawEncoding((unsigned)(uintptr_t)Encoding);

Completed in 4024 milliseconds

1 2 3 4 56 7 8 91011>>