Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 694) sorted by relevance

12345678910>>...28

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dmemp.h46 #define LWIP_MEMPOOL(name,num,size,desc) argument
51 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, argument
65 #define LWIP_MEMPOOL_PROTOTYPE(name) extern const struct memp_desc memp_ ## name argument
69 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
93 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
115 #define LWIP_MEMPOOL_INIT(name) memp_init_pool(&memp_ ## name) argument
120 #define LWIP_MEMPOOL_ALLOC(name) memp_malloc_pool(&memp_ ## name) argument
125 #define LWIP_MEMPOOL_FREE(name, x) memp_free_pool(&memp_ ## name, (x)) argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dmemp.h46 #define LWIP_MEMPOOL(name,num,size,desc) argument
51 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, argument
65 #define LWIP_MEMPOOL_PROTOTYPE(name) extern const struct memp_desc memp_ ## name argument
69 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
93 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument
115 #define LWIP_MEMPOOL_INIT(name) memp_init_pool(&memp_ ## name) argument
120 #define LWIP_MEMPOOL_ALLOC(name) memp_malloc_pool(&memp_ ## name) argument
125 #define LWIP_MEMPOOL_FREE(name, x) memp_free_pool(&memp_ ## name, (x)) argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/cmsis/
A Dcmsis_os.h347 #define osThread(name) \ argument
425 #define osTimer(name) \ argument
487 #define osMutexDef(name) \ argument
490 #define osMutexDef(name) \ argument
498 #define osMutex(name) \ argument
538 #define osSemaphoreDef(name) \ argument
541 #define osSemaphoreDef(name) \ argument
549 #define osSemaphore(name) \ argument
611 #define osPool(name) \ argument
665 #define osMessageQ(name) \ argument
[all …]
/AliOS-Things-master/solutions/miniapp_agent_demo/
A D#U9ed8#U8ba4#U6a21#U5757.json10 "name": "主灯开关", string
23 "name": "HaaS100_LED_1", string
36 "name": "HaaS100_LED_2", string
90 "name": "post", string
98 "name": "主灯开关", string
166 "name": "故障上报", string
173 "name": "故障代码", string
187 "name": "set", string
195 "name": "主灯开关", string
264 "name": "get", string
[all …]
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_getenv.c48 SDL_setenv(const char *name, const char *value, int overwrite) in SDL_setenv()
59 SDL_setenv(const char *name, const char *value, int overwrite) in SDL_setenv()
79 SDL_setenv(const char *name, const char *value, int overwrite) in SDL_setenv()
110 SDL_setenv(const char *name, const char *value, int overwrite) in SDL_setenv()
176 SDL_getenv(const char *name) in SDL_getenv()
192 SDL_getenv(const char *name) in SDL_getenv()
219 SDL_getenv(const char *name) in SDL_getenv()
/AliOS-Things-master/components/SDL2/include/
A DSDL_thread.h133 #define SDL_CreateThread(fn, name, data) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBegin… argument
135 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize_REAL… argument
137 #define SDL_CreateThread(fn, name, data) SDL_CreateThread(fn, name, data, (pfnSDL_CurrentBeginThrea… argument
138 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize(fn, … argument
175 #define SDL_CreateThread(fn, name, data) SDL_CreateThread_REAL(fn, name, data, (pfnSDL_CurrentBegin… argument
177 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize_REAL… argument
179 #define SDL_CreateThread(fn, name, data) SDL_CreateThread(fn, name, data, (pfnSDL_CurrentBeginThrea… argument
180 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize(fn, … argument
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DServiceRequest.cc86 void ServiceRequest::addParameter(const ParameterNameType &name, in addParameter()
113 void ServiceRequest::removeParameter(const ParameterNameType &name) { in removeParameter()
117 void ServiceRequest::setParameter(const ParameterNameType &name, in setParameter()
122 void ServiceRequest::setCoreParameter(const ParameterNameType &name, in setCoreParameter()
127 void ServiceRequest::setBodyParameter(const ParameterNameType &name, in setBodyParameter()
136 void ServiceRequest::setJsonParameters(const ParameterNameType &name, in setJsonParameters()
184 const ServiceRequest::ParameterNameType &name, in setHeader()
190 ServiceRequest::getHeader(const ServiceRequest::ParameterNameType &name) { in getHeader()
195 const ServiceRequest::ParameterNameType &name) { in removeHeader()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/include/alibabacloud/facebody/model/
A DPedestrianDetectAttributeResult.h42 std::string name; member
47 std::string name; member
52 std::string name; member
57 std::string name; member
62 std::string name; member
67 std::string name; member
72 std::string name; member
77 std::string name; member
82 std::string name; member
87 std::string name; member
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Ddelegate_registry.cc23 const std::string& name, in RegisterImpl()
32 const std::string& name, const TFLiteSettings& settings) { in CreateImpl()
44 const std::string& name, const TFLiteSettings& settings) { in CreateByName()
49 DelegatePluginRegistry::Register::Register(const std::string& name, in Register()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/
A Dtcpip_priv.h56 #define API_VAR_REF(name) (*(name)) argument
57 #define API_VAR_DECLARE(type, name) type * name argument
58 #define API_VAR_ALLOC(type, pool, name, errorval) do { \ argument
64 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ argument
70 #define API_VAR_FREE(pool, name) memp_free(pool, name) argument
82 #define API_VAR_REF(name) name argument
83 #define API_VAR_DECLARE(type, name) type name argument
84 #define API_VAR_ALLOC(type, pool, name, errorval) argument
85 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) argument
86 #define API_VAR_FREE(pool, name) argument
[all …]
A Dmemp_priv.h106 #define LWIP_MEMPOOL(name,num,size,desc) argument
115 #define LWIP_MEMPOOL(name,num,size,desc) argument
162 #define LWIP_MEMPOOL_DECLARE_STATS_INSTANCE(name) static struct stats_mem name; argument
163 #define LWIP_MEMPOOL_DECLARE_STATS_REFERENCE(name) &name, argument
165 #define LWIP_MEMPOOL_DECLARE_STATS_INSTANCE(name) argument
166 #define LWIP_MEMPOOL_DECLARE_STATS_REFERENCE(name) argument
/AliOS-Things-master/components/SDL2/src/
A DSDL_hints.c38 char *name; member
48 SDL_SetHintWithPriority(const char *name, const char *value, in SDL_SetHintWithPriority()
99 SDL_SetHint(const char *name, const char *value) in SDL_SetHint()
105 SDL_GetHint(const char *name) in SDL_GetHint()
135 SDL_GetHintBoolean(const char *name, SDL_bool default_value) in SDL_GetHintBoolean()
142 SDL_AddHintCallback(const char *name, SDL_HintCallback callback, void *userdata) in SDL_AddHintCallback()
198 SDL_DelHintCallback(const char *name, SDL_HintCallback callback, void *userdata) in SDL_DelHintCallback()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/common/
A Dquickjs_addon_common.h24 #define QUICKJS_GLOBAL_FUNC(name, func) \ argument
33 static inline char *QUICKJS_GET_PROPERTY_STR(JSContext *ctx, JSValueConst argv, char *name) in QUICKJS_GET_PROPERTY_STR()
47 static inline int QUICKJS_GET_PROPERTY_INT32(JSContext *ctx, JSValueConst argv, char *name) in QUICKJS_GET_PROPERTY_INT32()
61 static inline bool QUICKJS_GET_PROPERTY_BOOL(JSContext *ctx, JSValueConst argv, char *name) in QUICKJS_GET_PROPERTY_BOOL()
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/
A Dtcpip_priv.h56 #define API_VAR_REF(name) (*(name)) argument
57 #define API_VAR_DECLARE(type, name) type * name argument
58 #define API_VAR_ALLOC(type, pool, name, errorval) do { \ argument
64 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ argument
70 #define API_VAR_FREE(pool, name) memp_free(pool, name) argument
82 #define API_VAR_REF(name) name argument
83 #define API_VAR_DECLARE(type, name) type name argument
84 #define API_VAR_ALLOC(type, pool, name, errorval) argument
85 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) argument
86 #define API_VAR_FREE(pool, name) argument
[all …]
A Dmemp_priv.h106 #define LWIP_MEMPOOL(name,num,size,desc) argument
115 #define LWIP_MEMPOOL(name,num,size,desc) argument
162 #define LWIP_MEMPOOL_DECLARE_STATS_INSTANCE(name) static struct stats_mem name; argument
163 #define LWIP_MEMPOOL_DECLARE_STATS_REFERENCE(name) &name, argument
165 #define LWIP_MEMPOOL_DECLARE_STATS_INSTANCE(name) argument
166 #define LWIP_MEMPOOL_DECLARE_STATS_REFERENCE(name) argument
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dintprefix.c12 #define PNG_INTERNAL_DATA(type, name, array)\ argument
15 #define PNG_INTERNAL_FUNCTION(type, name, args, attributes)\ argument
18 #define PNG_INTERNAL_CALLBACK(type, name, args, attributes)\ argument
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcmp.c249 #define CmpShortField(tag, name) \ argument
251 #define CmpShortField2(tag, name) \ argument
253 #define CmpLongField(tag, name) \ argument
255 #define CmpFloatField(tag, name) \ argument
257 #define CmpStringField(tag, name) \ argument
259 #define CmpShortArrayField(tag, name) \ argument
555 CheckShortTag(TIFF* tif1, TIFF* tif2, int tag, char* name) in CheckShortTag()
562 CheckShort2Tag(TIFF* tif1, TIFF* tif2, int tag, char* name) in CheckShort2Tag()
622 CheckLongTag(TIFF* tif1, TIFF* tif2, int tag, char* name) in CheckLongTag()
629 CheckFloatTag(TIFF* tif1, TIFF* tif2, int tag, char* name) in CheckFloatTag()
[all …]
/AliOS-Things-master/components/freetype/src/cff/
A Dcffparse.c664 #define CFF_FIELD_NUM( code, name, id ) \ argument
672 #define CFF_FIELD_BOOL( code, name, id ) \ argument
689 #define CFF_FIELD_CALLBACK( code, name, id ) \ argument
698 #define CFF_FIELD( code, name, id, kind ) \ argument
707 #define CFF_FIELD_DELTA( code, name, max, id ) \ argument
731 #define CFF_FIELD_CALLBACK( code, name, id ) \ argument
741 #define CFF_FIELD( code, name, id, kind ) \ argument
751 #define CFF_FIELD_DELTA( code, name, max, id ) \ argument
802 #define CFF_FIELD( code, name, id, kind ) i++; in FT_Create_Class_cff_field_handlers() argument
804 #define CFF_FIELD_DELTA( code, name, max, id ) i++; in FT_Create_Class_cff_field_handlers() argument
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dstats.c64 stats_display_proto(struct stats_proto *proto, const char *name) in stats_display_proto()
83 stats_display_igmp(struct stats_igmp *igmp, const char *name) in stats_display_igmp()
105 stats_display_mem(struct stats_mem *mem, const char *name) in stats_display_mem()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.h44 #define DECLARE_EVENT(name) static const NSEventType NSEventType##name = NS##name argument
63 #define DECLARE_MODIFIER_FLAG(name) static const NSUInteger NSEventModifierFlag##name = NS##name##K… argument
74 #define DECLARE_WINDOW_MASK(name) static const unsigned int NSWindowStyleMask##name = NS##name##Win… argument
89 #define DECLARE_ALERT_STYLE(name) static const NSUInteger NSAlertStyle##name = NS##name##AlertStyle argument
/AliOS-Things-master/components/jsoncpp/devtools/
A Dagent_vmxp.json3 {"name": "generator", string
13 {"name": "shared_dll", string
19 {"name": "build_type", string
/AliOS-Things-master/components/amp_adapter/platform/aos/network/
A Daos_httpc.c9 struct hostent *aos_httpc_get_host_by_name(const char *name) in aos_httpc_get_host_by_name()
14 int32_t aos_httpc_socket_connect(uintptr_t fd, const struct sockaddr *name, socklen_t namelen) in aos_httpc_socket_connect()
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dnetifapi.c49 #define NETIFAPI_VAR_REF(name) API_VAR_REF(name) argument
50 #define NETIFAPI_VAR_DECLARE(name) API_VAR_DECLARE(struct netifapi_msg, name) argument
51 #define NETIFAPI_VAR_ALLOC(name) API_VAR_ALLOC(struct netifapi_msg, MEMP_NETIFAPI_MSG, name, ERR… argument
52 #define NETIFAPI_VAR_FREE(name) API_VAR_FREE(MEMP_NETIFAPI_MSG, name) argument
/AliOS-Things-master/kernel/rhino/
A Dk_buf_queue.c9 static kstat_t buf_queue_create(kbuf_queue_t *queue, const name_t *name, void *buf, size_t size, in buf_queue_create()
59 kstat_t krhino_buf_queue_create(kbuf_queue_t *queue, const name_t *name, in krhino_buf_queue_create()
65 kstat_t krhino_fix_buf_queue_create(kbuf_queue_t *queue, const name_t *name, in krhino_fix_buf_queue_create()
113 static kstat_t buf_queue_dyn_create(kbuf_queue_t **queue, const name_t *name, in buf_queue_dyn_create()
154 kstat_t krhino_buf_queue_dyn_create(kbuf_queue_t **queue, const name_t *name, in krhino_buf_queue_dyn_create()
160 kstat_t krhino_fix_buf_queue_dyn_create(kbuf_queue_t **queue, const name_t *name, in krhino_fix_buf_queue_dyn_create()
/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/
A Dstack.h56 static inline void stack_analyze(const char *name, const char *stack, in stack_analyze()
70 static inline void stack_analyze(const char *name, const char *stack, in stack_analyze()
76 #define STACK_ANALYZE(name, sym) \ argument

Completed in 106 milliseconds

12345678910>>...28