Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 25 of 49) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/log/
H A Dace_log.h45 #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 Dace_log.cpp49 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 Dhiview_log.h316 #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 Dgpu_program_vk.cpp52 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 Dbundlems_log.h29 #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 Dabilityms_log.h29 #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 Dintf_stack_property.h48 ReturnError AddModifier(const IModifier::Ptr& mod) in AddModifier()
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DInt2.java256 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 DInt3.java275 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 DLong2.java256 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 DLong3.java275 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 DShort2.java259 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 DShort3.java275 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 DLong4.java294 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 DInt4.java294 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 DShort4.java294 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 Drpc_log.c25 RpcLogModule mod; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_layout_info_test.cpp292 auto mod = SECTION_7; variable
/ohos5.0/base/security/huks/utils/crypto_adapter/
H A Dhks_client_service_adapter_lite.c83 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 Dfuzzer_data.cpp58 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 Dos_account_photo_operator.cpp57 size_t mod = dataByte % SIZET_THREE; in EnCode() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dmem_allocator.cpp117 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 Dstack_property.cpp271 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 Dhilog_command.c93 int SetOutputDomain(const char *mod) in SetOutputDomain()
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-decimal.md452 ### mod subsection
3007 ### mod subsection

12