HomeSort by relevance Sort by last modified time
    Searched refs:mixin (Results 1 - 10 of 10) sorted by null

  /external/bcc/src/lua/bcc/vendor/
middleclass.lua 93 local function _includeMixin(aClass, mixin)
94 assert(type(mixin) == 'table', "mixin must be a table")
96 for name,method in pairs(mixin) do
100 for name,method in pairs(mixin.static or {}) do
104 if type(mixin.included)=="function" then mixin:included(aClass) end
165 for _,mixin in ipairs({...}) do _includeMixin(self, mixin) end
  /external/setupcompat/main/java/com/google/android/setupcompat/internal/
TemplateLayout.java 33 import com.google.android.setupcompat.template.Mixin;
53 private final Map<Class<? extends Mixin>, Mixin> mixins = new HashMap<>();
89 * Registers a mixin with a given class. This method should be called in the constructor.
91 * @param cls The class to register the mixin. In most cases, {@code cls} is the same as {@code
92 * mixin.getClass()}, but {@code cls} can also be a super class of that. In the latter case
93 * the mixin must be retrieved using {@code cls} in {@link #getMixin(Class)}, not the
95 * @param mixin The mixin to be registered.
96 * @param <M> The class of the mixin to register. This is the same as {@code cls
    [all...]
  /external/v8/tools/mb/
mb.py 450 # Figure out the whole list of mixins, and check that every mixin
451 # listed by a config or another mixin actually exists.
454 for mixin in mixins:
455 if not mixin in self.mixins:
456 errs.append('Unknown mixin "%s" referenced by config "%s".' %
457 (mixin, config))
458 referenced_mixins.add(mixin)
460 for mixin in self.mixins:
461 for sub_mixin in self.mixins[mixin].get('mixins', []):
463 errs.append('Unknown mixin "%s" referenced by mixin "%s".'
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Api.cs 47 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Mixin), global::Google.Protobuf.WellKnownTypes.Mixin.Parser, new[]{ "Name", "Root" }, null, null, null)
176 private static readonly pb::FieldCodec<global::Google.Protobuf.WellKnownTypes.Mixin> _repeated_mixins_codec
177 = pb::FieldCodec.ForMessage(50, global::Google.Protobuf.WellKnownTypes.Mixin.Parser);
178 private readonly pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Mixin> mixins_ = new pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Mixin>();
180 /// Included APIs. See [Mixin][].
182 public pbc::RepeatedField<global::Google.Protobuf.WellKnownTypes.Mixin> Mixins {
644 /// Example of a simple mixin:
664 /// Example of a mixin configuration
    [all...]
  /external/python/cpython3/Lib/test/
test_concurrent_futures.py 176 def create_executor_tests(mixin, bases=(BaseTestCase,),
182 if name.endswith(('Mixin', 'Tests')):
191 % (strip_mixin(exe.__name__), strip_mixin(mixin.__name__)))
192 cls = type(name, (mixin,) + (exe,) + bases, {})
    [all...]
  /external/antlr/runtime/Ruby/lib/antlr3/
token.rb 297 TokenSource is a simple mixin module that demands an
340 that need to create token objects This module serves as a mixin that provides
streams.rb 143 <tt>ANTLR3::Stream</tt> is an abstract-ish base mixin for all IO-like stream
226 CharacterStream further extends the abstract-ish base mixin Stream to add
272 TokenStream further extends the abstract-ish base mixin Stream to add methods
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
apiviewer.js     [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 1127 milliseconds