HomeSort by relevance Sort by last modified time
    Searched refs:final (Results 26 - 50 of 4292) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/openssl/crypto/evp/
m_ecdsa.c 127 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
138 final,
m_wp.c 20 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
31 final,
m_dss.c 77 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
88 final,
m_dss1.c 79 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
90 final,
m_md4.c 80 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
91 final,
m_md5.c 79 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
90 final,
m_mdc2.c 80 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
91 final,
m_ripemd.c 79 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
90 final,
  /system/keymaster/
ae.h 95 int ad_len, void* ct, void* tag, int final);
110 * final - Non-zero if this call completes the plaintext being encrypted.
112 * If nonce!=NULL then a message is being initiated. If final!=0
113 * then a message is being finalized. If final==0 or nonce==NULL
125 int ad_len, void* pt, const void* tag, int final);
140 * read when final is non-zero.
141 * final - Non-zero if this call completes the ciphertext being decrypted.
143 * If nonce!=NULL then "ct" points to the start of a ciphertext. If final!=0
144 * then "in" points to the final piece of ciphertext. If final==0 or nonce=
    [all...]
  /external/clang/test/CodeGenCXX/
dynamic-cast-always-null.cpp 3 struct B final : A { }; struct in inherits:A
  /external/llvm/utils/
findmisopt 150 final=""
155 tryit "$final $switches"
161 final="$final $trimmed"
167 if [ "$final" == " $all_switches" ] ; then
171 echo "Smallest Optimization list=$final"
173 bpcmd="$bugpoint -run-llc -disable-loop-extraction --output "$out" --input /dev/null $bcfile $final --args $args"
  /external/chromium_org/content/renderer/
shared_memory_seqlock_reader.cc 28 content::OneWriterSeqLock* seqlock, void* final, void* temp, void* from,
54 memcpy(final, temp, size);
  /external/chromium_org/third_party/WebKit/Source/web/
WebSpeechRecognitionResult.cpp 44 void WebSpeechRecognitionResult::assign(const WebVector<WebString>& transcripts, const WebVector<float>& confidences, bool final)
52 m_private = WebCore::SpeechRecognitionResult::create(alternatives, final);
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
m_dss.c 77 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
88 final,
m_dss1.c 79 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
90 final,
m_md4.c 80 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
91 final,
m_md5.c 79 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
90 final,
m_mdc2.c 80 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
91 final,
m_ripemd.c 79 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
90 final,
  /external/clang/test/SemaCXX/
ms-interface.cpp 40 // expected-error@+1 {{'final' keyword not permitted with interface types}}
41 __interface I3 final {
46 // expected-error@+1 {{'final' keyword not permitted with interface types}}
47 void fn2() final;
  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_final.pass.cpp 18 struct P final { }; struct
20 union U2 final { }; union
  /external/llvm/utils/release/
export.sh 29 echo " -final The final tag"
36 if [ "$rc" = "final" ]; then
61 -final | --final )
62 rc="final"
  /external/proguard/examples/dictionaries/
keywords.txt 29 final
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_final.pass.cpp 18 struct P final { }; struct
20 union U2 final { }; union
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
raw_unicode_escape.py 21 def encode(self, input, final=False):
25 def decode(self, input, final=False):

Completed in 2800 milliseconds

12 3 4 5 6 7 8 91011>>