Home
last modified time | relevance | path

Searched refs:success (Results 1 – 25 of 3666) sorted by relevance

12345678910>>...147

/external/llvm-project/lldb/unittests/Interpreter/
DTestOptionArgParser.cpp15 bool success = false; in TEST() local
25 OptionArgParser::ToBoolean(llvm::StringRef("true"), false, &success)); in TEST()
26 EXPECT_TRUE(success); in TEST()
28 OptionArgParser::ToBoolean(llvm::StringRef("on"), false, &success)); in TEST()
29 EXPECT_TRUE(success); in TEST()
31 OptionArgParser::ToBoolean(llvm::StringRef("yes"), false, &success)); in TEST()
32 EXPECT_TRUE(success); in TEST()
34 OptionArgParser::ToBoolean(llvm::StringRef("1"), false, &success)); in TEST()
35 EXPECT_TRUE(success); in TEST()
46 OptionArgParser::ToBoolean(llvm::StringRef("false"), true, &success)); in TEST()
[all …]
/external/vogar/test/vogar/target/
DAssertTest.java28 boolean success = false; in testAssertEquals()
33 success = true; in testAssertEquals()
35 assertTrue(success); in testAssertEquals()
41 boolean success = false; in testAssertEqualsNan()
46 success = true; in testAssertEqualsNan()
48 assertTrue(success); in testAssertEqualsNan()
54 boolean success = false; in testAssertEqualsWithDelta()
59 success = true; in testAssertEqualsWithDelta()
61 assertTrue(success); in testAssertEqualsWithDelta()
67 boolean success = false; in testAssertEqualsWithNaNDelta()
[all …]
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedNegative.cpp68 bool success = true; in iterate() local
72 success &= ExpectedError(GL_INVALID_VALUE, "glBlendEquationi(0, maxDrawBuffers)"); in iterate()
75 success &= ExpectedError(GL_INVALID_VALUE, "glBlendEquationSeparatei(0, maxDrawBuffers)"); in iterate()
78 success &= in iterate()
83 success &= ExpectedError(GL_INVALID_VALUE, "glBlendFunci(maxDrawBuffers, GL_ZERO, GL_SRC_COLOR)"); in iterate()
86success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_EQUATION_RGB, maxDrawBuffers,… in iterate()
89success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_EQUATION_ALPHA, maxDrawBuffer… in iterate()
92success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_SRC_RGB, maxDrawBuffers, &dat… in iterate()
95success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_SRC_ALPHA, maxDrawBuffers, &d… in iterate()
98success &= ExpectedError(GL_INVALID_VALUE, "glGetIntegeri_v(GL_BLEND_DST_RGB, maxDrawBuffers, &dat… in iterate()
[all …]
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DARMUtils.h90 uint32_t &carry_out, bool *success) { in LSL_C() argument
92 *success = false; in LSL_C()
95 *success = true; in LSL_C()
101 bool *success) { in LSL() argument
102 *success = true; in LSL()
106 uint32_t result = LSL_C(value, amount, dont_care, success); in LSL()
107 if (*success) in LSL()
114 uint32_t &carry_out, bool *success) { in LSR_C() argument
116 *success = false; in LSR_C()
119 *success = true; in LSR_C()
[all …]
/external/vogar/test/vogar/target/junit4/
DTestRunnerJUnit4Test.java41 .success("testDefault_Locale_CANADA") in testRunner_ChangeDefaultLocaleTest()
42 .success("testDefault_Locale_CHINA") in testRunner_ChangeDefaultLocaleTest()
53 .success("Simple3") in testRunner_SimpleTest2()
54 .success("simple1") in testRunner_SimpleTest2()
55 .success("simple2") in testRunner_SimpleTest2()
69 .success("simple2") in testRunner_SkipPast()
92 .success("simple2") in testRunner_SimpleTest2_OneMethod()
104 .success("Simple3") in testRunner_SimpleTest2_TwoMethod()
105 .success("simple1") in testRunner_SimpleTest2_TwoMethod()
130 .success("Simple3") in testRunner_ExtendedSimple2()
[all …]
/external/perfetto/test/trace_processor/parsing/
Dsched_waking_raw_compact_sched.out5 250978451591891,"sched_waking",0,"success",1,"[NULL]"
10 250978451609131,"sched_waking",0,"success",1,"[NULL]"
15 250978596565656,"sched_waking",0,"success",1,"[NULL]"
20 250978600598417,"sched_waking",0,"success",1,"[NULL]"
25 250978600639042,"sched_waking",0,"success",1,"[NULL]"
30 250978604651907,"sched_waking",0,"success",1,"[NULL]"
35 250978604739980,"sched_waking",0,"success",1,"[NULL]"
40 250978608903886,"sched_waking",0,"success",1,"[NULL]"
45 250978608942220,"sched_waking",0,"success",1,"[NULL]"
50 250978612887272,"sched_waking",0,"success",1,"[NULL]"
[all …]
/external/mesa3d/src/util/tests/format/
Du_format_test.c212 boolean success; in test_format_fetch_rgba() local
214 success = TRUE; in test_format_fetch_rgba()
220 success = FALSE; in test_format_fetch_rgba()
228 success = TRUE; in test_format_fetch_rgba()
231 if (!success) { in test_format_fetch_rgba()
236 return success; in test_format_fetch_rgba()
248 boolean success; in test_format_unpack_rgba() local
254 success = TRUE; in test_format_unpack_rgba()
259 success = FALSE; in test_format_unpack_rgba()
267 success = TRUE; in test_format_unpack_rgba()
[all …]
/external/vogar/test/vogar/target/junit3/
DTestRunnerJUnit3Test.java42 .success("testFoo") in testConstructor_JUnit3Test_RunnerType_JUNIT()
55 .success("testDefault_Locale_CANADA") in testRunner_ChangeDefaultLocaleTest()
56 .success("testDefault_Locale_CHINA") in testRunner_ChangeDefaultLocaleTest()
67 .success("testSimple1") in testRunner_SimpleTest2()
68 .success("testSimple2") in testRunner_SimpleTest2()
69 .success("testSimple3") in testRunner_SimpleTest2()
82 .success("testSimple3") in testRunner_SkipPast()
106 .success("testSimple2") in testRunner_SimpleTest2_OneMethod()
118 .success("testSimple1") in testRunner_SimpleTest2_TwoMethod()
119 .success("testSimple3") in testRunner_SimpleTest2_TwoMethod()
[all …]
/external/skqp/tests/
DEncodeTest.cpp51 bool success = GetResourceAsBitmap("images/mandrill_128.png", &bitmap); in test_encode() local
52 if (!success) { in test_encode()
57 success = bitmap.peekPixels(&src); in test_encode()
58 REPORTER_ASSERT(r, success); in test_encode()
59 if (!success) { in test_encode()
64 success = encode(format, &dst0, src); in test_encode()
65 REPORTER_ASSERT(r, success); in test_encode()
69 success = encoder1->encodeRows(1); in test_encode()
70 REPORTER_ASSERT(r, success); in test_encode()
75 success = encoder2->encodeRows(3); in test_encode()
[all …]
/external/angle/src/libANGLE/renderer/gl/egl/
DSurfaceEGL.cpp28 EGLBoolean success = mEGL->destroySurface(mSurface); in ~SurfaceEGL() local
29 ASSERT(success == EGL_TRUE); in ~SurfaceEGL()
41 EGLBoolean success = mEGL->swapBuffers(mSurface); in swap() local
42 if (success == EGL_FALSE) in swap()
53 EGLBoolean success; in swapWithDamage() local
56 success = mEGL->swapBuffersWithDamageKHR(mSurface, rects, n_rects); in swapWithDamage()
60 success = mEGL->swapBuffers(mSurface); in swapWithDamage()
62 if (success == EGL_FALSE) in swapWithDamage()
81 EGLBoolean success = mEGL->presentationTimeANDROID(mSurface, time); in setPresentationTime() local
82 if (success == EGL_FALSE) in setPresentationTime()
[all …]
/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DPerfStatsCollector.java47 boolean success = true; in measure()
52 success = false; in measure()
55 event.finished(success); in measure()
69 boolean success = true; in measure()
74 success = false; in measure()
77 event.finished(success); in measure()
126 public void finished(boolean success) { in finished() argument
132 MetricKey key = new MetricKey(name, success); in finished()
135 metricMap.put(key, metric = new Metric(key.name, key.success)); in finished()
150 private final boolean success; field in PerfStatsCollector.Metric
[all …]
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D142-defined-within-macro.c.expected7 success
11 success
20 success
28 success
38 success
42 success
52 success
60 success
71 success
79 success
[all …]
D142-defined-within-macro.c7 success
11 success
20 success
28 success
38 success
42 success
52 success
60 success
71 success
79 success
[all …]
/external/python/cpython2/Lib/
Dcompileall.py42 success = 1
51 success = 0
58 success = 0
59 return success
72 success = 1
81 return success
93 return success
104 success = 0
107 success = 0
110 success = 0
[all …]
/external/skia/tests/
DEncodeTest.cpp59 bool success = GetResourceAsBitmap("images/mandrill_128.png", &bitmap); in test_encode() local
60 if (!success) { in test_encode()
65 success = bitmap.peekPixels(&src); in test_encode()
66 REPORTER_ASSERT(r, success); in test_encode()
67 if (!success) { in test_encode()
72 success = encode(format, &dst0, src); in test_encode()
73 REPORTER_ASSERT(r, success); in test_encode()
77 success = encoder1->encodeRows(1); in test_encode()
78 REPORTER_ASSERT(r, success); in test_encode()
83 success = encoder2->encodeRows(3); in test_encode()
[all …]
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.cpp1045 bool success = false; in ReadInstruction() local
1047 LLDB_INVALID_ADDRESS, &success); in ReadInstruction()
1048 if (success) { in ReadInstruction()
1053 ReadMemoryUnsigned(read_inst_context, m_addr, 4, 0, &success), in ReadInstruction()
1056 if (!success) in ReadInstruction()
1058 return success; in ReadInstruction()
1062 bool success = false; in EvaluateInstruction() local
1107 ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_pc_mips, 0, &success); in EvaluateInstruction()
1108 if (!success) in EvaluateInstruction()
1113 success = (this->*opcode_data->callback)(mc_insn); in EvaluateInstruction()
[all …]
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.cpp943 bool success = false; in ReadInstruction() local
945 LLDB_INVALID_ADDRESS, &success); in ReadInstruction()
946 if (success) { in ReadInstruction()
951 ReadMemoryUnsigned(read_inst_context, m_addr, 4, 0, &success), in ReadInstruction()
954 if (!success) in ReadInstruction()
956 return success; in ReadInstruction()
960 bool success = false; in EvaluateInstruction() local
1000 ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_pc_mips64, 0, &success); in EvaluateInstruction()
1001 if (!success) in EvaluateInstruction()
1006 success = (this->*opcode_data->callback)(mc_insn); in EvaluateInstruction()
[all …]
/external/llvm-project/mlir/test/Rewrite/
Dpdl-bytecode.mlir20 …pdl_interp.record_match @rewriters::@success(%root : !pdl.operation) : benefit(1), loc([%root]) ->…
27 func @success(%root : !pdl.operation) {
52 …pdl_interp.record_match @rewriters::@success(%root : !pdl.operation) : benefit(1), loc([%root]) ->…
59 func @success(%root : !pdl.operation) {
70 // CHECK: "test.success"(%[[INPUT]]) {constantParams = [42]}
88 …pdl_interp.record_match @rewriters::@success(%root : !pdl.operation) : benefit(1), loc([%root]) ->…
95 func @success(%root : !pdl.operation) {
96 %op = pdl_interp.create_operation "test.success"() -> ()
104 // CHECK: "test.success"
123 …pdl_interp.record_match @rewriters::@success(%root : !pdl.operation) : benefit(2), loc([%root]) ->…
[all …]
/external/vboot_reference/tests/
Dsha_tests.c17 int i, success = 1; in SHA1_tests() local
32 success = 0; in SHA1_tests()
35 return success; in SHA1_tests()
39 int i, success = 1; in SHA256_tests() local
54 success = 0; in SHA256_tests()
57 return success; in SHA256_tests()
61 int i, success = 1; in SHA512_tests() local
76 success = 0; in SHA512_tests()
79 return success; in SHA512_tests()
83 int success = 1; in main() local
[all …]
/external/grpc-grpc/test/cpp/qps/
Dqps_json_driver.cc79 bool* success) { in RunAndReport() argument
101 for (int i = 0; *success && i < result->client_success_size(); i++) { in RunAndReport()
102 *success = result->client_success(i); in RunAndReport()
104 for (int i = 0; *success && i < result->server_success_size(); i++) { in RunAndReport()
105 *success = result->server_success(i); in RunAndReport()
119 bool* success) { in GetCpuLoad() argument
124 auto result = RunAndReport(*scenario, success); in GetCpuLoad()
129 double low, double high, bool* success) { in BinarySearch() argument
132 double current_cpu_load = GetCpuLoad(scenario, mid, success); in BinarySearch()
134 if (!*success) { in BinarySearch()
[all …]
/external/llvm-project/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.cpp111 bool success = false; in ReadInstruction() local
113 LLDB_INVALID_ADDRESS, &success); in ReadInstruction()
114 if (success) { in ReadInstruction()
118 m_opcode.SetOpcode32(ReadMemoryUnsigned(ctx, m_addr, 4, 0, &success), in ReadInstruction()
121 if (!success) in ReadInstruction()
123 return success; in ReadInstruction()
180 bool success = false; in EvaluateInstruction() local
185 ReadRegisterUnsigned(eRegisterKindLLDB, gpr_pc_ppc64le, 0, &success); in EvaluateInstruction()
186 if (!success) in EvaluateInstruction()
191 success = (this->*opcode_data->callback)(opcode); in EvaluateInstruction()
[all …]
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp777 bool success; in WriteBits32Unknown() local
779 ReadRegisterUnsigned(eRegisterKindDWARF, dwarf_r0 + n, 0, &success); in WriteBits32Unknown()
781 if (!success) in WriteBits32Unknown()
923 bool success = false; in EmulatePUSH() local
926 const addr_t sp = ReadCoreReg(SP_REG, &success); in EmulatePUSH()
927 if (!success) in EmulatePUSH()
984 uint32_t reg_value = ReadCoreReg(i, &success); in EmulatePUSH()
985 if (!success) in EmulatePUSH()
996 const uint32_t pc = ReadCoreReg(PC_REG, &success); in EmulatePUSH()
997 if (!success) in EmulatePUSH()
[all …]
/external/minijail/test/
Dlibminijail_test.cpp52 bool success = true; in check_ugid() local
57 success = false; in check_ugid()
62 success = false; in check_ugid()
64 return success; in check_ugid()
68 bool success = true; in check_groups() local
76 success = false; in check_groups()
90 success = false; in check_groups()
94 return success; in check_groups()
123 bool success = check_ugid(kSystemUid); in main() local
124 success = success && check_groups(num_groups, groups); in main()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp51 return Error::success(); in visitTypeBegin()
58 return Error::success(); in visitTypeBegin()
61 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); } in visitTypeEnd()
66 return Error::success(); in visitKnownRecord()
72 return Error::success(); in visitKnownRecord()
87 return Error::success(); in visitKnownRecord()
101 return Error::success(); in visitKnownRecord()
106 return Error::success(); in visitKnownRecord()
111 return Error::success(); in visitKnownRecord()
116 return Error::success(); in visitKnownRecord()
[all …]
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp52 return Error::success(); in visitTypeBegin()
59 return Error::success(); in visitTypeBegin()
62 Error TypeNameComputer::visitTypeEnd(CVType &CVR) { return Error::success(); } in visitTypeEnd()
67 return Error::success(); in visitKnownRecord()
73 return Error::success(); in visitKnownRecord()
89 return Error::success(); in visitKnownRecord()
103 return Error::success(); in visitKnownRecord()
108 return Error::success(); in visitKnownRecord()
113 return Error::success(); in visitKnownRecord()
118 return Error::success(); in visitKnownRecord()
[all …]

12345678910>>...147