/external/testng/src/test/java/test/invokedmethodlistener/ |
D | Success.java | 3 public class Success extends Base { class 4 public Success() { in Success() method in Success
|
/external/llvm/unittests/Support/ |
D | ConvertUTFTest.cpp | 25 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/ |
D | TypeRecord.cpp | 403 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/ |
D | HexagonAsmPrinter.cpp | 379 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/ |
D | HexagonInstPrinter.cpp | 131 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
|
D | HexagonMCCompound.cpp | 209 bool Success; in getCompoundInsn() local
|
/external/clang/unittests/Frontend/ |
D | CodeGenActionTest.cpp | 57 bool Success = Compiler.ExecuteAction(*Act); in TEST() local
|
/external/clang/lib/Driver/ |
D | Compilation.cpp | 102 bool Success = true; in CleanupFileList() local 112 bool Success = true; in CleanupFileMap() local
|
/external/llvm/include/llvm/MC/MCDisassembler/ |
D | MCDisassembler.h | 53 Success = 3 enumerator
|
/external/clang/tools/driver/ |
D | cc1_main.cpp | 92 bool Success = CompilerInvocation::CreateFromArgs( in cc1_main() local
|
/external/clang/lib/FrontendTool/ |
D | ExecuteCompilerInvocation.cpp | 241 bool Success = Clang->ExecuteAction(*Act); in ExecuteCompilerInvocation() local
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCDisassembler.h | 54 Success = 3 enumerator
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | AddrModeMatcher.h | 90 bool Success = in Match() local
|
/external/compiler-rt/lib/scudo/ |
D | scudo_utils.cpp | 123 bool Success = readRetry(Fd, reinterpret_cast<u8 *>(&State_0_), in Xorshift128Plus() local
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 480 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/ |
D | ExprConstant.cpp | 3927 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/ |
D | CompilerInvocation.cpp | 158 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/ |
D | gtest_output_test_.cc | 769 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/ |
D | gtest_output_test_.cc | 769 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/ |
D | CGAtomic.cpp | 1414 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/ |
D | AddrModeMatcher.cpp | 570 bool Success = Matcher.MatchAddr(Address, 0); in IsProfitableToFoldIntoAddressingMode() local
|
/external/compiler-rt/lib/profile/ |
D | InstrProfilingValue.c | 209 uint32_t Success = 0; in __llvm_profile_instrument_target() local
|
/external/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 179 bool Success = false; in GetFileNameFromHandle() local
|
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 172 bool Success = false; in GetFileNameFromHandle() local
|
/external/llvm/lib/MC/ |
D | MCCodeView.cpp | 270 bool Success = AddrDelta->evaluateKnownAbsolute(Result, Layout); in computeLabelDiff() local
|