Searched defs:Final (Results 1 - 16 of 16) sorted by relevance

/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/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_polymorphic.pass.cpp56 class Final final {
59 class Final { class
76 test_is_not_polymorphic<Final>();
/external/lzma/CPP/Common/
H A DSha256Reg.cpp24 STDMETHOD_(void, Final)(Byte *digest);
38 STDMETHODIMP_(void) CSha256Hasher::Final(Byte *digest) function in class:CSha256Hasher
H A DXzCrc64Reg.cpp25 STDMETHOD_(void, Final)(Byte *digest);
39 STDMETHODIMP_(void) CXzCrc64Hasher::Final(Byte *digest) function in class:CXzCrc64Hasher
H A DCrcReg.cpp44 STDMETHOD_(void, Final)(Byte *digest);
59 STDMETHODIMP_(void) CCrcHasher::Final(Byte *digest) function in class:CCrcHasher
/external/clang/test/SemaTemplate/
H A Dclass-template-ctor-initializer.cpp48 class Final : public Derived<Base> { class in namespace:PR7259
54 Final final;
/external/libchrome/crypto/
H A Dsignature_creator_nss.cc103 bool SignatureCreator::Final(std::vector<uint8_t>* signature) { function in class:crypto::SignatureCreator
H A Dsignature_creator_openssl.cc95 bool SignatureCreator::Final(std::vector<uint8_t>* signature) { function in class:crypto::SignatureCreator
/external/libchrome/base/
H A Dsha1_portable.cc26 // sha.Final();
43 void Final();
116 void SecureHashAlgorithm::Final() { function in class:base::SecureHashAlgorithm
212 sha.Final();
/external/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp152 void CHashBundle::Final(bool isDir, bool isAltStream, const UString &path) function in class:CHashBundle
177 h.Hasher->Final(h.Digests[0]);
194 h.Hasher->Final(tempDigest);
322 hb.Final(isDir, isAltStream, path);
/external/v8/src/compiler/
H A Dregister-allocator-verifier.h51 enum AssessmentKind { Final, Pending }; enumerator in enum:v8::internal::compiler::AssessmentKind
98 : Assessment(Final),
104 CHECK(assessment->kind() == Final);
/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp384 const SmallInstructionSet &Final,
388 const SmallInstructionSet &Final,
574 const SmallInstructionSet &Final,
582 if (!Final.count(I))
601 !Final.count(Op))
612 const SmallInstructionSet &Final,
616 collectInLoopUserSet(*I, Exclude, Final, Users);
572 collectInLoopUserSet( Instruction *Root, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
609 collectInLoopUserSet( const SmallInstructionVector &Roots, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
/external/llvm/lib/Support/
H A DYAMLParser.cpp904 auto Final = skip_while(Func, Current); local
905 Column += Final - Current;
906 Current = Final;
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1185 // <Final counter/linear vars updates>;
1996 llvm::PointerIntPair<llvm::Value *, 1, bool> Final; local
2003 Final.setInt(CondConstant);
2005 Final.setPointer(EvaluateExprAsBool(Cond));
2008 Final.setInt(/*IntVal=*/false);
2020 *this, S.getLocStart(), S, Tied, Final, OutlinedFn, SharedsTy,
H A DCGOpenMPRuntime.cpp2281 bool Tied, llvm::PointerIntPair<llvm::Value *, 1, bool> Final,
2368 Final.getPointer()
2369 ? CGF.Builder.CreateSelect(Final.getPointer(),
2372 : CGF.Builder.getInt32(Final.getInt() ? FinalFlag : 0);
2279 emitTaskCall( CodeGenFunction &CGF, SourceLocation Loc, const OMPExecutableDirective &D, bool Tied, llvm::PointerIntPair<llvm::Value *, 1, bool> Final, llvm::Value *TaskFunction, QualType SharedsTy, Address Shareds, const Expr *IfCond, ArrayRef<const Expr *> PrivateVars, ArrayRef<const Expr *> PrivateCopies, ArrayRef<const Expr *> FirstprivateVars, ArrayRef<const Expr *> FirstprivateCopies, ArrayRef<const Expr *> FirstprivateInits, ArrayRef<std::pair<OpenMPDependClauseKind, const Expr *>> Dependences) argument
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...

Completed in 535 milliseconds