Home
last modified time | relevance | path

Searched refs:quotes (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcsv.py230 quotes = {}
237 quotes[key] = quotes.get(key, 0) + 1
252 quotechar = reduce(lambda a, b, quotes = quotes:
253 (quotes[a] > quotes[b]) and a or b, quotes.keys())
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcsv.py226 quotes = {}
233 quotes[key] = quotes.get(key, 0) + 1
248 quotechar = reduce(lambda a, b, quotes = quotes:
249 (quotes[a] > quotes[b]) and a or b, quotes.keys())
Dshlex.py45 self.quotes = '\'"'
153 elif nextchar in self.quotes:
166 elif self.state in self.quotes:
194 if escapedstate in self.quotes and \
220 elif self.posix and nextchar in self.quotes:
225 elif nextchar in self.wordchars or nextchar in self.quotes \
Dpprint.py254 quotes = {'"': '\\"'}
257 quotes = {"'": "\\'"}
258 qget = quotes.get
Dpdb.doc176 command must *not* be enclosed in quotes. Replaceable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dutils.py95 quotes = ''
97 quotes = '"'
99 return '%s%s%s <%s>' % (quotes, name, quotes, address)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DLICENSE181 quotes): "Python 1.6.1 is made available subject to the terms and
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DLICENSE206 quotes): "Python 1.6.1 is made available subject to the terms and
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c2987 int quotes) in unicodeescape_string() argument
3029 if (quotes) { in unicodeescape_string()
3038 if ((quotes && in unicodeescape_string()
3124 if (quotes) in unicodeescape_string()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c3035 int quotes) in unicodeescape_string() argument
3077 if (quotes) { in unicodeescape_string()
3086 if ((quotes && in unicodeescape_string()
3172 if (quotes) in unicodeescape_string()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.uni363 " parenthesis with quotes in if statements.\r\n"
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
DVfrCompile.g578 // Find the quotes in the filename, then allocate space in the line
580 // quotes to the line def.