/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/log/ |
H A D | ace_log.h | 45 #define HILOG_DEBUG(mod, format, ...) argument 48 #define HILOG_ERROR(mod, format, ...) argument 51 #define HILOG_FATAL(mod, format, ...) argument 54 #define HILOG_INFO(mod, format, ...) argument 57 #define HILOG_WARN(mod, format, ...) argument 60 #define HILOG_RACE(mod, format, ...) argument
|
H A D | ace_log.cpp | 49 void HILOG_FATAL(HiLogModuleType mod, const char *msg, ...) in HILOG_FATAL() 59 void HILOG_ERROR(HiLogModuleType mod, const char *msg, ...) in HILOG_ERROR() 69 void HILOG_INFO(HiLogModuleType mod, const char *msg, ...) in HILOG_INFO() 79 void HILOG_WARN(HiLogModuleType mod, const char *msg, ...) in HILOG_WARN() 89 void HILOG_DEBUG(HiLogModuleType mod, const char *msg, ...) in HILOG_DEBUG()
|
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/ |
H A D | hiview_log.h | 316 #define HILOG_DEBUG(mod, fmt, ...) argument 338 #define HILOG_INFO(mod, fmt, ...) argument 360 #define HILOG_WARN(mod, fmt, ...) argument 382 #define HILOG_ERROR(mod, fmt, ...) argument 404 #define HILOG_FATAL(mod, fmt, ...) argument 429 #define HILOG_DEBUG_HASH(mod, hash, ...) argument 441 #define HILOG_INFO_HASH(mod, hash, ...) \ argument 444 #define HILOG_INFO_HASH(mod, hash, ...) argument 459 #define HILOG_WARN_HASH(mod, hash, ...) argument 474 #define HILOG_ERROR_HASH(mod, hash, ...) argument [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_program_vk.cpp | 52 const ShaderModuleVk& mod = *vertShaderModule_; in RENDER_BEGIN_NAMESPACE() local 65 const ShaderModuleVk& mod = *fragShaderModule_; in RENDER_BEGIN_NAMESPACE() local 100 const ShaderModuleVk& mod = *shaderModule_; in GpuComputeProgramVk() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundlems_log.h | 29 #define HILOG_DEBUG(mod, format, ...) argument 32 #define HILOG_ERROR(mod, format, ...) argument 35 #define HILOG_FATAL(mod, format, ...) argument 38 #define HILOG_INFO(mod, format, ...) argument 41 #define HILOG_WARN(mod, format, ...) argument 44 #define HILOG_RACE(mod, format, ...) argument
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/include/util/ |
H A D | abilityms_log.h | 29 #define HILOG_DEBUG(mod, format, ...) argument 32 #define HILOG_ERROR(mod, format, ...) argument 35 #define HILOG_FATAL(mod, format, ...) argument 38 #define HILOG_INFO(mod, format, ...) argument 41 #define HILOG_WARN(mod, format, ...) argument 44 #define HILOG_RACE(mod, format, ...) argument
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/ |
H A D | intf_stack_property.h | 48 ReturnError AddModifier(const IModifier::Ptr& mod) in AddModifier()
|
/aosp14/frameworks/base/rs/java/android/renderscript/ |
H A D | Int2.java | 256 public void mod(Int2 a) { in mod() method in Int2 268 public static Int2 mod(Int2 a, Int2 b) { in mod() method in Int2 281 public void mod(int value) { in mod() method in Int2 293 public static Int2 mod(Int2 a, int b) { in mod() method in Int2
|
H A D | Int3.java | 275 public void mod(Int3 a) { in mod() method in Int3 288 public static Int3 mod(Int3 a, Int3 b) { in mod() method in Int3 302 public void mod(int value) { in mod() method in Int3 315 public static Int3 mod(Int3 a, int b) { in mod() method in Int3
|
H A D | Long2.java | 256 public void mod(Long2 a) { in mod() method in Long2 268 public static Long2 mod(Long2 a, Long2 b) { in mod() method in Long2 281 public void mod(long value) { in mod() method in Long2 293 public static Long2 mod(Long2 a, long b) { in mod() method in Long2
|
H A D | Long3.java | 275 public void mod(Long3 a) { in mod() method in Long3 288 public static Long3 mod(Long3 a, Long3 b) { in mod() method in Long3 302 public void mod(long value) { in mod() method in Long3 315 public static Long3 mod(Long3 a, long b) { in mod() method in Long3
|
H A D | Short2.java | 259 public void mod(Short2 a) { in mod() method in Short2 271 public static Short2 mod(Short2 a, Short2 b) { in mod() method in Short2 284 public void mod(short value) { in mod() method in Short2 296 public static Short2 mod(Short2 a, short b) { in mod() method in Short2
|
H A D | Short3.java | 275 public void mod(Short3 a) { in mod() method in Short3 288 public static Short3 mod(Short3 a, Short3 b) { in mod() method in Short3 302 public void mod(short value) { in mod() method in Short3 315 public static Short3 mod(Short3 a, short b) { in mod() method in Short3
|
H A D | Long4.java | 294 public void mod(Long4 a) { in mod() method in Long4 308 public static Long4 mod(Long4 a, Long4 b) { in mod() method in Long4 323 public void mod(long value) { in mod() method in Long4 337 public static Long4 mod(Long4 a, long b) { in mod() method in Long4
|
H A D | Int4.java | 294 public void mod(Int4 a) { in mod() method in Int4 308 public static Int4 mod(Int4 a, Int4 b) { in mod() method in Int4 323 public void mod(int value) { in mod() method in Int4 337 public static Int4 mod(Int4 a, int b) { in mod() method in Int4
|
H A D | Short4.java | 294 public void mod(Short4 a) { in mod() method in Short4 308 public static Short4 mod(Short4 a, Short4 b) { in mod() method in Short4 323 public void mod(short value) { in mod() method in Short4 337 public static Short4 mod(Short4 a, short b) { in mod() method in Short4
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/ |
H A D | rpc_log.c | 25 RpcLogModule mod; member
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_layout_info_test.cpp | 292 auto mod = SECTION_7; variable
|
/ohos5.0/base/security/huks/utils/crypto_adapter/ |
H A D | hks_client_service_adapter_lite.c | 83 static int32_t InitRsaPkCtx(const struct HksBlob *mod, const struct HksBlob *e, mbedtls_pk_context … in InitRsaPkCtx() 128 static int32_t RsaToX509PublicKey(const struct HksBlob *mod, const struct HksBlob *e, struct HksBlo… in RsaToX509PublicKey()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/ |
H A D | fuzzer_data.cpp | 58 std::vector<uint8_t> FuzzerData::GetSequence(size_t size, uint32_t mod) in GetSequence()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_photo_operator.cpp | 57 size_t mod = dataByte % SIZET_THREE; in EnCode() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | mem_allocator.cpp | 117 if (auto mod = reinterpret_cast<uintptr_t>(current) % ALIGN_SIZE; mod != 0) { in Add() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | stack_property.cpp | 271 ReturnError StackProperty::InsertModifier(IndexType pos, const IModifier::Ptr& mod) in InsertModifier() 299 ReturnError StackProperty::RemoveModifier(const IModifier::Ptr& mod) in RemoveModifier()
|
/ohos5.0/base/hiviewdfx/hilog_lite/command/ |
H A D | hilog_command.c | 93 int SetOutputDomain(const char *mod) in SetOutputDomain()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-decimal.md | 452 ### mod subsection 3007 ### mod subsection
|