| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/ |
| H A D | string_traits.hpp | 48 struct is_string : mpl::false_ {}; struct 51 struct is_string<T const> : is_string<T> {}; struct 54 struct is_string<char const*> : mpl::true_ {}; struct 57 struct is_string<wchar_t const*> : mpl::true_ {}; struct 60 struct is_string<char*> : mpl::true_ {}; struct 63 struct is_string<wchar_t*> : mpl::true_ {}; struct 66 struct is_string<char[N]> : mpl::true_ {}; struct 69 struct is_string<wchar_t[N]> : mpl::true_ {}; struct 72 struct is_string<char const[N]> : mpl::true_ {}; struct 75 struct is_string<wchar_t const[N]> : mpl::true_ {}; struct [all …]
|
| /OK3568_Linux_fs/kernel/tools/crypto/ |
| H A D | gen_fips140_testvecs.py | 45 def format_value(value, is_string): argument 46 if is_string: 54 is_string = is_string_value(value) 57 if is_string:
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/string/ |
| H A D | lit.hpp | 48 , typename enable_if<traits::is_string<T> >::type> // enables strings 56 > : traits::is_string<A0> {}; 69 , typename enable_if<traits::is_string<A0> >::type> 186 , typename enable_if<traits::is_string<T> >::type> 223 , typename enable_if<traits::is_string<A0> >::type>
|
| /OK3568_Linux_fs/u-boot/tools/dtoc/ |
| H A D | fdt.py | 111 is_string = True 116 is_string = False 120 is_string = False 123 is_string = False 124 if is_string:
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/nonterminal/ |
| H A D | expand_arg.hpp | 35 mpl::or_<is_scalar<T>, traits::is_string<T> > 76 return call(x, mpl::or_<is_scalar<T>, traits::is_string<T> >()); in operator ()()
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | fdtget.c | 59 int is_string; in show_data() local 66 is_string = (disp->type) == 's' || in show_data() 68 if (is_string) { in show_data()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events_synth.c | 133 if (event->fields[i]->is_string && !event->fields[i]->is_dynamic) { in synth_event_define_fields() 341 if (se->fields[i]->is_string) { in print_synth_event() 475 if (event->fields[i]->is_string) { in trace_event_raw_event_synth() 540 if (event->fields[i]->is_string && in __set_synth_event_print_fmt() 693 field->is_string = true; in parse_synth_field() 1540 if (state.event->fields[i]->is_string && in synth_event_trace() 1568 if (state.event->fields[i]->is_string) { in synth_event_trace() 1660 if (state.event->fields[i]->is_string) { in synth_event_trace_array() 1801 if (field->is_string) { in __synth_event_add_val()
|
| H A D | trace_synth.h | 19 bool is_string; member
|
| H A D | trace_events_hist.c | 3347 if (strstr(hist_field->type, "char[") && field->is_string in check_synth_field() 3353 (!field->is_string && field->is_signed != hist_field->is_signed)) in check_synth_field()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/ |
| H A D | assign_to.hpp | 324 typedef typename traits::is_string<T>::type is_string; in call() typedef 326 call(val, attr, is_container(), is_string()); in call()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | hwmon.c | 347 bool is_string = is_string_attr(type, attr); in hwmon_genattr() local 357 if ((mode & 0444) && ((is_string && !ops->read_string) || in hwmon_genattr() 358 (!is_string && !ops->read))) in hwmon_genattr() 381 dattr->show = is_string ? hwmon_attr_show_string : hwmon_attr_show; in hwmon_genattr()
|
| /OK3568_Linux_fs/kernel/fs/openpromfs/ |
| H A D | inode.c | 50 static int is_string(unsigned char *p, int len) in is_string() function 76 if (is_string(pval, len)) { in property_show()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auto/ |
| H A D | meta_create.hpp | 87 traits::is_container<T>, mpl::not_<traits::is_string<T> > >
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-ctrls.h | 266 unsigned int is_string:1; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/char/ |
| H A D | char.hpp | 493 traits::is_string<A0>
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-ctrls.c | 2155 if (ctrl->is_ptr && !ctrl->is_string) in ptr_to_user() 2219 if (ctrl->is_ptr && !ctrl->is_string) { in user_to_ptr() 2837 ctrl->is_string = !is_array && type == V4L2_CTRL_TYPE_STRING; in v4l2_ctrl_new() 2838 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string; in v4l2_ctrl_new() 3700 if (ctrl->is_ptr && !ctrl->is_string) { in prepare_ext_ctrls()
|