Home
last modified time | relevance | path

Searched refs:Result (Results 1 – 25 of 200) sorted by relevance

12345678

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/src/
H A Dadbg_run.c33 ADBG_Result_t Result; member
151 Runner_p->Result.AbortTestSuite = 1; in ADBG_RunSuite()
170 Runner_p->Result.NumTests += Case_p->Result.NumTests + in ADBG_RunSuite()
171 Case_p->Result.NumSubTests; in ADBG_RunSuite()
172 Runner_p->Result.NumFailedTests += in ADBG_RunSuite()
173 Case_p->Result.NumFailedTests + in ADBG_RunSuite()
174 Case_p->Result. in ADBG_RunSuite()
176 Runner_p->Result.NumSubCases++; in ADBG_RunSuite()
177 if (Case_p->Result.NumFailedTests + in ADBG_RunSuite()
178 Case_p->Result.NumFailedSubTests > 0) in ADBG_RunSuite()
[all …]
H A Dadbg_case.c230 Case_p->Result = SubCase_p->Result; in Do_ADBG_EndSubCase()
238 Parent_p->Result.NumSubTests += SubCase_p->Result.NumTests + in Do_ADBG_EndSubCase()
239 SubCase_p->Result.NumSubTests; in Do_ADBG_EndSubCase()
240 Parent_p->Result.NumFailedSubTests += in Do_ADBG_EndSubCase()
241 SubCase_p->Result.NumFailedTests + in Do_ADBG_EndSubCase()
242 SubCase_p->Result. in Do_ADBG_EndSubCase()
244 Parent_p->Result.AbortTestSuite = in Do_ADBG_EndSubCase()
245 SubCase_p->Result.AbortTestSuite; in Do_ADBG_EndSubCase()
246 if (SubCase_p->Result.NumTests > 0 || in Do_ADBG_EndSubCase()
247 SubCase_p->Result.NumSubTests > 0) in Do_ADBG_EndSubCase()
[all …]
H A Dadbg_expect.c180 const bool Result, in Do_ADBG_ExpectCompareSigned() argument
186 if (!ADBG_AssertHelper(Case_p, FileName_p, LineNumber, Result)) { in Do_ADBG_ExpectCompareSigned()
193 return Result; in Do_ADBG_ExpectCompareSigned()
202 const bool Result, in Do_ADBG_ExpectCompareUnsigned() argument
208 if (!ADBG_AssertHelper(Case_p, FileName_p, LineNumber, Result)) { in Do_ADBG_ExpectCompareUnsigned()
215 return Result; in Do_ADBG_ExpectCompareUnsigned()
225 const bool Result, in Do_ADBG_ExpectComparePointer() argument
231 if (!ADBG_AssertHelper(Case_p, FileName_p, LineNumber, Result)) { in Do_ADBG_ExpectComparePointer()
238 return Result; in Do_ADBG_ExpectComparePointer()
255 SubCase_p->Result.NumTests++; in ADBG_AssertHelper()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcompound_expression.cpp301 define("e", []() -> Result<double> { return 2.718281828459045; }); in initializeDefinitions()
302 define("pi", []() -> Result<double> { return 3.141592653589793; }); in initializeDefinitions()
303 define("ln2", []() -> Result<double> { return 0.6931471805599453; }); in initializeDefinitions()
305 define("typeof", [](const Value& v) -> Result<std::string> { return toString(typeOf(v)); }); in initializeDefinitions()
307 define("to-string", [](const Value& value) -> Result<std::string> { in initializeDefinitions()
309 [](const NullValue&) -> Result<std::string> { return std::string(); }, in initializeDefinitions()
310 [](const Color& c) -> Result<std::string> { return c.stringify(); }, // avoid quoting in initializeDefinitions()
311 [](const std::string& s) -> Result<std::string> { return s; }, // avoid quoting in initializeDefinitions()
312 [](const auto& v) -> Result<std::string> { return stringify(v); } in initializeDefinitions()
316 define("to-boolean", [](const Value& v) -> Result<bool> { in initializeDefinitions()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Djoin.hpp59 ResultT Result; in join() local
64 detail::insert(Result, ::boost::end(Result), *itBegin); in join()
71 detail::insert(Result, ::boost::end(Result), ::boost::as_literal(Separator)); in join()
73 detail::insert(Result, ::boost::end(Result), *itBegin); in join()
76 return Result; in join()
110 ResultT Result; in join_if() local
117 detail::insert(Result, ::boost::end(Result), *itBegin); in join_if()
126 detail::insert(Result, ::boost::end(Result), ::boost::as_literal(Separator)); in join_if()
128 detail::insert(Result, ::boost::end(Result), *itBegin); in join_if()
132 return Result; in join_if()
H A Dsplit.hpp63 SequenceSequenceT& Result, in find_all() argument
68 Result, in find_all()
98 SequenceSequenceT& Result, in ifind_all() argument
104 Result, in ifind_all()
141 SequenceSequenceT& Result, in split() argument
147 Result, in split()
H A Diter_find.hpp73 SequenceSequenceT& Result, in iter_find() argument
110 Result.swap(Tmp); in iter_find()
111 return Result; in iter_find()
144 SequenceSequenceT& Result, in iter_split() argument
180 Result.swap(Tmp); in iter_split()
181 return Result; in iter_split()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dpoint_point.hpp38 template <typename Result, typename Strategy>
40 Result & result, in apply()
91 template <typename Result, typename Strategy>
93 Result & result, in apply()
129 template <typename Result, typename Strategy>
131 Result & result, in apply()
143 template <typename Result, typename Strategy>
145 Result & result, in apply()
181 template <bool Transpose, typename MPt1, typename MPt2, typename Result>
183 Result & result) in search_both()
[all …]
H A Dareal_areal.hpp46 typename Result,
54 Result & res, in no_turns_aa_pred()
193 Result & m_result;
212 template <typename Result, typename IntersectionStrategy>
214 Result & result, in apply()
229 interrupt_policy_areal_areal<Result> interrupt_policy(geometry1, geometry2, result); in apply()
248 no_turns_aa_pred<Geometry2, Result, point_in_areal_strategy12_type, false> in apply()
254 no_turns_aa_pred<Geometry1, Result, point_in_areal_strategy21_type, true> in apply()
294 … uncertain_rings_analyser<0, Result, Geometry1, Geometry2, point_in_areal_strategy12_type> in apply()
334 … uncertain_rings_analyser<1, Result, Geometry2, Geometry1, point_in_areal_strategy21_type> in apply()
[all …]
H A Dlinear_linear.hpp42 template <typename Result, typename BoundaryChecker, bool TransposeResult>
46 disjoint_linestring_pred(Result & res, in disjoint_linestring_pred()
109 Result & m_result;
122 template <typename Result, typename IntersectionStrategy>
124 Result & result, in apply()
136 interrupt_policy_linear_linear<Result> interrupt_policy(result); in apply()
149 …disjoint_linestring_pred<Result, boundary_checker<Geometry1>, false> pred1(result, boundary_checke… in apply()
155 …disjoint_linestring_pred<Result, boundary_checker<Geometry2>, true> pred2(result, boundary_checker… in apply()
204 template <typename Result>
210 explicit interrupt_policy_linear_linear(Result & result) in interrupt_policy_linear_linear()
[all …]
H A Dmulti_point_geometry.hpp160 template <typename Result, typename Strategy>
163 Result & result, in apply()
283 template <typename Result, typename PtSegStrategy>
289 Result & result, in item_visitor_type()
339 Result & m_result;
350 template <typename Result, typename Strategy>
355 Result & result, in apply()
358 item_visitor_type<Result, Strategy> visitor(multi_geometry, tc, result, strategy); in apply()
386 template <typename Result, typename Strategy>
391 Result & result, in apply()
[all …]
H A Dresult.hpp1179 template <field F1, field F2, char V, typename Result>
1180 inline void set(Result & res) in set()
1188 template <typename Result>
1189 static inline void apply(Result & res) in apply()
1198 template <typename Result>
1199 static inline void apply(Result & res) in apply()
1205 template <field F1, field F2, char V, bool Transpose, typename Result>
1206 inline void set(Result & res) in set()
1213 template <field F1, field F2, char D, typename Result>
1214 inline void update(Result & res) in update()
[all …]
H A Dlinear_areal.hpp52 typename Result,
61 Result & res, in no_turns_la_linestring_pred()
151 Result & m_result;
158 template <typename Result, bool TransposeResult>
162 no_turns_la_areal_pred(Result & res) in no_turns_la_areal_pred()
196 Result & m_result;
240 template <typename Result, typename IntersectionStrategy>
242 Result & result, in apply()
257 interrupt_policy_linear_areal<Geometry2, Result> interrupt_policy(geometry2, result); in apply()
267 Result, in apply()
[all …]
H A Dpoint_geometry.hpp40 template <typename Result, typename Strategy>
41 …static inline void apply(Point const& point, Geometry const& geometry, Result & result, Strategy c… in apply()
96 template <typename Result, typename Strategy>
97 …static inline void apply(Geometry const& geometry, Point const& point, Result & result, Strategy c… in apply()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dpci_intf.c209 s32 Result; in rtw_set_pci_cache_line_size() local
219 Result = pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, ucPciCacheLineSize); in rtw_set_pci_cache_line_size()
221 if (Result != 0) { in rtw_set_pci_cache_line_size()
222 RTW_INFO("pci_write_config_byte (CacheLineSize) Result=%d\n", Result); in rtw_set_pci_cache_line_size()
226 Result = pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &ucPciCacheLineSize); in rtw_set_pci_cache_line_size()
227 if (Result != 0) { in rtw_set_pci_cache_line_size()
228 RTW_INFO("pci_read_config_byte (PciCacheLineSize) Result=%d\n", Result); in rtw_set_pci_cache_line_size()
257 int Result, ret = _FAIL; in rtw_pci_parse_configuration() local
272 Result = pci_write_config_word(pdev, PCI_COMMAND, usPciCommand); in rtw_pci_parse_configuration()
273 if (Result != 0) { in rtw_pci_parse_configuration()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Dpci_intf.c209 int Result = 0; in rtw_pci_platform_switch_device_pci_aspm() local
212Result = pci_write_config_byte(pdvobjpriv->ppcidev, pcipriv->pciehdr_offset + 0x10, value); /* ena… in rtw_pci_platform_switch_device_pci_aspm()
214 if (Result != 0) { in rtw_pci_platform_switch_device_pci_aspm()
483 s32 Result; in rtw_set_pci_cache_line_size() local
493 Result = pci_write_config_byte(pdev, PCI_CACHE_LINE_SIZE, ucPciCacheLineSize); in rtw_set_pci_cache_line_size()
495 if (Result != 0) { in rtw_set_pci_cache_line_size()
496 RTW_INFO("pci_write_config_byte (CacheLineSize) Result=%d\n", Result); in rtw_set_pci_cache_line_size()
500 Result = pci_read_config_byte(pdev, PCI_CACHE_LINE_SIZE, &ucPciCacheLineSize); in rtw_set_pci_cache_line_size()
501 if (Result != 0) { in rtw_set_pci_cache_line_size()
502 RTW_INFO("pci_read_config_byte (PciCacheLineSize) Result=%d\n", Result); in rtw_set_pci_cache_line_size()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dexecute.hpp49 template<typename Result>
51 typedef Result result_type;
53 static Result execute(Op op) { return op(); } in execute()
68 typename Result = // VC6.5 workaround.
77 : execute_traits_impl<Result>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dexpression.hpp43 class Result : private variant<EvaluationError, T> { class
48 Result() = default;
82 class EvaluationResult : public Result<Value> {
84 using Result::Result; // NOLINT
89 Result(toExpressionValue(arr)) in EvaluationResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp475 template <typename Result, typename Source,
476 bool ResultIsInteger = std::numeric_limits<Result>::is_integer,
480 static inline Result apply(Source const& v) in apply()
482 return boost::numeric_cast<Result>(v); in apply()
497 template <typename Result, typename Source>
498 struct rounding_cast<Result, Source, true, false>
500 static inline Result apply(Source const& v) in apply()
502 return boost::numeric_cast<Result>(v < Source(0) ? in apply()
768 template <typename Result, typename T>
769 inline Result rounding_cast(T const& v) in rounding_cast()
[all …]
H A Dcombine_if.hpp59 template <typename Result, typename T>
62 typedef typename boost::mpl::fold<Sequence2, Result,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/detail/
H A Dsegmented_next_impl.hpp141 typename Result =
144 is_invalid<Result>::value>
157 template <typename Stack, typename Sequence, typename Result>
158 struct segmented_next_impl_recurse2<Stack, Sequence, Result, false>
160 typedef Result type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/
H A Dpredicate.hpp64 iterator_range<ForwardIterator1T> Result in ends_with_iter_select() local
69 return !Result.empty() && Result.end()==End; in ends_with_iter_select()
/OK3568_Linux_fs/kernel/tools/memory-model/scripts/
H A DREADME12 "Result:" comment lines.
17 archive that are C-language and that have "Result:" comment lines
29 Check a single litmus test against its "Result:" expected result.
47 .litmus.out file against the .litmus file's "Result:" comment to
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst237 4-19 Parameter/Result
302 Result[0]
307 Result[1]
324 Result[0]
366 Result[0]
402 Result[0]
407 Result[1]
412 Result[2]
417 Result[3]
422 Result[4]
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/template/
H A Dtest_report_full_text.txt2 Test Result Status Summary (Counts/Percentages sorted by testseries, ID)
17 {{ machine }} PTest Result Summary
33 {{ machine }} Ltp Test Result Summary
49 {{ machine }} Ltp Posix Result Summary

12345678