Home
last modified time | relevance | path

Searched +defs:c +defs:v (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Darray_property.h60 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 Dlexer.cpp84 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 Dnumber.cpp26 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 Dlexer.js23 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 Dhls_tags.cpp98 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 Dhls_tags.cpp98 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 Dstack_property.cpp75 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 DColorProxy.cpp36 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 Dwpa_hdi_util.c47 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 Dwifi_hal_common_func.c65 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 Dsim_number_decode.cpp28 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 Dsec_comp_tool.cpp43 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 Dcallbacks.c133 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 Dcloud_extension_stub.js92 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 Drs_matrix3.h111 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 Dmmi_matrix3.h125 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 Dwebgl_arg.cpp51 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 Dwifi_hdi_common.c37 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 Dwifi_global_func.cpp185 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 Daddress_utils.cpp221 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 D3d_dm_brdf_common.h82 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 Dv4l2_main.cpp231 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 Dsystem_ability_manager_wrapper.cpp65 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 Dhvigor-wrapper.js16var 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 Dpost_proc_slr.cpp106 inline uint32_t SLRCast(float v) in SLRCast()
181 for (int c = cStart; c <= cEnd; ++c) { in SLRBox() local

12