/AliOS-Things-master/components/SDL2/test/ |
A D | testdisplayinfo.c | 21 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 D | at.c | 68 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 D | SDL_windows.c | 41 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 D | alcs_mqtt.c | 98 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 D | alcs_localsetup.c | 93 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 D | lv_gc.h | 33 #define LV_GC_ROOTS(prefix) … argument
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | SetBucketLoggingRequest.h | 32 void setTargetPrefix(const std::string& prefix) { targetPrefix_ = prefix; } in setTargetPrefix()
|
A D | InventoryConfiguration.h | 32 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 D | ListBucketsRequest.h | 32 void setPrefix(const std::string& prefix) {prefix_ = prefix; prefixIsSet_ = true;} in setPrefix()
|
A D | ListObjectsRequest.h | 42 void setPrefix(const std::string& prefix) { prefix_ = prefix; prefixIsSet_ = true; } in setPrefix()
|
A D | ListObjectVersionsRequest.h | 42 void setPrefix(const std::string& prefix) { prefix_ = prefix; prefixIsSet_ = true; } in setPrefix()
|
/AliOS-Things-master/components/oss/src/model/ |
A D | ListBucketsRequest.cc | 29 ListBucketsRequest::ListBucketsRequest(const std::string& prefix, const std::string& marker, int ma… in ListBucketsRequest()
|
A D | ListLiveChannelRequest.cc | 64 void ListLiveChannelRequest::setPrefix(const std::string &prefix) in setPrefix()
|
A D | InventoryConfiguration.cc | 28 InventoryFilter::InventoryFilter(const std::string& prefix) : in InventoryFilter()
|
A D | ListMultipartUploadsRequest.cc | 57 void ListMultipartUploadsRequest::setPrefix(const std::string &prefix) in setPrefix()
|
/AliOS-Things-master/components/SDL2/ |
A D | sdl2-config.cmake | 3 set(prefix "/usr/local") variable
|
A D | sdl2-config.cmake.in | 3 set(prefix "@prefix@") variable
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/ |
A D | infcover.c | 184 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 D | sort_controllers.py | 17 def find_element(prefix, bindings): argument
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | string_format2.py | 10 def test_fmt(conv, fill, alignment, sign, prefix, width, precision, type, arg): argument
|
/AliOS-Things-master/components/drivers/core/base/src/ |
A D | device.c | 102 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 D | content.py | 67 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 D | codeformat.py | 83 def list_files(paths, exclusions=None, prefix=""): argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | anim_dump.c | 41 const W_CHAR* prefix = TO_W_CHAR("dump_"); in main() local
|
/AliOS-Things-master/components/py_engine/tests/float/ |
A D | string_format2.py | 11 def test_fmt(conv, fill, alignment, sign, prefix, width, precision, type, arg): argument
|