Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 271) sorted by relevance

1234567891011

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwsgui.py92 def __init__(self, top): argument
93 self.top = top
94 top.columnconfigure(99, weight=1)
95 self.url_label = Label(top, text="URL:")
97 self.url_entry = Entry(top, width=60, exportselection=0)
102 self.dir_label = Label(top, text="Directory:")
104 self.dir_entry = Entry(top)
107 self.go_button = Button(top, text="Go", command=self.go)
109 self.cancel_button = Button(top, text="Cancel",
113 self.auto_button = Button(top, text="Paste+Go",
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlapi.h14 #define api_incr_top(L) {L->top++; api_check(L, L->top <= L->ci->top, \
18 { if ((nres) == LUA_MULTRET && L->ci->top < L->top) L->ci->top = L->top; }
20 #define api_checknelems(L,n) api_check(L, (n) < (L->top - L->ci->func), \
Dlapi.c59 api_check(L, idx <= ci->top - (ci->func + 1), "unacceptable index"); in index2addr()
60 if (o >= L->top) return NONVALIDVALUE; in index2addr()
64 api_check(L, idx != 0 && -idx <= L->top - (ci->func + 1), "invalid index"); in index2addr()
65 return L->top + idx; in index2addr()
96 if (L->stack_last - L->top > size) /* stack large enough? */ in lua_checkstack()
99 int inuse = cast_int(L->top - L->stack) + EXTRA_STACK; in lua_checkstack()
105 if (res && ci->top < L->top + size) in lua_checkstack()
106 ci->top = L->top + size; /* adjust frame top */ in lua_checkstack()
118 api_check(from, to->ci->top - to->top >= n, "not enough elements to move"); in lua_xmove()
119 from->top -= n; in lua_xmove()
[all …]
Dlvm.c87 ci->func = L->top - 1; /* protect stack below results */ in traceexec()
96 setobj2s(L, L->top++, f); /* push function */ in callTM()
97 setobj2s(L, L->top++, p1); /* 1st argument */ in callTM()
98 setobj2s(L, L->top++, p2); /* 2nd argument */ in callTM()
100 setobj2s(L, L->top++, p3); /* 3rd argument */ in callTM()
102 luaD_call(L, L->top - (4 - hasres), hasres, isLua(L->ci)); in callTM()
105 setobjs2s(L, p3, --L->top); in callTM()
202 if (!call_binTM(L, p1, p2, L->top, event)) in call_orderTM()
205 return !l_isfalse(L->top); in call_orderTM()
288 callTM(L, tm, t1, t2, L->top, 1); /* call TM */ in luaV_equalobj_()
[all …]
Dldo.c95 setobjs2s(L, oldtop, L->top - 1); /* error message on current top */ in seterrorobj()
99 L->top = oldtop + 1; in seterrorobj()
111 setobjs2s(L, G(L)->mainthread->top++, L->top - 1); /* copy error obj. */ in luaD_throw()
145 L->top = (L->top - oldstack) + L->stack; in correctstack()
149 ci->top = (ci->top - oldstack) + L->stack; in correctstack()
180 int needed = cast_int(L->top - L->stack) + n + EXTRA_STACK; in luaD_growstack()
196 StkId lim = L->top; in stackinuse()
198 lua_assert(ci->top <= L->stack_last); in stackinuse()
199 if (lim < ci->top) lim = ci->top; in stackinuse()
221 ptrdiff_t top = savestack(L, L->top); in luaD_hook() local
[all …]
Dldebug.c133 StkId limit = (ci == L->ci) ? L->top : ci->next->func; in findlocal()
148 if (!isLfunction(L->top - 1)) /* not a Lua function? */ in lua_getlocal()
151 name = luaF_getlocalname(clLvalue(L->top - 1)->p, n, 0); in lua_getlocal()
157 setobj2s(L, L->top, pos); in lua_getlocal()
171 setobjs2s(L, pos, L->top - 1); in lua_setlocal()
172 L->top--; /* pop value */ in lua_setlocal()
198 setnilvalue(L->top); in collectvalidlines()
206 sethvalue(L, L->top, t); /* push it on stack */ in collectvalidlines()
274 func = L->top - 1; in lua_getinfo()
277 L->top--; /* pop function */ in lua_getinfo()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_symtable.py48 top = symtable.symtable(TEST_CODE, "?", "exec") variable in SymtableTest
50 Mine = find_block(top, "Mine")
52 spam = find_block(top, "spam")
54 foo = find_block(top, "foo")
57 self.assertEqual(self.top.get_type(), "module")
64 self.assertFalse(self.top.is_optimized())
65 self.assertFalse(self.top.has_exec())
66 self.assertFalse(self.top.has_import_star())
75 self.assertFalse(self.top.is_nested())
81 self.assertTrue(self.top.has_children())
[all …]
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.h31 int left, int top, int right, int bottom);
33 int left, int top, int right, int bottom);
35 int left, int top, int right, int bottom);
37 int left, int top, int right, int bottom);
39 int left, int top, int right, int bottom);
41 int left, int top, int right, int bottom);
44 int width, int height, int top, int left,
DFormatConversions.cpp68 int left, int top, int right, int bottom) { in rgb565_to_yv12() argument
80 for (int j = top; j <= bottom; ++j) { in rgb565_to_yv12()
108 int left, int top, int right, int bottom) { in rgb888_to_yv12() argument
122 for (int j = top; j <= bottom; ++j) { in rgb888_to_yv12()
145 int left, int top, int right, int bottom) { in rgb888_to_yuv420p() argument
158 for (int j = top; j <= bottom; ++j) { in rgb888_to_yuv420p()
182 int left, int top, int right, int bottom) { in yv12_to_rgb565() argument
195 for (int j = top; j <= bottom; ++j) { in yv12_to_rgb565()
199 uint16_t *rgb_ptr = rgb_ptr0 + (j-top) * (right-left+1); in yv12_to_rgb565()
227 int left, int top, int right, int bottom) { in yv12_to_rgb888() argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetaddrinfo.c240 struct addrinfo *top = NULL; in getaddrinfo() local
406 top = sentinel.ai_next; in getaddrinfo()
407 if (top) in getaddrinfo()
443 GET_AI(top, &gai_afdl[i], pton, port); in getaddrinfo()
455 get_name(pton, &gai_afdl[i], &top, pton, pai, port); in getaddrinfo()
466 error = get_addr(hostname, pai->ai_family, &top, pai, port); in getaddrinfo()
468 if (top) { in getaddrinfo()
470 *res = top; in getaddrinfo()
476 if (top) in getaddrinfo()
477 freeaddrinfo(top); in getaddrinfo()
[all …]
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DUtilities.java10 int top = y - h / 2; in centerAround() local
12 int bottom = top + h; in centerAround()
13 d.setBounds(left, top, right, bottom); in centerAround()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/
DPeiSmbusLibSmbusPpi.uni2 // SMBUS library that layers on top of the SMBUS PPI.
4 // The SMBUS library that layers on top of the SMBUS PPI.
18 #string STR_MODULE_ABSTRACT #language en-US "Layers on top of the SMBUS PPI"
20 #string STR_MODULE_DESCRIPTION #language en-US "The SMBUS library that layers on top of th…
/device/linaro/bootloader/edk2/MdePkg/Library/DxeSmbusLib/
DDxeSmbusLib.uni2 // SMBUS Library that layers on top of the SMBUS Protocol.
4 // SMBUS Library that layers on top of the SMBUS Protocol.
18 #string STR_MODULE_ABSTRACT #language en-US "SMBUS Library that layers on top of the SM…
20 #string STR_MODULE_DESCRIPTION #language en-US "SMBUS Library that layers on top of the SM…
/device/linaro/bootloader/edk2/MdePkg/Library/PeiSmbusLibSmbus2Ppi/
DPeiSmbusLibSmbus2Ppi.uni2 // SMBUS library that layers on top of the SMBUS2 PPI.
4 // SMBUS library that layers on top of the SMBUS2 PPI.
18 #string STR_MODULE_ABSTRACT #language en-US "SMBUS library that layers on top of the SM…
20 #string STR_MODULE_DESCRIPTION #language en-US "SMBUS library that layers on top of the SM…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SerialDxe/
DSerialDxe.uni2 // Serial driver that layers on top of a Serial Port Library instance.
4 // Serial driver that layers on top of a Serial Port Library instance.
18 #string STR_MODULE_ABSTRACT #language en-US "Serial driver that layers on top of a Seri…
20 #string STR_MODULE_DESCRIPTION #language en-US "Serial driver that layers on top of a Seri…
/device/linaro/hikey/
Dinit.hikey.power.rc14 chown system system /dev/stune/top-app/schedtune.boost
15 chown system system /dev/stune/top-app/schedtune.prefer_idle
20 write /dev/stune/top-app/schedtune.boost 10
21 write /dev/stune/top-app/schedtune.prefer_idle 1
Dinit.hikey960.power.rc14 chown system system /dev/stune/top-app/schedtune.boost
15 chown system system /dev/stune/top-app/schedtune.prefer_idle
20 write /dev/stune/top-app/schedtune.boost 50
21 write /dev/stune/top-app/schedtune.prefer_idle 1
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp196 void QCamera3CropRegionMapper::boundToSize(int32_t& left, int32_t& top, in boundToSize() argument
202 if (top < 0) { in boundToSize()
203 top = 0; in boundToSize()
209 if ((top + height) > bound_h) { in boundToSize()
210 height = bound_h - top; in boundToSize()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp192 void QCamera3CropRegionMapper::boundToSize(int32_t& left, int32_t& top, in boundToSize() argument
198 if (top < 0) { in boundToSize()
199 top = 0; in boundToSize()
205 if ((top + height) > bound_h) { in boundToSize()
206 height = bound_h - top; in boundToSize()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3CropRegionMapper.cpp192 void QCamera3CropRegionMapper::boundToSize(int32_t& left, int32_t& top, in boundToSize() argument
198 if (top < 0) { in boundToSize()
199 top = 0; in boundToSize()
205 if ((top + height) > bound_h) { in boundToSize()
206 height = bound_h - top; in boundToSize()
/device/google/accessory/demokit/hardware/fab/shield/
DREADME.txt4 Route board out on 0-mil perimeter in top silk.
20 This is a base silk. Colored silks go on top of this one.
35 mount from the bottom, and are soldered from the top.
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
Dstrftime.c360 int top; in _fmt() local
375 top = bot - in _fmt()
377 if (top < -3) in _fmt()
378 top += DAYSPERWEEK; in _fmt()
379 top += len; in _fmt()
380 if (yday >= top) { in _fmt()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Metronome/
DMetronome.uni2 // This module produces the Metronome Architectural Protocol on top of Timer Library.
5 // layers on top of an instance of the Timer Library. The Timer Library provides
27 … #language en-US "Produces the Metronome Architectural Protocol on top of Timer Library"
29 …eric implementation of the Metronome Architectural Protocol that layers on top of an instance of t…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
Dcjkcodecs.h31 unsigned char bottom, top; member
37 unsigned char bottom, top; member
43 unsigned char bottom, top; member
49 unsigned char bottom, top; member
163 (val)<= (m)->top && ((assi) = (m)->map[(val) - \
172 (val)<= (m)->top && ((assi) = (m)->map[(val) - \
179 (val)<= (m)->top && \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
Dcjkcodecs.h31 unsigned char bottom, top; member
37 unsigned char bottom, top; member
43 unsigned char bottom, top; member
49 unsigned char bottom, top; member
163 (val)<= (m)->top && ((assi) = (m)->map[(val) - \
172 (val)<= (m)->top && ((assi) = (m)->map[(val) - \
179 (val)<= (m)->top && \

1234567891011