/external/clang/lib/Format/ |
Format.cpp | [all...] |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |
/external/v8/src/crankshaft/ |
hydrogen.h | [all...] |
/prebuilts/go/darwin-x86/src/encoding/asn1/ |
asn1.go | 13 // are different encoding formats for those objects. Here, we'll be dealing 14 // with DER, the Distinguished Encoding Rules. DER is used in X.509 because 15 // it's fast to parse and, unlike BER, has a unique encoding for every object. 57 // DER demands that "If the encoding represents the boolean value TRUE, 899 // that allow the encoding to change midstring and
|
/prebuilts/go/darwin-x86/src/net/http/ |
fs.go | 260 if w.Header().Get("Content-Encoding") == "" {
|
/prebuilts/go/linux-x86/src/encoding/asn1/ |
asn1.go | 13 // are different encoding formats for those objects. Here, we'll be dealing 14 // with DER, the Distinguished Encoding Rules. DER is used in X.509 because 15 // it's fast to parse and, unlike BER, has a unique encoding for every object. 57 // DER demands that "If the encoding represents the boolean value TRUE, 899 // that allow the encoding to change midstring and
|
/prebuilts/go/linux-x86/src/net/http/ |
fs.go | 260 if w.Header().Get("Content-Encoding") == "" {
|
/prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/ |
apache-mime4j-core-0.7.2.jar | |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | 425 /// <param name="Encoding">Encoding to apply to file</param> 426 procedure Load(const FileName: String; const Encoding: TEncoding); [all...] |
/external/v8/src/crankshaft/arm/ |
lithium-codegen-arm.cc | 1789 String::Encoding encoding = instr->hydrogen()->encoding(); local 1817 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/arm64/ |
lithium-codegen-arm64.cc | 4392 String::Encoding encoding = instr->hydrogen()->encoding(); local 4427 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/ia32/ |
lithium-codegen-ia32.cc | 1546 String::Encoding encoding = instr->hydrogen()->encoding(); local 1574 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/mips/ |
lithium-codegen-mips.cc | 1662 String::Encoding encoding = instr->hydrogen()->encoding(); local 1690 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/mips64/ |
lithium-codegen-mips64.cc | 1763 String::Encoding encoding = instr->hydrogen()->encoding(); local 1791 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/ppc/ |
lithium-codegen-ppc.cc | 1819 String::Encoding encoding = instr->hydrogen()->encoding(); local 1848 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/s390/ |
lithium-codegen-s390.cc | 1806 String::Encoding encoding = instr->hydrogen()->encoding(); local 1834 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/x64/ |
lithium-codegen-x64.cc | 1636 String::Encoding encoding = instr->hydrogen()->encoding(); local 1664 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/x87/ |
lithium-codegen-x87.cc | 1823 String::Encoding encoding = instr->hydrogen()->encoding(); local 1851 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/fonttools/Lib/fontTools/ |
cffLib.py | 223 file.write(tobytes(item, encoding="latin1")) 672 return tostr(value, encoding='ascii') 674 return tobytes(value, encoding='ascii') 676 xmlWriter.simpletag(name, value=tostr(value, encoding="ascii")) 679 return tobytes(attrs["value"], encoding=("ascii")) 683 return tostr(value, encoding='latin1') 685 return tobytes(value, encoding='latin1') 687 xmlWriter.simpletag(name, value=tostr(value, encoding="latin1")) 690 return tobytes(attrs["value"], encoding=("latin1")) 935 def __init__(self, strings, encoding, parent) [all...] |
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
htmlparser-1.3-with-transitions.jar | |
htmlparser-1.3.jar | |
/external/v8/src/builtins/ |
builtins-string.cc | 77 Node* CharOffset(String::Encoding encoding, Node* index) { 80 if (encoding == String::TWO_BYTE_ENCODING) { 114 UnicodeEncoding encoding); 1946 UnicodeEncoding encoding = UnicodeEncoding::UTF16; local [all...] |
/external/llvm/lib/Target/ARM/AsmParser/ |
ARMAsmParser.cpp | [all...] |
/external/swiftshader/third_party/subzero/src/ |
IceTargetLoweringARM32.cpp | 321 const unsigned EncodedReg_q8 = RegARM32::RegTable[RegARM32::Reg_q8].Encoding; 332 QtoSRegisters[i] = Entry.IsVec128 && Entry.Encoding < EncodedReg_q8; [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
bexport.go | 8 1) Export data encoding principles: 40 is assigned to it, starting at 0. In this case, the encoding starts 43 If the object was already serialized, the encoding is simply the object 53 2) Encoding format: 57 format. These strings are followed by version-specific encoding options. 60 That format encoding is no longer used but is supported to avoid spurious 66 The encoding of objects is straight-forward: Constants, variables, and 72 type encoding). Unnamed types simply encode their respective fields. 77 In the encoding, some lists start with the list length. Some lists are 81 Integers use variable-length encoding for compact representation [all...] |