Home
last modified time | relevance | path

Searched refs:methods (Results 1 – 25 of 55) sorted by relevance

123

/AliOS-Things-master/components/py_engine/engine/shared/runtime/
A Dmpirq.c54 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 Dmpirq.h61 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 Djdsample.c47 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 Djcsample.c64 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 Dstructure.txt211 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 DREADME184 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 Dtest262.conf67 class-methods-private
70 class-static-methods-private
A DChangelog91 - added public class fields and private class fields, methods and
A DTODO72 - close all predefined methods in repl.js and jscalc.js
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/polarssl/
A DREADME6 methods we need for lwIP PPP support.
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A DCodecBase.cs160 #region Helper methods
/AliOS-Things-master/components/mbedtls/platform/yoc/include/
A DREADME.txt8 them, you can pick one of the following methods:
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A DREADME29 System.out.println("libwebp methods:");
A Dlibwebp_python_wrap.c5215 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 Dgendoc.py249 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 DREADME51 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 DREADME.md38 - [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 Drfc1950.txt49 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 Drfc1952.txt46 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 DNEWS168 * encoding speed-up for lossy methods 3 to 6
A DREADME.mux108 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 DREADME53 methods of doing alpha composition, and more accurate 16->8 bit color
/AliOS-Things-master/components/SDL2/src/gfx/Docs/
A Dhtml.doxyfile283 # 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 DDoxyfile-AOS385 # 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 Ddoxyfile254 # 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.

Completed in 50 milliseconds

123