Searched defs:expression (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/ucloud_ai/include/model/ |
A D | facebody.h | 20 char *expression; member 34 RecognizeExpressionStruct expression; member
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_stdinc.h | 133 #define SDL_reinterpret_cast(type, expression) reinterpret_cast<type>(expression) argument 134 #define SDL_static_cast(type, expression) static_cast<type>(expression) argument 135 #define SDL_const_cast(type, expression) const_cast<type>(expression) argument 137 #define SDL_reinterpret_cast(type, expression) ((type)(expression)) argument 138 #define SDL_static_cast(type, expression) ((type)(expression)) argument 139 #define SDL_const_cast(type, expression) ((type)(expression)) argument
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/include/alibabacloud/facebody/model/ |
A D | RecognizeExpressionResult.h | 46 std::string expression; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | debug.h | 94 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
/AliOS-Things-master/components/ucloud_ai/src/model/ |
A D | facebody.cc | 70 string expression; in recognizeExpression() local
|
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/src/ |
A D | HaasMLCloud.cpp | 219 char *expression, *p_expression; in RecognizeExpressionCallback() local
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | debug.h | 93 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
|
/AliOS-Things-master/components/oss/src/model/ |
A D | SelectObjectRequest.cc | 257 void SelectObjectRequest::setExpression(const std::string& expression, ExpressionType type) in setExpression()
|
/AliOS-Things-master/solutions/ucloud_ai_demo/ |
A D | ucloud_ai_demo.c | 94 char *expression = NULL; in recognize_expression_callback() local
|
/AliOS-Things-master/components/ai_agent/example/ |
A D | aiagent_example.c | 38 char *expression = NULL; in recognize_expression_callback() local
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | pyboard.py | 459 def eval(self, expression): argument
|
A D | haasboard.py | 487 def eval(self, expression): argument
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftmemory.h | 42 #define FT_SET_ERROR( expression ) \ argument
|
Completed in 21 milliseconds