/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
VfrSyntax.g | 180 #token Encoding("encoding") "encoding"
[all...] |
/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 | 1785 String::Encoding encoding = instr->hydrogen()->encoding(); local 1813 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/arm64/ |
lithium-codegen-arm64.cc | 4380 String::Encoding encoding = instr->hydrogen()->encoding(); local 4415 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/ia32/ |
lithium-codegen-ia32.cc | 1542 String::Encoding encoding = instr->hydrogen()->encoding(); local 1570 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/mips/ |
lithium-codegen-mips.cc | 1658 String::Encoding encoding = instr->hydrogen()->encoding(); local 1686 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/mips64/ |
lithium-codegen-mips64.cc | 1759 String::Encoding encoding = instr->hydrogen()->encoding(); local 1787 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/ppc/ |
lithium-codegen-ppc.cc | 1812 String::Encoding encoding = instr->hydrogen()->encoding(); local 1841 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/s390/ |
lithium-codegen-s390.cc | 1801 String::Encoding encoding = instr->hydrogen()->encoding(); local 1829 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/x64/ |
lithium-codegen-x64.cc | 1630 String::Encoding encoding = instr->hydrogen()->encoding(); local 1658 String::Encoding encoding = instr->hydrogen()->encoding(); local [all...] |
/external/v8/src/crankshaft/x87/ |
lithium-codegen-x87.cc | 1819 String::Encoding encoding = instr->hydrogen()->encoding(); local 1847 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/llvm/lib/Target/ARM/AsmParser/ |
ARMAsmParser.cpp | [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...] |
/prebuilts/go/darwin-x86/src/encoding/json/ |
decode_test.go | 9 "encoding" 99 var _ encoding.TextUnmarshaler = (*unmarshalerText)(nil) 126 var _ encoding.TextUnmarshaler = (*u8marshal)(nil) 535 // Map keys can be encoding.TextUnmarshalers. 655 // Used to be issue 8305, but time.Time implements encoding.TextUnmarshaler so this works now. 678 // either the old base64 string encoding or the new per-element encoding can be 1060 t.Errorf("Encoding of [%s]:\n got [%s]\nwant [%s]", input, s, expected) [all...] |