/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | checksym.awk | 20 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 D | SDL_sysjoystick_c.h | 68 SDL_bool removed; member
|
A D | SDL_sysjoystick.c | 103 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 D | README-touch.md | 52 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 D | json_value.cpp | 1166 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 D | value.h | 530 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 D | COPYING.txt | 19 3. This notice may not be removed or altered from any source distribution.
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | LICENSE | 21 3. This notice may not be removed or altered from any source
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | COPYING.txt | 19 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 D | ReadMe.txt | 24 Static libraries of libpng and libjpeg are no longer maintained and may eventually be removed.
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_events.c | 49 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 D | README_zlib.txt | 13 NOTE: This project will be removed from libpng-1.5.0. It has
|
A D | README.txt | 8 NOTE: This project will be removed from libpng-1.5.0. It has
|
/AliOS-Things-master/components/SDL2/src/audio/pulseaudio/ |
A D | SDL_pulseaudio.c | 699 … 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 D | LICENSE | 35 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 D | LICENSE.zlib.txt | 23 3. This notice may not be removed or altered from any source distribution.
|
A D | LICENSE.png.txt | 38 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 D | LICENSE.zlib.txt | 23 3. This notice may not be removed or altered from any source distribution.
|
A D | LICENSE.png.txt | 38 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 D | SDL_syslocale.m | 19 3. This notice may not be removed or altered from any source distribution.
|
/AliOS-Things-master/components/SDL2/src/image/debian/ |
A D | copyright | 37 3. This notice may not be removed or altered from any source distribution.
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoaclipboard.m | 19 3. This notice may not be removed or altered from any source distribution.
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitclipboard.m | 19 3. This notice may not be removed or altered from any source distribution.
|
A D | SDL_uikitevents.m | 19 3. This notice may not be removed or altered from any source distribution.
|
/AliOS-Things-master/components/SDL2/src/file/cocoa/ |
A D | SDL_rwopsbundlesupport.m | 19 3. This notice may not be removed or altered from any source distribution.
|