Home
last modified time | relevance | path

Searched refs:newtab (Results 1 – 14 of 14) sorted by relevance

/external/autotest/client/site_tests/policy_NewTabPageLocation/
Dcontrol15 If the NewTabPageLocation is set and the user goes to a newtab
18 If the NewTabPageLocation is not set and the user goes to a newtab
19 then chrome://newtab/ should open.
Dcontrol.Set16 This test verifies that once the newtab location is set and the
17 user goes to a newtab the proper URL opens.
Dcontrol.NotSet17 chrome://newtab/ opening a new tab.
/external/python/cpython3/Python/
Dimport.c2304 PyImport_ExtendInittab(struct _inittab *newtab) in PyImport_ExtendInittab() argument
2311 for (n = 0; newtab[n].name != NULL; n++) in PyImport_ExtendInittab()
2339 memcpy(p + i, newtab, (n + 1) * sizeof(struct _inittab)); in PyImport_ExtendInittab()
2352 struct _inittab newtab[2]; in PyImport_AppendInittab() local
2354 memset(newtab, '\0', sizeof newtab); in PyImport_AppendInittab()
2356 newtab[0].name = name; in PyImport_AppendInittab()
2357 newtab[0].initfunc = initfunc; in PyImport_AppendInittab()
2359 return PyImport_ExtendInittab(newtab); in PyImport_AppendInittab()
/external/autotest/client/site_tests/policy_HomepageLocation/
Dcontrol.NotSet17 chrome://newtab/ when going to the homepage.
Dcontrol19 then chrome://newtab/ should open.
/external/python/cpython2/Include/
Dimport.h55 PyAPI_FUNC(int) PyImport_ExtendInittab(struct _inittab *newtab);
/external/python/cpython2/Python/
Dimport.c3478 PyImport_ExtendInittab(struct _inittab *newtab) in PyImport_ExtendInittab() argument
3485 for (n = 0; newtab[n].name != NULL; n++) in PyImport_ExtendInittab()
3502 memcpy(p+i, newtab, (n+1) * sizeof(struct _inittab)); in PyImport_ExtendInittab()
3512 struct _inittab newtab[2]; in PyImport_AppendInittab() local
3514 memset(newtab, '\0', sizeof newtab); in PyImport_AppendInittab()
3516 newtab[0].name = (char *)name; in PyImport_AppendInittab()
3517 newtab[0].initfunc = initfunc; in PyImport_AppendInittab()
3519 return PyImport_ExtendInittab(newtab); in PyImport_AppendInittab()
/external/python/cpython3/Include/
Dimport.h125 PyAPI_FUNC(int) PyImport_ExtendInittab(struct _inittab *newtab);
/external/libchrome/third_party/ply/
Dlex.py149 newtab = { }
160 newtab[key] = newre
161 c.lexstatere = newtab
/external/ply/ply/ply/
Dlex.py152 newtab = {}
163 newtab[key] = newre
164 c.lexstatere = newtab
/external/selinux/python/sepolgen/src/sepolgen/
Dlex.py152 newtab = {}
163 newtab[key] = newre
164 c.lexstatere = newtab
/external/python/cpython2/Doc/c-api/
Dimport.rst269 .. c:function:: int PyImport_ExtendInittab(struct _inittab *newtab)
271 Add a collection of modules to the table of built-in modules. The *newtab*
/external/python/cpython3/Doc/c-api/
Dimport.rst310 .. c:function:: int PyImport_ExtendInittab(struct _inittab *newtab)
312 Add a collection of modules to the table of built-in modules. The *newtab*