/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_dbus.c | 198 DBusMessage *msg = dbus.message_new_method_call(node, path, interface, method); in SDL_DBus_CallMethodInternal() 236 retval = SDL_DBus_CallMethodInternal(conn, node, path, interface, method, ap); in SDL_DBus_CallMethodOnConnection() 242 SDL_DBus_CallMethod(const char *node, const char *path, const char *interface, const char *method, … in SDL_DBus_CallMethod() argument 247 retval = SDL_DBus_CallMethodInternal(dbus.session_conn, node, path, interface, method, ap); in SDL_DBus_CallMethod() 258 DBusMessage *msg = dbus.message_new_method_call(node, path, interface, method); in SDL_DBus_CallVoidMethodInternal() 281 retval = SDL_DBus_CallVoidMethodInternal(conn, node, path, interface, method, ap); in SDL_DBus_CallVoidMethodOnConnection() 287 SDL_DBus_CallVoidMethod(const char *node, const char *path, const char *interface, const char *meth… in SDL_DBus_CallVoidMethod() argument 292 retval = SDL_DBus_CallVoidMethodInternal(dbus.session_conn, node, path, interface, method, ap); in SDL_DBus_CallVoidMethod() 330 …return SDL_DBus_QueryPropertyOnConnection(dbus.session_conn, node, path, interface, property, expe… in SDL_DBus_QueryProperty() 352 const char *interface = "org.freedesktop.ScreenSaver"; in SDL_DBus_ScreensaverInhibit() local [all …]
|
A D | SDL_dbus.h | 85 extern SDL_bool SDL_DBus_CallMethod(const char *node, const char *path, const char *interface, cons… 86 extern SDL_bool SDL_DBus_CallVoidMethod(const char *node, const char *path, const char *interface, … 87 extern SDL_bool SDL_DBus_QueryProperty(const char *node, const char *path, const char *interface, c… 90 …n(DBusConnection *conn, const char *node, const char *path, const char *interface, const char *met… 91 …n(DBusConnection *conn, const char *node, const char *path, const char *interface, const char *met… 92 …n(DBusConnection *conn, const char *node, const char *path, const char *interface, const char *pro…
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandvideo.c | 357 const char *interface, uint32_t version) in display_handle_global() argument 363 if (strcmp(interface, "wl_compositor") == 0) { in display_handle_global() 365 } else if (strcmp(interface, "wl_output") == 0) { in display_handle_global() 367 } else if (strcmp(interface, "wl_seat") == 0) { in display_handle_global() 369 } else if (strcmp(interface, "xdg_wm_base") == 0) { in display_handle_global() 372 } else if (strcmp(interface, "zxdg_shell_v6") == 0) { in display_handle_global() 375 } else if (strcmp(interface, "wl_shell") == 0) { in display_handle_global() 377 } else if (strcmp(interface, "wl_shm") == 0) { in display_handle_global() 392 } else if (strcmp(interface, "qt_touch_extension") == 0) { in display_handle_global() 394 } else if (strcmp(interface, "qt_surface_extension") == 0) { in display_handle_global() [all …]
|
A D | SDL_waylandsym.h | 69 …rshal_constructor, (struct wl_proxy *, uint32_t opcode, const struct wl_interface *interface, ...)) 72 …d, (struct wl_proxy *proxy, uint32_t opcode, const struct wl_interface *interface, uint32_t versio…
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitappdelegate.h | 24 @interface SDLLaunchScreenController : UIViewController 32 @interface SDLUIKitDelegate : NSObject<UIApplicationDelegate>
|
A D | SDL_uikitmodes.h | 28 @interface SDL_DisplayData : NSObject 37 @interface SDL_DisplayModeData : NSObject
|
A D | SDL_uikitview.h | 29 @interface SDL_uikitview : UIView <UIPointerInteractionDelegate> 31 @interface SDL_uikitview : UIView
|
A D | SDL_uikitviewcontroller.h | 37 @interface SDL_uikitviewcontroller : SDLRootViewController <UITextFieldDelegate> 39 @interface SDL_uikitviewcontroller : SDLRootViewController
|
A D | SDL_uikitvideo.h | 30 @interface SDL_VideoData : NSObject
|
A D | SDL_uikitmetalview.h | 43 @interface SDL_uikitmetalview : SDL_uikitview
|
A D | SDL_uikitwindow.h | 44 @interface SDL_WindowData : NSObject
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | edid-parse.c | 148 info->ad.digital.interface = interfaces[bits]; in decode_display_parameters() 150 info->ad.digital.interface = UNDEFINED; in decode_display_parameters() 581 const char *interface; in dump_monitor_info() local 587 switch (info->ad.digital.interface) in dump_monitor_info() 589 case DVI: interface = "DVI"; break; in dump_monitor_info() 590 case HDMI_A: interface = "HDMI-a"; break; in dump_monitor_info() 591 case HDMI_B: interface = "HDMI-b"; break; in dump_monitor_info() 592 case MDDI: interface = "MDDI"; break; in dump_monitor_info() 594 case UNDEFINED: interface = "undefined"; break; in dump_monitor_info() 595 default: interface = "unknown"; break; in dump_monitor_info() [all …]
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ |
A D | CHANGELOG | 63 - Support manual scan interface. 513 - Add isv interface. 3095 1, Add Project interface. 3096 2, Add Tag interface. 3097 3, Add TrainData interface. 3098 4, Add Train interface. 3100 6, Add Predict interface. 3104 1, Add Project interface. 3105 2, Add Tag interface. 3107 4, Add Train interface. [all …]
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_dyn.h | 32 DFB_SYM(DFBResult, DirectFBCreate, (IDirectFB **interface), (interface), return) \
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/ |
A D | readme.txt | 2 This directory contains a Pascal (Delphi, Kylix) interface to the 11 zlibpas.pas the Pascal interface to zlib 21 interface to the full-fledged zlib functionality, but a suite of 40 not work with this interface. 51 The zlibpas interface is:
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/showimage/ |
A D | SDLMain.h | 13 @interface SDLMain : NSObject
|
/AliOS-Things-master/components/mbedtls/programs/ |
A D | README.md | 8 …d from a low-entropy secret, demonstrating the low-level AES interface, the digest interface and H… 11 …tion and authentication, demonstrating the generic cipher interface and the generic hash interface. 15 …neric_sum.c): file hash calculator and verifier, demonstrating the message digest (`md`) interface. 29 …y file and uses the key to encrypt/decrypt a short string through the generic public-key interface. 37 …blic/private key and uses it to encrypt/decrypt a short string through the low-level RSA interface. 53 * [`pkey/dh_genprime.c`](pkey/dh_genprime.c): shows how to use the bignum (`mpi`) interface to gene…
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/ |
A D | README.Tiffile | 3 I attached a file that uses RGBA interface (tif_getimage.c) to read a tiff 11 routines of the RGBA interface to just copy the data from the input raster
|
/AliOS-Things-master/components/SDL2/src/hidapi/libusb/ |
A D | hid.c | 143 int interface; member 601 const struct libusb_interface *intf = &conf_desc->interface[j]; in hid_enumerate() 930 const struct libusb_interface *intf = &conf_desc->interface[j]; in init_xboxone() 986 const struct libusb_interface *intf = &conf_desc->interface[j]; in hid_open_path() 1042 dev->interface = intf_desc->bInterfaceNumber; in hid_open_path() 1124 dev->interface, in hid_write() 1283 dev->interface, in hid_send_feature_report() 1314 dev->interface, in hid_get_feature_report() 1347 libusb_release_interface(dev->device_handle, dev->interface); in hid_close() 1352 int res = libusb_attach_kernel_driver(dev->device_handle, dev->interface); in hid_close()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ |
A D | README.contrib | 39 A C++ I/O streams interface to the zlib gz* functions 42 Another C++ I/O streams interface 46 Yet another C++ I/O streams interface
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoamouse.h | 46 @interface NSCursor (InvisibleCursor)
|
A D | SDL_cocoametalview.h | 44 @interface SDL_cocoametalview : NSView
|
A D | SDL_cocoaopengl.h | 42 @interface SDLOpenGLContext : NSOpenGLContext {
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/ |
A D | TODO | 13 - Check public interface to see which calls give problems
|
/AliOS-Things-master/components/lwip/lwip2.0.0/ |
A D | FILES | 12 netif/ - Generic network interface device drivers are kept here.
|