Home
last modified time | relevance | path

Searched refs:Interactive (Results 1 – 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DIIO.inf2 # Interactive I/O Library.
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DMm.c413 BOOLEAN Interactive; in ShellCommandRunMm() local
500 Interactive = TRUE; in ShellCommandRunMm()
502 Interactive = FALSE; in ShellCommandRunMm()
577 if (!Interactive) { in ShellCommandRunMm()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
DPython.asdl6 | Interactive(stmt* body)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
DPython-ast.h49 } Interactive; member
377 #define Interactive(a0, a1) _Py_Interactive(a0, a1) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
DPython-ast.h49 } Interactive; member
377 #define Interactive(a0, a1) _Py_Interactive(a0, a1) macro
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
DVfrStrings.uni114 #string STR_PASSWORD_CALLBACK_PROMPT #language en-US "Set the system password - Interactive"
115 #language fr-FR "Cuál es la palabra mágica? - Interactive"
160 #string STR_MY_STRING_PROMPT2 #language en-US "String - Interactive"
162 #string STR_MY_STRING_HELP2 #language en-US "This is my string help - Interactive"
DVfr.vfr469 // Interactive password, validate via ConfigAccess.Callback()
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dservices131 imap3 220/tcp # Interactive Mail Access
149 imsp 406/tcp # Interactive Mail Support Protocol
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpycodegen.py57 gen = Interactive(source, filename)
98 class Interactive(AbstractCompileMode): class
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dsymtable.c249 seq = mod->v.Interactive.body; in PySymtable_Build()
DPython-ast.c983 Interactive(asdl_seq * body, PyArena *arena) in Interactive() function
990 p->v.Interactive.body = body; in Interactive()
2139 value = ast2obj_list(o->v.Interactive.body, ast2obj_stmt); in ast2obj_mod()
3381 *out = Interactive(body, arena); in obj2ast_mod()
Dast.c289 return Interactive(stmts, arena); in PyAST_FromNode()
316 return Interactive(stmts, arena); in PyAST_FromNode()
Dcompile.c1214 mod->v.Interactive.body); in compiler_mod()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dsymtable.c251 seq = mod->v.Interactive.body; in PySymtable_Build()
DPython-ast.c1000 Interactive(asdl_seq * body, PyArena *arena) in Interactive() function
1007 p->v.Interactive.body = body; in Interactive()
2156 value = ast2obj_list(o->v.Interactive.body, ast2obj_stmt); in ast2obj_mod()
3398 *out = Interactive(body, arena); in obj2ast_mod()
Dast.c289 return Interactive(stmts, arena); in PyAST_FromNode()
316 return Interactive(stmts, arena); in PyAST_FromNode()
Dcompile.c1237 mod->v.Interactive.body); in compiler_mod()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DUefiShellLevel3CommandsLib.uni492 " 3 = Interactive\r\n"
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR64.patch7202 - OUT BOOLEAN *Interactive,
7209 + OUT BOOLEAN *Interactive,
7230 … Status = OldShellParserMM (&Width, &AccessType, &Address, &Value, &Size, &Interactive, &ValueStr);
7243 Interactive = TRUE;
7293 - OUT BOOLEAN *Interactive,
7300 + OUT BOOLEAN *Interactive,