Home
last modified time | relevance | path

Searched full:passed (Results 1 – 25 of 27255) sorted by relevance

12345678910>>...1091

/aosp_15_r20/external/pigweed/pw_presubmit/py/
H A Dbazel_parser_test.py130 //pw_allocator:block_test (cached) PASSED in 0.1s
131 //pw_allocator:freelist_heap_test (cached) PASSED in 0.1s
132 //pw_allocator:freelist_test (cached) PASSED in 0.0s
133 //pw_analog:analog_input_test (cached) PASSED in 0.1s
134 //pw_analog:microvolt_input_test (cached) PASSED in 0.0s
135 //pw_arduino_build/py:builder_test (cached) PASSED in 0.7s
136 //pw_arduino_build/py:file_operations_test (cached) PASSED in 1.0s
137 //pw_assert:assert_backend_compile_test (cached) PASSED in 0.2s
138 //pw_assert:assert_facade_test (cached) PASSED in 0.1s
139 //pw_async:fake_dispatcher_test (cached) PASSED in 0.1s
[all …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/binary/
DKTapResultParserTest.java85 {"main_test.example_test_1.test_1", "PASSED", ""}, in test_doc_example_tap()
87 {"main_test.example_test_2.test_2", "PASSED", ""}, in test_doc_example_tap()
88 {"main_test.example_test_3.test_1", "PASSED", ""}, in test_doc_example_tap()
126 {"main_test.example_test_1.test_1", "PASSED", ""}, in test_partial_tap()
128 {"main_test.example_test_2.test_2", "PASSED", ""}, in test_partial_tap()
129 {"main_test.example_test_3.test_1", "PASSED", ""}, in test_partial_tap()
349 "PASSED", in test_ext4_inode_test_ktap()
354 "PASSED", in test_ext4_inode_test_ktap()
359 "PASSED", in test_ext4_inode_test_ktap()
364 "PASSED", in test_ext4_inode_test_ktap()
[all …]
/aosp_15_r20/cts/tests/tests/rscpp/librscpptest/
H A Drs_jni_element.cpp41 bool passed = true; in Java_android_cts_rscpp_RSElementTest_testCreatePixel() local
42 passed &= (Element::createPixel(mRS, in Java_android_cts_rscpp_RSElementTest_testCreatePixel()
45 passed &= (Element::createPixel(mRS, in Java_android_cts_rscpp_RSElementTest_testCreatePixel()
48 passed &= (Element::createPixel(mRS, in Java_android_cts_rscpp_RSElementTest_testCreatePixel()
51 passed &= (Element::createPixel(mRS, in Java_android_cts_rscpp_RSElementTest_testCreatePixel()
54 passed &= (Element::createPixel(mRS, in Java_android_cts_rscpp_RSElementTest_testCreatePixel()
57 passed &= (Element::createPixel(mRS, in Java_android_cts_rscpp_RSElementTest_testCreatePixel()
61 return passed; in Java_android_cts_rscpp_RSElementTest_testCreatePixel()
73 bool passed = true; in Java_android_cts_rscpp_RSElementTest_testCreateVector() local
75 passed &= (Element::createVector(mRS, RS_TYPE_FLOAT_32, len) != nullptr); in Java_android_cts_rscpp_RSElementTest_testCreateVector()
[all …]
H A Drs_jni_type.cpp70 bool passed = true; in Java_android_cts_rscpp_RSTypeTest_testCreate() local
72 passed &= testTypeBuilderHelper(mRS, Element::A_8(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
73 passed &= testTypeBuilderHelper(mRS, Element::RGB_565(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
74 passed &= testTypeBuilderHelper(mRS, Element::RGB_888(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
75 passed &= testTypeBuilderHelper(mRS, Element::RGBA_8888(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
76 passed &= testTypeBuilderHelper(mRS, Element::F32(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
77 passed &= testTypeBuilderHelper(mRS, Element::F32_2(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
78 passed &= testTypeBuilderHelper(mRS, Element::F32_3(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
79 passed &= testTypeBuilderHelper(mRS, Element::F32_4(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
80 passed &= testTypeBuilderHelper(mRS, Element::BOOLEAN(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
[all …]
H A Drs_jni_allocation.cpp147 bool passed = true; in helperCopy1D() local
180 passed = false; in helperCopy1D()
187 return passed; in helperCopy1D()
193 bool passed = true; in helperFloatAllocationCopy1D() local
213 passed = false; in helperFloatAllocationCopy1D()
220 return passed; in helperFloatAllocationCopy1D()
240 bool passed = true; in helperCopy2D() local
267 passed = false; in helperCopy2D()
274 return passed; in helperCopy2D()
281 bool passed = true; in helperFloatAllocationCopy2D() local
[all …]
/aosp_15_r20/external/e2fsprogs/tests/f_ind_inode_collision/
H A Dexpect.116 Multiply-claimed block(s) in inode 12: 41 40Illegal block number passed to ext2fs_test_block_bitmap…
17 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map
18 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map
19 Illegal block number passed to ext2fs_test_block_bitmap #16877 for multiply claimed block map
20 Illegal block number passed to ext2fs_test_block_bitmap #4096 for multiply claimed block map
21 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map
22 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map
23 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map
24 Illegal block number passed to ext2fs_test_block_bitmap #196608 for multiply claimed block map
25 …34 8 3Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed blo…
[all …]
/aosp_15_r20/external/pthreadpool/src/
H A Dthreadpool-object.h86 …* Copy of the default_uarch_index argument passed to the pthreadpool_parallelize_1d_with_uarch fun…
90 …* Copy of the max_uarch_index argument passed to the pthreadpool_parallelize_1d_with_uarch functio…
97 * Copy of the range argument passed to the pthreadpool_parallelize_1d_tile_1d function.
101 * Copy of the tile argument passed to the pthreadpool_parallelize_1d_tile_1d function.
108 * FXdiv divisor for the range_j argument passed to the pthreadpool_parallelize_2d function.
115 * Copy of the range_j argument passed to the pthreadpool_parallelize_2d_tile_1d function.
119 * Copy of the tile_j argument passed to the pthreadpool_parallelize_2d_tile_1d function.
130 * Copy of the range_i argument passed to the pthreadpool_parallelize_2d_tile_2d function.
134 * Copy of the tile_i argument passed to the pthreadpool_parallelize_2d_tile_2d function.
138 * Copy of the range_j argument passed to the pthreadpool_parallelize_2d_tile_2d function.
[all …]
/aosp_15_r20/external/libwebsockets/READMEs/
H A DREADME.ctest.md79 1/73 Test #71: st_wcs_srv .................................. Passed 5.01 sec
81 2/73 Test #43: st_hcp_srv .................................. Passed 5.01 sec
83 3/73 Test #19: st_hcmp_srv ................................. Passed 5.01 sec
85 4/73 Test #17: st_hcm_srv .................................. Passed 5.01 sec
87 5/73 Test #55: st_ssproxyctx ............................... Passed 1.02 sec
89 6/73 Test #52: st_ssproxy .................................. Passed 1.02 sec
91 7/73 Test #67: st_sstfproxy ................................ Passed 1.01 sec
93 8/73 Test #60: st_ssprxsmd_sspc ............................ Passed 1.01 sec
95 9/73 Test #63: st_mulssprxsmd_sspc ......................... Passed 1.02 sec
97 10/73 Test #73: ws-client-spam .............................. Passed 12.21 sec
[all …]
/aosp_15_r20/art/test/107-int-math2/
H A Dexpected-stdout.txt1 divideLongByBillion PASSED
2 unopTest PASSED
3 shiftTest1 PASSED
4 shiftTest2 PASSED
5 unsignedShiftTest PASSED
6 convTest PASSED
7 charSubTest PASSED
8 intOperTest PASSED
9 lit16Test PASSED
10 lit8Test PASSED
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp220 bool passed = true; in getUniformLocations() local
226 passed &= (0 <= location); in getUniformLocations()
227 if (passed) in getUniformLocations()
330 …LayoutBindingTestResult(bool passed = true, const String &reason = String(), bool notRunforThisCon… in LayoutBindingTestResult() argument
331 : m_passed(passed) in LayoutBindingTestResult()
1099 bool passed = true; in iterate() local
1139 passed &= result.testPassed(); in iterate()
1149 getContext().getTestContext().setTestResult(passed ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate()
1150 passed ? "Pass" : "Fail"); in iterate()
1162 bool passed = true; in drawTestCompute() local
[all …]
/aosp_15_r20/external/OpenCSD/decoder/tests/source/
H A Dmem_acc_test.cpp183 int passed = 0, failed = 0; in test_overlap_regions() local
196 passed++; in test_overlap_regions()
209 passed++; in test_overlap_regions()
219 passed++; in test_overlap_regions()
230 passed++; in test_overlap_regions()
243 passed++; in test_overlap_regions()
247 tests_passed += passed; in test_overlap_regions()
250 log_test_end(__FUNCTION__, passed, failed); in test_overlap_regions()
408 int passed = 0, failed = 0; in test_trcid_cache_mem_cb() local
445 read_and_check_from_range(read_test_idx++, 0, ranges, 0, true) ? passed++ : failed++; in test_trcid_cache_mem_cb()
[all …]
/aosp_15_r20/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
H A DMockImeSession.java394 * @param imeSettings Key-value pairs to be passed to the {@link MockIme}.
553 * @param commandName command to be passed to {@link MockIme}
554 * @param params {@link Bundle} to be passed to {@link MockIme} as a parameter set of
556 * @return {@link ImeCommand} that is sent to {@link MockIme}. It can be passed to
582 * @return {@link ImeCommand} object that can be passed to
597 * @return {@link ImeCommand} object that can be passed to
614 * @return {@link ImeCommand} object that can be passed to
629 * @return {@link ImeCommand} object that can be passed to
652 * @param n to be passed as the {@code n} parameter.
653 * @param flag to be passed as the {@code flag} parameter.
[all …]
/aosp_15_r20/art/test/011-array-copy/
H A Dexpected-stdout.txt16 arraycopy(char) const case 2 passed
17 arraycopy(char) const case 3 passed
18 arraycopy(char) const case 5 passed
19 arraycopy(char) const case 7 passed
20 arraycopy(char) const case 8 passed
21 arraycopy(char) const case 9 passed
22 arraycopy(char) const case 11 passed
23 arraycopy(char) 0 passed
24 arraycopy(char) 1 passed
25 arraycopy(char) 3 passed
[all …]
/aosp_15_r20/external/clang/test/Sema/
H A Dwarn-documentation.cpp98 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
102 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
106 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
111 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
118 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
191 // expected-warning@+1 {{empty paragraph passed to '\param' command}}
196 // expected-warning@+1 {{empty paragraph passed to '\param' command}}
415 // expected-warning@+1 {{empty paragraph passed to '\tparam' command}}
558 // expected-warning@+1 {{empty paragraph passed to '\invariant' command}}
678 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
[all …]
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DNeuralNetworks.cpp664 LOG(ERROR) << "ANeuralNetworks_getDeviceCount passed a nullptr"; in ANeuralNetworks_getDeviceCount()
673 LOG(ERROR) << "ANeuralNetworks_getDevice passed a nullptr"; in ANeuralNetworks_getDevice()
678 LOG(ERROR) << "ANeuralNetworks_getDevice passed an invalid device index"; in ANeuralNetworks_getDevice()
687 LOG(ERROR) << "ANeuralNetworksDevice_getName passed a nullptr"; in ANeuralNetworksDevice_getName()
697 LOG(ERROR) << "ANeuralNetworksDevice_getVersion passed a nullptr"; in ANeuralNetworksDevice_getVersion()
707 LOG(ERROR) << "ANeuralNetworksDevice_getType passed a nullptr"; in ANeuralNetworksDevice_getType()
745 LOG(ERROR) << "ANeuralNetworksDevice_getFeatureLevel passed a nullptr"; in ANeuralNetworksDevice_getFeatureLevel()
759 LOG(ERROR) << "ANeuralNetworksDevice_wait passed a nullptr"; in ANeuralNetworksDevice_wait()
771 LOG(ERROR) << "ANeuralNetworksModel_getSupportedOperationsForDevices passed a nullptr"; in ANeuralNetworksModel_getSupportedOperationsForDevices()
775 LOG(ERROR) << "ANeuralNetworksModel_getSupportedOperationsForDevices passed an empty " in ANeuralNetworksModel_getSupportedOperationsForDevices()
[all …]
/aosp_15_r20/frameworks/base/core/java/android/inputmethodservice/
H A DIRemoteInputConnectionInvoker.java189 * @param length {@code length} parameter to be passed.
190 * @param flags {@code flags} parameter to be passed.
210 * @param length {@code length} parameter to be passed.
211 * @param flags {@code flags} parameter to be passed.
231 * @param flags {@code flags} parameter to be passed.
252 * @param beforeLength {@code beforeLength} parameter to be passed.
253 * @param afterLength {@code afterLength} parameter to be passed.
254 * @param flags {@code flags} parameter to be passed.
276 * @param reqModes {@code reqModes} parameter to be passed.
296 * @param request {@code request} parameter to be passed.
[all …]
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Difapi_policy_calculate.c67 * is computed. The passed policy digest will be extended with this data
75 * @retval TSS2_FAPI_RC_BAD_VALUE if an invalid value was passed into
78 * @retval TSS2_FAPI_RC_BAD_REFERENCE a invalid null pointer is passed.
102 /* Compute of the index of the current policy in the passed digest list */ in ifapi_compute_policy_pcr()
115 /* Update the passed policy. */ in ifapi_compute_policy_pcr()
138 * A policy hash based on a passed policy digest, the policy command code,
141 * command code and the passed digest, and optionaly the name is computed.
154 * @retval TSS2_FAPI_RC_BAD_REFERENCE a invalid null pointer is passed.
156 * @retval TSS2_FAPI_RC_BAD_VALUE if an invalid value was passed into
176 /* First compute hash from passed policy digest and command code in calculate_policy_key_param()
[all …]
/aosp_15_r20/external/testng/src/test/java/test/methodselectors/
H A DCommandLineTest.java56 String[] passed = { in commandLineNegativePriorityAllGroups() local
61 verifyTests("Passed", passed, tla.getPassedTests()); in commandLineNegativePriorityAllGroups()
70 String[] passed = { in commandLineNegativePriorityGroup2() local
75 verifyTests("Passed", passed, tla.getPassedTests()); in commandLineNegativePriorityGroup2()
85 String[] passed = { in commandLineLessThanPriorityTest1Test() local
90 verifyTests("Passed", passed, tla.getPassedTests()); in commandLineLessThanPriorityTest1Test()
100 String[] passed = { in commandLineGreaterThanPriorityTest1Test2() local
105 verifyTests("Passed", passed, tla.getPassedTests()); in commandLineGreaterThanPriorityTest1Test2()
114 String[] passed = { in commandLineLessThanPriorityAllTests() local
119 verifyTests("Passed", passed, tla.getPassedTests()); in commandLineLessThanPriorityAllTests()
[all …]
/aosp_15_r20/external/python/mobly/tests/mobly/
Dbase_test_test.py98 actual_record = bt_cls.results.passed[0]
118 actual_record = bt_cls.results.passed[0]
160 actual_record = bt_cls.results.passed[0]
201 actual_record = bt_cls.results.passed[0]
239 actual_record = bt_cls.results.passed[0]
339 'Error 1, Executed 0, Failed 0, Passed 0, Requested 2, Skipped 2'
370 test_record = bt_cls.results.passed[0]
379 'Error 1, Executed 1, Failed 0, Passed 1, Requested 1, Skipped 0'
414 test_record = bt_cls.results.passed[0]
417 'Error 0, Executed 1, Failed 0, Passed 1, Requested 1, Skipped 0'
[all …]
/aosp_15_r20/external/pdfium/testing/resources/javascript/xfa_specific/
H A Dxfa_layout_pseudomodel_expected.txt3 Alert: PASS: xfa.layout.absPage() threw XFAObject.absPage: Incorrect number of parameters passed to…
4 …fa.layout.absPage(1, 2) threw XFAObject.absPage: Incorrect number of parameters passed to function.
10 …absPageInBatch() threw XFAObject.absPageInBatch: Incorrect number of parameters passed to function.
11 …ageInBatch(1, 2) threw XFAObject.absPageInBatch: Incorrect number of parameters passed to function.
13 …ayout.absPageSpan() threw XFAObject.absPageSpan: Incorrect number of parameters passed to function.
14 …t.absPageSpan(1, 2) threw XFAObject.absPageSpan: Incorrect number of parameters passed to function.
16 Alert: PASS: xfa.layout.h() threw XFAObject.h: Incorrect number of parameters passed to function.
17 …h(4, 'is', 'toomany', 'args') threw XFAObject.h: Incorrect number of parameters passed to function.
21 Alert: PASS: xfa.layout.page() threw XFAObject.page: Incorrect number of parameters passed to funct…
22 Alert: PASS: xfa.layout.page(1, 2) threw XFAObject.page: Incorrect number of parameters passed to f…
[all …]
/aosp_15_r20/external/pdfium/testing/resources/javascript/
H A Dpublic_methods_expected.txt2 Alert: PASS: AFDate_Format() threw AFDate_Format: Incorrect number of parameters passed to function.
3 Alert: PASS: AFDate_Format(1, 2) threw AFDate_Format: Incorrect number of parameters passed to func…
9 Alert: PASS: AFDate_FormatEx() threw AFDate_FormatEx: Incorrect number of parameters passed to func…
10 Alert: PASS: AFDate_FormatEx(1, 2) threw AFDate_FormatEx: Incorrect number of parameters passed to …
17 Alert: PASS: AFDate_Keystroke() threw AFDate_Keystroke: Incorrect number of parameters passed to fu…
18 Alert: PASS: AFDate_Keystroke(1, 2) threw AFDate_Keystroke: Incorrect number of parameters passed t…
31 Alert: PASS: AFExtractNums() threw AFExtractNums: Incorrect number of parameters passed to function.
32 Alert: PASS: AFExtractNums(1, 2) threw AFExtractNums: Incorrect number of parameters passed to func…
35 Alert: PASS: AFMakeNumber() threw AFMakeNumber: Incorrect number of parameters passed to function.
36 Alert: PASS: AFMakeNumber(1, 2) threw AFMakeNumber: Incorrect number of parameters passed to functi…
[all …]
/aosp_15_r20/external/testng/src/test/java/test/
H A DJUnitTest1.java30 String[] passed = { in methodsThatStartWithTest() local
36 verifyTests("Passed", passed, getPassedTests()); in methodsThatStartWithTest()
44 String[] passed = { in methodsWithSetup() local
50 verifyTests("Passed", passed, getPassedTests()); in methodsWithSetup()
58 String[] passed = { in testSuite() local
65 verifyTests("Passed", passed, getPassedTests()); in testSuite()
73 String[] passed = { in testNewInstance() local
79 verifyTests("Passed", passed, getPassedTests()); in testNewInstance()
87 String[] passed = { in setUpFailingShouldCauseMethodsToBeSkipped() local
95 verifyTests("Passed", passed, getPassedTests()); in setUpFailingShouldCauseMethodsToBeSkipped()
[all …]
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Dpickle_unittest.cc334 [&](std::vector<PickledStructChromium> passed) { in TEST_F() argument
335 ASSERT_EQ(2u, passed.size()); in TEST_F()
336 EXPECT_EQ(1, passed[0].foo()); in TEST_F()
337 EXPECT_EQ(2, passed[0].bar()); in TEST_F()
338 EXPECT_EQ(0, passed[0].baz()); in TEST_F()
339 EXPECT_EQ(3, passed[1].foo()); in TEST_F()
340 EXPECT_EQ(4, passed[1].bar()); in TEST_F()
341 EXPECT_EQ(0, passed[1].baz()); in TEST_F()
373 [&](std::vector<std::vector<PickledStructChromium>> passed) { in TEST_F() argument
374 ASSERT_EQ(2u, passed.size()); in TEST_F()
[all …]
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/
H A Dface.py175 abortion_callback: A callable to be called and passed an Abortion value
256 """A context object passed to method implementations."""
376 metadata: A metadata value to be passed to the service-side of
399 metadata: A metadata value to be passed to the service-side of
426 receiver: A ResponseReceiver to be passed the response data of the RPC.
427 abortion_callback: A callback to be called and passed an Abortion value
430 metadata: A metadata value to be passed to the service-side of
451 metadata: A metadata value to be passed to the service-side of
477 receiver: A ResponseReceiver to be passed the response data of the RPC.
478 abortion_callback: A callback to be called and passed an Abortion value
[all …]
/aosp_15_r20/external/crosvm/crosvm_control/src/
H A Dlib.rs62 /// This function is safe when the caller ensures the socket_path raw pointer can be safely passed
79 /// Function is unsafe due to raw pointer usage - a null pointer could be passed in. Usage of
81 /// null pointers are passed.
100 /// Function is unsafe due to raw pointer usage - a null pointer could be passed in. Usage of
102 /// null pointers are passed.
124 /// Function is unsafe due to raw pointer usage - a null pointer could be passed in. Usage of
126 /// null pointers are passed.
147 /// Function is unsafe due to raw pointer usage - a null pointer could be passed in. Usage of
149 /// null pointers are passed.
168 /// Function is unsafe due to raw pointer usage - a null pointer could be passed in. Usage of
[all …]

12345678910>>...1091