/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
darwin.S | 333 .byte 0x10 ; FDE Encoding (pcrel)
|
ppc_closure.S | 349 .byte 0x1b # FDE Encoding (pcrel sdata4)
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/ |
ppc-darwin.S | 297 .byte 0x10 ; FDE Encoding (pcrel)
|
ppc64-darwin_closure.S | 321 .byte 0x10 ; FDE Encoding (pcrel)
|
/external/v8/src/crankshaft/arm64/ |
lithium-codegen-arm64.h | 199 String::Encoding encoding);
|
/external/v8/src/crankshaft/mips/ |
lithium-codegen-mips.h | 250 String::Encoding encoding);
|
/external/v8/src/crankshaft/mips64/ |
lithium-codegen-mips64.h | 252 String::Encoding encoding);
|
/external/v8/src/crankshaft/x87/ |
lithium-codegen-x87.h | 266 String::Encoding encoding);
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/ |
DIBuilder.h | 160 /// \param Encoding DWARF encoding code, e.g. dwarf::DW_ATE_float. 162 unsigned Encoding); [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/ |
DIBuilder.h | 160 /// \param Encoding DWARF encoding code, e.g. dwarf::DW_ATE_float. 162 unsigned Encoding); [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/ |
DIBuilder.h | 160 /// \param Encoding DWARF encoding code, e.g. dwarf::DW_ATE_float. 162 unsigned Encoding); [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
DIBuilder.h | 160 /// \param Encoding DWARF encoding code, e.g. dwarf::DW_ATE_float. 162 unsigned Encoding); [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/ |
DIBuilder.h | 160 /// \param Encoding DWARF encoding code, e.g. dwarf::DW_ATE_float. 162 unsigned Encoding); [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/ |
DIBuilder.h | 160 /// \param Encoding DWARF encoding code, e.g. dwarf::DW_ATE_float. 162 unsigned Encoding); [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/ |
DIBuilder.h | 160 /// \param Encoding DWARF encoding code, e.g. dwarf::DW_ATE_float. 162 unsigned Encoding); [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
DIBuilder.h | 160 /// \param Encoding DWARF encoding code, e.g. dwarf::DW_ATE_float. 162 unsigned Encoding); [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
serve_test.go | 15 "encoding/json" 656 rw.Header().Set("Transfer-Encoding", req.FormValue("te")) 859 w.(Flusher).Flush() // force chunked encoding 1019 w.Header().Set("Transfer-Encoding", "identity") [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
serve_test.go | 15 "encoding/json" 656 rw.Header().Set("Transfer-Encoding", req.FormValue("te")) 859 w.(Flusher).Flush() // force chunked encoding 1019 w.Header().Set("Transfer-Encoding", "identity") [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/GenMetaFile/ |
GenDecFile.py | 527 def GenPackageUNIEncodeFile(PackageObject, UniFileHeader = '', Encoding=TAB_ENCODING_UTF16LE):
643 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 1031 * To avoid the conversion to UTF-16, pass flatbuffers.Encoding.UTF8_BYTES as 1037 * @param {flatbuffers.Encoding=} opt_encoding Defaults to UTF16_STRING 1049 if (opt_encoding === flatbuffers.Encoding.UTF8_BYTES) {
|
/external/flatbuffers/tests/ |
monster_test_generated.js | 471 * @param {flatbuffers.Encoding=} optionalEncoding 666 * @param {flatbuffers.Encoding=} optionalEncoding 774 * @param {flatbuffers.Encoding=} optionalEncoding 1157 * @param {flatbuffers.Encoding=} optionalEncoding [all...] |
/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/regex-re2/re2/ |
compile.cc | 117 enum Encoding { 220 Encoding encoding_; // Input encoding 535 // encoding (Latin 1 or UTF-8). [all...] |