Home
last modified time | relevance | path

Searched refs:will (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/
A DDoxyfile187 # of all members will be omitted, etc.
194 # scopes will look different, etc.
237 # Doxygen will parse them like normal C++ but will assume all classes use public
304 # will be included in the documentation.
737 # will need version 4.8.6 or higher.
806 # will generate a default style sheet. Note that doxygen will try to copy
845 # NO a bullet list will be used.
880 # will append .docset to the name.
1190 # will contain hyperlink fields. The RTF file will
1415 # will be listed.
[all …]
/AliOS-Things-master/components/SDL2/docs/
A Ddoxyfile198 # of all members will be omitted, etc.
205 # scopes will look different, etc.
248 # Doxygen will parse them like normal C++ but will assume all classes use public
315 # will be included in the documentation.
763 # will need version 4.8.6 or higher.
833 # will generate a default style sheet. Note that doxygen will try to copy
841 # NO a bullet list will be used.
875 # will append .docset to the name.
1120 # will contain hyperlink fields. The RTF file will
1344 # will be listed.
[all …]
A DREADME-directfb.md42 This is disabled by default. It will only support one
43 YUV texture, namely the first. Every other YUV texture will be
50 to make the YUV texture an underlay. This will make the cursor to
69 The following instructions will give you *software* OpenGL. However this
A DREADME-macosx.md49 SDL will not register its own. This means that SDL will not terminate using
50 SDL_Quit if it receives a termination request, it will terminate like a
51 normal app, and it will not send a SDL_DROPFILE when you request to open a
100 will be visible to the user in the Finder. Usually it will be the same
105 If your project builds more than one application, you will have to do a bit
119 Again, if you want to install multiple applications, you will have to augment
128 means that when you copy it to another computer, *it will not run*,
165 Because Stuffit Expander will unpack the archive into a subdirectory,
171 This will create a new folder called Xcode, which you can browse
185 it to be located there. However, it will function the same in any of the
A DREADME-gesture.md7 …or a given gesture. There is a (small) chance that two different gestures will be assigned the sam…
23 As long as there is a dollar gesture assigned to a touch, every finger-up event will also cause an …
30 Most programs will want to define an appropriate error threshold and check to be sure that the erro…
36 …ure you want to save, and dst is an SDL_RWops pointer to the file where the gesture will be stored.
38 …ollarTemplates(dst) where dst is an SDL_RWops pointer to the file where the gesture will be stored.
/AliOS-Things-master/components/SDL2/src/gfx/Docs/
A Dhtml.doxyfile218 # of all members will be omitted, etc.
225 # scopes will look different, etc.
277 # Doxygen will parse them like normal C++ but will assume all classes use public
371 # will be included in the documentation.
381 # will be included in the documentation.
865 # will need version 4.8.6 or higher.
941 # will generate a default style sheet. Note that doxygen will try to copy
989 # NO a bullet list will be used.
1024 # will append .docset to the name.
1378 # will contain hyperlink fields. The RTF file will
[all …]
/AliOS-Things-master/components/mqtt/MQTTPacket/
A DMQTTConnectClient.c40 len += MQTTstrlen(options->will.topicName)+2 + MQTTstrlen(options->will.message)+2; in MQTTSerialize_connectLength()
92 flags.bits.will = (options->willFlag) ? 1 : 0; in MQTTSerialize_connect()
93 if (flags.bits.will) in MQTTSerialize_connect()
95 flags.bits.willQoS = options->will.qos; in MQTTSerialize_connect()
96 flags.bits.willRetain = options->will.retained; in MQTTSerialize_connect()
109 writeMQTTString(&ptr, options->will.topicName); in MQTTSerialize_connect()
110 writeMQTTString(&ptr, options->will.message); in MQTTSerialize_connect()
A DMQTTConnectServer.c84 data->willFlag = flags.bits.will; in MQTTDeserialize_connect()
85 if (flags.bits.will) in MQTTDeserialize_connect()
87 data->will.qos = flags.bits.willQoS; in MQTTDeserialize_connect()
88 data->will.retained = flags.bits.willRetain; in MQTTDeserialize_connect()
89 if (!readMQTTLenString(&data->will.topicName, &curdata, enddata) || in MQTTDeserialize_connect()
90 !readMQTTLenString(&data->will.message, &curdata, enddata)) in MQTTDeserialize_connect()
A DMQTTConnect.h51 unsigned int will : 1; /**< will flag */ member
60 unsigned int will : 1; /**< will flag */ member
113 MQTTPacket_willOptions will; member
A DMQTTFormat.c48 data->will.qos, data->will.retained, in MQTTStringFormat_connect()
49 data->will.topicName.lenstring.len, data->will.topicName.lenstring.data, in MQTTStringFormat_connect()
50 data->will.message.lenstring.len, data->will.message.lenstring.data); in MQTTStringFormat_connect()
/AliOS-Things-master/documentation/doxygen/
A DDoxyfile-AOS75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
204 # Javadoc-style will behave just like regular comments and it will not be
277 # members will be omitted, etc.
304 # language. For instance, namespaces will be presented as modules, types will be
378 # will parse them like normal C++ but will assume all classes use public instead
601 # scope will be hidden.
1142 # will be ignored.
1229 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
1257 # Doxygen will invoke htags (and that will in turn invoke gtags), so these
1307 # will be added as well.
[all …]
/AliOS-Things-master/components/littlevgl/scripts/
A DDoxyfile59 # left blank the current directory will be used.
75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
252 # members will be omitted, etc.
260 # qualified scopes will look different, etc.
341 # will parse them like normal C++ but will assume all classes use public instead
531 # scope will be hidden.
740 # will automatically be disabled.
901 # will be ignored.
988 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
1016 # Doxygen will invoke htags (and that will in turn invoke gtags), so these
[all …]
/AliOS-Things-master/components/jsoncpp/doc/
A Ddoxyfile.in59 # left blank the current directory will be used.
245 # members will be omitted, etc.
253 # qualified scopes will look different, etc.
322 # will parse them like normal C++ but will assume all classes use public instead
421 # scope will be included in the documentation.
505 # scope will be hidden.
702 # will automatically be disabled.
853 # will be ignored.
932 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
960 # Doxygen will invoke htags (and that will in turn invoke gtags), so these
[all …]
A Dweb_doxyfile.in59 # left blank the current directory will be used.
245 # members will be omitted, etc.
253 # qualified scopes will look different, etc.
322 # will parse them like normal C++ but will assume all classes use public instead
421 # scope will be included in the documentation.
505 # scope will be hidden.
702 # will automatically be disabled.
853 # will be ignored.
932 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
960 # Doxygen will invoke htags (and that will in turn invoke gtags), so these
[all …]
/AliOS-Things-master/components/linkkit/mqtt/impl/
A DMQTTConnectClient.c41 len += MQTTstrlen(options->will.topicName) + 2 + in MQTTSerialize_connectLength()
42 MQTTstrlen(options->will.message) + 2; in MQTTSerialize_connectLength()
95 flags.all |= ((options->will.qos & 0x03) << 3); in MQTTSerialize_connect()
96 flags.all |= (options->will.retained) ? MQTT_CONN_FLAG_WILL_RETAIN : 0; in MQTTSerialize_connect()
110 writeMQTTString(&ptr, options->will.topicName); in MQTTSerialize_connect()
111 writeMQTTString(&ptr, options->will.message); in MQTTSerialize_connect()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/
A Dreadme.txt29 will be found ./DotZLib/bin/release or ./DotZLib/bin/debug, depending on
40 Also the target clean will remove binaries.
41 Output file (DotZLib.dll) will be found in either ./DotZLib/bin/release
47 will build a release mode version of the library without unit tests.
49 will build a debug version of the library with unit tests
51 will remove all previously built files.
/AliOS-Things-master/components/SDL2/src/hidapi/linux/
A DREADME.txt9 version is that it will only work with USB devices, while the hidraw
10 implementation will work with Bluetooth devices as well.
41 byte will be returned at the beginning of all reports returned from read()
45 On Kernel versions < 2.6.35, reports will only be sent using a Set_Report
46 transfer on the CONTROL endpoint. No data will ever be sent on an Interrupt
48 reports will be sent to the device on the first INTERRUPT OUT endpoint if it
49 exists; If it does not exist, OUTPUT reports will be sent on the CONTROL
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/
A DREADME.md10 This will automatically connect to the device and provide an interactive REPL.
31 Multiple commands can be specified and they will be run sequentially. Connection
32 and disconnection will be done automatically at the start and end of the execution
33 of the tool, if such commands are not explicitly given. Automatic connection will
35 REPL will be entered.
/AliOS-Things-master/components/SDL2/src/hidapi/
A DREADME.txt25 back-end will support both USB and Bluetooth, it has some limitations on
27 reports. In addition, it will only communicate with devices which have
34 back-end will of course not work with Bluetooth devices.
136 shared library, you will need to build it from the HIDAPI source
161 On FreeBSD you will need to install GNU make, libiconv, and
172 On Mac, you will need to install Fox-Toolkit if you wish to build
182 others, you will need to install Fox-toolkit from source. This is
186 your built app bundle, it will simply fail to run on other systems.
194 On Windows, if you want to build the test GUI, you will need to get
234 be installed. The example above will put the headers in
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/addtiffo/
A DREADME39 will work.
41 o The code will attempt to use the same kind of compression,
45 o Reduced resolution overviews for multi-sample files will currently
115 You will need a C compiler. You will need to have libtiff already
117 A similar file will be needed for Windows, but is not provided.
119 The CFLAGS and LIBS macros in the Makefile will have to be updated to
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DREADME.vms6 Build process should be error and warning free. When process will be finished,
7 LIBTIFF$STRATUP.COM file containing all required definitions, will be created.
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A DDownloadProject.cmake23 # The PROJ argument is required. The projectName value will be used to construct
33 # projectName_SOURCE_DIR and projectName_BINARY_DIR will be populated with the
41 # are provided, then PREFIX will have no effect. The default value for PREFIX is
64 # module for more information. It is likely you will want to use this option if it
123 # Set up where we will put our temporary CMakeLists.txt file and also
124 # the base point below which the default source and binary dirs will be.
151 # is safe to do so because it will be re-generated. Since this is only
157 # If we've already previously done these steps, they will not cause
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/core/
A DDownloadProject.cmake23 # The PROJ argument is required. The projectName value will be used to construct
33 # projectName_SOURCE_DIR and projectName_BINARY_DIR will be populated with the
41 # are provided, then PREFIX will have no effect. The default value for PREFIX is
64 # module for more information. It is likely you will want to use this option if it
123 # Set up where we will put our temporary CMakeLists.txt file and also
124 # the base point below which the default source and binary dirs will be.
151 # is safe to do so because it will be re-generated. Since this is only
157 # If we've already previously done these steps, they will not cause
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dlibjpeg.txt624 decompression parameters, this will not happen; jpeg_start_decompress() will
768 it will try to grab extended memory for temp files, and that space will NOT be
942 supply will be overwritten.
1167 meaning that full-color output will be delivered.
1261 library will still work, but time will be wasted due to unnecessary data
1559 will occur immediately).
1649 FALSE; typically it will not do anything else. This will cause the
1701 * jpeg_read_header(): will return JPEG_SUSPENDED.
2073 as the target scan, expecting that the scan will be small and will arrive
2298 sent_tables flags will be set TRUE.
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/
A DREADME.txt33 of pnmtopng and pngtopnm. This will happen in the near future (stay
34 tuned). The new package will get a different name to distinguish it from
39 have any of the options to read or write special chunks and it will do
58 larger images you will get an out-of-memory error.
62 to pnmgamma, one of the standard PbmPlus tools. This same scenario will
75 the bit-depth is 16, the format will always be ascii.
108 things. It will have many unforeseen features <vbg> ... who said bugs? Use

Completed in 73 milliseconds

12345678910>>...12