Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/AliOS-Things-master/components/SDL2/include/
A DSDL_events.h260 Uint32 which; /**< The mouse instance id, or SDL_TOUCH_MOUSEID */ member
276 Uint32 which; /**< The mouse instance id, or SDL_TOUCH_MOUSEID */ member
293 Uint32 which; /**< The mouse instance id, or SDL_TOUCH_MOUSEID */ member
306 SDL_JoystickID which; /**< The joystick instance id */ member
322 SDL_JoystickID which; /**< The joystick instance id */ member
338 SDL_JoystickID which; /**< The joystick instance id */ member
358 SDL_JoystickID which; /**< The joystick instance id */ member
372 …Sint32 which; /**< The joystick device index for the ADDED event, instance id for the REMOVE… member
383 SDL_JoystickID which; /**< The joystick instance id */ member
400 SDL_JoystickID which; /**< The joystick instance id */ member
[all …]
/AliOS-Things-master/components/SDL2/test/
A Dtestjoystick.c113 SDL_Log("Joystick device %d added.\n", (int) event.jdevice.which); in loop()
115 joystick = SDL_JoystickOpen(event.jdevice.which); in loop()
125 SDL_Log("Joystick device %d removed.\n", (int) event.jdevice.which); in loop()
126 if (event.jdevice.which == SDL_JoystickInstanceID(joystick)) { in loop()
134 event.jaxis.which, in loop()
139 event.jhat.which, event.jhat.hat); in loop()
154 event.jball.which, in loop()
159 event.jbutton.which, event.jbutton.button); in loop()
167 event.jbutton.which, event.jbutton.button); in loop()
A Dtesthotplug.c80 joystick = SDL_JoystickOpen(event.jdevice.which); in main()
82 … SDL_Log("Joy Added : %d : %s\n", event.jdevice.which, SDL_JoystickName(joystick)); in main()
109 if (instance == event.jdevice.which) in main()
111 SDL_Log("Joy Removed: %d\n", event.jdevice.which); in main()
A Dtestgamecontroller.c131 SDL_Log("Game controller device %d added.\n", (int) event.cdevice.which); in loop()
133 gamecontroller = SDL_GameControllerOpen(event.cdevice.which); in loop()
143 SDL_Log("Game controller device %d removed.\n", (int) event.cdevice.which); in loop()
144 …if (gamecontroller && event.cdevice.which == SDL_JoystickInstanceID(SDL_GameControllerGetJoystick(… in loop()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/
A Dunit_test.sh7 NODE=`which nodejs`
13 NODE=`which node`
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A DREADME33 an exmaple of how to make an iterator which, rather than fill a data
40 and 64-bit floating point data, which wasn't possible with ReadRGBA().
59 offset, which lists the position in the file at which to find a private
61 TIFFWritePrivateDataSubDirectory(), which takes a list of tags and a
63 the offset within the file at which it wrote the directory; and
64 TIFFReadPrivateDataSubDirectory(), which takes an offset, a list of
69 which were all declared static and therefore inaccessible in the TIFF
/AliOS-Things-master/components/SDL2/docs/
A DREADME-nacl.md10 toolchain, which generates binaries designed to run on ARM and x86_32/64
24 in test/nacl/Makefile, which includes some monkey patching of the common.mk file
25 provided by NaCl, without which linking properly to SDL won't work (the search
27 you dump them into the SDK path, which is inconvenient).
32 hiding the asynchronous nature of the browser behind the scenes...which is not the
79 environment, which eases the job of porting to Native Client, but also introduces
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_gfx.spec19 The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
21 SDL_rotozoom which implemented a interpolating rotozoomer for SDL
40 The SDL_gfx library evolved out of the SDL_gfxPrimitives code which
42 SDL_rotozoom which implemented a interpolating rotozoomer for SDL
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit_0.c458 int which; in SDL_CalculateBlit0() local
465 which = 0; in SDL_CalculateBlit0()
467 which = surface->map->dst->format->BytesPerPixel; in SDL_CalculateBlit0()
471 return bitmap_blit[which]; in SDL_CalculateBlit0()
474 return colorkey_blit[which]; in SDL_CalculateBlit0()
477 return which >= 2 ? BlitBtoNAlpha : (SDL_BlitFunc) NULL; in SDL_CalculateBlit0()
480 return which >= 2 ? BlitBtoNAlphaKey : (SDL_BlitFunc) NULL; in SDL_CalculateBlit0()
A DSDL_blit_1.c526 int which; in SDL_CalculateBlit1() local
531 which = 0; in SDL_CalculateBlit1()
533 which = dstfmt->BytesPerPixel; in SDL_CalculateBlit1()
537 return one_blit[which]; in SDL_CalculateBlit1()
540 return one_blitkey[which]; in SDL_CalculateBlit1()
546 return which >= 2 ? Blit1toNAlpha : (SDL_BlitFunc) NULL; in SDL_CalculateBlit1()
549 return which >= 2 ? Blit1toNAlphaKey : (SDL_BlitFunc) NULL; in SDL_CalculateBlit1()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/oss-fuzz/
A DREADME.txt13 which may be found at https://cs.chromium.org/chromium/src/LICENSE, or, if
14 noted in the source, under the Apache-2.0 license, which may
35 which retrieves them from the libpng repository at Github.
/AliOS-Things-master/components/py_engine/engine/shared/memzip/
A DREADME.md3 memzip takes a zip file which is comprised of uncompressed files and
8 a C file which contains the data from the zip file.
/AliOS-Things-master/components/SDL2/src/hidapi/linux/
A DREADME.txt5 version depends on patches to the Linux kernel which are not currently in
19 different than the legacy libusb 0.1 which is installed on many systems. To
34 Unfortunately, the hidraw driver, which the linux version of hidapi is based
35 on, contains bugs in kernel versions < 2.6.36, which the client application
/AliOS-Things-master/components/SDL2/src/hidapi/
A DREADME.txt7 HIDAPI is a multi-platform library which allows an application to interface
27 reports. In addition, it will only communicate with devices which have
29 which are blacklisted from having hidraw nodes will not work. Fortunately,
38 which HIDAPI supports. Since it relies on a 3rd party library, building it
45 which communicates with a heavily hacked up version of the Microchip USB
112 If you have your own simple test programs which communicate with standard
132 because of the flexibility of HIDAPI and the large number of ways in which
184 ports X11 libraries which are not compatible with the Apple X11
236 install into /usr/local which is fine on most systems.
284 which is part of the HIDAPI distribution.
[all …]
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_events.c213 (uint) event->motion.which, (uint) event->motion.state, in SDL_LogEvent()
221 (uint) event->button.which, (uint) event->button.button, \ in SDL_LogEvent()
232 (uint) event->wheel.which, (int) event->wheel.x, (int) event->wheel.y, in SDL_LogEvent()
238 (uint) event->jaxis.timestamp, (int) event->jaxis.which, in SDL_LogEvent()
244 (uint) event->jball.timestamp, (int) event->jball.which, in SDL_LogEvent()
250 (uint) event->jhat.timestamp, (int) event->jhat.which, in SDL_LogEvent()
256 (uint) event->jbutton.timestamp, (int) event->jbutton.which, \ in SDL_LogEvent()
262 …(details), " (timestamp=%u which=%d)", (uint) event->jdevice.timestamp, (int) event->jdevice.which) in SDL_LogEvent()
269 (uint) event->caxis.timestamp, (int) event->caxis.which, in SDL_LogEvent()
275 (uint) event->cbutton.timestamp, (int) event->cbutton.which, \ in SDL_LogEvent()
[all …]
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dlt~obsolete.m416 # which have later been changed to m4_define as they aren't part of the
25 # So we provide this file, which has a silly filename so it's always
33 # we give up compatibility with versions before 1.7, at which point
34 # we need to keep only those names which we still refer to.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/tags/
A DREADME33 all of their private tags into a separate module, which need only
41 a single new routine, which has the following calling sequence:
47 which must be called prior to opening or creating TIFF files.
50 <tag_extender>, which in turn is called by TIFFDefaultDirectory(),
64 into which you may install whatever private directory structures you like.
/AliOS-Things-master/components/SDL2/acinclude/
A Dlt~obsolete.m415 # which have later been changed to m4_define as they aren't part of the
24 # So we provide this file, which has a silly filename so it's always
32 # we give up compatibility with versions before 1.7, at which point
33 # we need to keep only those names which we still refer to.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dlt~obsolete.m416 # which have later been changed to m4_define as they aren't part of the
25 # So we provide this file, which has a silly filename so it's always
33 # we give up compatibility with versions before 1.7, at which point
34 # we need to keep only those names which we still refer to.
/AliOS-Things-master/components/cjson/include/
A DcJSON.h230 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromArray(cJSON *array, int which);
231 CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which);
238 CJSON_PUBLIC(void) cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem); /* Shifts pre-…
240 CJSON_PUBLIC(void) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem);
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/powerpc-vsx/
A DREADME30 Each file documents its testing status as of the last time it was tested (which
37 more detailed description for the extent to which the result was
42 BUG REPORTS: an email address to which to send reports of problems
80 also list the environment in which the code has been tested and certainly list
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dlt~obsolete.m416 # which have later been changed to m4_define as they aren't part of the
25 # So we provide this file, which has a silly filename so it's always
33 # we give up compatibility with versions before 1.7, at which point
34 # we need to keep only those names which we still refer to.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dlt~obsolete.m416 # which have later been changed to m4_define as they aren't part of the
25 # So we provide this file, which has a silly filename so it's always
33 # we give up compatibility with versions before 1.7, at which point
34 # we need to keep only those names which we still refer to.
/AliOS-Things-master/hardware/chip/haas1000/drivers/
A D.gitignore8 # any tracked files which get ignored after the change.
12 # which get ignored after the change.)
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A DREADME.md4 This directory contains the MicroPython cross compiler, which runs under any
15 This will create a file foo.mpy which can then be copied to a place accessible

Completed in 20 milliseconds

12345678910>>...12