Searched refs:Final (Results 1 - 25 of 116) sorted by relevance

12345

/external/llvm/unittests/Support/
H A DMD5Test.cpp23 void TestMD5Sum(ArrayRef<uint8_t> Input, StringRef Final) { argument
30 EXPECT_EQ(Res, Final);
33 void TestMD5Sum(StringRef Input, StringRef Final) { argument
40 EXPECT_EQ(Res, Final);
/external/clang/test/SemaTemplate/
H A Dclass-template-ctor-initializer.cpp46 class Final : public Derived<Base> { class in namespace:PR7259
52 Final final;
/external/chromium/crypto/
H A Dsignature_creator.h46 bool Final(std::vector<uint8>* signature);
H A Dsignature_creator_openssl.cc39 bool SignatureCreator::Final(std::vector<uint8>* signature) { function in class:crypto::SignatureCreator
H A Dsignature_creator_win.cc39 bool SignatureCreator::Final(std::vector<uint8>* signature) { function in class:crypto::SignatureCreator
H A Dsignature_creator_mac.cc61 bool SignatureCreator::Final(std::vector<uint8>* signature) { function in class:crypto::SignatureCreator
H A Dsignature_creator_nss.cc59 bool SignatureCreator::Final(std::vector<uint8>* signature) { function in class:crypto::SignatureCreator
H A Dsignature_creator_unittest.cc33 ASSERT_TRUE(signer->Final(&signature));
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketPerMessageDeflateTest.cpp50 WebSocketFrame f1(opcode, "Hello", 5, WebSocketFrame::Final);
51 WebSocketFrame f2(opcode, "Hello", 5, WebSocketFrame::Final);
72 WebSocketFrame f1(opcode, "Hello", 5, WebSocketFrame::Final);
73 WebSocketFrame f2(opcode, "Hello", 5, WebSocketFrame::Final);
106 WebSocketFrame frame(opcode, &payload[0], payload.size(), WebSocketFrame::Final);
142 WebSocketFrame f1(opcode, "Hello", 5, WebSocketFrame::Final);
158 WebSocketFrame f2(opcode, "", 0, WebSocketFrame::Final);
179 WebSocketFrame f2(opcode, "", 0, WebSocketFrame::Final);
180 WebSocketFrame f3(opcode, "", 0, WebSocketFrame::Final);
181 WebSocketFrame f4(opcode, "", 0, WebSocketFrame::Final);
[all...]
H A DWebSocketFrame.h66 Final = 1, enumerator in enum:WebCore::WebSocketFrame::__anon10382
/external/openfst/src/include/fst/
H A Dreweight.h93 fst->SetFinal(state, Divide(fst->Final(state), weight, DIVIDE_LEFT));
96 fst->SetFinal(state, Times(weight, fst->Final(state)));
103 fst->SetFinal(state, Times(Weight::Zero(), fst->Final(state)));
124 fst->SetFinal(state, Times(startweight, fst->Final(state)));
128 fst->Final(state)));
H A Drmfinalepsilon.h54 if (fst->Final(s) != Weight::Zero()) {
73 Weight w(fst->Final(s));
82 w = Plus(Times(fst->Final(arc.nextstate), arc.weight), w);
H A Dequal.h56 Weight final1 = fst1.Final(s1);
57 Weight final2 = fst2.Final(s2);
H A Dstatesort.h66 Weight final1 = fst->Final(s1), final2 = Weight::Zero();
75 final2 = fst->Final(s2);
H A Dstate-map.h57 // B::Weight Final(B::StateId s) const;
112 fst->SetFinal(s, mapper->Final(s));
166 ofst->SetFinal(s, mapper->Final(s));
245 Weight Final(StateId s) { function in class:fst::StateMapFstImpl
247 SetFinal(s, mapper_->Final(s));
248 return CacheImpl<B>::Final(s);
419 Weight Final(StateId s) const { return fst_.Final(s); } function in class:fst::IdentityStateMapper
457 Weight Final(StateId s) const { return fst_.Final( function in class:fst::ArcSumMapper
541 Weight Final(StateId s) const { return fst_.Final(s); } function in class:fst::ArcUniqueMapper
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drmfinalepsilon.h48 if (fst->Final(s) != Weight::Zero()) {
67 Weight w(fst->Final(s));
76 w = Plus(Times(fst->Final(arc.nextstate), arc.weight), w);
H A Dreweight.h82 Divide(fst->Final(state), potential[state], DIVIDE_LEFT));
84 fst->SetFinal(state, Times(potential[state], fst->Final(state)));
104 fst->SetFinal(state, Times(potential[state], fst->Final(state)));
108 fst->Final(state)));
H A Dstatesort.h57 Weight final1 = fst->Final(s1), final2 = Weight::Zero();
66 final2 = fst->Final(s2);
H A Drandgen.h51 if (fst.Final(s) != Weight::Zero())
77 sum += exp(-fst.Final(s).Value());
136 ifst.Final(opts.source) == Weight::Zero()) // Non-coaccessible
H A Dequal.h53 Weight final1 = fst1.Final(s1);
54 Weight final2 = fst2.Final(s2);
H A Darcsort.h116 Weight Final(StateId s) { function in class:fst::ArcSortFstImpl
118 SetFinal(s, fst_->Final(s));
119 return CacheImpl<A>::Final(s);
209 virtual Weight Final(StateId s) const { return impl_->Final(s); } function in class:fst::ArcSortFst
/external/chromium_org/crypto/
H A Dsignature_creator.h48 bool Final(std::vector<uint8>* signature);
H A Dsignature_creator_openssl.cc62 bool SignatureCreator::Final(std::vector<uint8>* signature) { function in class:crypto::SignatureCreator
/external/chromium/base/
H A Dsha1_portable.cc25 // sha.Final();
42 void Final();
118 void SecureHashAlgorithm::Final() { function in class:base::SecureHashAlgorithm
210 sha.Final();
/external/chromium_org/base/
H A Dsha1_portable.cc25 // sha.Final();
42 void Final();
118 void SecureHashAlgorithm::Final() { function in class:base::SecureHashAlgorithm
210 sha.Final();

Completed in 449 milliseconds

12345