| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/src/ |
| H A D | adbg_run.c | 33 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 D | adbg_case.c | 230 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 D | adbg_expect.c | 180 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 D | compound_expression.cpp | 301 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 D | join.hpp | 59 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 D | split.hpp | 63 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 D | iter_find.hpp | 73 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 D | point_point.hpp | 38 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 D | areal_areal.hpp | 46 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 D | linear_linear.hpp | 42 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 D | multi_point_geometry.hpp | 160 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 D | result.hpp | 1179 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 D | linear_areal.hpp | 52 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 D | point_geometry.hpp | 40 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 D | pci_intf.c | 209 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 D | pci_intf.c | 209 int Result = 0; in rtw_pci_platform_switch_device_pci_aspm() local 212 …Result = 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 D | execute.hpp | 49 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 D | expression.hpp | 43 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 D | math.hpp | 475 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 D | combine_if.hpp | 59 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 D | segmented_next_impl.hpp | 141 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 D | predicate.hpp | 64 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 D | README | 12 "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 D | cx2341x-devel.rst | 237 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 D | test_report_full_text.txt | 2 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
|