/external/icu4c/layout/ |
GlyphPosnLookupProc.h | 47 GlyphPositioningLookupProcessor(const GlyphPositioningLookupProcessor &other); // forbid copying of this class 48 GlyphPositioningLookupProcessor &operator=(const GlyphPositioningLookupProcessor &other); // forbid copying of this class
|
GlyphSubstLookupProc.h | 50 GlyphSubstitutionLookupProcessor(const GlyphSubstitutionLookupProcessor &other); // forbid copying of this class 51 GlyphSubstitutionLookupProcessor &operator=(const GlyphSubstitutionLookupProcessor &other); // forbid copying of this class
|
StateTableProcessor.h | 53 StateTableProcessor(const StateTableProcessor &other); // forbid copying of this class 54 StateTableProcessor &operator=(const StateTableProcessor &other); // forbid copying of this class
|
/external/icu4c/test/intltest/ |
citrtest.h | 23 * Test Constructors and operators ==, != and a few other methods 27 * Test Constructors and operators ==, != and a few other methods for UChariter
|
/external/webkit/WebCore/rendering/ |
TransformState.h | 11 * documentation and/or other materials provided with the distribution. 95 static PassRefPtr<HitTestingTransformState> create(const HitTestingTransformState& other) 97 return adoptRef(new HitTestingTransformState(other)); 121 HitTestingTransformState(const HitTestingTransformState& other) 123 , m_lastPlanarPoint(other.m_lastPlanarPoint) 124 , m_lastPlanarQuad(other.m_lastPlanarQuad) 125 , m_accumulatedTransform(other.m_accumulatedTransform) 126 , m_accumulatingTransform(other.m_accumulatingTransform)
|
/external/webkit/WebKit/chromium/public/ |
WebNotification.h | 12 * in the documentation and/or other materials provided with the 51 WebNotification(const WebNotification& other) : m_private(0) { assign(other); } 58 WebNotification& operator=(const WebNotification& other) 60 assign(other); 65 bool equals(const WebNotification& other) const { return m_private == other.m_private; } 66 bool lessThan(const WebNotification& other) const;
|
/frameworks/base/media/java/android/media/ |
package.html | 5 audio (e.g., play MP3s or other music files, ringtones, game sound effects, or DTMF tones) 8 <p>Other special classes in the package offer the ability to detect the faces of people
|
/external/icu4c/i18n/ |
plurfmt.cpp | 72 PluralFormat::PluralFormat(const PluralFormat& other) : Format(other) { 74 locale = other.locale; 75 pluralRules = other.pluralRules->clone(); 76 pattern = other.pattern; 77 copyHashtable(other.fParsedValuesHash, status); 91 replacedNumberFormat=other.replacedNumberFormat; 412 PluralFormat::operator=(const PluralFormat& other) { 413 if (this != &other) { 418 locale = other.locale [all...] |
/build/target/board/emulator/ |
README.txt | 9 It is not a product "base class"; no other products inherit
|
/build/target/board/generic/ |
README.txt | 8 It is not a product "base class"; no other products inherit
|
/dalvik/dx/tests/004-cp-bottom-up/ |
info.txt | 7 entries that are referred to by other entries always occur before the
|
/dalvik/dx/tests/005-cp-top-down/ |
info.txt | 7 entries that are referred to by other entries always occur after the
|
/dalvik/dx/tests/051-dex-explicit-null/ |
info.txt | 6 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/063-dex-empty-switch/ |
info.txt | 6 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/067-dex-switch-and-try/ |
info.txt | 6 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/071-dex-java-stack-ops/ |
info.txt | 6 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/073-dex-null-array-refs/ |
info.txt | 6 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/075-dex-cat2-value-merge/ |
info.txt | 6 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
info.txt | 6 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/080-dex-exception-tables/ |
info.txt | 7 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/081-dex-throws-list/ |
info.txt | 6 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/082-dex-throws-list-sharing/ |
info.txt | 6 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/084-dex-high-register-moves/ |
info.txt | 6 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/087-ssa-local-vars/ |
info.txt | 4 version, so it is possible for this test to spuriously fail if other
|
/dalvik/dx/tests/088-ssa-combine-blocks/ |
info.txt | 4 version, so it is possible for this test to spuriously fail if other
|