/AliOS-Things-master/components/SDL2/src/filesystem/emscripten/ |
A D | SDL_sysfilesystem.c | 45 const char *append = "/libsdl/"; in SDL_GetPrefPath() local
|
/AliOS-Things-master/components/amp-utility/python/ |
A D | uarray.py | 18 def append(self,val): member in array
|
/AliOS-Things-master/components/cli/src/iobox/ |
A D | echo.c | 32 bool append = false; in echo_main() local
|
/AliOS-Things-master/components/py_engine/tests/ |
A D | run-multitests.py | 83 def prepare_script_from_file(self, filename, prepend, append): argument 92 def run_file(self, filename, prepend="", append=""): argument 95 def start_file(self, filename, prepend="", append=""): argument
|
/AliOS-Things-master/components/SDL2/src/filesystem/haiku/ |
A D | SDL_sysfilesystem.cc | 78 const char *append = "/config/settings/"; in SDL_GetPrefPath() local
|
/AliOS-Things-master/components/SDL2/src/filesystem/unix/ |
A D | SDL_sysfilesystem.c | 187 const char *append; in SDL_GetPrefPath() local
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/ |
A D | zip.c | 849 extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_f… in zipOpen3() 920 extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipcharpc* globalcomment, zlib_f… in zipOpen2() 932 extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zipcharpc* globalcomment, zli… in zipOpen2_64() 948 extern zipFile ZEXPORT zipOpen (const char* pathname, int append) in zipOpen() 953 extern zipFile ZEXPORT zipOpen64 (const void* pathname, int append) in zipOpen64()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | multilink.c | 304 static void make_bundle_links(int append) in make_bundle_links()
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modbluetooth.h | 492 bool append; member
|
A D | modbluetooth.c | 588 bool append = false; in bluetooth_ble_gatts_register_services() local 762 bool append = n_args >= 4 && mp_obj_is_true(args[3]); in bluetooth_ble_gatts_set_buffer() local 1637 int mp_bluetooth_gatts_db_resize(mp_gatts_db_t db, uint16_t handle, size_t len, bool append) { in mp_bluetooth_gatts_db_resize()
|
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | modbluetooth_btstack.c | 903 int mp_bluetooth_gatts_register_service_begin(bool append) { in mp_bluetooth_gatts_register_service_begin() 1180 int mp_bluetooth_gatts_set_buffer(uint16_t value_handle, size_t len, bool append) { in mp_bluetooth_gatts_set_buffer()
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.c | 890 int mp_bluetooth_gatts_register_service_begin(bool append) { in mp_bluetooth_gatts_register_service_begin() 1054 int mp_bluetooth_gatts_set_buffer(uint16_t value_handle, size_t len, bool append) { in mp_bluetooth_gatts_set_buffer()
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | mpy-tool.py | 631 def append(self, b): member in BytecodeBuffer
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_value.cpp | 1125 Value& Value::append(const Value& value) { return append(Value(value)); } in append() function in Json::Value 1127 Value& Value::append(Value&& value) { in append() function in Json::Value
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/gradle/wrapper/ |
A D | gradle-wrapper.jar | ... .String)
String message
public java.lang.Appendable append (java.lang.CharSequence)
CharSequence csq
public java. ... |
/AliOS-Things-master/components/oss/src/external/json/ |
A D | jsoncpp.cpp | 3652 Value& Value::append(const Value& value) { return (*this)[size()] = value; } in append() function in AlibabaCloud::OSS::Json::Value 3655 Value& Value::append(Value&& value) { return (*this)[size()] = std::move(value); } in append() function in AlibabaCloud::OSS::Json::Value
|