HomeSort by relevance Sort by last modified time
    Searched full:lookuptype (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/base/allocator/
type_profiler_map_unittests.cc 27 type = LookupType(dummy.get());
31 type = LookupType(dummy.get());
36 type = LookupType(dummy.get());
46 type = LookupType(dummy.get());
56 type = LookupType(dummy.get());
62 type = LookupType(dummy.get());
72 type = LookupType(dummy.get());
77 type = LookupType(dummy.get());
82 type = LookupType(dummy.get());
87 type = LookupType(dummy.get())
    [all...]
type_profiler_unittests.cc 61 type = LookupType(dummy);
66 type = LookupType(dummy);
74 type = LookupType(dummy);
80 type = LookupType(dummy);
91 type = LookupType(dummy[i]);
98 type = LookupType(dummy[i]);
109 type = LookupType(dummy_char);
116 type = LookupType(dummy_char);
128 type = LookupType(dummy_int);
134 type = LookupType(dummy_int)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
type_profiler_map.h 16 const std::type_info* LookupType(const void* address);
  /external/icu4c/layout/
ExtensionSubtables.h 30 le_uint32 process(const LookupProcessor *lookupProcessor, le_uint16 lookupType,
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);
ExtensionSubtables.cpp 26 le_uint32 ExtensionSubtable::process(const LookupProcessor *lookupProcessor, le_uint16 lookupType,
35 if (elt != lookupType) {
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);
GlyphPosnLookupProc.h 39 virtual le_uint32 applySubtable(const LookupSubtable *lookupSubtable, le_uint16 lookupType, GlyphIterator *glyphIterator,
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());
  /libcore/luni/src/main/java/java/lang/
Void.java 33 public static final Class<Void> TYPE = lookupType();
38 private static Class<Void> lookupType() {
  /external/harfbuzz/src/
harfbuzz-gsub-private.h 41 /* LookupType 1 */
77 /* LookupType 2 */
101 /* LookupType 3 */
125 /* LookupType 4 */
170 /* LookupType 5 */
274 /* LookupType 6 */
424 /* LookupType 7 */
436 /* LookupType 8 */
harfbuzz-gpos-private.h 169 /* LookupType 1 */
206 /* LookupType 2 */
288 /* LookupType 3 */
312 /* LookupType 4 */
345 /* LookupType 5 */
391 /* LookupType 6 */
436 /* LookupType 7 */
536 /* LookupType 8 */
686 /* LookupType 10 */
harfbuzz-open.c 494 l->LookupType = GET_UShort();
507 if ( ( type == HB_Type_GSUB && l->LookupType == HB_GSUB_LOOKUP_EXTENSION ) ||
508 ( type == HB_Type_GPOS && l->LookupType == HB_GPOS_LOOKUP_EXTENSION ) )
530 l->LookupType = GET_UShort();
538 type, l->LookupType ) ) != HB_Err_Ok )
547 Free_SubTable( &st[m], type, l->LookupType );
568 Free_SubTable( &st[n], type, l->LookupType );
harfbuzz-dump.c 653 switch (Lookup->LookupType)
685 switch (Lookup->LookupType)
721 DUMP2("<LookupType>%s</LookupType> <!-- %d -->\n", lookup_name, Lookup->LookupType);
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 41 /* LookupType 1 */
77 /* LookupType 2 */
101 /* LookupType 3 */
125 /* LookupType 4 */
170 /* LookupType 5 */
274 /* LookupType 6 */
424 /* LookupType 7 */
436 /* LookupType 8 */
harfbuzz-gpos-private.h 169 /* LookupType 1 */
206 /* LookupType 2 */
288 /* LookupType 3 */
312 /* LookupType 4 */
345 /* LookupType 5 */
391 /* LookupType 6 */
436 /* LookupType 7 */
536 /* LookupType 8 */
686 /* LookupType 10 */
harfbuzz-open.c 494 l->LookupType = GET_UShort();
507 if ( ( type == HB_Type_GSUB && l->LookupType == HB_GSUB_LOOKUP_EXTENSION ) ||
508 ( type == HB_Type_GPOS && l->LookupType == HB_GPOS_LOOKUP_EXTENSION ) )
530 l->LookupType = GET_UShort();
538 type, l->LookupType ) ) != HB_Err_Ok )
547 Free_SubTable( &st[m], type, l->LookupType );
568 Free_SubTable( &st[n], type, l->LookupType );
  /external/clang/include/clang/Lex/
DirectoryLookup.h 54 /// LookupType - This indicates whether this DirectoryLookup object is a
56 unsigned LookupType : 2;
71 LookupType(isFramework ? LT_Framework : LT_NormalDir),
80 : DirCharacteristic(DT), LookupType(LT_HeaderMap),
87 LookupType_t getLookupType() const { return (LookupType_t)LookupType; }
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashTable.h 326 typedef std::pair<ValueType*, bool> LookupType;
327 typedef std::pair<LookupType, unsigned> FullLookupType;
329 LookupType lookupForWriting(const Key& key) { return lookupForWriting<IdentityTranslatorType>(key); };
331 template<typename HashTranslator, typename T> LookupType lookupForWriting(const T&);
348 { return FullLookupType(LookupType(position, found), hash); }
489 inline typename HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::LookupType HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::lookupForWriting(const T& key)
517 return LookupType(deletedEntry ? deletedEntry : entry, false);
520 return LookupType(entry, true);
526 return LookupType(deletedEntry ? deletedEntry : entry, false);
531 return LookupType(entry, true)
    [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(")");
  /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) {

Completed in 1277 milliseconds

1 2