/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/ |
H A D | array_property.h | 60 AnyReturnValue SetAnyAt(IndexType index, const IAny& v) in SetAnyAt() 62 if (auto c = this->GetValueAny().Clone(true)) { in SetAnyAt() local 70 AnyReturnValue AddAny(const IAny& v) in AddAny() 74 AnyReturnValue InsertAnyAt(IndexType index, const IAny& v) in InsertAnyAt() 76 if (auto c = this->GetValueAny().Clone(true)) { in InsertAnyAt() local 86 if (auto c = this->GetValueAny().Clone(true)) { in RemoveAt() local 119 bool SetValueAt(IndexType index, const Type& v) in SetValueAt() 130 bool AddValue(const Type& v) in AddValue() 134 bool InsertValueAt(IndexType index, const Type& v) in InsertValueAt() 146 BASE_NS::vector<ValueType> v; in GetDefaultValue() local [all …]
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | lexer.cpp | 84 char c; in Lex() local 125 bool Lexer::GetChar(char &c, bool skipSpace) in GetChar() 166 bool Lexer::IsSpace(char c) in IsSpace() 187 char c = 0; in ProcessComment() local 249 char c; in LexFromString() local 273 void Lexer::LexHexAndBinaryNum(std::string &value, char &c, uint64_t &v) in LexHexAndBinaryNum() 300 char c = 0; in LexFromNumber() local 301 uint64_t v = 0; in LexFromNumber() local 346 char c; in LexFromLiteral() local 385 char c; in ConsumeChar() local [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | number.cpp | 26 static Number::VariantType MapToVariant(const T& v) in MapToVariant() 41 T v = *static_cast<const T*>(data); in CompType() local 45 T v {}; in __anon89f340370202() local 52 T v {}; in __anon89f340370402() local 118 Number::Number(VariantType v) : value_(v) {} in Number() 126 if (auto c = FindCompatible(uid, size)) { in GetData() local 134 if (auto c = FindCompatible(uid, size)) { in SetData() local 142 if (auto c = FindCompatible(any)) { in CopyFrom() local
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | lexer.js | 23 function isSpace(c) { argument 27 function isalpha(c) { argument 37 function isalnum(c) { argument 41 function isNum(c) { argument 45 function toStr(c) { argument 103 isConsumeCharCode(c) { argument 166 peekChar(c, skipSpace) { argument 241 getChar(c, skipSpace) { argument 261 lexFromOctalNumber(c, param) { argument 270 lexFromHexNumber(c, param) { argument [all …]
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | hls_tags.cpp | 98 char c = static_cast<char>(is.get()); in GetByteRange() local 116 char c = static_cast<char>(is.get()); in GetResolution() local 144 char c; in QuotedString() local 166 SingleValueTag::SingleValueTag(HlsTag type, const std::string& v) in SingleValueTag() 176 AttributesTag::AttributesTag(HlsTag type, const std::string& v) : Tag(type) in AttributesTag() 216 char c = static_cast<char>(iss.peek()); in ParseAttributeValue() local 242 char c = static_cast<char>(iss.peek()); in ParseAttributeName() local 255 ValuesListTag::ValuesListTag(HlsTag type, const std::string& v) : AttributesTag(type, v) in ValuesListTag()
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | hls_tags.cpp | 98 char c = static_cast<char>(is.get()); in GetByteRange() local 116 char c = static_cast<char>(is.get()); in GetResolution() local 144 char c; in QuotedString() local 161 SingleValueTag::SingleValueTag(HlsTag type, const std::string& v) in SingleValueTag() 171 AttributesTag::AttributesTag(HlsTag type, const std::string& v) : Tag(type) in AttributesTag() 212 char c = static_cast<char>(iss.peek()); in ParseAttributeValue() local 238 char c = static_cast<char>(iss.peek()); in ParseAttributeName() local 251 ValuesListTag::ValuesListTag(HlsTag type, const std::string& v) : AttributesTag(type, v) in ValuesListTag()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | stack_property.cpp | 75 if (auto c = interface_pointer_cast<IValue>(value.Clone(true))) { in SetValueInValueStack() local 120 auto v = GetData(); in SetValue() local 146 auto& v = values_.back(); in GetValueFromStack() local 401 ReturnError StackProperty::Import(IImportContext& c) in Import() 420 if (auto v = interface_pointer_cast<IValue>(i)) { in Import() local 428 if (auto v = interface_pointer_cast<IModifier>(i)) { in Import() local
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | ColorProxy.cpp | 36 void ColorProxy::SetValue(const SCENE_NS::Color& v) in SetValue() 94 SCENE_NS::Color c(r, g, b, a); in SetValue() local
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_hdi_util.c | 47 char IsValidHexCharAndConvert(char c) in IsValidHexCharAndConvert() 71 int8_t v = IsValidHexCharAndConvert(macStr[i]); in ConvertMacToArray() local 98 int v = IsValidHexCharAndConvert(macStr[i]); in CheckMacIsValid() local
|
/ohos5.0/foundation/communication/wifi/wifi/relation_services/common/ |
H A D | wifi_hal_common_func.c | 65 static int8_t IsValidHexCharAndConvert(char c) in IsValidHexCharAndConvert() 89 int8_t v = IsValidHexCharAndConvert(macStr[i]); in ConvertMacToArray() local 116 int v = IsValidHexCharAndConvert(macStr[i]); in CheckMacIsValid() local
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_number_decode.cpp | 28 for (const auto &v : arr) { in HexToStr() local 74 bool SimNumberDecode::CharToBCD(const char c, uint8_t &result, const int bcdExtType) in CharToBCD() 180 char c = INIT_VAL; in BCDSectionConvertToString() 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() 56 double v; member
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | callbacks.c | 133 static FILLP_BOOL FillpSysAdptArchAtomicIncAndTest(SysArchAtomic *v) in FillpSysAdptArchAtomicIncAndTest() 143 static FILLP_BOOL FillpSysAdptArchAtomicDecAndTest(SysArchAtomic *v) in FillpSysAdptArchAtomicDecAndTest() 148 static FILLP_INT FillpSysAdptArchAtomicRead(SysArchAtomic *v) in FillpSysAdptArchAtomicRead() 163 static FILLP_BOOL FillpSysAdptArchAtomicIncAndTest(SysArchAtomic *v) in FillpSysAdptArchAtomicIncAndTest() 173 static FILLP_BOOL FillpSysAdptArchAtomicDecAndTest(SysArchAtomic *v) in FillpSysAdptArchAtomicDecAndTest() 178 static FILLP_INT FillpSysAdptArchAtomicRead(SysArchAtomic *v) in FillpSysAdptArchAtomicRead() 191 static FILLP_INT FillpSysAdptArchAtomicInc(SysArchAtomic *v, long value) in FillpSysAdptArchAtomicInc() 196 static FILLP_BOOL FillpSysAdptArchAtomicIncAndTest(SysArchAtomic *v) in FillpSysAdptArchAtomicIncAndTest() 206 static FILLP_BOOL FillpSysAdptArchAtomicDecAndTest(SysArchAtomic *v) in FillpSysAdptArchAtomicDecAndTest() 211 static SysArchAtomic FillpSysAdptArchAtomicRead(SysArchAtomic *v) in FillpSysAdptArchAtomicRead() [all …]
|
/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 905 async function c(i1) { function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_matrix3.h | 111 Matrix3<T>::Matrix3(const T* v) in Matrix3() 444 T c = cos(a); in Rotate() local 463 T c = cos(a); in Rotate() local
|
/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | mmi_matrix3.h | 125 Matrix3<T>::Matrix3(const T* v) in Matrix3() 458 T c = cos(a); in Rotate() local 477 T c = cos(a); in Rotate() local
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_arg.cpp | 51 double v; in GetWebGLArg() local 61 int64_t v = 0; in GetWebGLArg() local 67 int64_t v = 0; in GetWebGLArg() local 73 int64_t v = 0; in GetWebGLArg() local 924 unsigned char c = str[i]; in CheckString() 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 | 37 static int hex2num(char c) in hex2num() 795 int8_t IsValidHexCharAndConvert(char c) in IsValidHexCharAndConvert() 816 int v = IsValidHexCharAndConvert(macStr[i]); in CheckMacIsValid() local
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
H A D | wifi_global_func.cpp | 185 static int8_t IsValidHexCharAndConvert(char c) in IsValidHexCharAndConvert() 207 int8_t v = IsValidHexCharAndConvert(macStr[i]); in CheckMacIsValid() local 464 std::for_each(std::begin(str), std::end(str), [](auto &c) { in StrToUpper() 469 int ConvertCharToInt(const char &c) in ConvertCharToInt()
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | address_utils.cpp | 221 static int8_t IsValidHexCharAndConvert(char c) in IsValidHexCharAndConvert() 246 int8_t v = IsValidHexCharAndConvert(strMac[i]); in ParseMacAddress() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_brdf_common.h | 82 const float c = 1.0 - NoV; in EnvBRDFApproxSheen() local 147 float v = 0.5 / (gv + gl); in vGGXAnisotropic() local
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/ |
H A D | v4l2_main.cpp | 231 int y0, u, v, r, g, b; in ProcessImage() local 560 int c = 0; in PutMenuAndGetChr() local 855 int idx, c; in main() local
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/ |
H A D | system_ability_manager_wrapper.cpp | 65 char16_t *c = s.data(); in ListSystemAbilitiesWithDumpFlag() local 323 auto v = std::vector<int32_t>(); in SendStrategy() local
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=require("crypto… constant
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc_slr.cpp | 106 inline uint32_t SLRCast(float v) in SLRCast() 181 for (int c = cStart; c <= cEnd; ++c) { in SLRBox() local
|