Searched refs:is_long (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | histogram_macros.h | 79 #define SCOPED_ANGLE_HISTOGRAM_TIMER_EXPANDER(name, is_long, key) \ 80 SCOPED_ANGLE_HISTOGRAM_TIMER_UNIQUE(name, is_long, key) 82 #define SCOPED_ANGLE_HISTOGRAM_TIMER_UNIQUE(name, is_long, key) \ 96 if (is_long) \
|
/third_party/protobuf/python/google/protobuf/ |
H A D | text_format.py | 1391 # Note: is_long only affects value type, not whether an error is raised. 1397 def ConsumeInteger(self, is_long=False): 1401 is_long: True if the value should be returned as a long integer. 1409 result = _ParseAbstractInteger(self.token, is_long=is_long) 1582 return _ConsumeInteger(tokenizer, is_signed=True, is_long=False) 1597 return _ConsumeInteger(tokenizer, is_signed=False, is_long=False) 1620 return _ConsumeInteger(tokenizer, is_signed=True, is_long=True) 1643 return _ConsumeInteger(tokenizer, is_signed=False, is_long=True) 1646 def _TryConsumeInteger(tokenizer, is_signed=False, is_long [all...] |
/third_party/rust/crates/clap/clap_lex/tests/ |
H A D | parsed.rs | 10 assert!(!next.is_long()); in to_long_stdio() 22 assert!(!next.is_long()); in to_long_no_escape() 34 assert!(next.is_long()); in to_long_no_value() 48 assert!(next.is_long()); in to_long_with_empty_value() 62 assert!(next.is_long()); in to_long_with_value()
|
/third_party/alsa-utils/alsaucm/ |
H A D | usecase.c | 126 int is_long(const char *str) in is_long() function 219 if (is_long(context->card)) { in do_initial_open()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-kerx-table.hh | 626 bool is_long () const { return flags & ValuesAreLong; } in is_long() function 632 if (is_long ()) in get_kerning() 677 (is_long () ? in sanitize()
|
/third_party/rust/crates/clap/clap_lex/src/ |
H A D | lib.rs | 347 pub fn is_long(&self) -> bool { in is_long() functions
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_refs.c | 78 H264Picture * const *in, int len, int is_long, int sel) in build_def_list() 90 in[i[0]]->pic_id = is_long ? i[0] : in[i[0]]->frame_num; in build_def_list() 95 in[i[1]]->pic_id = is_long ? i[1] : in[i[1]]->frame_num; in build_def_list() 77 build_def_list(H264Ref *def, int def_len, H264Picture * const *in, int len, int is_long, int sel) build_def_list() argument
|
H A D | on2avc.c | 69 int is_long; member 114 int bits_per_sect = c->is_long ? 5 : 3; in on2avc_decode_band_types() 820 c->is_long = (c->window_type != WINDOW_TYPE_8SHORT); in on2avc_decode_subframe()
|
/third_party/rust/crates/clap/src/parser/ |
H A D | parser.rs | 538 && (arg_os.is_long() || arg_os.is_short()); in match_arg_error() 659 } else if next.is_long() {
|
/third_party/mksh/ |
H A D | edit.c | 3500 #define is_long(c) (classify[rtt2asc(c) & 0x7F] & vX) macro 4030 else if (is_long(ch)) in nextstate()
|
Completed in 16 milliseconds