Home
last modified time | relevance | path

Searched refs:char (Results 201 - 225 of 247) sorted by relevance

12345678910

/third_party/node/tools/
H A Dtest.py1058 for char in str:
1059 if not (char.isalpha() or char.isdigit() or char == '_'):
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py534 char = match.group(0)
539 if char == "\\":
541 if char == '"':
543 return self._encode_transforms[ord(char)]
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgenerate_entry_points.py114 const char *GetEntryPointName(EntryPoint ep);
140 const char *GetEntryPointName(EntryPoint ep)
939 angle::GenericProc KHRONOS_APIENTRY GlobalLoad(const char *symbol)
1079 const char *ParamTypeToString(ParamType paramType);
1087 const char *GetResourceIDTypeName(ResourceIDType resourceIDType);
1126 const char *ParamTypeToString(ParamType paramType)
1147 const char *GetResourceIDTypeName(ResourceIDType resourceIDType)
1304 def is_allowed_in_identifier(char):
1305 return char.isalpha() or char
[all...]
/third_party/curl/
H A Dbuildconf.bat190 set ROFFCMD=groff -mtty-char -Tascii -P-c -man
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ptrace.tex35 \Type{int} \Func{\_UPT\_get\_proc\_name}(\Type{unw\_addr\_space\_t}, \Type{unw\_word\_t}, \Type{char~*}, \Type{size\_t}, \Type{unw\_word\_t~*}, \Type{void~*});\\
H A Dlibunwind.tex50 \Type{const char *}\Func{unw\_regname}(\Type{unw\_regnum\_t});\\
59 \Type{int} \Func{unw\_get\_proc\_name}(\Type{unw\_cursor\_t~*}, \Type{char~*}, \Type{size\_t}, \Type{unw\_word\_t~*});\\
/third_party/icu/icu4c/source/test/perf/collationperf/
H A DCollPerf.pl201 <td>bytes/char</td>
/third_party/rust/crates/clap/clap_mangen/src/
H A Drender.rs277 fn short_option(opt: char) -> Inline { in short_option()
/third_party/rust/crates/clap/src/error/
H A Dformat.rs463 if s.contains(char::is_whitespace) { in escape()
/third_party/rust/crates/serde/serde/src/de/
H A Dmod.rs49 //! - char
351 /// The input contained a `char` that was not expected.
352 Char(char),
819 /// - char
1003 /// Hint that the `Deserialize` type is expecting a `char` value. in deserialize_f32()
1462 /// The input contains a `char`.
1469 fn visit_char<E>(self, v: char) -> Result<Self::Value, E> in visit_char()
2309 fn write_char(&mut self, ch: char) -> fmt::Result { in fmt()
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-armv4.pl197 @ void AES_encrypt(const unsigned char *in, unsigned char *out,
973 @ void AES_decrypt(const unsigned char *in, unsigned char *out,
/third_party/openssl/crypto/aes/asm/
H A Daes-armv4.pl197 @ void AES_encrypt(const unsigned char *in, unsigned char *out,
973 @ void AES_decrypt(const unsigned char *in, unsigned char *out,
/third_party/rust/crates/regex/regex-syntax/src/hir/literal/
H A Dmod.rs468 use std::char; in _add_char_class()
479 for c in (s..e).filter_map(char::from_u32) { in _add_char_class()
562 // This is an approximation since codepoints in a char class can encode in class_exceeds_limits()
/third_party/python/Lib/idlelib/
H A Deditor.py862 char = text.get(pos)
863 if char and char in self.IDENTCHARS:
1341 # Delete whitespace left, until hitting a real char or closest
1352 # easy: delete preceding real char
/third_party/python/Lib/test/
H A Dtest_smtpd.py996 for char in [b'a', b'b', b'c']:
997 self.write_line(b'MAIL from:<' + char * fill_len + b'a@example>')
999 self.write_line(b'MAIL from:<' + char * fill_len + b'@example>')
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dmod.rs611 pub c: char,
865 OneLetter(char),
/third_party/ltp/scripts/
H A Dcheckpatch.pl548 u_(?:char|short|int|long) | # bsd
678 qr{char\s+(?:un)?signed},
698 qr{(?:(?:un)?signed\s+)?char},
3779 # insert logical operator at last non-comment, non-whitepsace char on previous line
4344 while ($line =~ m{\b($Declare)\s*(?!char\b|short\b|int\b|long\b)\s*($Ident)?\s*[=,;\[\)\(]}g) {
4502 # check for misordered declarations of char/short/int/long with signed/unsigned
4529 # check for static const char * arrays.
4530 if ($line =~ /\bstatic\s+const\s+char\s*\*\s*(\w+)\s*\[\s*\]\s*=\s*/) {
4532 "static const char * array should probably be static const char * cons
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py3466 char = " "
3468 char = ";"
3469 formatted_value = char.join(
/third_party/python/Lib/tkinter/
H A D__init__.py247 char - pressed character (KeyPress, KeyRelease)
258 if not self.char:
259 del attrs['char']
260 elif self.char != '??':
261 attrs['char'] = repr(self.char)
286 'state', 'keysym', 'keycode', 'char',
1643 e.char = A
3802 """Return the index in the form line.char for INDEX."""
/third_party/rust/crates/clap/src/output/
H A Dhelp_template.rs745 if pvs.contains(char::is_whitespace) { in spec_vals()
1063 // There is a single `char`... in display_width_handles_emojis()
/third_party/rust/crates/nom/src/bytes/
H A Dtests.rs540 take_while_m_n(1, 1, |c: char| c.is_alphabetic())(i) in take_while_m_n_utf8_full_match()
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js3700 function code_unit_str(char) {
3701 return 'U+' + char.charCodeAt(0).toString(16);
/third_party/rust/crates/libc/src/
H A Dpsp.rs3317 psz_date_time: *mut char, in sceRtcFormatRFC3339()
3321 pub fn sceRtcFormatRFC3339LocalTime(psz_date_time: *mut char, p_utc: *const u64) -> i32; in sceRtcFormatRFC3339LocalTime()
3324 psz_date_time: *mut char, in sceRtcFormatRFC2822()
3328 pub fn sceRtcFormatRFC2822LocalTime(psz_date_time: *mut char, p_utc: *const u64) -> i32; in sceRtcFormatRFC2822LocalTime()
/third_party/node/lib/internal/util/
H A Dinspect.js2333 for (const char of new SafeStringIterator(str)) {
2334 const code = StringPrototypeCodePointAt(char, 0);
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py3468 char = " " if name in exceptions.get(tool_name, []) else ";"
3469 formatted_value = char.join(

Completed in 57 milliseconds

12345678910