Home
last modified time | relevance | path

Searched refs:char (Results 1 – 25 of 65) sorted by relevance

123

/device/linaro/bootloader/edk2/BeagleBoardPkg/Debugger_scripts/
Drvi_symbols_macros.inc14 unsigned char *guid1;
15 unsigned char *guid2;
21 define /R unsigned char * find_system_table(mem_start, mem_size)
22 unsigned char *mem_start;
25 unsigned char *mem_ptr;
44 define /R unsigned char * find_debug_info_table_header(system_table)
45 unsigned char *system_table;
48 unsigned char *configuration_table;
50 unsigned char debug_table_guid[16];
88 unsigned char *header;
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Debugger_scripts/
Drvi_symbols_macros.inc14 unsigned char *guid1;
15 unsigned char *guid2;
21 define /R unsigned char * find_system_table(mem_start, mem_size)
22 unsigned char *mem_start;
25 unsigned char *mem_ptr;
44 define /R unsigned char * find_debug_info_table_header(system_table)
45 unsigned char *system_table;
48 unsigned char *configuration_table;
50 unsigned char debug_table_guid[16];
88 unsigned char *header;
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_unicodedata.py28 char = unichr(i)
31 u"01"[char.isalnum()],
32 u"01"[char.isalpha()],
33 u"01"[char.isdecimal()],
34 u"01"[char.isdigit()],
35 u"01"[char.islower()],
36 u"01"[char.isnumeric()],
37 u"01"[char.isspace()],
38 u"01"[char.istitle()],
39 u"01"[char.isupper()],
[all …]
Dtest_ucn.py64 for char in "".join(map(chr, xrange(ord("a"), ord("z")))):
65 name = "LATIN SMALL LETTER %s" % char.upper()
99 char = unichr(code)
100 name = unicodedata.name(char, None)
102 self.assertEqual(unicodedata.lookup(name), char)
Dtest_urllib.py13 def hexescape(char): argument
15 hex_repr = hex(ord(char))[2:].upper()
391 for char in should_quote:
392 result = urllib.quote(char)
393 self.assertEqual(hexescape(char), result,
395 (char, hexescape(char), result))
396 result = urllib.quote_plus(char)
397 self.assertEqual(hexescape(char), result,
400 (char, hexescape(char), result))
Dtest_xml_etree.py97 for char in string:
98 if len(char) != 1:
99 print "expected one-character string, got %r" % char
Dtest_multibytecodec.py252 encoder.encode(char)
253 for char in self.text)
260 encoder.encode(char, index == last_index)
261 for index, char in enumerate(self.text))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Dpunycode.py32 def selective_find(str, char, index, pos): argument
45 if c == char:
47 elif c < char:
57 char = ord(c)
58 curlen = selective_len(str, char)
59 delta = (curlen+1) * (char - oldchar)
68 oldchar = char
137 char = ord(extended[extpos])
143 if 0x41 <= char <= 0x5A: # A-Z
144 digit = char - 0x41
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Dpunycode.py32 def selective_find(str, char, index, pos): argument
45 if c == char:
47 elif c < char:
57 char = ord(c)
58 curlen = selective_len(str, char)
59 delta = (curlen+1) * (char - oldchar)
68 oldchar = char
137 char = ord(extended[extpos])
143 if 0x41 <= char <= 0x5A: # A-Z
144 digit = char - 0x41
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsre_parse.py186 char = self.string[self.index]
187 if char[0] == "\\":
192 char = char + c
193 self.index = self.index + len(char)
194 self.next = char
195 def match(self, char, skip=1): argument
196 if char == self.next:
210 def isident(char): argument
211 return "a" <= char <= "z" or "A" <= char <= "Z" or char == "_"
213 def isdigit(char): argument
[all …]
Dcsv.py310 for char in ascii:
311 metaFrequency = charFrequency.get(char, {})
313 freq = line.count(char)
316 charFrequency[char] = metaFrequency
318 for char in charFrequency.keys():
319 items = charFrequency[char].items()
324 modes[char] = reduce(lambda a, b: a[1] > b[1] and a or b,
328 items.remove(modes[char])
329 modes[char] = (modes[char][0], modes[char][1]
333 modes[char] = items[0]
Dpprint.py261 for char in object:
262 if char.isalpha():
263 write(char)
265 write(qget(char, repr(char)[1:-1]))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsre_parse.py197 char = self.string[self.index]
198 if char[0] == "\\":
203 char = char + c
204 self.index = self.index + len(char)
205 self.next = char
206 def match(self, char, skip=1): argument
207 if char == self.next:
221 def isident(char): argument
222 return "a" <= char <= "z" or "A" <= char <= "Z" or char == "_"
224 def isdigit(char): argument
[all …]
Dcsv.py315 for char in ascii:
316 metaFrequency = charFrequency.get(char, {})
318 freq = line.count(char)
321 charFrequency[char] = metaFrequency
323 for char in charFrequency.keys():
324 items = charFrequency[char].items()
329 modes[char] = reduce(lambda a, b: a[1] > b[1] and a or b,
333 items.remove(modes[char])
334 modes[char] = (modes[char][0], modes[char][1]
338 modes[char] = items[0]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Dmakeunicodedata.py111 for char in unicode.chars:
112 record = unicode.table[char]
130 index[char] = i
143 for char in unicode.chars:
144 record = unicode.table[char]
149 … raise Exception, "character %x has a decomposition too large for nfd_nfkd" % char
166 char not in unicode.exclusions and \
171 comp_pairs.append((l,r,char))
180 decomp_index[char] = i
213 for f,l,char in comp_pairs:
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr.g58 static void chkToken(char *, char *, char *, int);
64 static int isDLGmaxToken(char *Token); /* MR3 */
83 char *inline_set(char *);
85 char *inline_set();
121 warn("eoln found in char literal (in user action)");
304 static char buf[100];
321 static char buf[100];
339 static char buf[100];
340 static char i[20], j[20];
341 char *p,*q;
[all …]
Dparser.dlg50 char *inline_set(char *);
52 char *inline_set();
66 static char *
68 getFileNameFromTheLineInfo(char *toStr, char *fromStr)
71 char *toStr, *fromStr;
163 zzskip(); /* Skip the Eof (@) char i.e continue */
592 warn("eoln found in char literal (in user action)");
908 static char buf[100];
929 static char buf[100];
951 static char buf[100];
[all …]
/device/linaro/bootloader/edk2/IntelFspPkg/Tools/
DPatchFv.py503 char = self.getCurr()
504 if char.lower() in '_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789:-':
505 var += char
538 char = self.getCurr()
539 if char == '~':
552 char = self.getCurr()
553 parenthesisType = self.parenthesisOpenSet.find(char)
580 char = self.getCurr()
581 if char == '*':
602 char = self.getCurr()
[all …]
DGenCfgOpt.py194 char = self.getCurr()
195 if re.match('^[\w.]', char):
196 var += char
221 char = self.getCurr()
222 if char == '(':
238 char = self.getCurr()
239 if char in ['<', '>']:
243 op = char + next
246 op = char
253 elif char in ['=', '!']:
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Dparser.dlg48 char theClassName[100]; /* MR11 */
49 char *pClassName=theClassName; /* MR11 */
70 void xxprintf(char *format,char *string) { /* MR1 */
73 char *format; /* MR1 */
74 char *string; /* MR1 */
Ddlg_p.g70 char theClassName[100]; /* MR11 */
71 char *pClassName=theClassName; /* MR11 */
92 void xxprintf(char *format,char *string) { /* MR1 */
95 char *format; /* MR1 */
96 char *string; /* MR1 */
590 zzsyn(char *text, int tok, char *egroup, SetWordType *eset, int etok, int k, char *bad_text)
593 char *text, *egroup, *bad_text;
/device/google/accessory/demokit/firmware/demokit/
Ddemokit.pde153 char c0;
322 char iii;
364 char joystick_interrupt()
372 char read_joy_reg(char reg_addr)
374 char c;
388 void write_joy_reg(char reg_addr, char val)
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
DEDKII_openssl-1.0.2e.patch10 BIO *BIO_new_file(const char *filename, const char *mode);
30 +BIO *BIO_new_file(const char *filename, const char *mode)
53 unsigned char *Z = NULL;
82 - char buf[4096];
83 + char *buf = NULL;
303 - CRYPTO_realloc((char *)addr,(int)num,__FILE__,__LINE__)
304 + CRYPTO_realloc((char *)addr,(int)num,NULL,0)
309 - CRYPTO_remalloc((char **)addr,(int)num,__FILE__,__LINE__)
310 + CRYPTO_remalloc((char **)addr,(int)num,NULL,0)
319 const char *SSLeay_version(int type);
[all …]
/device/google/marlin/sepolicy/
Ddomain.te16 # static char fw_path_para[256];
17 # static const char * const fw_path[] = {
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/
DREADME31 s/([^a-zA-Z0-9_]|^)unsigned char([^a-zA-Z0-9_]|$)/\1UINT8\2/g
32 s/([^a-zA-Z0-9_]|^)char([^a-zA-Z0-9_]|$)/\1CHAR8\2/g

123