Home
last modified time | relevance | path

Searched defs:expression (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/ucloud_ai/include/model/
A Dfacebody.h20 char *expression; member
34 RecognizeExpressionStruct expression; member
/AliOS-Things-master/components/SDL2/include/
A DSDL_stdinc.h133 #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 DRecognizeExpressionResult.h46 std::string expression; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Ddebug.h94 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/AliOS-Things-master/components/ucloud_ai/src/model/
A Dfacebody.cc70 string expression; in recognizeExpression() local
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/src/
A DHaasMLCloud.cpp219 char *expression, *p_expression; in RecognizeExpressionCallback() local
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Ddebug.h93 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
/AliOS-Things-master/components/oss/src/model/
A DSelectObjectRequest.cc257 void SelectObjectRequest::setExpression(const std::string& expression, ExpressionType type) in setExpression()
/AliOS-Things-master/solutions/ucloud_ai_demo/
A Ducloud_ai_demo.c94 char *expression = NULL; in recognize_expression_callback() local
/AliOS-Things-master/components/ai_agent/example/
A Daiagent_example.c38 char *expression = NULL; in recognize_expression_callback() local
/AliOS-Things-master/components/py_engine/engine/tools/
A Dpyboard.py459 def eval(self, expression): argument
A Dhaasboard.py487 def eval(self, expression): argument
/AliOS-Things-master/components/freetype/include/internal/
A Dftmemory.h42 #define FT_SET_ERROR( expression ) \ argument

Completed in 21 milliseconds