Searched defs:name_index (Results 1 - 10 of 10) sorted by relevance

/external/freetype/include/freetype/internal/services/
H A Dsvgldict.h51 FT_GlyphDict_NameIndexFunc name_index; /* optional */ local
77 clazz->name_index = name_index_; \
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_Class_info.java21 * The value of the name_index item must be a valid index into the constant pool
38 public CONSTANT_Class_info (final int name_index) argument
40 m_name_index = name_index;
71 return "CONSTANT_Class: [name_index = " + m_name_index + ']';
H A DCONSTANT_NameAndType_info.java22 * The value of the name_index item must be a valid index into the constant pool
45 public CONSTANT_NameAndType_info (final int name_index, final int descriptor_index) argument
47 m_name_index = name_index;
75 return "CONSTANT_NameAndType: [name_index = " + m_name_index + ", descriptor_index = " + m_descriptor_index + ']';
/external/emma/core/java12/com/vladium/jcd/cls/
H A DField_info.java25 * u2 name_index;
35 * The value of the name_index item must be a valid index into the constant pool
63 final int name_index, final int descriptor_index,
68 m_name_index = name_index;
144 return "field_info: [modifiers: 0x" + Integer.toHexString(m_access_flags) + ", name_index = " + m_name_index + ", descriptor_index = " + m_descriptor_index + ']';
62 Field_info(final int access_flags, final int name_index, final int descriptor_index, final IAttributeCollection attributes) argument
H A DMethod_info.java26 * u2 name_index;
36 * The value of the name_index item must be a valid index into the constant pool
64 public Method_info (int access_flags, int name_index, int descriptor_index, IAttributeCollection attributes) argument
68 m_name_index = name_index;
163 s.append ("method_info: [modifiers: 0x" + Integer.toHexString(m_access_flags) + ", name_index = " + m_name_index + ", descriptor_index = " + m_descriptor_index + "]\n");
/external/freetype/src/sfnt/
H A Dttpost.c528 FT_UShort name_index = table->glyph_indices[idx]; local
531 if ( name_index < 258 )
532 *PSname = MAC_NAME( name_index );
534 *PSname = (FT_String*)table->glyph_names[name_index - 258];
/external/freetype/src/cff/
H A Dcfftypes.h232 CFF_IndexRec name_index; member in struct:CFF_FontRec_
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 98 milliseconds