/foundation/arkui/napi/test/unittest/cj_native/ |
H A D | test_ark_interop.cpp | 173 PropCase cases[] { in TEST_F() 177 constexpr auto totalCases = std::size(cases); in TEST_F() 181 keys[i] = ARKTS_CreateUtf8(env, &cases[i].k, 1); in TEST_F() 183 (cases[i].writable ? N_WRITABLE : 0) | in TEST_F() 184 (cases[i].enumerable ? N_ENUMERABLE : 0) | in TEST_F() 185 (cases[i].configurable ? N_CONFIGURABLE : 0) in TEST_F() 200 if (cases[i].writable && cases[i].configurable) { in TEST_F() 208 if (cases[i].configurable) { in TEST_F()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | libbpf_probes.c | 98 } cases[] = { in test_libbpf_probe_helpers() local 109 size_t case_cnt = ARRAY_SIZE(cases), i; in test_libbpf_probe_helpers() 113 const struct case_def *d = &cases[i]; in test_libbpf_probe_helpers()
|
/foundation/multimodalinput/input/examples/input_device_display_bind/src/ |
H A D | input_device_display_bind.cpp | 123 int32_t cases = 0; in HandleOptions() local 124 if ((cases = getopt_long(argc, argv, "qs:h?", headOptions, &optionIndex)) != -1) { in HandleOptions() 125 switch (cases) { in HandleOptions()
|
/kernel/linux/linux-5.10/tools/testing/kunit/ |
H A D | kunit_parser.py | 23 self.cases = [] 26 return 'TestSuite(' + self.status + ',' + self.name + ',' + str(self.cases) + ')' 231 max_test_case_status = bubble_up_errors(lambda x: x.status, test_suite.cases) 251 test_suite.cases.append(test_case) 325 for test_case in test_suite.cases:
|
H A D | kunit_json.py | 35 for case in test_suite.cases:
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | sto_res.S | 35 cmpib #3,%d0 |check for fp0/fp1 cases 68 cmpib #3,%d0 |check for fp0/fp1 cases
|
H A D | get_op.S | 482 | Special cases of inf and NaNs are completed outside of decbin. 502 |input is of the special cases of inf and NaN 544 | packed cases, but we must set the FPSR condition codes properly. 554 |input is of the special cases of inf and NaN
|
H A D | sint.S | 39 | For the denormalized cases, force the correct result
|
H A D | setox.S | 37 | but no worse than 10% slower even in the extreme cases. 43 | but no worse than 10% slower even in the extreme cases. 59 | Step 1. Filter out extreme cases of input argument. 75 | to have a small number of cases where |X| is less than,
|
H A D | kernel_ex.S | 5 | fpu for exceptional cases detected or reported within the
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | sto_res.S | 35 cmpib #3,%d0 |check for fp0/fp1 cases 68 cmpib #3,%d0 |check for fp0/fp1 cases
|
H A D | get_op.S | 482 | Special cases of inf and NaNs are completed outside of decbin. 502 |input is of the special cases of inf and NaN 544 | packed cases, but we must set the FPSR condition codes properly. 554 |input is of the special cases of inf and NaN
|
H A D | sint.S | 39 | For the denormalized cases, force the correct result
|
H A D | setox.S | 37 | but no worse than 10% slower even in the extreme cases. 43 | but no worse than 10% slower even in the extreme cases. 59 | Step 1. Filter out extreme cases of input argument. 75 | to have a small number of cases where |X| is less than,
|
H A D | kernel_ex.S | 5 | fpu for exceptional cases detected or reported within the
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kcov.h | 90 void __sanitizer_cov_trace_switch(kcov_u64 val, void *cases);
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_test_ng.cpp | 356 * @tc.cases: case1. Before Image load and ImagePattern windowHide, Image doesn't need resetLoading. in HWTEST_F() 366 * @tc.cases: case2. ImagePattern windowShow and OnNotifyMemoryLevel function will return. in HWTEST_F() 372 * @tc.cases: case3. After Image load and ImagePattern windowHide, pattern will clean data and reset params. in HWTEST_F() 401 * @tc.cases: case1. When SrcImage and AltImage load failed, it will still Create Image NodePaintMethod. in HWTEST_F() 405 * @tc.cases: case2. When SrcImage load successfully, it will Create SrcImage's NodePaintMethod. in HWTEST_F() 410 * @tc.cases: case3. When AltImage load successfully and altImage Rect is valid, it will Create AltImage's in HWTEST_F() 1363 * @tc.cases: case1. layoutWrapper->GetGeometryNode()->GetContent() == nullptr, func will return. in HWTEST_F() 1368 * @tc.cases: case2. layoutWrapper->GetGeometryNode()->GetContent() is true, func success. in HWTEST_F() 1576 std::vector<SizeF> cases = { { 1, 1 }, { 1, Infinity<float>() }, { Infinity<float>(), 1 }, in HWTEST_F() local 1580 layoutConstraintSize.maxSize.SetSizeT(cases[ in HWTEST_F() 1612 std::vector<std::vector<SizeF>> cases = { { { 0, 0 }, { 720, 1440 }, { 0, 0 } }, HWTEST_F() local 1832 std::vector<std::vector<int>> cases = { HWTEST_F() local [all...] |
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | reporter_helper.py | 369 self.cases = [] # need initial to create new object 372 return self.cases 380 # get case context and add to self.cases 394 self.cases.append(case) 395 self.cases.sort(key=lambda x: ( 956 """Construct cases context and render it to file context 1002 replace_str = "<!--{cases.context}-->" 1006 module_name = suite.cases[0].module_name if suite.cases else "" 1010 for index, case in enumerate(suite.cases) [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | kcov.c | 296 void notrace __sanitizer_cov_trace_switch(u64 val, u64 *cases) in __sanitizer_cov_trace_switch() argument 299 u64 count = cases[0]; in __sanitizer_cov_trace_switch() 300 u64 size = cases[1]; in __sanitizer_cov_trace_switch() 320 write_comp_data(type, cases[i + 2], val, _RET_IP_); in __sanitizer_cov_trace_switch()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | kcov.c | 319 u64 *cases = arg; in __sanitizer_cov_trace_switch() local 320 u64 count = cases[0]; in __sanitizer_cov_trace_switch() 321 u64 size = cases[1]; in __sanitizer_cov_trace_switch() 341 write_comp_data(type, cases[i + 2], val, _RET_IP_); in __sanitizer_cov_trace_switch()
|
/kernel/linux/linux-6.6/tools/scripts/ |
H A D | utilities.mak | 187 # errors for one of the cases flex generates code C compilers complains about. 197 # one of the cases flex generates code C compilers complains about.
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_change_callback_test_ng.cpp | 1806 std::vector<std::vector<int>> cases = { { 1, 1, 2, 2 }, { 1, 2, 2, 2 }, { 1, 1, 1, 2 }, { 1, 2, 1, 2 } }; in HWTEST_F() local 1807 for (uint32_t i = 0; i < cases.size(); ++i) { in HWTEST_F() 1808 richEditorPattern->HandleSurfaceChanged(cases[i][0], cases[i][1], cases[i][2], cases[i][3]); in HWTEST_F()
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | lib1funcs.S | 57 @ to save one loop in most cases.
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | lib1funcs.S | 57 @ to save one loop in most cases.
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | entry.S | 242 # are some corner cases (e.g. runtime instrumentation) where ILC is unpredictable.
|