/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
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/llvm/utils/release/ |
tag.sh | 33 echo " -final Tag final release candidate" 84 -final | --final ) 85 rc="final"
|
/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/clang/test/Parser/ |
cxx0x-attributes.cpp | 62 virtual void f() const volatile && noexcept [[]] final = 0; member in struct:MemberFnOrder 78 class c final [(int){0}]; variable in typeref:class:c 82 alignas(float) [[]] final // expected-error {{an attribute list cannot appear here}} 86 [[]] [[]] alignas(16) final // expected-error {{an attribute list cannot appear here}} 90 class C final [[deprecated(l]] {}); // expected-error {{use of undeclared identifier}} expected-error {{expected ']'}} expected-error {{an attribute list cannot appear here}} expected-error {{expected unqualified-id}} class 91 class D final alignas ([l) {}]{}); // expected-error {{expected ',' or ']' in lambda capture list}} expected-error {{an attribute list cannot appear here}}
|
/external/e2fsprogs/doc/ |
Makefile.in | 64 clean-all:: clean-tex clean-backup clean-final clean-tarfiles clean-html 66 .PHONY: clean-final 67 clean-final::
|
/external/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/zopfli/src/zopfli/ |
deflate.c | 515 final: whether to set the "final" bit on this block, must be the last block 528 static void AddLZ77Block(const ZopfliOptions* options, int btype, int final, 544 AddBit(final, bp, out, outsize); 586 static void DeflateDynamicBlock(const ZopfliOptions* options, int final, 628 AddLZ77Block(s.options, btype, final, 639 static void DeflateFixedBlock(const ZopfliOptions* options, int final, 660 AddLZ77Block(s.options, 1, final, store.litlens, store.dists, 0, store.size, 670 static void DeflateNonCompressedBlock(const ZopfliOptions* options, int final, 682 AddBit(final, bp, out, outsize) [all...] |
/frameworks/support/percent/ |
Android.mk | 18 # We do this here because the final static library must be compiled with an older 20 # contains will not be linked into the final static library. 29 # Here is the final static library that apps can link against.
|
/frameworks/support/v7/recyclerview/ |
Android.mk | 18 # # We do this here because the final static library must be compiled with an older 20 # # contains will not be linked into the final static library. 31 # Here is the final static library that apps can link against.
|
/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/lzma/CPP/7zip/UI/Console/ |
BenchCon.cpp | 50 HRESULT SetEncodeResult(const CBenchInfo &info, bool final);
51 HRESULT SetDecodeResult(const CBenchInfo &info, bool final);
115 HRESULT CBenchCallback::SetEncodeResult(const CBenchInfo &info, bool final)
119 if (final)
130 HRESULT CBenchCallback::SetDecodeResult(const CBenchInfo &info, bool final)
134 if (final)
|