Home
last modified time | relevance | path

Searched defs:Success (Results 1 – 25 of 74) sorted by relevance

123

/external/testng/src/test/java/test/invokedmethodlistener/
DSuccess.java3 public class Success extends Base { class
4 public Success() { in Success() method in Success
/external/llvm/unittests/Support/
DConvertUTFTest.cpp25 bool Success = convertUTF16ToUTF8String(Ref, Result); in TEST() local
36 bool Success = convertUTF16ToUTF8String(Ref, Result); in TEST() local
47 bool Success = convertUTF8ToUTF16String(Ref, Result); in TEST() local
57 bool Success = convertUTF16ToUTF8String(makeArrayRef("xxxxx", 5), Result); in TEST() local
63 bool Success = convertUTF16ToUTF8String(llvm::ArrayRef<char>(None), Result); in TEST() local
89 bool Success = convertUTF16ToUTF8String(SrcRef, Result); in TEST() local
99 bool Success = ConvertUTF8toWide((const char*)Src, Result); in TEST() local
113 bool Success = convertWideToUTF8(Src, Result); in TEST() local
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp403 bool Success = true; in remapTypeIndices() local
410 bool Success = true; in remapTypeIndices() local
419 bool Success = true; in remapTypeIndices() local
426 bool Success = true; in remapTypeIndices() local
437 bool Success = true; in remapTypeIndices() local
449 bool Success = true; in remapTypeIndices() local
460 bool Success = true; in remapTypeIndices() local
468 bool Success = true; in remapTypeIndices() local
491 bool Success = true; in remapTypeIndices() local
498 bool Success = true; in remapTypeIndices() local
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonAsmPrinter.cpp379 bool Success = Expr->evaluateAsAbsolute(Imm); in HexagonProcessInstruction() local
405 bool Success = Expr->evaluateAsAbsolute(Imm); in HexagonProcessInstruction() local
440 bool Success = Expr->evaluateAsAbsolute(Imm); in HexagonProcessInstruction() local
486 bool Success = MO.getExpr()->evaluateAsAbsolute(Imm); in HexagonProcessInstruction() local
541 bool Success = Expr->evaluateAsAbsolute(Value); in HexagonProcessInstruction() local
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.cpp131 bool Success = MI->getOperand(OpNo).getExpr()->evaluateAsAbsolute(Imm); in prints3_6ImmOperand() local
141 bool Success = MI->getOperand(OpNo).getExpr()->evaluateAsAbsolute(Imm); in prints3_7ImmOperand() local
151 bool Success = MI->getOperand(OpNo).getExpr()->evaluateAsAbsolute(Imm); in prints4_6ImmOperand() local
161 bool Success = MI->getOperand(OpNo).getExpr()->evaluateAsAbsolute(Imm); in prints4_7ImmOperand() local
DHexagonMCCompound.cpp209 bool Success; in getCompoundInsn() local
/external/clang/unittests/Frontend/
DCodeGenActionTest.cpp57 bool Success = Compiler.ExecuteAction(*Act); in TEST() local
/external/clang/lib/Driver/
DCompilation.cpp102 bool Success = true; in CleanupFileList() local
112 bool Success = true; in CleanupFileMap() local
/external/llvm/include/llvm/MC/MCDisassembler/
DMCDisassembler.h53 Success = 3 enumerator
/external/clang/tools/driver/
Dcc1_main.cpp92 bool Success = CompilerInvocation::CreateFromArgs( in cc1_main() local
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp241 bool Success = Clang->ExecuteAction(*Act); in ExecuteCompilerInvocation() local
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCDisassembler.h54 Success = 3 enumerator
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DAddrModeMatcher.h90 bool Success = in Match() local
/external/compiler-rt/lib/scudo/
Dscudo_utils.cpp123 bool Success = readRetry(Fd, reinterpret_cast<u8 *>(&State_0_), in Xorshift128Plus() local
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp480 Value *&Success, Value *&NewLoaded) { in createCmpXchgInstFun()
821 Value *Success = Builder.CreateExtractValue(NewCI, 1); in expandPartwordCmpXchg() local
1119 PHINode *Success = Builder.CreatePHI(Type::getInt1Ty(Ctx), 2); in expandAtomicCmpXchg() local
1257 Value *Success = nullptr; in insertRMWCmpXchgLoop() local
1418 bool Success = false; in expandAtomicRMWToLibcall() local
1432 Value *&Success, Value *&NewLoaded) { in expandAtomicRMWToLibcall()
/external/clang/lib/AST/
DExprConstant.cpp3927 bool Success = true; in EvaluateArgs() local
4053 bool Success = true; in HandleConstructorCall() local
4600 bool Success(APValue::LValueBase B) { in Success() function in __anon4b2781fb0c11::LValueExprEvaluatorBase
4609 bool Success(const APValue &V, const Expr *E) { in Success() function in __anon4b2781fb0c11::LValueExprEvaluatorBase
5024 bool Success(const Expr *E) { in Success() function in __anon4b2781fb0e11::PointerExprEvaluator
5033 bool Success(const APValue &V, const Expr *E) { in Success() function in __anon4b2781fb0e11::PointerExprEvaluator
5327 bool Success(const ValueDecl *D) { in Success() function in __anon4b2781fb0f11::MemberPointerExprEvaluator
5336 bool Success(const APValue &V, const Expr *E) { in Success() function in __anon4b2781fb0f11::MemberPointerExprEvaluator
5420 bool Success(const APValue &V, const Expr *E) { in Success() function in __anon4b2781fb1011::RecordExprEvaluator
5588 bool Success = true; in VisitInitListExpr() local
[all …]
/external/clang/lib/Frontend/
DCompilerInvocation.cpp158 bool Success = true; in ParseAnalyzerArgs() local
349 bool Success = true; in parseDiagnosticLevelMask() local
424 bool Success = true; in ParseCodeGenArgs() local
922 bool Success = true; in ParseDiagnosticArgs() local
2314 bool Success = true; in CreateFromArgs() local
/external/v8/testing/gtest/test/
Dgtest_output_test_.cc769 TEST_P(ParamTest, Success) { in TEST_P() argument
793 TYPED_TEST(TypedTest, Success) { in TYPED_TEST() argument
812 TYPED_TEST_P(TypedTestP, Success) { in TYPED_TEST_P() argument
/external/googletest/googletest/test/
Dgtest_output_test_.cc769 TEST_P(ParamTest, Success) { in TEST_P() argument
793 TYPED_TEST(TypedTest, Success) { in TYPED_TEST() argument
812 TYPED_TEST_P(TypedTestP, Success) { in TYPED_TEST_P() argument
/external/clang/lib/CodeGen/
DCGAtomic.cpp1414 llvm::AtomicOrdering Success, llvm::AtomicOrdering Failure, bool IsWeak) { in EmitAtomicCompareExchangeOp()
1433 llvm::AtomicOrdering Success, in EmitAtomicCompareExchangeLibcall()
1458 RValue Expected, RValue Desired, llvm::AtomicOrdering Success, in EmitAtomicCompareExchange()
1793 llvm::AtomicOrdering Success, llvm::AtomicOrdering Failure, bool IsWeak, in EmitAtomicCompareExchange()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DAddrModeMatcher.cpp570 bool Success = Matcher.MatchAddr(Address, 0); in IsProfitableToFoldIntoAddressingMode() local
/external/compiler-rt/lib/profile/
DInstrProfilingValue.c209 uint32_t Success = 0; in __llvm_profile_instrument_target() local
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp179 bool Success = false; in GetFileNameFromHandle() local
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
DKillTheDoctor.cpp172 bool Success = false; in GetFileNameFromHandle() local
/external/llvm/lib/MC/
DMCCodeView.cpp270 bool Success = AddrDelta->evaluateKnownAbsolute(Result, Layout); in computeLabelDiff() local

123