/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_log.h | 54 for (size_t i = 0, j = 0; i < N; i++, j++) { in AddPublic() local 69 #define RE_FORMAT(level, s, ...) do { \ argument 76 #define RE_FORMAT(level, s, ...) do { \ argument 101 #define LOG(level, s, ...) RE_FORMAT(level, "[%s %d] " s, __FUNCTION__, __LINE__, ##__VA_ARGS__) argument 108 #define TLOG(level, s, ...) do { \ argument 118 #define HLOG(level, s, ...) RE_FORMAT(level, "%s[%s][%s %d] " s, \ argument 126 #define SLOG(level, s, ...) RE_FORMAT(level, "%s[%s][%s %d] " s, \ argument
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
H A D | http_request_utils.cpp | 27 std::string s = str; in Split() local 47 int64_t j = static_cast<int64_t>(str.size()) - 1; in Strip() local
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/ |
H A D | bitmap_helpers.cpp | 32 for (int32_t j = 0; j < imageInfo.width; j++) { in DecodeBmp() local 67 void ReadBmp(const std::string& inputBmpName, ImageInfo& imageInfo, Settings* s, std::vector<uint8_… in ReadBmp()
|
/ohos5.0/drivers/hdf_core/framework/core/manager/test/unittest/common/ |
H A D | hdf_sbuf_test.cpp | 110 static bool DataCompare(const void *s, const void *t, uint32_t size) in DataCompare() 310 for (int j = 0; j < loop; ++j) { variable 345 for (int j = 0; j < loop; ++j) { variable 378 for (int j = 0; j < loop; ++j) { variable 411 for (int j = 0; j < loop; ++j) { variable 444 for (int j = 0; j < loop; ++j) { variable 477 for (int j = 0; j < loop; ++j) { variable 510 for (int j = 0; j < loop; ++j) { variable 543 for (int j = 0; j < loop; ++j) { variable 574 for (int j = 0; j < loop; ++j) { variable [all …]
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension/ |
H A D | cloud_extension_stub.js | 69 let j; variable 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
|
/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 | 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() 814 for (int i = 0, j = 0; i < MAC_STRING_SIZE; ++i) { in CheckMacIsValid() local
|
H A D | wifi_hdi_util.c | 213 for (unsigned i = 0, j = 0; i < len - 1;) { in HexStringToString() local 1117 const char *s; in GetScanResultText() local 1189 for (int j = 0; j < HDI_EID_EXTENSION; j++) { in GetScanResultText() local
|
/ohos5.0/foundation/communication/netstack/utils/common_utils/src/ |
H A D | netstack_common_utils.cpp | 61 std::string s = str; in Split() local 77 std::string s = str; in Split() local 102 int64_t j = static_cast<int64_t>(str.size()) - 1; in Strip() local 113 std::string ToLower(const std::string &s) in ToLower()
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_filesystem/ |
H A D | b_dir.cpp | 156 int j = 0; in PreDealExcludes() local 303 auto isMatch = [](const vector<string> &s, const string &str) -> bool { in GetBigFiles() 473 auto isMatch = [](const vector<string> &s, const string &str) -> bool { in GetBackupList()
|
/ohos5.0/base/sensors/sensor/frameworks/native/src/ |
H A D | sensor_algorithm.cpp | 72 for (int32_t j = 0; j < ROTATION_VECTOR_LENGTH; j++) { in TransformCoordinateSystemImpl() local 321 …float s = (geomagnetic[0] * gravity[0] + geomagnetic[1] * gravity[1] + geomagnetic[2] * gravity[2]… in CreateRotationAndInclination() local
|
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | lru_cache_disk_handler.cpp | 169 for (int32_t j = 0; j < cJSON_GetArraySize(keyItem); j++) { in ReadCacheFromJsonValue() local 271 std::string s = jsonStr; in WriteJsonValueToFile() local
|
/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/ |
H A D | config_policy_utils.c | 316 static bool AppendStr(StringHolder *holder, const char *s) in AppendStr() 449 for (int j = (result ? result->segCount : 0); j > 0; j--) { in GetOneCfgFileEx() local 504 for (int j = 0; result && j < result->segCount && index < MAX_CFG_POLICY_DIRS_CNT; j++) { in GetCfgFilesEx() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | transform_util.cpp | 63 for (int j = 0; j < 4; j++) { in Normalize() local 524 for (int32_t j = 0; j < 3; j++) { in DecomposeTransform() local 577 for (int j = 0; j < 3; ++j) in DecomposeTransform() local 597 double r, s, t, x, y, z, w; in DecomposeTransform() local
|
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/src/ |
H A D | netmanager_base_common_utils.cpp | 97 int64_t j = size - 1; in Strip() local 107 std::string ToLower(const std::string &s) in ToLower() 119 struct in_addr s; in IsValidIPV4() local 128 struct in6_addr s; in IsValidIPV6() local
|
/ohos5.0/base/update/updater/services/diffpatch/diff/ |
H A D | blocks_diff.cpp | 303 int64_t s = 0; in ComputeLength() local 551 DataType j = 0; in SplitForLess() local 592 DataType j = 0; in Split() local
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_network.c | 176 static int32_t ExtractRegStatus(const char *s, const HRilRegStatusInfo *hrilRegInfo) in ExtractRegStatus() 274 int32_t ProcessRegStatus(const char *s, const HRilRegStatusInfo *hrilRegStateInfo) in ProcessRegStatus() 1391 int32_t ResidentNetworkUpdated(struct ReportInfo reportInfo, const char *s) in ResidentNetworkUpdated() 1429 int32_t ProcessCurrentCellList(struct ReportInfo reportInfo, const char *s) in ProcessCurrentCellList() 1560 for (int32_t j = 0; j < item; j++) { in ProcessOperListToUse() local 2038 for (int32_t j = 0; j < NBCELL_SSB_LIST; j++) { in FillNeighboringCellSsbId() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | hdi_sink.c | 214 int32_t s = Read24Bit(a) << BIT_8; in ConvertFrom24BitToFloat() local 1617 for (int32_t j = 0; j < channels; j++) { in DoSpatializationFading() local 1705 pa_sink *s; in CheckOnlyPrimarySpeakerPaLoading() local 1989 static void SetSinkVolumeByDeviceClass(pa_sink *s, const char *deviceClass) in SetSinkVolumeByDeviceClass() 2015 static void UnsetSinkVolume(pa_sink *s) in UnsetSinkVolume() 2150 static int32_t GetInputsType(pa_sink *s, unsigned *nPrimary, unsigned *nOffload, in GetInputsType() 2260 unsigned j; in InputsDropFromInputs() local 2445 pa_sink *s = u->sink; in ProcessRenderUseTimingOffload() local 3430 static void SinkUpdateRequestedLatencyCb(pa_sink *s) in SinkUpdateRequestedLatencyCb() 3549 static int32_t RemoteSinkStateChange(pa_sink *s, pa_sink_state_t newState) in RemoteSinkStateChange() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/json_fuzzer/ |
H A D | json_fuzzer.cpp | 128 for (int j = 0; j <= MAX_LEN_NUM; j++) { in getMaxString() local 942 void UpdateDocOneFuzz(std::string s, const std::string input) in UpdateDocOneFuzz() 991 void UpdateDocTwoFuzz(const char *newCollName, std::string s, const std::string input) in UpdateDocTwoFuzz() 1090 std::string s; in UpdateDocFuzz() local 1633 for (int j = 0; j < BATCH_COUNT; j++) { in TestGrdKvBatchCoupling003Fuzz() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/jsoninner_fuzzer/ |
H A D | jsoninner_fuzzer.cpp | 137 for (int j = 0; j <= MAX_LEN_NUM; j++) { in getMaxString() local 951 void UpdateDocOneFuzz(std::string s, const std::string input) in UpdateDocOneFuzz() 1000 void UpdateDocTwoFuzz(const char *newCollName, std::string s, const std::string input) in UpdateDocTwoFuzz() 1099 std::string s; in UpdateDocFuzz() local 1642 for (int j = 0; j < BATCH_COUNT; j++) { in TestGrdKvBatchCoupling003Fuzz() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_program_gles.cpp | 399 const auto& s = pipelineLayout.descriptorSetLayouts[set]; in BuildBindInfos() local 480 for (auto& s : samplers) { in BuildBindInfos() local 598 for (uint32_t j = 0; j < inputsInUse; j++) { in FilterInputs() local
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …se strict";var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=requ… variable
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/ |
H A D | subheader.js | 2145 purgeVariableDependenciesOnElmtId(s) { argument 2179 let j = { class in TextArrowLayout.onMeasureSize
|
/ohos5.0/drivers/interface/camera/metadata/src/ |
H A D | metadata_utils.cpp | 426 std::string s(encodeDataLen, '\0'); in EncodeToString() local 654 for (size_t i = 0, j = 0; in ReadMetadataRational() local
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/ |
H A D | service_controller.cpp | 236 int j = 0; in SendLogTypeDomainStats() local 375 int j = 0; in SendProcLogTypeStats() local 599 struct stat s; in HandlePersistStartRqst() local
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | graphic_math.h | 567 T s = static_cast<T>(Sin(angle)); in Rotate() local 801 for (int16_t j = 0; j < ORDER_MATRIX_4; j++) { in ConomialMatrix() local
|