/AliOS-Things-master/components/py_engine/engine/shared/runtime/ |
A D | mpirq.c | 54 mp_irq_obj_t *mp_irq_new(const mp_irq_methods_t *methods, mp_obj_t parent) { in mp_irq_new() argument 56 mp_irq_init(self, methods, parent); in mp_irq_new() 60 void mp_irq_init(mp_irq_obj_t *self, const mp_irq_methods_t *methods, mp_obj_t parent) { in mp_irq_init() argument 62 self->methods = (mp_irq_methods_t *)methods; in mp_irq_init() 82 self->methods->trigger(self->parent, 0); in mp_irq_handler() 101 return mp_obj_new_int(self->methods->info(self->parent, MP_IRQ_INFO_FLAGS)); in mp_irq_flags() 107 mp_obj_t ret_obj = mp_obj_new_int(self->methods->info(self->parent, MP_IRQ_INFO_TRIGGERS)); in mp_irq_trigger() 110 self->methods->trigger(self->parent, mp_obj_get_int(args[1])); in mp_irq_trigger()
|
A D | mpirq.h | 61 mp_irq_methods_t *methods; member 78 mp_irq_obj_t *mp_irq_new(const mp_irq_methods_t *methods, mp_obj_t parent); 79 void mp_irq_init(mp_irq_obj_t *self, const mp_irq_methods_t *methods, mp_obj_t parent);
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jdsample.c | 47 upsample1_ptr methods[MAX_COMPONENTS]; member 108 (*upsample->methods[ci]) (cinfo, compptr, in sep_upsample() 329 upsample->methods[ci] = noop_upsample; in jinit_upsampler() 334 upsample->methods[ci] = fullsize_upsample; in jinit_upsampler() 339 upsample->methods[ci] = h2v1_upsample; in jinit_upsampler() 343 upsample->methods[ci] = h2v2_upsample; in jinit_upsampler() 347 upsample->methods[ci] = int_upsample; in jinit_upsampler()
|
A D | jcsample.c | 64 downsample1_ptr methods[MAX_COMPONENTS]; member 137 (*downsample->methods[ci]) (cinfo, compptr, in_ptr, out_ptr); in sep_downsample() 513 downsample->methods[ci] = fullsize_smooth_downsample; in jinit_downsampler() 517 downsample->methods[ci] = fullsize_downsample; in jinit_downsampler() 521 downsample->methods[ci] = h2v1_downsample; in jinit_downsampler() 526 downsample->methods[ci] = h2v2_smooth_downsample; in jinit_downsampler() 530 downsample->methods[ci] = h2v2_downsample; in jinit_downsampler() 534 downsample->methods[ci] = int_downsample; in jinit_downsampler()
|
A D | structure.txt | 211 The "public" fields or methods for a given kind of object are specified by 226 have a "generic" method, plus one or more "hardwired" methods for the most 227 popular sampling factors; the hardwired methods would be faster because they'd 238 methods, or the total shared interface behavior of a group of modules. 393 override some or all of this object's methods to change error handling. 402 individual methods or supply its own all-new implementation of one of these 849 likely to change across systems. All of the memory management methods
|
A D | README | 184 good explanations and example C code for a multitude of compression methods 205 specification, while Part 2 covers compliance testing methods. Part 1 is
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | test262.conf | 67 class-methods-private 70 class-static-methods-private
|
A D | Changelog | 91 - added public class fields and private class fields, methods and
|
A D | TODO | 72 - close all predefined methods in repl.js and jscalc.js
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/polarssl/ |
A D | README | 6 methods we need for lwIP PPP support.
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
A D | CodecBase.cs | 160 #region Helper methods
|
/AliOS-Things-master/components/mbedtls/platform/yoc/include/ |
A D | README.txt | 8 them, you can pick one of the following methods:
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | README | 29 System.out.println("libwebp methods:");
|
A D | libwebp_python_wrap.c | 5215 SWIG_Python_FixMethods(PyMethodDef *methods, in SWIG_Python_FixMethods() argument 5220 for (i = 0; methods[i].ml_name; ++i) { in SWIG_Python_FixMethods() 5221 const char *c = methods[i].ml_doc; in SWIG_Python_FixMethods() 5238 size_t ldoc = (c - methods[i].ml_doc); in SWIG_Python_FixMethods() 5243 strncpy(buff, methods[i].ml_doc, ldoc); in SWIG_Python_FixMethods() 5248 methods[i].ml_doc = ndoc; in SWIG_Python_FixMethods()
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | gendoc.py | 249 self.methods = {} 265 dict_ = self.methods 289 if len(self.methods) > 0: 291 for f in sorted(self.methods.values(), key=lambda x: x.name):
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/tags/ |
A D | README | 51 just after the usual TIFFSetField() and TIFFGetField() methods 57 the TIFF file's "vsetfield" and "vgetfield" methods, so that you
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/ |
A D | README.md | 38 - [Other Training Methods](#other-training-methods) 67 For more options, refer to the [Other Training Methods](#other-training-methods)
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | rfc1950.txt | 49 other compression methods. It can be implemented readily in a manner 100 * Can use a number of different compression methods; 298 methods. The "deflate" method (CM = 8) sets these flags as
|
A D | rfc1952.txt | 46 easily extended to use other compression methods. The format can be 101 currently available general-purpose compression methods, 376 methods. The "deflate" method (CM = 8) sets these flags as
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | NEWS | 168 * encoding speed-up for lossy methods 3 to 6
|
A D | README.mux | 108 The Mux API contains methods for adding data to and reading data from WebP
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | README | 53 methods of doing alpha composition, and more accurate 16->8 bit color
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 283 # and setter methods for a property. Setting this option to YES (the default) 284 # will make doxygen replace the get and set methods by a property in the 285 # documentation. This will only work if the methods are indeed getting or 287 # methods anyway, you should set this option to NO. 392 # methods, which are defined in the implementation section but not in 394 # If set to NO (the default) only methods in the interface are included. 1697 # If the UML_LOOK tag is enabled, the fields and methods are shown inside 1698 # the class node. If there are many fields or methods and many nodes the
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 385 # getter and setter methods for a property. Setting this option to YES will make 386 # doxygen to replace the get and set methods by a property in the documentation. 387 # This will only work if the methods are indeed getting or setting a simple 388 # type. If this is not the case, or you want to show the methods anyway, you 497 # methods of a class will be included in the documentation. 522 # This flag is only useful for Objective-C code. If set to YES, local methods, 524 # included in the documentation. If set to NO, only methods in the interface are 2552 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the 2553 # class node. If there are many fields or methods and many nodes the graph may 2566 # methods without types and arguments in the UML graphs. If the DOT_UML_DETAILS [all …]
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | doxyfile | 254 # and setter methods for a property. Setting this option to YES (the default) 255 # will make doxygen to replace the get and set methods by a property in the 256 # documentation. This will only work if the methods are indeed getting or 258 # methods anyway, you should set this option to NO. 331 # methods, which are defined in the implementation section but not in 333 # If set to NO (the default) only methods in the interface are included.
|