Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 162) sorted by relevance

1234567

/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_indev.c354 i->proc.types.pointer.last_point.x = i->proc.types.pointer.act_point.x; in indev_pointer_proc()
355 i->proc.types.pointer.last_point.y = i->proc.types.pointer.act_point.y; in indev_pointer_proc()
666 if(i->proc.types.pointer.last_point.x == i->proc.types.pointer.act_point.x && in indev_button_proc()
674 i->proc.types.pointer.last_point.x = i->proc.types.pointer.act_point.x; in indev_button_proc()
675 i->proc.types.pointer.last_point.y = i->proc.types.pointer.act_point.y; in indev_button_proc()
711 proc->types.pointer.last_point.x = proc->types.pointer.act_point.x; in indev_proc_press()
712 proc->types.pointer.last_point.y = proc->types.pointer.act_point.y; in indev_proc_press()
763 proc->types.pointer.vect.x = proc->types.pointer.act_point.x - proc->types.pointer.last_point.x; in indev_proc_press()
764 proc->types.pointer.vect.y = proc->types.pointer.act_point.y - proc->types.pointer.last_point.y; in indev_proc_press()
1061 state->types.pointer.drag_sum.x += state->types.pointer.vect.x;
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/example/
A Dparametrized_example.cc45 char types[100]; member
146 allowed_types, &params.types); in main()
182 if (!strcmp(params.types, "f32xf32->f32")) { in main()
184 } else if (!strcmp(params.types, "i8xi8->i8")) { in main()
186 } else if (!strcmp(params.types, "i8xi8->i16")) { in main()
188 } else if (!strcmp(params.types, "i8xi8->i32")) { in main()
190 } else if (!strcmp(params.types, "u8xu8->i16")) { in main()
192 } else if (!strcmp(params.types, "u8xi8->u8")) { in main()
195 fprintf(stderr, "Unknown types: %s\n", params.types); in main()
/AliOS-Things-master/components/py_engine/tests/basics/
A Dasync_await2.py11 import types
12 coroutine = types.coroutine
A Dasync_with2.py11 import types
12 coroutine = types.coroutine
A Dasync_for2.py11 import types
12 coroutine = types.coroutine
/AliOS-Things-master/components/littlevgl/src/lv_hal/
A Dlv_hal_indev.c136 data->point.x = indev->proc.types.pointer.act_point.x; in lv_indev_read()
137 data->point.y = indev->proc.types.pointer.act_point.y; in lv_indev_read()
141 data->key = indev->proc.types.keypad.last_key; in lv_indev_read()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_tileview.c366 … ((ext->drag_right_en && indev->proc.types.pointer.drag_sum.x <= -LV_INDEV_DEF_DRAG_LIMIT) || in lv_tileview_scrl_signal()
367 … (ext->drag_left_en && indev->proc.types.pointer.drag_sum.x >= LV_INDEV_DEF_DRAG_LIMIT))) { in lv_tileview_scrl_signal()
373 … ((ext->drag_bottom_en && indev->proc.types.pointer.drag_sum.y <= -LV_INDEV_DEF_DRAG_LIMIT) || in lv_tileview_scrl_signal()
374 … (ext->drag_top_en && indev->proc.types.pointer.drag_sum.y >= LV_INDEV_DEF_DRAG_LIMIT))) { in lv_tileview_scrl_signal()
395 … if(y > -(ext->act_id.y * h) && indev->proc.types.pointer.vect.y > 0 && ext->drag_hor == 0) { in lv_tileview_scrl_signal()
408 … if(ext->drag_bottom_en == 0 && indev->proc.types.pointer.vect.y < 0 && ext->drag_hor == 0) { in lv_tileview_scrl_signal()
423 … if(x > -(ext->act_id.x * w) && indev->proc.types.pointer.vect.x > 0 && ext->drag_ver == 0) { in lv_tileview_scrl_signal()
436 … if(ext->drag_right_en == 0 && indev->proc.types.pointer.vect.x < 0 && ext->drag_ver == 0) { in lv_tileview_scrl_signal()
479 indev->proc.types.pointer.drag_in_prog = 0; in tileview_scrl_event_cb()
/AliOS-Things-master/components/py_engine/engine/shared/memzip/
A Dmake-memzip.py16 import types
39 if type(byte) is types.StringType:
/AliOS-Things-master/components/py_engine/engine/py/
A Dobj.c47 static const mp_obj_type_t *const types[] = { in mp_obj_get_type() local
53 return types[(uintptr_t)o_in & 0xf]; in mp_obj_get_type()
68 static const mp_obj_type_t *const types[] = { in mp_obj_get_type()
71 return types[((uintptr_t)o_in >> 3) & 3]; in mp_obj_get_type()
87 static const mp_obj_type_t *const types[2] = {&mp_type_NoneType, &mp_type_bool}; in mp_obj_get_type()
88 return types[MP_OBJ_IMMEDIATE_OBJ_VALUE(o_in) & 1]; in mp_obj_get_type()
/AliOS-Things-master/components/jsoncpp/example/
A DREADME.md3 If you get linker errors about undefined references to symbols that involve types in the `std::__cx…
11 …r compiled with the older or new ABI. In order to detect such problems, the new types and functions
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Diosbuild.sh125 cp -a ${SRCDIR}/src/webp/{decode,encode,types}.h ${TARGETDIR}/Headers/
128 cp -a ${SRCDIR}/src/webp/{decode,types}.h ${DECTARGETDIR}/Headers/
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dconfigure.ac107 # if not, perhaps it is defined in <sys/types.h>.
126 [ijg_size_t_ok="not ANSI, perhaps it is in sys/types.h"])
129 AC_CHECK_HEADER([sys/types.h],
131 [Need to include <sys/types.h> in order to obtain size_t.])
132 AC_EGREP_CPP([size_t], [#include <sys/types.h>],
133 [ijg_size_t_ok="size_t is in sys/types.h"],
202 AC_MSG_CHECKING([for broken incomplete types])
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/
A DMakefile.am11 libwebpdemuxinclude_HEADERS += ../webp/types.h
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A DMakefile.am15 libwebpmuxinclude_HEADERS += ../webp/types.h
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A DMakefile.am24 libwebpdecodeinclude_HEADERS += ../webp/types.h
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DCMakeLists.txt10 …AGS} -g -O0 -pipe -Wno-narrowing -funwind-tables -feliminate-unused-debug-types -fexceptions -fPIC…
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/
A Dreadme.txt19 - Some field types from TZStreamRec are changed from Integer to
27 - The allocation and deallocation functions and function types
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A DMakefile.am11 noinst_HEADERS += ../src/webp/types.h
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/
A DMakefile.am19 common_HEADERS += webp/types.h
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/
A DMakefile.am6 noinst_HEADERS += ../src/webp/types.h
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A DMakefile.am36 libwebpencodeinclude_HEADERS += ../webp/types.h
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A DMakefile.am8 common_HEADERS = ../webp/types.h
/AliOS-Things-master/components/jsoncpp/
A DCMakeCache.txt47 //Flags used by the CXX compiler during all build types.
68 //Flags used by the linker during all build types.
96 // all build types.
155 // during all build types.
182 // during all build types.
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Druy_test.bzl2 """ruy_test is a macro for building a test with multiple paths corresponding to tuples of types for…
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/
A Dreadme.txt27 - The C and zlib-supplied types int, uInt, long, uLong, etc. are
28 translated directly into Pascal types of similar sizes (Integer,

Completed in 48 milliseconds

1234567