Home
last modified time | relevance | path

Searched refs:is_long (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dhistogram_macros.h79 #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 Dtext_format.py1391 # 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 Dparsed.rs10 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 Dusecase.c126 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 Dhb-aat-layout-kerx-table.hh626 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 Dlib.rs347 pub fn is_long(&self) -> bool { in is_long() functions
/third_party/ffmpeg/libavcodec/
H A Dh264_refs.c78 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 Don2avc.c69 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 Dparser.rs538 && (arg_os.is_long() || arg_os.is_short()); in match_arg_error()
659 } else if next.is_long() {
/third_party/mksh/
H A Dedit.c3500 #define is_long(c) (classify[rtt2asc(c) & 0x7F] & vX) macro
4030 else if (is_long(ch)) in nextstate()

Completed in 16 milliseconds