Home
last modified time | relevance | path

Searched refs:information (Results 1 – 25 of 156) sorted by relevance

1234567

/AliOS-Things-master/components/drivers/core/base/device/
A Dobject.c238 struct aos_object_information *information; in aos_object_init() local
246 information = aos_object_get_information(type); in aos_object_init()
247 OBJ_ASSERT(information != NULL); in aos_object_init()
254 for (node = information->object_list.next; in aos_object_init()
255 node != &(information->object_list); in aos_object_init()
292 dlist_add_tail( &(object->list),&(information->object_list)); in aos_object_init()
380 struct aos_object_information *information = NULL; in aos_object_find() local
392 if (information == NULL) in aos_object_find()
395 OBJ_ASSERT(information != NULL); in aos_object_find()
397 for (node = information->object_list.next; in aos_object_find()
[all …]
A Ddevice.c207 struct aos_object_information *information; local
214 information = aos_object_get_information(AOS_Object_Class_Device);
215 DEV_ASSERT(information != NULL);
216 for (node = information->object_list.next;
217 node != &(information->object_list);
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-config.in37 --libs print library linking information
48 --version print version information
A DANNOUNCE20 Other information:
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/
A DREADME-WIN32.txt33 example.pdb Symbolic information for debugging example.exe
36 example_d.pdb Symbolic information for debugging example_d.exe
39 minigzip.pdb Symbolic information for debugging minigzip.exe
42 minigzip_d.pdb Symbolic information for debugging minigzip_d.exe
102 the file ChangeLog history information documenting your changes. Please read
103 the FAQ for more information on the distribution of modified source versions.
A Dzlib1.rc33 VALUE "Comments", "For more information visit http://www.zlib.net/\0"
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dlibpng-config-body.in11 --libs print library linking information
22 --version print version information
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Dcodereview.settings1 # This file is used by git cl to get repository specific information.
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/
A DREADME.md3 This is a basic speech recognition example. For more information, see the
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/lib/x64/
A DLICENSE.zlib.txt34 the file ChangeLog history information documenting your changes. Please read
35 the FAQ for more information on the distribution of modified source versions.
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/lib/x86/
A DLICENSE.zlib.txt34 the file ChangeLog history information documenting your changes. Please read
35 the FAQ for more information on the distribution of modified source versions.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/vstudio/
A DREADME.txt18 You must enter some information in zlib.props before attempting to
29 information is produced (in the .pdb), but if you encounter a problem
55 You have enough information to build a working application.
/AliOS-Things-master/components/lwip/lwip2.0.0/
A DFILES14 For more information on the various subdirectories, check the FILES
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DREADME27 More information, email contacts, and mailing list information can be
/AliOS-Things-master/components/SDL2/docs/
A DREADME-hg.md9 information on using hg, where you can also download software for
A DREADME-macosx.md143 contains some meta-information about your application (like some copyright
144 information, the version of your app, the name of an optional icon file,
145 and other things). Part of that information is displayed by the Finder
147 More information about Info.plist files can be found on Apple's homepage.
/AliOS-Things-master/components/mbedtls/
A DREADME.mbedtls.md82 - `Release`. This generates the default code without any unnecessary information in the binary fi…
83 - `Debug`. This generates debug information and disables optimization of the code.
84 - `Coverage`. This generates code coverage information in addition to debug information.
86 - `ASanDbg`. Same as ASan but slower, with debug information and better stack traces.
88 - `MemSanDbg`. Same as MemSan but slower, with debug information, better stack traces and origin …
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/
A DCONTRIBUTING.md23 information on using pull requests.
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/
A DREADME.md11 code to construct such pseudo-stack information.
118 * Not relying on symbol information removes removes exposure to toolchain
149 stacks, from just symbol information generated by the toolchain.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/projects/owatcom/
A Dpngconfig.mak5 # For more information build libpng.wpj under the IDE and then read the
8 # config.inf: Basic configuration information for a standard build.
142 $# generated dependency information (as of OpenWatcom 1.9) does not record the
/AliOS-Things-master/components/SDL2/src/image/
A DSDL2_image.spec65 - converted to get package information from configure
A DSDL2_image.spec.in65 - converted to get package information from configure
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/
A DREADME.tiff2dib13 Here is some information that may help someone.
/AliOS-Things-master/components/SDL2/src/hidapi/udev/
A D99-hid.rules30 # http://reactivated.net/writing_udev_rules.html for more information on finer
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/oss-fuzz/
A DREADME.txt19 had no licensing information; we assumed that these were under the Chromium

Completed in 22 milliseconds

1234567