/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
utf_16_be.py | 19 def encode(self, input, final=False):
|
utf_16_le.py | 19 def encode(self, input, final=False):
|
utf_32_be.py | 14 def encode(self, input, final=False):
|
utf_32_le.py | 14 def encode(self, input, final=False):
|
utf_7.py | 15 def encode(self, input, final=False):
|
utf_8.py | 19 def encode(self, input, final=False):
|
utf_8_sig.py | 30 def encode(self, input, final=False): 52 def _buffer_decode(self, input, errors, final): 64 (output, consumed) = codecs.utf_8_decode(input[3:], errors, final) 66 return codecs.utf_8_decode(input, errors, final)
|
charmap.py | 29 def encode(self, input, final=False): 37 def decode(self, input, final=False):
|
palmos.py | 19 def encode(self, input, final=False): 23 def decode(self, input, final=False):
|
quopri_codec.py | 51 def encode(self, input, final=False): 55 def decode(self, input, final=False):
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
perfect.h | 25 /* the generated code for the final hash, assumes initial hash is done */ 42 ub4 len; /* number of lines available for final hash */ 43 ub4 used; /* number of lines used by final hash */ 103 /* things indexed by final hash value */ 125 gencode *final, ub4 *scramble, ub4 *smax, key *keys, ub4 nkeys, 130 gencode *final, hashform *form);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
charmap.py | 29 def encode(self, input, final=False): 37 def decode(self, input, final=False):
|
palmos.py | 19 def encode(self, input, final=False): 23 def decode(self, input, final=False):
|
quopri_codec.py | 51 def encode(self, input, final=False): 55 def decode(self, input, final=False):
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocketFrame.cpp | 65 bool final = firstByte & finalBit; local 117 frame.final = final; 151 frameData.at(0) = (final ? finalBit : 0) | (compress ? compressBit : 0) | opCode; 178 , final(false) 190 , final(flags & Final)
|
/external/chromium_org/v8/test/webkit/ |
dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js | 25 "Tests that the CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when both sides are also proven final object."
|
dfg-compare-final-object-to-final-object-or-other-when-proven-final-object.js | 25 "Tests that the CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when the other side is also proven final object."
|
dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js | 25 "Tests that the peephole CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when both sides are also proven final object."
|
dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object.js | 25 "Tests that the peephole CompareEq optimization for the case where one side is predicted final object and the other side is predicted either final object or other (i.e. null or undefined) doesn't assert when the other side is also proven final object."
|
/external/e2fsprogs/doc/ |
Makefile.in | 58 clean-all:: clean-tex clean-backup clean-final clean-tarfiles clean-html 60 .PHONY: clean-final 61 clean-final::
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
fmt.c | 127 unsigned final:1; /* end of sentence */ member in struct:Word 268 (word_limit - 1)->period = (word_limit - 1)->final = true; 333 word_limit->final = (c == EOF 337 word_limit->space = word_limit->final ? 2 : 1; 492 if ((this - 1)->final) 499 else if (this > words + 1 && (this - 2)->final) 505 else if (this->final)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_generators.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_generators.py | [all...] |
/external/chromium_org/v8/src/ |
json.js | 87 var final; 89 final = "[" + partial.join(",") + "]"; 92 final = "[\n" + indent + partial.join(separator) + "\n" + 95 final = "[]"; 98 return final; 135 var final; 137 final = "{" + partial.join(",") + "}"; 140 final = "{\n" + indent + partial.join(separator) + "\n" + 143 final = "{}"; 146 return final; [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
concat.h | 58 fst1->SetFinal(s1, fst2.Final(s2)); 70 Weight final = fst1->Final(s1); local 71 if (final != Weight::Zero()) { 74 fst1->AddArc(s1, Arc(0, 0, final, start2 + numstates1));
|