Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 25 of 86) sorted by relevance

1234

/AliOS-Things-master/components/SDL2/test/
A Dtestdisplayinfo.c21 print_mode(const char *prefix, const SDL_DisplayMode *mode) in print_mode()
82 char prefix[64]; in main() local
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dat.c68 static bool str_has_prefix(const char *str, const char *prefix) in str_has_prefix()
339 const char *prefix, parse_val_t func, in at_cmd_start()
362 const char *prefix, parse_val_t func, in at_cmd_get_value()
371 const char *prefix, parse_val_t func, in at_cmd_process_value()
383 const char *prefix, parse_val_t func, in at_cmd_state_end_lf()
407 const char *prefix, parse_val_t func, in at_parse_cmd_input()
/AliOS-Things-master/components/SDL2/src/core/windows/
A DSDL_windows.c41 WIN_SetErrorFromHRESULT(const char *prefix, HRESULT hr) in WIN_SetErrorFromHRESULT()
55 WIN_SetError(const char *prefix) in WIN_SetError()
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_mqtt.c98 const char *prefix, uint16_t prefix_len, const char *secret, in __alcs_mqtt_prefix_secret_save()
157 char *prefix, char *secret) in alcs_mqtt_prefix_secret_load()
289 char *data = NULL, *prefix = NULL, *secret = NULL, *productKey = NULL, in __alcs_mqtt_subscribe_callback() local
377 char *param = NULL, *prefix = NULL, *id = NULL; in __alcs_mqtt_subscribe_callback() local
553 void alcs_mqtt_add_srv_key(const char *prefix, const char *secret) in alcs_mqtt_add_srv_key()
585 char prefix[ALCS_MQTT_PREFIX_MAX_LEN + 1] = { 0 }; in alcs_mqtt_prefixkey_update() local
A Dalcs_localsetup.c93 const char *prefix, uint16_t prefix_len, const char *secret, in __alcs_localsetup_ac_as_save()
136 char *prefix, int prefix_len, in alcs_localsetup_ac_as_load()
322 char prefix[10]; in alcs_localsetup_init() local
/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_gc.h33 #define LV_GC_ROOTS(prefix) … argument
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DSetBucketLoggingRequest.h32 void setTargetPrefix(const std::string& prefix) { targetPrefix_ = prefix; } in setTargetPrefix()
A DInventoryConfiguration.h32 void setPrefix(const std::string& prefix) { prefix_ = prefix; } in setPrefix()
92 void setPrefix(const std::string& prefix) { prefix_ = prefix; } in setPrefix()
131 void setFilter(const InventoryFilter& prefix) { filter_ = prefix; } in setFilter()
A DListBucketsRequest.h32 void setPrefix(const std::string& prefix) {prefix_ = prefix; prefixIsSet_ = true;} in setPrefix()
A DListObjectsRequest.h42 void setPrefix(const std::string& prefix) { prefix_ = prefix; prefixIsSet_ = true; } in setPrefix()
A DListObjectVersionsRequest.h42 void setPrefix(const std::string& prefix) { prefix_ = prefix; prefixIsSet_ = true; } in setPrefix()
/AliOS-Things-master/components/oss/src/model/
A DListBucketsRequest.cc29 ListBucketsRequest::ListBucketsRequest(const std::string& prefix, const std::string& marker, int ma… in ListBucketsRequest()
A DListLiveChannelRequest.cc64 void ListLiveChannelRequest::setPrefix(const std::string &prefix) in setPrefix()
A DInventoryConfiguration.cc28 InventoryFilter::InventoryFilter(const std::string& prefix) : in InventoryFilter()
A DListMultipartUploadsRequest.cc57 void ListMultipartUploadsRequest::setPrefix(const std::string &prefix) in setPrefix()
/AliOS-Things-master/components/SDL2/
A Dsdl2-config.cmake3 set(prefix "/usr/local") variable
A Dsdl2-config.cmake.in3 set(prefix "@prefix@") variable
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/
A Dinfcover.c184 local void mem_used(z_stream *strm, char *prefix) in mem_used()
192 local void mem_high(z_stream *strm, char *prefix) in mem_high()
200 local void mem_done(z_stream *strm, char *prefix) in mem_done()
512 char *prefix; in try() local
/AliOS-Things-master/components/SDL2/src/joystick/
A Dsort_controllers.py17 def find_element(prefix, bindings): argument
/AliOS-Things-master/components/py_engine/tests/basics/
A Dstring_format2.py10 def test_fmt(conv, fill, alignment, sign, prefix, width, precision, type, arg): argument
/AliOS-Things-master/components/drivers/core/base/src/
A Ddevice.c102 const char prefix[] = "/dev/"; in add_to_vfs() local
117 const char prefix[] = "/dev/"; in remove_from_vfs() local
/AliOS-Things-master/components/freetype/src/tools/docmaker/
A Dcontent.py67 def dump( self, prefix = "", width = 60 ): argument
95 def dump( self, prefix = "", width = 60 ): argument
199 def dump( self, prefix = "" ): argument
/AliOS-Things-master/components/py_engine/engine/tools/
A Dcodeformat.py83 def list_files(paths, exclusions=None, prefix=""): argument
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Danim_dump.c41 const W_CHAR* prefix = TO_W_CHAR("dump_"); in main() local
/AliOS-Things-master/components/py_engine/tests/float/
A Dstring_format2.py11 def test_fmt(conv, fill, alignment, sign, prefix, width, precision, type, arg): argument

Completed in 38 milliseconds

1234