Searched defs:trans (Results 176 - 188 of 188) sorted by relevance

12345678

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzic.c415 static zic_t trans[TZ_MAX_LEAPS]; variable
1665 if (ats[i] > trans[j] - corr[j]) {
1683 while (leapcnt32 > 0 && !is32(trans[leapcnt32 - 1]))
1685 while (leapcnt32 > 0 && !is32(trans[leapi32])) {
1838 if (timecnt == 0 || trans[i] < ats[0]) {
1848 trans[i] >= ats[j])
1852 todo = tadd(trans[i], -gmtoffs[j]);
1853 } else todo = trans[i];
2572 if (t <= trans[i]) {
2573 if (t == trans[
[all...]
/external/chromium_org/ui/views/
H A Dview.cc2154 gfx::Transform trans; local
2156 bool result = GetTransformRelativeTo(ancestor, &trans);
2158 trans.TransformPoint(&p);
2165 gfx::Transform trans; local
2166 bool result = GetTransformRelativeTo(ancestor, &trans);
2168 trans.TransformPointReverse(&p);
2175 gfx::Transform trans; local
2177 bool result = GetTransformRelativeTo(ancestor, &trans);
2178 trans.TransformRect(rect);
2184 gfx::Transform trans; local
[all...]
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c415 static zic_t trans[TZ_MAX_LEAPS]; variable
1665 if (ats[i] > trans[j] - corr[j]) {
1683 while (leapcnt32 > 0 && !is32(trans[leapcnt32 - 1]))
1685 while (leapcnt32 > 0 && !is32(trans[leapi32])) {
1838 if (timecnt == 0 || trans[i] < ats[0]) {
1848 trans[i] >= ats[j])
1852 todo = tadd(trans[i], -gmtoffs[j]);
1853 } else todo = trans[i];
2604 if (t <= trans[i]) {
2605 if (t == trans[
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c226 xmlRegTrans *trans; member in struct:_xmlAutomataState
559 xmlRegTransPtr trans; local
569 trans = &(state->trans[j]);
570 if ((trans->to == -1) || (trans->atom == NULL))
572 atomno = stringRemap[trans->atom->no];
573 if ((trans->atom->data != NULL) && (transdata == NULL)) {
584 targetno = stateRemap[trans->to];
595 printf("Indet: state %d trans
1111 xmlRegPrintTrans(FILE *output, xmlRegTransPtr trans) argument
1365 xmlRegTransPtr trans = &(state->trans[nrtrans]); local
2001 xmlRegTransPtr trans = &(state->trans[transnr]); local
3206 xmlRegTransPtr trans; local
3763 xmlRegTransPtr trans; local
4248 xmlRegTransPtr trans; local
[all...]
/external/libxml2/
H A Dxmlregexp.c230 xmlRegTrans *trans; member in struct:_xmlAutomataState
563 xmlRegTransPtr trans; local
573 trans = &(state->trans[j]);
574 if ((trans->to == -1) || (trans->atom == NULL))
576 atomno = stringRemap[trans->atom->no];
577 if ((trans->atom->data != NULL) && (transdata == NULL)) {
588 targetno = stateRemap[trans->to];
599 printf("Indet: state %d trans
1115 xmlRegPrintTrans(FILE *output, xmlRegTransPtr trans) argument
1369 xmlRegTransPtr trans = &(state->trans[nrtrans]); local
2005 xmlRegTransPtr trans = &(state->trans[transnr]); local
3214 xmlRegTransPtr trans; local
3773 xmlRegTransPtr trans; local
4258 xmlRegTransPtr trans; local
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNS.c10491 const mDNSu8 *const trans = p + 14 + (pkt->v4.vlen & 0xF) * 4; local
10495 if (end >= trans + RequiredCapLen(pkt->v4.protocol))
10496 mDNSCoreReceiveRawTransportPacket(m, &eth->src, &src, &dst, pkt->v4.protocol, p, (TransportLayerPacket*)trans, end, InterfaceID, 0);
10501 const mDNSu8 *const trans = p + 54; local
10505 if (end >= trans + RequiredCapLen(pkt->v6.pro))
10506 mDNSCoreReceiveRawTransportPacket(m, &eth->src, &src, &dst, pkt->v6.pro, p, (TransportLayerPacket*)trans, end, InterfaceID,
/external/pixman/demos/
H A Dquad2quad.c20 struct pixman_f_transform *trans)
1615 trans->m[0][0]
1670 trans->m[0][1] =
1732 trans->m[0][2] =
1798 trans->m[1][0] = (x0 * (py0 * (x1 * (t516 + py1 * (y2 * (t631 + t806) + t142 * t933) + t372
1856 trans->m[1][1] = (t161 * (px0 * (x1 * (py1 * t603 + t911 + t910 + t909)
1918 trans->m[1][2] = (y0 * (x0 * (px0 * (x1 * (py1 * t1016 + t872 + t871 + t870)
1987 trans->m[2][0] = (x0 * (px0 * (y1 * (x1 * t617 + t586 + t877 + t1008 + t876)
2045 trans->m[2][1] = (t161 * (px0 * (x1 * (t616 + t180 + t512 + t1003)
2110 trans
10 quad_to_quad(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3, double px0, double py0, double px1, double py1, double px2, double py2, double px3, double py3, struct pixman_f_transform *trans) argument
2114 print_trans(const char *header, struct pixman_f_transform *trans) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c106984 static const u8 trans[8][8] = { local
107000 static const u8 trans[3][3] = { local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c121901 static const u8 trans[8][8] = { local
121917 static const u8 trans[3][3] = { local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c121921 static const u8 trans[8][8] = { local
121937 static const u8 trans[3][3] = { local
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 784 milliseconds

12345678