Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 188) sorted by relevance

12345678

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dllex.c28 #define next(ls) (ls->current = zgetc(ls->z))
32 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r')
46 #define save_and_next(ls) (save(ls, ls->current), next(ls))
149 int old = ls->current; in inclinenumber()
152 if (currIsNewline(ls) && ls->current != old) in inclinenumber()
163 ls->current = firstchar; in luaX_setinput()
186 if (ls->current == '\0' || !strchr(set, ls->current)) in check_next()
234 int first = ls->current; in read_numeral()
235 lua_assert(lisdigit(ls->current)); in read_numeral()
242 if (lisxdigit(ls->current) || ls->current == '.') in read_numeral()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dconfig.py80 current = {'server': server}
81 current['username'] = config.get(server, 'username')
89 current[key] = config.get(server, key)
91 current[key] = default
92 if (current['server'] == repository or
93 current['repository'] == repository):
94 return current
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_weakref.c44 PyWeakReference *current = *list; in weakref_getweakrefs() local
47 PyList_SET_ITEM(result, i, (PyObject *) current); in weakref_getweakrefs()
48 Py_INCREF(current); in weakref_getweakrefs()
49 current = current->wr_next; in weakref_getweakrefs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_weakref.c44 PyWeakReference *current = *list; in weakref_getweakrefs() local
47 PyList_SET_ITEM(result, i, (PyObject *) current); in weakref_getweakrefs()
48 Py_INCREF(current); in weakref_getweakrefs()
49 current = current->wr_next; in weakref_getweakrefs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpdb.doc47 If a file ".pdbrc" exists in your home directory or in the current
68 An arrow indicates the "current frame", which determines the
72 Move the current frame one level down in the stack trace
76 Move the current frame one level up in the stack trace
81 filename is omitted, use the current file. With a function
124 Execute the current line, stop at the first possible occasion
125 (either in a function that is called or in the current function).
128 Continue execution until the next line in the current function
133 current one is reached or until the current frame returns.
136 Continue execution until the current function returns.
[all …]
/device/asus/fugu/libaudio/
DAudioHardwareOutput.cpp306 const AudioHardwareOutput::OutputSettings& current, in applyOutputSettings_l() argument
315 if (initial.allowed != current.allowed) { in applyOutputSettings_l()
316 updateMe.allowed = current.allowed; in applyOutputSettings_l()
331 if (initial.delayCompUsec != current.delayCompUsec) { in applyOutputSettings_l()
332 updateMe.delayCompUsec = current.delayCompUsec; in applyOutputSettings_l()
334 out->setExternalDelay_uSec(current.delayCompUsec); in applyOutputSettings_l()
337 if (initial.isFixed != current.isFixed) { in applyOutputSettings_l()
338 updateMe.isFixed = current.isFixed; in applyOutputSettings_l()
340 out->setOutputIsFixed(current.isFixed); in applyOutputSettings_l()
343 if (initial.fixedLvl != current.fixedLvl) { in applyOutputSettings_l()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dweakrefobject.c914 PyWeakReference *current = *list; in PyObject_ClearWeakRefs() local
915 Py_ssize_t count = _PyWeakref_GetWeakrefCount(current); in PyObject_ClearWeakRefs()
924 PyObject *callback = current->wr_callback; in PyObject_ClearWeakRefs()
926 current->wr_callback = NULL; in PyObject_ClearWeakRefs()
927 clear_weakref(current); in PyObject_ClearWeakRefs()
929 if (current->ob_refcnt > 0) in PyObject_ClearWeakRefs()
930 handle_callback(current, callback); in PyObject_ClearWeakRefs()
946 PyWeakReference *next = current->wr_next; in PyObject_ClearWeakRefs()
948 if (current->ob_refcnt > 0) in PyObject_ClearWeakRefs()
950 Py_INCREF(current); in PyObject_ClearWeakRefs()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dweakrefobject.c925 PyWeakReference *current = *list; in PyObject_ClearWeakRefs() local
926 Py_ssize_t count = _PyWeakref_GetWeakrefCount(current); in PyObject_ClearWeakRefs()
931 PyObject *callback = current->wr_callback; in PyObject_ClearWeakRefs()
933 current->wr_callback = NULL; in PyObject_ClearWeakRefs()
934 clear_weakref(current); in PyObject_ClearWeakRefs()
936 if (current->ob_refcnt > 0) in PyObject_ClearWeakRefs()
937 handle_callback(current, callback); in PyObject_ClearWeakRefs()
952 PyWeakReference *next = current->wr_next; in PyObject_ClearWeakRefs()
954 if (current->ob_refcnt > 0) in PyObject_ClearWeakRefs()
956 Py_INCREF(current); in PyObject_ClearWeakRefs()
[all …]
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
DExceptionSupport.asm98 stmfd SP!,{LR} ; Store the link register for the current mode
110 stmfd SP!,{LR} ; Store the link register for the current mode
121 stmfd SP!,{LR} ; Store the link register for the current mode
133 stmfd SP!,{LR} ; Store the link register for the current mode
145 stmfd SP!,{LR} ; Store the link register for the current mode
156 stmfd SP!,{LR} ; Store the link register for the current mode
168 stmfd SP!,{LR} ; Store the link register for the current mode
180 stmfd SP!,{LR} ; Store the link register for the current mode
250 mov R4, SP ; Save current SP
DExceptionSupport.S104 stmfd SP!,{LR} @ Store the link register for the current mode
116 stmfd SP!,{LR} @ Store the link register for the current mode
127 stmfd SP!,{LR} @ Store the link register for the current mode
139 stmfd SP!,{LR} @ Store the link register for the current mode
151 stmfd SP!,{LR} @ Store the link register for the current mode
162 stmfd SP!,{LR} @ Store the link register for the current mode
174 stmfd SP!,{LR} @ Store the link register for the current mode
186 stmfd SP!,{LR} @ Store the link register for the current mode
256 mov R4, SP @ Save current SP
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dpindent.py241 current, firstkw, lastkw, topid = 0, '', '', ''
273 while indent < current:
281 self.putline(s, current)
284 current, firstkw, lastkw, topid = stack[-1]
287 if indent == current and firstkw:
300 self.putline(s, current)
304 if indent > current:
305 stack.append((current, firstkw, lastkw, topid))
310 current, firstkw, lastkw, topid = \
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/
DDebugAgentException.asm77 stmfd SP!,{LR} ; Store the link register for the current mode
89 stmfd SP!,{LR} ; Store the link register for the current mode
101 stmfd SP!,{LR} ; Store the link register for the current mode
113 stmfd SP!,{LR} ; Store the link register for the current mode
125 stmfd SP!,{LR} ; Store the link register for the current mode
136 stmfd SP!,{LR} ; Store the link register for the current mode
148 stmfd SP!,{LR} ; Store the link register for the current mode
160 stmfd SP!,{LR} ; Store the link register for the current mode
DDebugAgentException.S82 stmfd SP!,{LR} @ Store the link register for the current mode
94 stmfd SP!,{LR} @ Store the link register for the current mode
106 stmfd SP!,{LR} @ Store the link register for the current mode
118 stmfd SP!,{LR} @ Store the link register for the current mode
130 stmfd SP!,{LR} @ Store the link register for the current mode
141 stmfd SP!,{LR} @ Store the link register for the current mode
153 stmfd SP!,{LR} @ Store the link register for the current mode
165 stmfd SP!,{LR} @ Store the link register for the current mode
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/versioncheck/
DREADME13 scripts retrieve the current-version file over the net, compares version
22 The script is executed with execfile(), not imported, and the current
28 'Current-Version:', which should contain te current version and is
32 of either the current distribution or a webpage describing it.
/device/linaro/bootloader/edk2/MdePkg/Library/BaseDebugPrintErrorLevelLib/
DBaseDebugPrintErrorLevelLib.uni4 // It retrieves the current error level from PcdDebugPrintErrorLevel.
20 #string STR_MODULE_DESCRIPTION #language en-US "It retrieves the current error level from …
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
DExceptionSupport.ARMv6.asm99 stmfd SP!,{LR} ; Store the link register for the current mode
111 stmfd SP!,{LR} ; Store the link register for the current mode
123 stmfd SP!,{LR} ; Store the link register for the current mode
135 stmfd SP!,{LR} ; Store the link register for the current mode
146 stmfd SP!,{LR} ; Store the link register for the current mode
158 stmfd SP!,{LR} ; Store the link register for the current mode
DExceptionSupport.ARMv6.S98 stmfd SP!,{LR} @ Store the link register for the current mode
110 stmfd SP!,{LR} @ Store the link register for the current mode
122 stmfd SP!,{LR} @ Store the link register for the current mode
134 stmfd SP!,{LR} @ Store the link register for the current mode
145 stmfd SP!,{LR} @ Store the link register for the current mode
157 stmfd SP!,{LR} @ Store the link register for the current mode
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpyassem.py13 self.current = self.entry = Block()
21 if self.current:
22 print "end", repr(self.current)
23 print " next", self.current.next
24 print " prev", self.current.prev
25 print " ", self.current.get_children()
27 self.current = block
50 self.current.addNext(block)
73 self.current.addOutEdge(inst[1])
74 self.current.emit(inst)
/device/linaro/bootloader/edk2/StdLib/
DISSUES.txt33 Clarify that the current StdLib may not be used for developing drivers.
46 10: No current volume/directory at app. startup. 2012 Understood
47 If the Shell does not have a current volume or directory, file operations
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DIgdOMOBF.ASL150 Store(Arg0, CEVT) // Set up the current event value
232 Store(Arg0, CLID) // Store the current lid state
244 ;* Description: Handle a docking event by updating the current docking status
262 Store(Arg0, CDCK) // Store the current dock state
327 ;* Arg1 = If Arg0 = 0, current ALS reading:
362 If(CPFM) // If current mode field is non-zero use it.
367 If(LEqual(Local0, 1)) // If current mode is centered,
385 If(LEqual(Local0, 6)) // If current mode is stretched,
403 If(LEqual(Local0, 8)) // If current mode is aspect ratio,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpystate.c604 int current; in PyGILState_Ensure() local
621 current = 0; /* new thread state is never current */ in PyGILState_Ensure()
624 current = PyThreadState_IsCurrent(tcur); in PyGILState_Ensure()
625 if (current == 0) in PyGILState_Ensure()
633 return current ? PyGILState_LOCKED : PyGILState_UNLOCKED; in PyGILState_Ensure()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpystate.c589 int current; in PyGILState_Ensure() local
606 current = 0; /* new thread state is never current */ in PyGILState_Ensure()
609 current = PyThreadState_IsCurrent(tcur); in PyGILState_Ensure()
610 if (current == 0) in PyGILState_Ensure()
618 return current ? PyGILState_LOCKED : PyGILState_UNLOCKED; in PyGILState_Ensure()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DPciIrq.asi65 // Write current settings into IRQ descriptor
131 // Write current settings into IRQ descriptor
197 // Write current settings into IRQ descriptor
261 // Write current settings into IRQ descriptor
327 // Write current settings into IRQ descriptor
393 // Write current settings into IRQ descriptor
459 // Write current settings into IRQ descriptor
523 // Write current settings into IRQ descriptor
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DUefiShellLevel2CommandsLib.uni172 #string STR_MV_INV_CWD #language en-US "Cannot move current working directory or its sub…
213 " 4. If no attributes parameters are specified, the current attributes of\r\n"
216 " all files and sub-directories within the current directory.\r\n"
223 " * To display the attributes of all files and sub-directories in the current\r\n"
245 ".TH cd 0 "Displays or changes the current directory."\r\n"
247 "Displays or changes the current directory.\r\n"
257 " 1. This command changes the current working directory that is used by the\r\n"
259 " current working directory is changed for that device. Otherwise, the\r\n"
260 " current working directory is changed for the current device.\r\n"
261 " 2. If path is not present, then the current working directory (including\r\n"
[all …]
/device/lge/bullhead/BullheadLayout/
DAndroid.mk10 LOCAL_SDK_VERSION := current

12345678