/AliOS-Things-master/components/freetype/src/base/ |
A D | ftinit.c | 115 if ( classes[i] ) \ 117 FT_Destroy_Class_ ## x( library, classes[i] ); \ 125 FT_Module_Class* *classes; in ft_destroy_default_module_classes() local 135 classes = pic_container->default_module_classes; in ft_destroy_default_module_classes() 140 FT_FREE( classes ); in ft_destroy_default_module_classes() 151 classes[i++] = clazz; 159 FT_Module_Class* *classes = NULL; in ft_create_default_module_classes() local 169 if ( FT_ALLOC( classes, sizeof ( FT_Module_Class* ) * in ft_create_default_module_classes() 175 classes[i] = 0; in ft_create_default_module_classes() 176 classes[FT_NUM_MODULE_CLASSES] = 0; in ft_create_default_module_classes() [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
A D | svm_functions.h | 90 const int32_t *classes; /**< The two SVM classes */ member 104 const int32_t *classes; /**< The two SVM classes */ member 120 const int32_t *classes; /**< The two SVM classes */ member 134 const int32_t *classes; /**< The two SVM classes */ member 159 const int32_t *classes); 198 const int32_t *classes, 237 const int32_t *classes, 274 const int32_t *classes,
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/DSP/Include/dsp/ |
A D | svm_functions.h | 90 const int32_t *classes; /**< The two SVM classes */ member 104 const int32_t *classes; /**< The two SVM classes */ member 120 const int32_t *classes; /**< The two SVM classes */ member 134 const int32_t *classes; /**< The two SVM classes */ member 159 const int32_t *classes); 198 const int32_t *classes, 237 const int32_t *classes, 274 const int32_t *classes,
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream3/ |
A D | README | 1 These classes provide a C++ stream interface to the zlib library. It allows you 10 The gzifstream and gzofstream classes were originally written by Kevin Ruland 15 The new classes are as standard-compliant as possible, closely following the 16 approach of the standard library's fstream classes. It compiles under gcc versions
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/kernels/ |
A D | BUILD | 10 # ctc support classes imported directly from TensorFlow. 27 # top_n support classes imported directly from TensorFlow.
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | gendoc.py | 306 self.classes = {} 326 if name in self.classes: 328 self.cur_class = self.classes[name] = DocClass(name, d["descr"]) 363 if self.classes: 365 for c in sorted(self.classes.values(), key=lambda x: x.name): 374 for c in self.classes.values(): 389 for c in self.classes.values():
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/ |
A D | BUILD | 30 # We rename the namespace since otherwise the proto classes and flatbuffer 31 # classes would have the same names.
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
A D | DotZLib.cs | 82 #region Exception classes
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 100 # operators of the base classes will not be shown. 227 # diagrams that involve STL classes more complete and accurate. 313 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 315 # If set to NO only classes defined in header files are included. 335 # undocumented members of documented classes, files or namespaces. 703 # of functions and classes directly in the documentation. 753 # contains a lot of classes, structs, unions or interfaces. 763 # In case all classes in a project start with a common prefix, all 764 # classes will be put under the same header in the alphabetical index. 843 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, [all …]
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | doxyfile | 110 # operators of the base classes will not be shown. 238 # diagrams that involve STL classes more complete and accurate. 324 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 326 # If set to NO only classes defined in header files are included. 346 # undocumented members of documented classes, files or namespaces. 730 # of functions and classes directly in the documentation. 779 # contains a lot of classes, structs, unions or interfaces. 789 # In case all classes in a project start with a common prefix, all 790 # classes will be put under the same header in the alphabetical index. 839 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 124 # operators of the base classes will not be shown. 267 # diagrams that involve STL classes more complete and accurate. 385 # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 387 # If set to NO only classes defined in header files are included. 407 # undocumented members of documented classes, files or namespaces. 415 # undocumented classes that are normally visible in the class hierarchy. 832 # of functions and classes directly in the documentation. 881 # contains a lot of classes, structs, unions or interfaces. 891 # In case all classes in a project start with a common prefix, all 892 # classes will be put under the same header in the alphabetical index. [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/ |
A D | readme.txt | 47 to the Java classes that implement the java.util.zip.Checksum
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 133 # operators of the base classes will not be shown. 307 # definitions whose arguments contain STL classes (e.g. func(std::string); 309 # diagrams that involve STL classes more complete and accurate. 808 # (namespaces, classes, functions, etc.) that should be excluded from the 906 # classes and enums directly into the documentation. 984 # classes, structs, unions or interfaces. 997 # In case all classes in a project start with a common prefix, all classes will 1751 # classes and files. 2027 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to 2104 # class with other documented classes. [all …]
|
A D | web_doxyfile.in | 133 # operators of the base classes will not be shown. 307 # definitions whose arguments contain STL classes (e.g. func(std::string); 309 # diagrams that involve STL classes more complete and accurate. 808 # (namespaces, classes, functions, etc.) that should be excluded from the 906 # classes and enums directly into the documentation. 984 # classes, structs, unions or interfaces. 997 # In case all classes in a project start with a common prefix, all classes will 1751 # classes and files. 2015 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to 2092 # class with other documented classes. [all …]
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 143 # operators of the base classes will not be shown. 326 # definitions whose arguments contain STL classes (e.g. func(std::string); 328 # diagrams that involve STL classes more complete and accurate. 578 # this will also influence the order of the classes in the class list. 962 # classes and enums directly into the documentation. 1059 # classes, structs, unions or interfaces. 1071 # In case all classes in a project start with a common prefix, all classes will 1863 # classes and files. 2141 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to 2225 # class with other documented classes. [all …]
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 151 # operators of the base classes will not be shown. 365 # diagrams that involve STL classes more complete and accurate. 590 # classes, one named CLASS and the other named Class, and to also support 648 # this will also influence the order of the classes in the class list. 1203 # classes and enums directly into the documentation. 1319 # classes, structs, unions or interfaces. 1324 # In case all classes in a project start with a common prefix, all classes will 2173 # classes and files. 2456 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to 2531 # class with other documented classes. [all …]
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11xinput2.c | 275 XIAnyClassInfo *class = dev->classes[j]; in X11_InitXinput2Multitouch()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ |
A D | arm_math.h | 7895 const int32_t *classes; /**< The two SVM classes */ member 7909 const int32_t *classes; /**< The two SVM classes */ member 7925 const int32_t *classes; /**< The two SVM classes */ member 7939 const int32_t *classes; /**< The two SVM classes */ member 7964 const int32_t *classes); 8003 const int32_t *classes, 8042 const int32_t *classes, 8079 const int32_t *classes,
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/showimage/showimage.xcodeproj/ |
A D | project.pbxproj | 4 classes = {
|
/AliOS-Things-master/components/py_engine/engine/ |
A D | README.md | 20 `frozenset`, `array.array`, `collections.namedtuple`, classes and instances.
|
/AliOS-Things-master/components/SDL2/src/image/Xcode-iOS/SDL_image.xcodeproj/ |
A D | project.pbxproj | 4 classes = {
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/SDL_image.xcodeproj/ |
A D | project.pbxproj | 4 classes = {
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | README.rst | 217 and ``MenuNode`` classes.
|
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/ |
A D | README.rst | 217 and ``MenuNode`` classes.
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/ |
A D | quickjs.texi | 218 and optimizes the inefficient RegExp character classes and Unicode
|