/external/v8/infra/mb/ |
D | mb_config.pyl | 578 'mixins': { 592 'mixins': ['clang', 'v8_enable_test_features'], 601 'mixins': ['v8_enable_test_features'], 607 'mixins': ['v8_enable_test_features'], 633 'mixins': [ 639 'mixins': ['debug_bot', 'minimal_symbols'], 676 'mixins': ['v8_enable_test_features'], 685 'mixins': ['mips_bundled_toolchain'], 694 'mixins': ['v8_enable_test_features'], 700 'mixins': ['v8_enable_test_features'], [all …]
|
/external/v8/tools/mb/ |
D | mb.py | 59 self.mixins = {} 453 for config, mixins in self.configs.items(): 454 for mixin in mixins: 455 if not mixin in self.mixins: 460 for mixin in self.mixins: 461 for sub_mixin in self.mixins[mixin].get('mixins', []): 462 if not sub_mixin in self.mixins: 468 for mixin in self.mixins: 561 self.mixins = contents['mixins'] 622 mixins = self.configs[config] [all …]
|
/external/setupcompat/main/java/com/google/android/setupcompat/internal/ |
D | TemplateLayout.java | 53 private final Map<Class<? extends Mixin>, Mixin> mixins = new HashMap<>(); field in TemplateLayout 99 mixins.put(cls, mixin); in registerMixin() 127 return (M) mixins.get(cls); in getMixin()
|
/external/v8/tools/mb/docs/ |
D | user_guide.md | 161 comprehensive, but it does complain about configs and mixins that aren't 217 `mixins`. 235 The value of each key is a list of "mixins" that will define what that 237 value of the `mixins` key. 246 * `mixins`: a list of other mixins that should be included. 252 mixins; gyp_defines and gn_args values are concatenated, and the type values 263 'mixins': { 273 'mixins': ['release'],
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | ST.stg | 1 @parserBody.mixins() ::= << 2 <@super.mixins()>
|
D | AST.stg | 1 @parserBody.mixins() ::= << 2 <@super.mixins()>
|
D | Dbg.stg | 31 @parserBody.mixins() ::= <<
|
D | Ruby.stg | 200 <@mixins()>
|
/external/protobuf/src/google/protobuf/ |
D | api.proto | 87 repeated Mixin mixins = 6; field 158 // mixins: 182 // mixins:
|
D | api.pb.h | 163 const ::google::protobuf::Mixin& mixins(int index) const; 169 mixins() const; 634 inline const ::google::protobuf::Mixin& Api::mixins(int index) const { in mixins() function 652 Api::mixins() const { in mixins() function
|
D | api.pb.cc | 466 6, this->mixins(i), output); in SerializeWithCachedSizes() 528 6, this->mixins(i), target); in SerializeWithCachedSizesToArray() 593 this->mixins(i)); in ByteSize() 878 const ::google::protobuf::Mixin& Api::mixins(int index) const { in mixins() function in google::protobuf::Api 896 Api::mixins() const { in mixins() function in google::protobuf::Api
|
/external/python/cpython3/Doc/library/ |
D | collections.abc.rst | 158 linked list), the mixins will have quadratic performance and will 247 Several of the ABCs are also useful as mixins that make it easier to develop 297 are hashable or immutable. To add set hashability using mixins,
|
/external/sonivox/jet_tools/JetCreator/ |
D | JetCtrls.py | 26 from wx.lib.mixins.listctrl import CheckListCtrlMixin, ListCtrlAutoWidthMixin, ColumnSorterMixin
|
D | JetCreator.py | 32 from wx.lib.mixins.listctrl import CheckListCtrlMixin, ListCtrlAutoWidthMixin
|
/external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/ |
D | servicemanagement_v1_messages.py | 58 mixins = _messages.MessageField('Mixin', 2, repeated=True) variable in Api
|
/external/python/cpython2/Doc/library/ |
D | collections.rst | 995 Several of the ABCs are also useful as mixins that make it easier to develop 1045 are hashable or immutable. To add set hashability using mixins,
|
/external/fonttools/ |
D | NEWS.rst | 180 - [ufoLib] Make ``UFOWriter`` a subclass of ``UFOReader``, and use mixins
|
D | PKG-INFO | 597 - [ufoLib] Make ``UFOWriter`` a subclass of ``UFOReader``, and use mixins
|
/external/fonttools/Lib/fonttools.egg-info/ |
D | PKG-INFO | 597 - [ufoLib] Make ``UFOWriter`` a subclass of ``UFOReader``, and use mixins
|
/external/doclava/res/assets/templates-sdk/assets/css/ |
D | default.css | 4 /* common mixins */
|