Searched refs:is_derived (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/tools/build/src/tools/ |
D | unix.py | 33 if type.is_derived (l.type (), 'LIB'): 142 if l.type () and type.is_derived (l.type (), 'LIB'): 147 if l.type () and type.is_derived (l.type (), 'LIB'):
|
D | builtin.py | 655 if type.is_derived (s.type (), 'SHARED_LIB') and not s.action (): 667 and type.is_derived(self.target_types_ [0], 'EXE'): 702 if type.is_derived(t.type(), 'SHARED_LIB'): 739 if type.is_derived(s.type(), 'SEARCHED_LIB'): 786 if type.is_derived(t.type(), 'LIB'):
|
D | gcc.py | 239 if type.is_derived(s.type(), 'H'): 434 elif type.is_derived(self.target_types[0], 'EXE'): 437 if source_type and type.is_derived(source_type, 'SHARED_LIB'):
|
D | msvc.py | 565 if type.is_derived(s.type(), 'H'): 567 elif type.is_derived(s.type(), 'CPP') or type.is_derived(s.type(), 'C'): 585 if type.is_derived(g.type(), 'PCH'):
|
D | common.py | 658 if type.is_derived(target_type, 'LIB'):
|
/third_party/boost/tools/build/src/build/ |
D | type.py | 202 def is_derived (type, base): function 219 return is_derived (type, base)
|
D | generators.py | 636 if real_source_type == st or type.is_derived (real_source_type, st):
|
D | virtual_target.py | 1168 if not target_type or b2.build.type.is_derived(t.type(), target_type):
|
/third_party/boost/boost/python/ |
D | object_core.hpp | 207 struct is_derived struct 225 typedef typename is_derived< in object_base_initializer()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvaallocator.c | 936 gboolean is_derived; member 1013 mem->is_derived = TRUE; in _clean_mem() 1154 mem->is_derived = use_derived; in _va_map_unlocked() 1156 if (!mem->is_derived) { in _va_map_unlocked() 1207 if (mem->is_dirty && !mem->is_derived) { in _va_unmap_unlocked()
|
/third_party/json/third_party/cpplint/ |
D | cpplint.py | 2491 self.is_derived = False 2521 self.is_derived = True
|