Home
last modified time | relevance | path

Searched refs:aType (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/platform/network/
DCredential.cpp131 CredentialType aType = a.type(); in operator ==() local
132 if (aType != b.type()) in operator ==()
139 if (aType == CredentialTypeClientCertificate) { in operator ==()
/external/libvpx/examples/includes/HTML-Toc-0.91/
DTocGenerator.pm76 my ($aType) = @_;
77 my $self = $aType->SUPER::new;
1312 my ($aType) = @_;
1314 my $self = $aType->SUPER::new;
1394 my ($aType, $aTokenArray) = @_;
1396 my $self = $aType->SUPER::new;
1615 my ($aType) = @_;
1617 my $self = $aType->SUPER::new;
DTocUpdator.pm40 my ($aType) = @_;
41 my $self = $aType->SUPER::new;
608 my ($aType, $aTokenArray) = @_;
610 my $self = $aType->SUPER::new;
DTocInsertor.pm49 my ($aType) = @_;
50 my $self = $aType->SUPER::new;
890 my ($aType, $aTokenArray) = @_;
892 my $self = $aType->SUPER::new;
DToc.pm68 my ($aType) = @_;
72 $self = bless({}, $aType);
/external/skia/src/core/
DSkMatrix.cpp533 TypeMask aType = a.getType(); in setConcat() local
536 if (0 == aType) { in setConcat()
543 if ((aType | bType) & kPerspective_Mask) { in setConcat()
/external/sqlite/dist/
Dsqlite3.c17605 u32 *aType; /* Type values for all entries in the record */ member
52157 pCx->aType = (u32 *)&pMem->z[ROUND8(sizeof(VdbeCursor))];
52665 u32 *aType; /* aType[i] holds the numeric type of the i-th column */
54492 u32 *aType; /* aType[i] holds the numeric type of the i-th column */
54589 u.am.aType = u.am.pC->aType;
54593 assert(u.am.aType);
54595 u.am.pC->aOffset = u.am.aOffset = &u.am.aType[u.am.nField];
54682 u.am.zIdx += getVarint32(u.am.zIdx, u.am.aType[u.am.i]);
54683 u.am.szField = sqlite3VdbeSerialTypeLen(u.am.aType[u.am.i]);
54725 … sqlite3VdbeSerialGet((u8 *)&u.am.zRec[u.am.aOffset[u.am.p2]], u.am.aType[u.am.p2], u.am.pDest);
[all …]
Dsqlite3.c.orig17600 u32 *aType; /* Type values for all entries in the record */
52146 pCx->aType = (u32 *)&pMem->z[ROUND8(sizeof(VdbeCursor))];
52654 u32 *aType; /* aType[i] holds the numeric type of the i-th column */
54481 u32 *aType; /* aType[i] holds the numeric type of the i-th column */
54578 u.am.aType = u.am.pC->aType;
54582 assert(u.am.aType);
54584 u.am.pC->aOffset = u.am.aOffset = &u.am.aType[u.am.nField];
54663 /* Scan the header and use it to fill in the u.am.aType[] and u.am.aOffset[]
54664 ** arrays. u.am.aType[u.am.i] will contain the type integer for the u.am.i-th
54671 u.am.zIdx += getVarint32(u.am.zIdx, u.am.aType[u.am.i]);
[all …]