Home
last modified time | relevance | path

Searched defs:newline (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/juno/include/
Dplat_macros.S41 newline: label
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/
Dplat_macros.S42 newline: label
/device/linaro/bootloader/arm-trusted-firmware/plat/fvp/include/
Dplat_macros.S40 newline: label
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DDLexerBase.h165 virtual void newline() { _line++; } in newline() function
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DDLexerBase.h165 virtual void newline() { _line++; } in newline() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
D_iomodule.c296 char *encoding = NULL, *errors = NULL, *newline = NULL; in io_open() local
Dstringio.c558 char *newline = "\n"; in stringio_init() local
Dtextio.c816 char *newline = NULL; in textiowrapper_init() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
D_iomodule.c296 char *encoding = NULL, *errors = NULL, *newline = NULL; in io_open() local
Dstringio.c558 char *newline = "\n"; in stringio_init() local
Dtextio.c832 char *newline = NULL; in textiowrapper_init() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_pyio.py44 newline=None, closefd=True): argument
1466 def __init__(self, buffer, encoding=None, errors=None, newline=None, argument
1972 def __init__(self, initial_value="", newline="\n"): argument
Dxmllib.py32 newline = re.compile('\n') variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlvm.c75 int newline = getfuncline(p, npc); in traceexec() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dxmllib.py32 newline = re.compile('\n') variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c1567 PyObject *newline, *space; in builtin_print() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c1575 PyObject *newline, *space; in builtin_print() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpycodegen.py1098 def visitPrint(self, node, newline=0): argument