Searched defs:category (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_log.c | 47 int category; member 110 SDL_LogSetPriority(int category, SDL_LogPriority priority) in SDL_LogSetPriority() 132 SDL_LogGetPriority(int category) in SDL_LogGetPriority() 181 SDL_LogVerbose(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogVerbose() 191 SDL_LogDebug(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogDebug() 201 SDL_LogInfo(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogInfo() 211 SDL_LogWarn(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogWarn() 221 SDL_LogError(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogError() 231 SDL_LogCritical(int category, SDL_PRINTF_FORMAT_STRING const char *fmt, ...) in SDL_LogCritical() 252 GetCategoryPrefix(int category) in GetCategoryPrefix() [all …]
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | warning.c | 36 void mp_warning(const char *category, const char *msg, ...) { in mp_warning()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/include/alibabacloud/facebody/model/ |
A D | DetectChefCapResult.h | 39 std::string category; member
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/imagerecog/include/alibabacloud/imagerecog/model/ |
A D | ClassifyingRubbishResult.h | 40 std::string category; member
|
/AliOS-Things-master/components/ucloud_ai/include/model/ |
A D | imagerecog.h | 16 char *category; member
|
/AliOS-Things-master/components/ucloud_ai/src/model/ |
A D | imagerecog.cc | 24 string rubbish, category; in classifyingRubbish() local
|
/AliOS-Things-master/solutions/ucloud_ai_demo/ |
A D | ucloud_ai_demo.c | 449 char *category = NULL; in imagerecog_classifying_rubbish_callback() local
|
/AliOS-Things-master/components/ai_agent/example/ |
A D | aiagent_example.c | 318 char *category = NULL; in imagerecog_classifying_rubbish_callback() local
|
Completed in 9 milliseconds