/ohos5.0/drivers/peripheral/camera/test/ut/pipeline_core/ |
H A D | stream_pipeline_dispatcher_test.cpp | 65 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgr); variable 70 std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::Create(streamMgr); variable 89 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgrConf); variable 94 std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::Create(streamMgrConf); variable 113 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgrAbConf); variable 118 std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::Create(streamMgrAbConf); variable
|
H A D | stream_pipeline_builder_test.cpp | 67 std::unique_ptr<StreamPipelineStrategy> s = StreamPipelineStrategy::Create(streamMgr); variable 72 std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::Create(streamMgr); variable 87 std::unique_ptr<StreamPipelineBuilder> b = StreamPipelineBuilder::Create(streamMgr); variable
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | par_iter.rs | 26 let b = vec![2, 3, 4, 5]; in sdv_par_iter_test() localVariable 39 let s = a.iter().copied().collect::<HashSet<i32>>(); in sdv_par_iter_test() localVariable
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | pubdef.h | 29 #define B_TO_M(b) ((b) / 1024 / 1024) argument 33 #define B_TO_K(b) ((b) / 1024) argument 40 #define SECOND_TO_HOUR(s) ((s) / 3600) argument
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | utils.h | 37 #define UTILS_MIN(a, b) ((a) < (b) ? (a) : (b)) argument 38 #define UTILS_MAX(a, b) ((a) > (b) ? (a) : (b)) argument 43 #define FILLP_UTILS_S2US(s) ((s) * 1000000) argument 82 …LLP_BOOL UtilsIpv6AddrMatch(FILLP_CONST struct sockaddr_in6 *a, FILLP_CONST struct sockaddr_in6 *b) in UtilsIpv6AddrMatch() 93 #define UTILS_ADDR_FAMILY_MATCH(a, b) (((struct sockaddr_in *)(void *)(a))->sin_family == \ argument 96 #define UTILS_ADDR_PORT_MATCH(a, b) (((struct sockaddr_in *)(void *)(a))->sin_port == \ argument 99 #define UTILS_IPV4_ADDR_MATCH(a, b) ((a)->sin_addr.s_addr == (b)->sin_addr.s_addr && \ argument 102 #define UTILS_IPV6_ADDR_MATCH(a, b) (UTILS_ADDR_PORT_MATCH((a), (b)) && \ argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_color_picker.cpp | 156 double r, g, b; in RGB2HSV() local 157 double h, s, v; in RGB2HSV() local 231 uint32_t r, g, b; in HSVtoRGB() local
|
/ohos5.0/base/security/security_component_manager/frameworks/common/src/ |
H A D | sec_comp_tool.cpp | 43 static inline double MaxValue(double a, double b, double c) in MaxValue() 48 static inline double MinValue(double a, double b, double c) in MinValue() 55 double s; member 59 static HsvColor RgbToHsv(uint8_t r, uint8_t g, uint8_t b) in RgbToHsv()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | brush.cpp | 76 void Brush::SetARGB(int a, int r, int g, int b) in SetARGB() 86 void Brush::SetColor(const Color4f& cf, std::shared_ptr<ColorSpace> s) in SetColor()
|
H A D | paint.cpp | 152 void Paint::SetARGB(int a, int r, int g, int b) in SetARGB() 157 void Paint::SetColor(const Color4f& cf, std::shared_ptr<ColorSpace> s) in SetColor()
|
H A D | pen.cpp | 57 void Pen::SetARGB(int a, int r, int g, int b) in SetARGB() 77 void Pen::SetColor(const Color4f& cf, std::shared_ptr<ColorSpace> s) in SetColor()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 92 async onRemoteMessageRequest(s, t, u, v) { argument 294 async onRemoteMessageRequest(s, t, u, v) { argument 611 async onRemoteMessageRequest(s, t, u, v) { argument 682 async onRemoteMessageRequest(s, t, u, v) { argument 899 async function b(o5) { function
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | string.h | 634 basic_string& append(const string_view& b) in append() 639 basic_string& append(const string_view& b, size_type pos) in append() 646 basic_string& append(const string_view& b, size_type pos, size_type count) in append() 676 int compare(CharT const* const s) const in compare() 681 int compare(size_type pos1, size_type count1, CharT const* const s) const in compare() 686 int compare(size_type pos1, size_type count1, CharT const* const s, size_type count2) const in compare() 746 bool starts_with(const CharT* s) const in starts_with() 762 bool ends_with(const CharT* s) const in ends_with()
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | lru_cache_disk_handler.cpp | 183 std::sort(nodeVec.begin(), nodeVec.end(), [](Node &a, Node &b) { in ReadCacheFromJsonValue() 221 std::stringstream b; in Read() local 271 std::string s = jsonStr; in WriteJsonValueToFile() local
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_common.c | 53 int a, b; in hex2byte() local 234 static int HdiRsnIdToCipher(const uint8_t *s) in HdiRsnIdToCipher() 248 static int HdiRsnIdToCipherSuite(const uint8_t *s) in HdiRsnIdToCipherSuite() 283 static int HdiKeyMgmtToAuthMgmt(const uint8_t *s) in HdiKeyMgmtToAuthMgmt() 297 static int HdiRsnKeyMgmtToAuthMgmt(const uint8_t *s) in HdiRsnKeyMgmtToAuthMgmt()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/ |
H A D | hisysevent_c.h | 64 bool b; member 75 char *s; member
|
/ohos5.0/foundation/window/window_manager/utils/include/ |
H A D | wm_occlusion_region.h | 35 Rect(int l, int t, int r, int b) : left_(l), top_(t), right_(r), bottom_(b) {} in Rect() 94 Node(int s, int e) : start_(s), end_(e), mid_((s + e) >> 1) {} in Node()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_paint.cpp | 51 if (const ShaderEffect* s = brush.GetShaderEffectPtr()) { in BrushToSkPaint() local 57 if (const Blender* b = brush.GetBlenderPtr()) { in BrushToSkPaint() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/ |
H A D | color_picker.cpp | 209 uint32_t b = GetARGB32ColorB(color); in RGB2GRAY() local 238 uint32_t b = GetARGB32ColorB(color); in CalcRelaticeLuminance() local 666 double r, g, b; in RGB2HSV() local 667 double h, s, v; in RGB2HSV() local 741 uint32_t r, g, b; in HSVtoRGB() local
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_math.h | 46 #define MATH_MAX(a, b) ((a) > (b) ? (a) : (b)) argument 50 #define MATH_MIN(a, b) ((a) < (b) ? (a) : (b)) argument 58 #define MATH_MINUS(a, b) ((a) < (b) ? ((b) - (a)) : ((a) - (b))) argument 66 #define MATH_FLT_EQUAL(a, b) (MATH_ABS((a) - (b)) <= UI_FLT_EPSILON) argument 567 T s = static_cast<T>(Sin(angle)); in Rotate() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | hdi_sink.c | 204 static void ConvertFrom16BitToFloat(unsigned n, const int16_t *a, float *b) in ConvertFrom16BitToFloat() 211 static void ConvertFrom24BitToFloat(unsigned n, const uint8_t *a, float *b) in ConvertFrom24BitToFloat() 214 int32_t s = Read24Bit(a) << BIT_8; in ConvertFrom24BitToFloat() local 221 static void ConvertFrom32BitToFloat(unsigned n, const int32_t *a, float *b) in ConvertFrom32BitToFloat() 239 static void ConvertFromFloatTo16Bit(unsigned n, const float *a, int16_t *b) in ConvertFromFloatTo16Bit() 248 static void ConvertFromFloatTo24Bit(unsigned n, const float *a, uint8_t *b) in ConvertFromFloatTo24Bit() 1705 pa_sink *s; in CheckOnlyPrimarySpeakerPaLoading() local 2015 static void UnsetSinkVolume(pa_sink *s) in UnsetSinkVolume() 2193 const bool b = (bool)ps->sink_input->thread_info.resampler; in GetOffloadRenderLength() local 2445 pa_sink *s = u->sink; in ProcessRenderUseTimingOffload() local [all …]
|
/ohos5.0/base/security/asset/services/db_operator/src/ |
H A D | statement.rs | 58 pub(crate) fn prepare(sql: &str, db: &'b Database) -> Result<Statement<'b>> { in prepare() 120 let s = unsafe { SqliteColumnName(self.handle as _, n) }; in query_column_name() localVariable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_program_gles.cpp | 36 #define BIND_MAP_4_4(a, b) (((a) << 4) | (b)) argument 399 const auto& s = pipelineLayout.descriptorSetLayouts[set]; in BuildBindInfos() local 404 for (const auto& b : s.bindings) { in BuildBindInfos() local 480 for (auto& s : samplers) { in BuildBindInfos() local 673 for (const auto& b : combSets) { in Specialize() local
|
/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/ |
H A D | config_policy_utils.c | 82 static inline size_t Min(size_t a, size_t b) in Min() 87 static inline size_t Max(size_t a, size_t b) in Max() 316 static bool AppendStr(StringHolder *holder, const char *s) in AppendStr()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_utils.cpp | 34 std::shared_ptr<unsigned char> SIMUtils::HexStringConvertToBytes(const std::string &s, int &bytesle… in HexStringConvertToBytes() 70 int b = 0; in BytesConvertToHexString() local
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_base.cpp | 400 void AppEventPack::AddParam(const std::string& key, bool b) in AddParam() 421 void AppEventPack::AddParam(const std::string& key, int16_t s) in AddParam() 456 void AppEventPack::AddParam(const std::string& key, const char *s) in AddParam() 463 void AppEventPack::AddParam(const std::string& key, const std::string& s) in AddParam()
|