Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 115) sorted by relevance

12345

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dmld6.c109 group = next; in mld6_stop()
126 group = group->next; in mld6_report_groups()
145 return group; in mld6_lookfor_group()
147 group = group->next; in mld6_lookfor_group()
168 if (group != NULL) { in mld6_new_group()
179 return group; in mld6_new_group()
253 group = group->next; in mld6_input()
363 group->use++; in mld6_joingroup_netif()
438 group->use--; in mld6_leavegroup_netif()
476 group = group->next; in mld6_tmr()
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_group.c65 lv_mem_assert(group); in lv_group_create()
84 return group; in lv_group_create()
95 (*group->obj_focus)->signal_cb(*group->obj_focus, LV_SIGNAL_DEFOCUS, NULL); in lv_group_del()
108 lv_mem_free(group); in lv_group_del()
321 if(group->obj_focus != NULL) lv_obj_invalidate(*group->obj_focus); in lv_group_set_style_mod_cb()
332 if(group->obj_focus != NULL) lv_obj_invalidate(*group->obj_focus); in lv_group_set_style_mod_edit_cb()
404 if(group->editing) { in lv_group_mod_style()
405 if(group->style_mod_edit_cb) group->style_mod_edit_cb(group, &group->style_tmp); in lv_group_mod_style()
407 if(group->style_mod_cb) group->style_mod_cb(group, &group->style_tmp); in lv_group_mod_style()
512 if(group != NULL) { in lv_group_report_style_mod()
[all …]
A Dlv_group.h105 void lv_group_del(lv_group_t * group);
112 void lv_group_add_obj(lv_group_t * group, lv_obj_t * obj);
124 void lv_group_remove_all_objs(lv_group_t * group);
136 void lv_group_focus_next(lv_group_t * group);
142 void lv_group_focus_prev(lv_group_t * group);
149 void lv_group_focus_freeze(lv_group_t * group, bool en);
207 void lv_group_set_wrap(lv_group_t * group, bool en);
260 bool lv_group_get_editing(const lv_group_t * group);
267 bool lv_group_get_click_focus(const lv_group_t * group);
274 bool lv_group_get_wrap(lv_group_t * group);
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Digmp.c139 group->use++; in igmp_start()
182 group = next; in igmp_stop()
201 group = group->next; in igmp_report_groups()
206 group = group->next; in igmp_report_groups()
227 group = group->next; in igmp_lookfor_group()
253 return group; in igmp_lookup_group()
273 return group; in igmp_lookup_group()
351 if (!group) { in igmp_input()
520 group->use++; in igmp_joingroup_netif()
646 group = group->next; in igmp_tmr()
[all …]
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dure1.py12 print(m.group(0))
14 m.group(1)
24 print(m.group(0))
25 print(m.group(1))
27 m.group(2)
33 print(m.group(0))
35 print(m.group(0))
48 print(m.group(0))
50 print(m.group(0))
60 print(m.group(0))
[all …]
A Dure_sub.py18 return str(int(m.group(0)) * 2)
23 print(re.sub("\d+", lambda m: str(int(m.group(0)) // 2), "10 20 30 40 50"))
/AliOS-Things-master/components/littlevgl/src/lv_themes/
A Dlv_theme.c63 memcpy(&current_theme->group, &th->group, sizeof(th->group)); in lv_theme_set_current()
93 memcpy(&current_theme.group, &th->group, sizeof(th->group)); in lv_theme_set_current()
A Dlv_theme_templ.c347 static void style_mod(lv_group_t * group, lv_style_t * style) in style_mod() argument
349 (void)group; /*Unused*/ in style_mod()
371 static void style_mod_edit(lv_group_t * group, lv_style_t * style) in style_mod_edit() argument
373 (void)group; /*Unused*/ in style_mod_edit()
453 theme.group.style_mod_xcb = style_mod; in lv_theme_templ_init()
454 theme.group.style_mod_edit_xcb = style_mod_edit; in lv_theme_templ_init()
/AliOS-Things-master/components/linkkit/wifi_provision/ht40/
A Dawss_ht40.c169 uint8_t group = get_group_index(length); in ht40_get_qos_auth_group_info() local
171 zc_group_pos = group; in ht40_get_qos_auth_group_info()
172 zc_cur_pos = group; in ht40_get_qos_auth_group_info()
178 length, qos, auth, group, zc_frame_offset); in ht40_get_qos_auth_group_info()
343 uint8_t group = get_group_index(len); in awss_recv_callback_ht_ctrl() local
345 if (!group || group == zc_group_pos + 8) { in awss_recv_callback_ht_ctrl()
346 zc_group_pos = group; in awss_recv_callback_ht_ctrl()
349 if (zc_cur_pos + 1 == group) in awss_recv_callback_ht_ctrl()
352 zc_cur_pos = group; in awss_recv_callback_ht_ctrl()
354 awss_trace("%d+%d [%d] -- T %-3x\r\n", group, 0, in awss_recv_callback_ht_ctrl()
/AliOS-Things-master/components/SDL2/src/joystick/
A Dsort_controllers.py29 entry = [ match.group(1), match.group(2), match.group(3) ]
30 bindings = sorted(match.group(4).split(","))
43 entry.append(match.group(5))
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11keyboard.c200 X11_KeyCodeToUcs4(_THIS, KeyCode keycode, unsigned char group) in X11_KeyCodeToUcs4() argument
202 KeySym keysym = X11_KeyCodeToSym(_this, keycode, group); in X11_KeyCodeToUcs4()
212 X11_KeyCodeToSym(_THIS, KeyCode keycode, unsigned char group) in X11_KeyCodeToSym() argument
222 if (num_groups && group >= num_groups) { in X11_KeyCodeToSym()
228 group = 0; in X11_KeyCodeToSym()
231 group = num_groups - 1; in X11_KeyCodeToSym()
233 group %= num_groups; in X11_KeyCodeToSym()
236 keysym = X11_XkbKeycodeToKeysym(data->display, keycode, group, 0); in X11_KeyCodeToSym()
420 unsigned char group = 0; in X11_UpdateKeymap() local
430 group = state.group; in X11_UpdateKeymap()
[all …]
/AliOS-Things-master/components/py_engine/engine/tools/
A Dtinytest-codegen.py120 for group in test_dirs:
121 tests += [test for test in glob("{}/*.py".format(group)) if test not in exclude_tests]
130 testgroup_members = [testgroup_member.format(name=group) for group in [""]]
A Dinsert-usb-ids.py20 if match and match.group(1).startswith(config_prefix):
21 key = match.group(1).replace(config_prefix, "USB_")
22 val = match.group(2)
A Dcc1142 line = match.group(0)
143 qstr = match.group(1)
204 line = match.group('head') + '0' + match.group('tail') + '\n'
207 return (match.group('id'),) + stats
A Dcodeformat.py107 indent = len(m.group(1))
108 directive = m.group(2)
111 indent_next = len(re.match(r"( *)", l_next).group(1))
A Dpyboard.py234 pty = m.group()
658 group = cmd_parser.add_mutually_exclusive_group()
659 group.add_argument(
665 group.add_argument(
670 group = cmd_parser.add_mutually_exclusive_group()
671 group.add_argument(
677 group.add_argument(
682 group = cmd_parser.add_mutually_exclusive_group()
683 group.add_argument(
689 group.add_argument(
/AliOS-Things-master/components/SDL2/src/image/Xcode/SDL_image.xcodeproj/
A Dproject.pbxproj103 …ference; fileEncoding = 30; lastKnownFileType = text; path = ReadMe.txt; sourceTree = "<group>"; };
104 …erence; fileEncoding = 30; lastKnownFileType = text; path = Welcome.txt; sourceTree = "<group>"; };
105 …nce; fileEncoding = 30; lastKnownFileType = text; path = SDL_image.info; sourceTree = "<group>"; };
136 sourceTree = "<group>";
147 sourceTree = "<group>";
160 sourceTree = "<group>";
167 sourceTree = "<group>";
191 sourceTree = "<group>";
202 sourceTree = "<group>";
210 sourceTree = "<group>";
[all …]
/AliOS-Things-master/components/SDL2/src/image/Xcode/showimage/showimage.xcodeproj/
A Dproject.pbxproj20 …t.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
26 …nownFileType = text.plist.xml; path = "Info-showimage__Upgraded_.plist"; sourceTree = "<group>"; };
54 sourceTree = "<group>";
64 sourceTree = "<group>";
73 sourceTree = "<group>";
81 sourceTree = "<group>";
94 sourceTree = "<group>";
102 sourceTree = "<group>";
110 sourceTree = "<group>";
119 sourceTree = "<group>";
[all …]
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/
A Dtinytest.c121 testcase_run_forked_(const struct testgroup_t *group, in testcase_run_forked_() argument
148 commandname, verbosity_flag, group->prefix, testcase->name); in testcase_run_forked_()
173 (void)group; in testcase_run_forked_()
223 testcase_run_one(const struct testgroup_t *group, argument
231 group->prefix, testcase->name,
238 printf("%s%s: ", group->prefix, testcase->name);
241 cur_test_prefix = group->prefix;
247 outcome = testcase_run_forked_(group, testcase);
/AliOS-Things-master/components/freetype/src/tools/docmaker/
A Dtohtml.py232 name = m.group( 1 )
233 rest = m.group( 2 )
246 name = m.group( 1 )
247 rest = m.group( 3 )
252 name = m.group( 1 )
253 rest = m.group( 3 )
312 name = m.group( 2 )
313 prefix = html_quote( m.group( 1 ) )
314 length = len( m.group( 0 ) )
A Dcontent.py156 if m and len( m.group( 1 ) ) <= margin:
177 margin = len( m.group( 1 ) )
254 field = m.group( 1 ) # record field name
255 ln = len( m.group( 0 ) )
392 found = string.lower( m.group( 1 ) )
393 prefix = len( m.group( 0 ) )
492 name = m.group( 1 )
517 processor.headers[m.group( 2 )] = m.group( 1 );
/AliOS-Things-master/components/SDL2/src/image/Xcode-iOS/SDL_image.xcodeproj/
A Dproject.pbxproj75 …stKnownFileType = sourcecode.c.c; name = IMG_bmp.c; path = ../IMG_bmp.c; sourceTree = "<group>"; };
76 …stKnownFileType = sourcecode.c.c; name = IMG_gif.c; path = ../IMG_gif.c; sourceTree = "<group>"; };
78 …stKnownFileType = sourcecode.c.c; name = IMG_jpg.c; path = ../IMG_jpg.c; sourceTree = "<group>"; };
79 …stKnownFileType = sourcecode.c.c; name = IMG_lbm.c; path = ../IMG_lbm.c; sourceTree = "<group>"; };
88 …lastKnownFileType = sourcecode.c.c; name = IMG_xv.c; path = ../IMG_xv.c; sourceTree = "<group>"; };
90 … = 4; lastKnownFileType = sourcecode.c.c; name = IMG.c; path = ../IMG.c; sourceTree = "<group>"; };
120 sourceTree = "<group>";
130 sourceTree = "<group>";
140 sourceTree = "<group>";
147 sourceTree = "<group>";
[all …]
/AliOS-Things-master/components/py_engine/engine/py/
A Dmakeqstrdata.py236 c = ord(m.group(0))
271 value = match.group(2)
275 qcfgs[match.group(1)] = value
284 qstr = match.group(1)
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dtesting.c93 int bt_test_mesh_lpn_group_add(u16_t group) in bt_test_mesh_lpn_group_add() argument
95 bt_mesh_lpn_group_add(group); in bt_test_mesh_lpn_group_add()
A Datt.c734 if (data->group && in find_type_cb()
745 sizeof(*data->group)) { in find_type_cb()
799 data->group = net_buf_add(frag, sizeof(*data->group)); in find_type_cb()
807 data->group = NULL; in find_type_cb()
826 data.group = NULL; in att_find_type_rsp()
1385 data->group = NULL; in attr_read_group_cb()
1401 if (data->group && in read_group_cb()
1410 data->group = NULL; in read_group_cb()
1423 data->group = net_buf_add(data->buf, sizeof(*data->group)); in read_group_cb()
1437 if (!data->group) { in read_group_cb()
[all …]

Completed in 45 milliseconds

12345