Home
last modified time | relevance | path

Searched refs:note (Results 1 – 25 of 73) sorted by relevance

123

/AliOS-Things-master/solutions/eduk1_demo/k1_apps/musicbox/
A Dmusicbox.md244 int note = cur_music->notes[musicbox_player.cur_music_note];
246 tone(0, note, noteDuration);
282 …printf("note[%d] = %d\t delay %d ms\n", musicbox_player.cur_music_note, cur_music->noteDurations[m…
283 int note = cur_music->notes[musicbox_player.cur_music_note];
284 tone(0, note, noteDuration);
A Dmusicbox.c196 int note = cur_music->notes[musicbox_player.cur_music_note]; in musicbox_task() local
197 tone(0, note, noteDuration); in musicbox_task()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/html/images/
A DMakefile.am38 note.gif \
A DCMakeLists.txt35 note.gif
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/nlp/
A DCMakeLists.txt9 # note ft_build is the dir you build sdk
/AliOS-Things-master/components/ble_host/bt_host/ali_vendormodel_profile/
A DREADME.rst50 note: you can also use nrfjprog tool to program the generated hex file.
59 note: Using LED1(p0.17) of nrf52832 pca10040 dev board for demo here.
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/
A DREADME.md8 Plugin, and placed in Assets/TensorFlowLite/SDK/Plugins/. For the editor (note
/AliOS-Things-master/components/SDL2/
A Dsdl2-config.cmake.in14 …# Remove -lSDL2 as that is handled by CMake, note the space at the end so it does not replace e.g.…
A Dsdl2-config.cmake14 …# Remove -lSDL2 as that is handled by CMake, note the space at the end so it does not replace e.g.…
/AliOS-Things-master/hardware/chip/smarth_rv64/
A Dgcc_csky.ld117 *(.note.ABI-tag)
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DREADME4 See the note about version numbers near the top of png.h.
34 It is important to note that the APIs did not make current programs
79 You should also note that zlib is a compression library that is useful
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitclipboard.m86 usingBlock:^(NSNotification *note) {
/AliOS-Things-master/components/SDL2/src/file/cocoa/
A DSDL_rwopsbundlesupport.m33 Also, note the bundle layouts are different for iPhone and Mac.
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick.m423 usingBlock:^(NSNotification *note) {
424 GCController *controller = note.object;
431 usingBlock:^(NSNotification *note) {
432 GCController *controller = note.object;
/AliOS-Things-master/components/SDL2/docs/
A DREADME-winrt.md23 typically do not include support for creating WinRT apps, to note.
31 development, the "Windows 10 SDK (10.0.10240.0)". Please note that
82 note, however, that Windows limits game-controller support in UWP apps to,
131 The fixes may affect older, SDL 2.0.3-based apps' save data. Please note
398 Do note that WinRT only supports a subset of the APIs that are available to
409 <http://msdn.microsoft.com/en-us/library/windows/apps/br205757.aspx>. To note,
444 <https://msdn.microsoft.com/en-us/library/hh441469.aspx>. Please note
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/lib/
A DREADME.md38 Something to note in the above example is that the frontend consumes as many
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dconfig.h.bak148 * \note mbedtls_platform_gmtime_r() is an abstraction in platform_util.h that
152 * \note It is possible to configure an implementation for
213 * \note MBEDTLS_PLATFORM_SNPRINTF_ALT is required on Windows;
407 * \note If you use the AES_xxx_ALT macros, then is is recommended to also set
740 * \note This option only works with the default software implementation of
1131 * \note The read/write functions that are used by the entropy source are
1143 * \note The entropy collector will write to the seed file before entropy is
1367 * \note Even if this option is disabled, both client and server are aware
1709 * \note Currently compression can't be used with DTLS.
2435 * \note See also our Knowledge Base article about porting to a new
[all …]
/AliOS-Things-master/components/SDL2/src/hidapi/ios/
A Dhid.m179 - (void)appWillResignActiveNotification:(NSNotification *)note;
180 - (void)appDidBecomeActiveNotification:(NSNotification *)note;
220 - (void)appWillResignActiveNotification:(NSNotification *)note
242 - (void)appDidBecomeActiveNotification:(NSNotification *)note
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/arm/
A Dfilter_neon.S20 .section .note.GNU-stack,"",%progbits /* mark stack as non-executable */
/AliOS-Things-master/components/SDL2/src/video/arm/
A Dpixman-arm-neon-asm.S48 .section .note.GNU-stack,"",%progbits
/AliOS-Things-master/components/mbedtls/
A DREADME.mbedtls.md50 Please note that setting `CFLAGS` overrides its default value of `-O2` and setting `WARNING_CFLAGS`…
128 Regarding variables, also note that if you set CFLAGS when invoking cmake,
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Ddoxygen.css805 /* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.tes…
812 dl.note
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A DDownloadProject.cmake58 # and updating of the project sources are intended to be used. Also note that at
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/core/
A DDownloadProject.cmake58 # and updating of the project sources are intended to be used. Also note that at
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/
A Dmatch686.asm26 ; note: contrib of zLib 1.2.3 and earlier contained both a deprecated version for

Completed in 21 milliseconds

123