/external/openssl/crypto/evp/ |
m_sha1.c | 80 static int final(EVP_MD_CTX *ctx,unsigned char *md) function 91 final, 111 * Even though there're separate SHA224_[Update|Final], we call
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
rot_13.py | 23 def encode(self, input, final=False): 27 def decode(self, input, final=False):
|
uu_codec.py | 105 def encode(self, input, final=False): 109 def decode(self, input, final=False):
|
idna.py | 198 def _buffer_encode(self, input, errors, final): 212 elif not final: 232 def _buffer_decode(self, input, errors, final): 253 elif not final:
|
utf_32.py | 18 def encode(self, input, final=False): 53 def _buffer_decode(self, input, errors, final): 56 codecs.utf_32_ex_decode(input, errors, 0, final) 64 return self.decoder(input, self.errors, final)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
rot_13.py | 23 def encode(self, input, final=False): 27 def decode(self, input, final=False):
|
uu_codec.py | 105 def encode(self, input, final=False): 109 def decode(self, input, final=False):
|
idna.py | 198 def _buffer_encode(self, input, errors, final): 212 elif not final: 232 def _buffer_decode(self, input, errors, final): 253 elif not final:
|
utf_32.py | 18 def encode(self, input, final=False): 53 def _buffer_decode(self, input, errors, final): 56 codecs.utf_32_ex_decode(input, errors, 0, final) 64 return self.decoder(input, self.errors, final)
|
/external/bison/build-aux/ |
do-release-commit-and-tag | 36 Run this script from top_srcdir to perform the final pre-release NEWS
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
mixer.cc | 50 SortedResults final; local 51 final.reserve(results->size()); 62 final.push_back(*it); 65 results->swap(final);
|
/external/chromium_org/content/test/data/indexeddb/ |
transaction_test.js | 7 debug('The final transaction completed.'); 13 fail('The final transaction should not abort.');
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocketFrame.h | 66 Final = 1, 80 bool final; member in struct:WebCore::WebSocketFrame
|
/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}}
|
/external/openfst/src/include/fst/script/ |
draw-impl.h | 169 Weight final = fst_.Final(s); local 170 if (final != Weight::Zero()) { 171 if (show_weight_one_ || (final != Weight::One())) { 173 Print(final);
|
/external/openssh/ |
md-sha256.c | 77 ssh_sha256.final = ssh_sha256_final;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/ |
is_polymorphic.pass.cpp | 56 class Final final { class 59 class Final { 76 test_is_not_polymorphic<Final>();
|
/ndk/tests/build/topological-sort/jni/ |
Android.mk | 19 # With NDK r8b and earlier, the final link command for the executable 25 # when trying to add bar.o to the final image, it will not be able to
|
/prebuilts/tools/common/proguard/proguard4.7/examples/ |
android.pro | 136 static final long serialVersionUID; 137 static final java.io.ObjectStreamField[] serialPersistentFields;
|
scala.pro | 118 static final long serialVersionUID; 119 static final java.io.ObjectStreamField[] serialPersistentFields;
|
/external/chromium_org/net/websockets/ |
websocket_frame_unittest.cc | 50 header.final = true; 94 header.final = true; 138 header.final = true; 156 bool final; member in struct:net::TestCase 174 header.final = kTests[i].final; 215 header.final = true;
|
/external/v8/src/ |
json.js | 80 var final; 82 final = "[" + partial.join(",") + "]"; 85 final = "[\n" + indent + partial.join(separator) + "\n" + 88 final = "[]"; 91 return final; 128 var final; 130 final = "{" + partial.join(",") + "}"; 133 final = "{\n" + indent + partial.join(separator) + "\n" + 136 final = "{}"; 139 return final; [all...] |
/external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/ |
typedUrls.js | 88 // If this is the final outstanding call to processVisits(), 89 // then we have the final results. Use them to build the list 96 // This function is called when we have the final list of URls to display.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/ |
typedUrls.js | 92 // If this is the final outstanding call to processVisits(), 93 // then we have the final results. Use them to build the list 100 // This function is called when we have the final list of URls to display.
|
/external/zlib/src/examples/ |
gun.c | 50 file are maintained in the final uncompressed file, to the extent that the 215 unsigned final; /* last character written for previous code */ local 251 final = prev = (unsigned)last; /* low 8 bits of code */ 261 outbuf[0] = (unsigned char)final; /* write first decompressed byte */ 325 match[stack++] = (unsigned char)final; 337 final = code; 343 suffix[end] = (unsigned char)final; 365 /* loop for next code with final and prev as the last match, rem and
|