/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | llex.c | 28 #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/ |
D | config.py | 80 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.c | 44 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.c | 44 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/ |
D | pdb.doc | 47 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/ |
D | AudioHardwareOutput.cpp | 306 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/ |
D | weakrefobject.c | 914 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/ |
D | weakrefobject.c | 925 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/ |
D | ExceptionSupport.asm | 98 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
|
D | ExceptionSupport.S | 104 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/ |
D | pindent.py | 241 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/ |
D | DebugAgentException.asm | 77 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
|
D | DebugAgentException.S | 82 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/ |
D | README | 13 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/ |
D | BaseDebugPrintErrorLevelLib.uni | 4 // 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/ |
D | ExceptionSupport.ARMv6.asm | 99 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
|
D | ExceptionSupport.ARMv6.S | 98 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/ |
D | pyassem.py | 13 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/ |
D | ISSUES.txt | 33 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/ |
D | IgdOMOBF.ASL | 150 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/ |
D | pystate.c | 604 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/ |
D | pystate.c | 589 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/ |
D | PciIrq.asi | 65 // 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/ |
D | UefiShellLevel2CommandsLib.uni | 172 #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/ |
D | Android.mk | 10 LOCAL_SDK_VERSION := current
|