/external/icu4c/layout/ |
LEGlyphFilter.h | 21 class LEGlyphFilter /* not : public UObject because this is an interface/mixin class */ {
|
LEFontInstance.h | 28 class LECharMapper /* not : public UObject because this is an interface/mixin class */
|
/external/icu4c/i18n/unicode/ |
unirepl.h | 32 * <p>This is a mixin class. 36 class U_I18N_API UnicodeReplacer /* not : public UObject because this is an interface/mixin class */ {
|
/external/icu4c/common/unicode/ |
unifunct.h | 57 * UnicodeMatcher is a mixin that does not derive from 69 * UnicodeReplacer is a mixin that does not derive from
|
symtable.h | 54 class U_COMMON_API SymbolTable /* not : public UObject because this is an interface/mixin class */ {
|
unimatch.h | 68 class U_COMMON_API UnicodeMatcher /* not : public UObject because this is an interface/mixin class */ {
|
utypes.h | 395 * c) Verify that delete is only imported from object code for interface/mixin classes.
|
/external/antlr/antlr-3.4/runtime/Python/ |
pylintrc | 114 # Tells wether missing members accessed in mixin class should be ignored. A 115 # mixin class is detected if its name ends with "mixin" (case insensitive). 116 ignore-mixin-members=yes
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
SortedMapTestBase.java | 133 Map<Integer, Integer> mixin = new HashMap<Integer, Integer>(TRIES); local 135 mixin.put(rnd.nextInt(N), rnd.nextInt(N)); 137 ref.putAll(mixin); 138 map.putAll(mixin);
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
worker_mixin.py | 48 """This method should only be called when it is is safe for the mixin 51 This routine exists so that the mixin can be created and then marshaled
|
manager_worker_broker_unittest.py | 140 """Mixin class that implements a series of tests to enforce the
|
/prebuilts/tools/common/cglib/ |
cglib-docs-2.2.3.jar | |
cglib-src-2.2.3.jar | |
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/conf/ |
jetty.xml | 57 <!-- mixin jetty-ssl.xml: --> 63 <!-- mixin jetty-bio.xml: --> 69 <!-- mixin jetty-xinetd.xml: -->
|
/external/libvpx/libvpx/test/ |
encode_test_driver.h | 141 // This class is a mixin which provides the main loop common to all
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
chromium_gpu.py | 60 # FIXME: These should really be a mixin class.
|
/frameworks/av/libvideoeditor/lvpp/ |
NativeWindowRenderer.cpp | 120 " vec4 mixin = vec4(15.0/31.0, 59.0/63.0, 31.0/31.0, 1.0);\n" 121 " vec4 yuv2 = rgb2yuv * vec4((mixin.xyz * topDown), 1);\n"
|
/development/tools/axl/ |
singletonmixin.py | 2 A Python Singleton mixin class that makes use of some of the ideas
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
d.php | 136 'invariant', 'is', 'mixin', 'module', 'new',
|
/frameworks/av/services/camera/libcameraservice/ |
ProCamera2Client.cpp | 402 * Mixin default important security values
|
/external/antlr/antlr-3.4/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...] |
/prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/ |
cglib-nodep-2.2.2-sources.jar | |
/build/tools/droiddoc/templates-pdk/assets/design/ |
default.css | 126 /* disclosures mixin */
|
/external/openssl/crypto/ec/ |
ec_lcl.h | 257 /* Basically a 'mixin' for extra data, but available for EC_GROUPs/EC_KEYs only
|