Home
last modified time | relevance | path

Searched defs:append (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/SDL2/src/filesystem/emscripten/
A DSDL_sysfilesystem.c45 const char *append = "/libsdl/"; in SDL_GetPrefPath() local
/AliOS-Things-master/components/amp-utility/python/
A Duarray.py18 def append(self,val): member in array
/AliOS-Things-master/components/cli/src/iobox/
A Decho.c32 bool append = false; in echo_main() local
/AliOS-Things-master/components/py_engine/tests/
A Drun-multitests.py83 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 DSDL_sysfilesystem.cc78 const char *append = "/config/settings/"; in SDL_GetPrefPath() local
/AliOS-Things-master/components/SDL2/src/filesystem/unix/
A DSDL_sysfilesystem.c187 const char *append; in SDL_GetPrefPath() local
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/minizip/
A Dzip.c849 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 Dmultilink.c304 static void make_bundle_links(int append) in make_bundle_links()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.h492 bool append; member
A Dmodbluetooth.c588 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 Dmodbluetooth_btstack.c903 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 Dmodbluetooth_nimble.c890 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 Dmpy-tool.py631 def append(self, b): member in BytecodeBuffer
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp1125 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 Dgradle-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 Djsoncpp.cpp3652 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

Completed in 250 milliseconds