HomeSort by relevance Sort by last modified time
    Searched refs:Encoding (Results 451 - 475 of 666) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DIBuilder.h 164 /// \param Encoding DWARF encoding code, e.g. dwarf::DW_ATE_float.
166 unsigned Encoding);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/
GenDecFile.py 535 def GenPackageUNIEncodeFile(PackageObject, UniFileHeader = '', Encoding=TAB_ENCODING_UTF16LE):
651 File = codecs.open(ContainerFile, 'w', Encoding)
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 2 # encoding: utf-8
354 === Note About Text Encoding
359 0 and 255. Ruby 1.9 does provide built-in encoding support for multi-byte
361 non-ASCII encoding. However, encoding-savvy recognition code is a future
398 @string = data.to_s.encode( Encoding::UTF_8 ).freeze
    [all...]
  /external/flatbuffers/js/
flatbuffers.js 54 flatbuffers.Encoding = {
575 * Start encoding a new object in the buffer. Users will not usually need to
1073 * To avoid the conversion to UTF-16, pass flatbuffers.Encoding.UTF8_BYTES as
1079 * @param {flatbuffers.Encoding=} opt_encoding Defaults to UTF16_STRING
1091 if (opt_encoding === flatbuffers.Encoding.UTF8_BYTES) {
  /external/golang-protobuf/protoc-gen-go/testdata/
extension_test.go 61 t.Fatal("Failed encoding message with extension:", err)
99 t.Fatal("Failed encoding message with extension:", err)
136 t.Fatal("Failed encoding message with extension:", err)
172 t.Fatal("Failed encoding message:", err)
181 t.Errorf("Encoding mismatch.\nwant %+v\n got %+v", expected, buf)
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 545 uint64_t Encoding;
546 return AArch64_AM::processLogicalImmediate(UImm, BitSize, Encoding);
728 // ANDS does not use the same encoding scheme as the others xxxS
790 // encoding becomes the sp register.
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 846 return; // Doesn't change encoding.
870 /// \brief Compact unwind encoding values.
896 /// Generate compact unwind encoding for the function based on the CFI
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h 165 /// Get the operand encoding byte at the given index.
335 static const uint32_t Encoding[RegisterSet::Reg_NUM] = {
344 return Encoding[RegNum];
    [all...]
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
layers_dense_variational.py 361 [1]: "Auto-Encoding Variational Bayes."
521 [1]: "Auto-Encoding Variational Bayes."
    [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\"?>"
  /prebuilts/go/darwin-x86/src/encoding/ascii85/
ascii85_test.go 103 testEqual(t, "Encoding/%d of %q = %q, want %q", bs, bigtest.decoded, strip85(bb.String()), strip85(bigtest.encoded))
  /prebuilts/go/darwin-x86/src/net/http/
header.go 173 // canonical key for "accept-encoding" is "Accept-Encoding".
serve_test.go 15 "encoding/json"
966 rw.Header().Set("Transfer-Encoding", req.FormValue("te"))
1168 w.(Flusher).Flush() // force chunked encoding
    [all...]
  /prebuilts/go/linux-x86/src/encoding/ascii85/
ascii85_test.go 103 testEqual(t, "Encoding/%d of %q = %q, want %q", bs, bigtest.decoded, strip85(bb.String()), strip85(bigtest.encoded))
  /prebuilts/go/linux-x86/src/net/http/
header.go 173 // canonical key for "accept-encoding" is "Accept-Encoding".
serve_test.go 15 "encoding/json"
966 rw.Header().Set("Transfer-Encoding", req.FormValue("te"))
1168 w.(Flusher).Flush() // force chunked encoding
    [all...]
  /external/libffi/src/mips/
o32.S 319 .byte 0x00 # FDE Encoding (absptr)
  /external/libffi/src/powerpc/
linux64_closure.S 365 .byte 0x14 # FDE Encoding (pcrel udata8)
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 666 Encoding,
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
o32.S 319 .byte 0x00 # FDE Encoding (absptr)
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
linux64_closure.S 365 .byte 0x14 # FDE Encoding (pcrel udata8)
  /external/python/cpython3/Modules/_ctypes/libffi/src/mips/
o32.S 319 .byte 0x00 # FDE Encoding (absptr)
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
linux64_closure.S 365 .byte 0x14 # FDE Encoding (pcrel udata8)
  /external/skia/tests/
FontMgrTest.cpp 140 virtual int onCharsToGlyphs(const void* chars, Encoding encoding,
  /external/skqp/tests/
FontMgrTest.cpp 140 virtual int onCharsToGlyphs(const void* chars, Encoding encoding,

Completed in 1428 milliseconds

<<11121314151617181920>>