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

  /libcore/luni/src/main/java/java/lang/
Void.java 33 public static final Class<Void> TYPE = lookupType();
38 private static Class<Void> lookupType() {
  /external/icu4c/layout/
ExtensionSubtables.cpp 26 le_uint32 ExtensionSubtable::process(const LookupProcessor *lookupProcessor, le_uint16 lookupType,
35 if (elt != lookupType) {
ExtensionSubtables.h 30 le_uint32 process(const LookupProcessor *lookupProcessor, le_uint16 lookupType,
GlyphPosnLookupProc.h 39 virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphIterator *glyphIterator,
GlyphPosnLookupProc.cpp 62 le_uint32 GlyphPositioningLookupProcessor::applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType,
73 switch(lookupType)
146 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
GlyphSubstLookupProc.cpp 51 le_uint32 GlyphSubstitutionLookupProcessor::applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType,
60 switch(lookupType)
117 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
GlyphSubstLookupProc.h 41 virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphIterator *glyphIterator,
Lookups.h 43 le_uint16 lookupType;
LookupProcessor.cpp 29 le_uint16 lookupType = SWAPW(lookupTable->lookupType);
37 delta = applySubtable(lookupSubtable, lookupType, glyphIterator, fontInstance, success);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 39 public int lookupType;
117 profileSegment.lookupType = LOOKUP_TYPE_PROFILE;
126 int lookupType = -1;
146 lookupType = LOOKUP_TYPE_SOURCE_ID;
149 lookupType = LOOKUP_TYPE_SOURCE_ID;
152 lookupType = LOOKUP_TYPE_DISPLAY_NAME;
154 lookupType = LOOKUP_TYPE_RAW_CONTACT_ID;
160 switch (lookupType) {
247 segment.lookupType = lookupType;
    [all...]
NameLookupBuilder.java 82 protected abstract void insertNameLookup(long rawContactId, long dataId, int lookupType,
267 int lookupType, boolean buildCollationKey) {
277 insertNameLookup(rawContactId, dataId, lookupType, mStringBuilder.toString());
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
NameLookupBuilderTest.java 70 protected void insertNameLookup(long rawContactId, long dataId, int lookupType,
72 sb.append("(").append(lookupType).append(":").append(string).append(")");
ContactLookupKeyTest.java 233 assertEquals(types[i], segment.lookupType);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.h 78 bool lookupType(GLenum type);
IndexDataManager.cpp 129 if (staticBuffer && staticBuffer->lookupType(type) && alignedOffset)
355 bool StaticIndexBuffer::lookupType(GLenum type)
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 96 public static final Type OBJECT = lookupType("java.lang.Object");
98 public static final Type SERIALIZABLE = lookupType("java.io.Serializable");
100 public static final Type CLONEABLE = lookupType("java.lang.Cloneable");
102 public static final Type THROWABLE = lookupType("java.lang.Throwable");
130 private static Type lookupType(String name) {
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 562 inline unsigned int get_type (void) const { return lookupType; }
585 lookupType.set (lookup_type);
608 USHORT lookupType; /* Different enumerations for GSUB and GPOS */
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 393 milliseconds