Home
last modified time | relevance | path

Searched refs:removed (Results 1 – 25 of 136) sorted by relevance

123456

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dchecksym.awk20 removed[1] = "" # removed symbols from png.h
82 if (removed[o] == "" || removed[o] == $2) {
83 removed[o] = $2
86 print "png.h: duplicated removed symbol", o ": '" removed[o] "' != '" $2 "'"
127 if (symbol[o] == "" && removed[o] == "") {
150 if (symbol[o] != "" && removed[o] != "") {
151 … print "png.h: symbol", o, "both exported as '" symbol[o] "' and removed as '" removed[o] "'"
/AliOS-Things-master/components/SDL2/src/joystick/darwin/
A DSDL_sysjoystick_c.h68 SDL_bool removed; member
A DSDL_sysjoystick.c103 if (!device->removed) { in GetDeviceForIndex()
226 device->removed = SDL_TRUE; in JoystickDeviceWasRemovedCallback()
708 if (!device->removed) { in DARWIN_JoystickGetCount()
722 if (device->removed) { in DARWIN_JoystickDetect()
937 if (device->removed) { /* device was unplugged; ignore it. */ in DARWIN_JoystickUpdate()
/AliOS-Things-master/components/SDL2/docs/
A DREADME-touch.md52 IMPORTANT: If the touch has been removed, or there is no touch with the given index, SDL_GetTouchDe…
68 This returns a SDL_Finger *, or NULL if the finger does not exist, or has been removed.
69 …uration of a touch, but it will be de-allocated as soon as the finger is removed. This occurs when…
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp1166 bool Value::removeMember(const char* begin, const char* end, Value* removed) { in removeMember() argument
1175 if (removed) in removeMember()
1176 *removed = std::move(it->second); in removeMember()
1180 bool Value::removeMember(const char* key, Value* removed) { in removeMember() argument
1181 return removeMember(key, key + strlen(key), removed); in removeMember()
1183 bool Value::removeMember(String const& key, Value* removed) { in removeMember() argument
1184 return removeMember(key.data(), key.data() + key.length(), removed); in removeMember()
1197 bool Value::removeIndex(ArrayIndex index, Value* removed) { in removeIndex() argument
1206 if (removed) in removeIndex()
1207 *removed = it->second; in removeIndex()
/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h530 bool removeMember(const char* key, Value* removed);
537 bool removeMember(String const& key, Value* removed);
539 bool removeMember(const char* begin, const char* end, Value* removed);
546 bool removeIndex(ArrayIndex index, Value* removed);
/AliOS-Things-master/components/SDL2/
A DCOPYING.txt19 3. This notice may not be removed or altered from any source distribution.
/AliOS-Things-master/components/SDL2/src/gfx/
A DLICENSE21 3. This notice may not be removed or altered from any source
/AliOS-Things-master/components/SDL2/src/image/
A DCOPYING.txt19 3. This notice may not be removed or altered from any source distribution.
/AliOS-Things-master/components/SDL2/src/image/Xcode/pkg-support/resources/
A DReadMe.txt24 Static libraries of libpng and libjpeg are no longer maintained and may eventually be removed.
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_events.c49 SDL_bool removed; member
771 if (!SDL_event_watchers[i].removed) { in SDL_PushEvent()
779 if (SDL_event_watchers[i].removed) { in SDL_PushEvent()
858 watcher->removed = SDL_FALSE; in SDL_AddEventWatch()
877 SDL_event_watchers[i].removed = SDL_TRUE; in SDL_DelEventWatch()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/visualc71/
A DREADME_zlib.txt13 NOTE: This project will be removed from libpng-1.5.0. It has
A DREADME.txt8 NOTE: This project will be removed from libpng-1.5.0. It has
/AliOS-Things-master/components/SDL2/src/audio/pulseaudio/
A DSDL_pulseaudio.c699 … const SDL_bool removed = ((t & PA_SUBSCRIPTION_EVENT_TYPE_MASK) == PA_SUBSCRIPTION_EVENT_REMOVE); in HotplugCallback() local
701 if (added || removed) { /* we only care about add/remove events. */ in HotplugCallback()
710 } else if (removed && (sink || source)) { in HotplugCallback()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DLICENSE35 3. This Copyright notice may not be removed or altered from any
127 3. This Copyright notice may not be removed or altered from any
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/lib/x64/
A DLICENSE.zlib.txt23 3. This notice may not be removed or altered from any source distribution.
A DLICENSE.png.txt38 3. This Copyright notice may not be removed or altered from any
130 3. This Copyright notice may not be removed or altered from any
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/lib/x86/
A DLICENSE.zlib.txt23 3. This notice may not be removed or altered from any source distribution.
A DLICENSE.png.txt38 3. This Copyright notice may not be removed or altered from any
130 3. This Copyright notice may not be removed or altered from any
/AliOS-Things-master/components/SDL2/src/locale/macosx/
A DSDL_syslocale.m19 3. This notice may not be removed or altered from any source distribution.
/AliOS-Things-master/components/SDL2/src/image/debian/
A Dcopyright37 3. This notice may not be removed or altered from any source distribution.
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaclipboard.m19 3. This notice may not be removed or altered from any source distribution.
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitclipboard.m19 3. This notice may not be removed or altered from any source distribution.
A DSDL_uikitevents.m19 3. This notice may not be removed or altered from any source distribution.
/AliOS-Things-master/components/SDL2/src/file/cocoa/
A DSDL_rwopsbundlesupport.m19 3. This notice may not be removed or altered from any source distribution.

Completed in 20 milliseconds

123456