Home
last modified time | relevance | path

Searched refs:orig_type (Results 1 – 7 of 7) sorted by relevance

/third_party/uboot/u-boot-2020.01/tools/buildman/
Dkconfiglib.py960 sym.orig_type = TRISTATE
1238 if sym.orig_type in _BOOL_TRISTATE:
1241 if not (sym.orig_type is BOOL
1243 sym.orig_type is TRISTATE
1247 .format(val, TYPE_TO_STR[sym.orig_type],
1270 elif sym.orig_type is STRING:
1301 if sym.orig_type not in _BOOL_TRISTATE:
1338 if sym.orig_type in _BOOL_TRISTATE:
1396 if sym.orig_type in _BOOL_TRISTATE:
1404 elif sym.orig_type is STRING:
[all …]
/third_party/boost/boost/graph/
Dreverse_graph.hpp482 typename property_map< BidirGraph, Property >::type >::type orig_type; typedef
486 detail::reverse_graph_edge_property_map< orig_type >, orig_type >::type
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dterm-ostream.oo.c977 # define BITFIELD_TYPE(orig_type,integer_type) orig_type argument
979 # define BITFIELD_TYPE(orig_type,integer_type) integer_type argument
/third_party/f2fs-tools/fsck/
Df2fs.h144 unsigned char orig_type; /* segment type like CURSEG_XXX_TYPE */ member
Dfsck.c2432 if (se->orig_type != se->type) { in check_sit_types()
2433 if (se->orig_type == CURSEG_COLD_DATA && in check_sit_types()
2435 se->type = se->orig_type; in check_sit_types()
2438 i, se->orig_type, se->type); in check_sit_types()
Dmount.c2048 se->orig_type = GET_SIT_TYPE(raw_sit); in __seg_info_from_raw_sit()
/third_party/python/Lib/urllib/
Drequest.py805 orig_type = req.type
808 proxy_type = orig_type
820 if orig_type == proxy_type or orig_type == 'https':