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

1 2

  /bootable/recovery/edify/
lexer.l 26 int gPos = 0;
32 #define ADVANCE do {yylloc.start=gPos; yylloc.end=gPos+yyleng; \
33 gColumn+=yyleng; gPos+=yyleng;} while(0)
47 yylloc.start = gPos;
49 ++gPos;
55 ++gPos;
59 yylloc.end = gPos;
63 \\n { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\n'; }
64 \\t { gColumn += yyleng; gPos += yyleng; *string_pos++ = '\t';
    [all...]
  /external/freetype/include/freetype/
ftotval.h 59 /* some OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF, MATH). */
81 * Validate GPOS table.
93 * Validate all OpenType tables (BASE, GDEF, GPOS, GSUB, JSTF, MATH).
139 * A pointer to the GPOS table.
  /external/freetype/include/freetype/internal/services/
svotval.h 36 FT_Bytes *gpos,
  /external/freetype/src/sfnt/
ttkern.h 6 /* kerning data within the GPOS table at the moment. */
ttkern.c 6 /* kerning data within the GPOS table at the moment. */
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 35 * <li> gPos - Group position, the position of a group among all the groups
164 midExpGm.gPos, -1, midExpGm, midExpGroupIndex);
177 midExpGm.gPos, childPos, midExpGm, midExpGroupIndex);
219 (flPos - leftExpGm.lastChildFlPos) + leftExpGm.gPos;
237 groupPos = rightExpGm.gPos - (rightExpGm.flPos - flPos);
287 if (pos.groupPos > midExpGm.gPos) {
292 } else if (pos.groupPos < midExpGm.gPos) {
297 } else if (pos.groupPos == midExpGm.gPos) {
345 + (pos.groupPos - leftExpGm.gPos);
360 - (rightExpGm.gPos - pos.groupPos)
    [all...]
  /external/icu4c/layout/
OpenTypeLayoutEngine.h 22 * fonts which have GSUB and GPOS tables associated with them. In order to do this,
38 * OpenTypeLayoutEngine will also use the font's GPOS table to apply position adjustments
211 * The address of the GPOS table.
362 * This method uses the GPOS table, if there is one, to adjust the glyph positions.
OpenTypeLayoutEngine.cpp 338 // apply GPOS table, if any
427 // if there was no GPOS table, maybe there's non-OpenType kerning we can use
ArabicLayoutEngine.h 120 * This method applies the GPOS table if it is present, otherwise it ensures that all vowel
LETypes.h 357 LE_GPOS_TABLE_TAG = 0x47504F53UL, /**< 'GPOS' */
IndicReordering.cpp     [all...]
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java 330 int gpos = ExpandableListView.getPackedPositionGroup(mi.packedPosition); local
333 if (gpos == -1) {
338 gpos = gpos - getExpandableListView().getHeaderViewsCount();
339 mArtistCursor.moveToPosition(gpos);
359 Cursor c = (Cursor) getExpandableListAdapter().getChild(gpos, cpos);
364 gpos = gpos - getExpandableListView().getHeaderViewsCount();
365 mArtistCursor.moveToPosition(gpos);
    [all...]
  /external/wpa_supplicant/
driver_wext.c 1249 char *pos, *end, *custom, *genie, *gpos, *gend; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libresolv-2.7.so 
libresolv.so 
libresolv.so.2 
libresolv.a 277 ; flags: qr aa tc rd ra ?? ad cd; %s: %d, %s: %dINCHAOSHSHESIODANYNONEQUERYANSWERAUTHORITYADDITIONALZONEPREREQUISITEUPDATERSARSA KEY with MD5 hashDHDiffie HellmanDSADigital Signature AlgorithmEXPIREONLYNo algorithmPRIVATEAlgorithm obtained from OIDPKIXPKIX (X.509v3) CertificateSPKISPKI certificatePGPPGP certificateURLURL PrivateOIDOID PrivateAaddressNSname serverMDmail destination (deprecated)MFmail forwarder (deprecated)CNAMEcanonical nameSOAstart of authorityMBmailboxMGmail group memberMRmail renameNULLnullWKSPTRdomain name pointerHINFOhost informationMINFOmailbox informationMXmail exchangerTXTtextRPresponsible personAFSDBDCE or AFS serverX25X25 addressISDNISDN addressRTrouterNSAPnsap addressNSAP_PTRSIGsignatureKEYkeyPXmapping informationGPOSAAAAIPv6 addressLOClocationNXTEIDNIMLOCSRVserver selectionATMAATM address (unimplemented)TSIGtransaction signatureIXFRincremental zone transferAXFRzone transferZXFRcompressed zone transferMAILBMAILAmail agent (deprecated)NAPTRURN Naming AuthorityKXKey ExchangeCERTCertificate"any"NOERRORno errorFORMERRformat errorSERVFAILserver failedNXDOMAINno such domain nameNOTIMPnot implementedREFUSEDrefusedYXDOMAINdomain name existsYXRRSETrrset existsNXRRSETrrset doesn't existNOTAUTHnot authoritativeNOTZONENot in zoneBADSIGbad signatureBADKEYbad keyBADTIMEbad time?%d %.2d %.2d.%.3d %c %d %.2d %.2d.%.3d %c %d.%.2dm %sm %sm %sm;; ->>HEADER<<- opcode: %s, status: %s, id: %d
    [all...]
  /external/freetype/src/cff/
cffobjs.c 506 /* XXX: we don't load the GPOS table, as OpenType Layout */
799 /* XXX: WE DO NOT SUPPORT KERNING METRICS IN THE GPOS TABLE FOR NOW */
  /external/freetype/include/freetype/config/
ftheader.h 601 * GPOS, GSUB, JSTF).
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c 1442 char *genie, *gpos, *gend; local
    [all...]
  /external/tcpdump/
print-domain.c 272 { T_GPOS, "GPOS" }, /* RFC 1712 */
  /bionic/libc/netbsd/resolv/
res_debug.c 454 {ns_t_gpos, "GPOS", "geographical position (withdrawn)"},
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libresolv.a 351 ; flags: qr aa tc rd ra ?? ad cd; %s: %d, %s: %dINCHAOSHSHESIODANYNONEQUERYANSWERAUTHORITYADDITIONALZONEPREREQUISITEUPDATERSARSA KEY with MD5 hashDHDiffie HellmanDSADigital Signature AlgorithmEXPIREONLYNo algorithmPRIVATEAlgorithm obtained from OIDPKIXPKIX (X.509v3) CertificateSPKISPKI certificatePGPPGP certificateURLURL PrivateOIDOID PrivateAaddressNSname serverMDmail destination (deprecated)MFmail forwarder (deprecated)CNAMEcanonical nameSOAstart of authorityMBmailboxMGmail group memberMRmail renameNULLnullWKSPTRdomain name pointerHINFOhost informationMINFOmailbox informationMXmail exchangerTXTtextRPresponsible personAFSDBDCE or AFS serverX25X25 addressISDNISDN addressRTrouterNSAPnsap addressNSAP_PTRSIGsignatureKEYkeyPXmapping informationGPOSAAAAIPv6 addressLOClocationNXTEIDNIMLOCSRVserver selectionATMAATM address (unimplemented)TSIGtransaction signatureIXFRincremental zone transferAXFRzone transferZXFRcompressed zone transferMAILBMAILAmail agent (deprecated)NAPTRURN Naming AuthorityKXKey ExchangeCERTCertificate"any"NOERRORno errorFORMERRformat errorSERVFAILserver failedNXDOMAINno such domain nameNOTIMPnot implementedREFUSEDrefusedYXDOMAINdomain name existsYXRRSETrrset existsNXRRSETrrset doesn't existNOTAUTHnot authoritativeNOTZONENot in zoneBADSIGbad signatureBADKEYbad keyBADTIMEbad time??DDDDDDDD?DDDD?DDD?DDDDDDDDDDDDD?DDDDDDDD?DDDD?DDD??22222222?2222]222]2222222222222?22222222?2222]222]??????????????????
    [all...]
  /development/ndk/platforms/android-3/arch-arm/lib/
libc.so 
  /development/ndk/platforms/android-5/arch-arm/lib/
libc.so 

Completed in 785 milliseconds

1 2