/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
D | HtmlParser.java | 22 import com.google.android.mail.common.base.X; 206 X.assertTrue(pos > i || state != State.IN_TEXT); // Must make progress. in parse() 211 X.assertTrue(pos > i); // Must make progress in parse() 217 X.assertTrue(pos > i); // Must make progress in parse() 222 X.assertTrue(pos > i || state != State.IN_CDATA); // Must make progress in parse() 473 X.assertTrue(html.charAt(start) != '>'); in scanName() 549 X.assertTrue(startValuePos > -1); in scanValue() 550 X.assertTrue(endValuePos > -1); in scanValue() 551 X.assertTrue(startValuePos <= endValuePos); in scanValue() 552 X.assertTrue(pos <= end); in scanValue() [all …]
|
D | HtmlTree.java | 22 import com.google.android.mail.common.base.X; 165 X.assertTrue(endTagNodeNum >= 0 && endTagNodeNum < nodes.size()); in findOpenTag() 174 X.assertTrue(openTagNodeNum >= 0 && openTagNodeNum < nodes.size()); in findEndTag() 183 X.assertTrue(tagNodeNum >= 0 && tagNodeNum < nodes.size()); in findPairedTag() 217 X.assertTrue(fromNode >= 0 && toNode <= nodes.size()); in getHtml() 259 X.assertTrue(fromNode >= 0 && toNode <= nodes.size()); in getHtmlChunks() 498 X.assertTrue(nodenum >= 0 && nodenum <= nodes.size()); in getBlockStart() 516 X.assertTrue(nodenum >= 0 && nodenum <= nodes.size()); in getBlockEnd() 561 X.assertTrue(plainText == null && textPositions == null); in convertToPlainText() 614 X.assertTrue(constructedSpan == null); in convertToSpan() [all …]
|
D | HtmlTreeBuilder.java | 18 import com.google.android.mail.common.base.X; 46 X.assertTrue(built); in getTree() 246 X.assertTrue(tables > 0); in seeEndTag() 264 X.assertTrue(tables == 0); in finish() 265 X.assertTrue(state == NULL); in finish()
|
D | HtmlDocument.java | 22 import com.google.android.mail.common.base.X; 161 X.assertTrue(attr != null); in createTagAttribute() 450 X.assertTrue(plainText != null); in UnescapedText() 538 X.assertTrue(element != null); in Tag() 558 X.assertTrue(attr != null); in addAttribute() 564 X.assertTrue(attr != null); in addAttribute() 712 X.assertTrue(element != null); in EndTag() 779 X.assertTrue(attribute != null); in TagAttribute()
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_utilities_geometry.h | 31 inline void db_PointCentroid2D(double c[2],const double *X,int nr_points) in db_PointCentroid2D() argument 39 cx+= *X++; in db_PointCentroid2D() 40 cy+= *X++; in db_PointCentroid2D() 51 inline void db_PointCentroid2D(double c[2],const double * const *X,int nr_points) in db_PointCentroid2D() argument 60 temp= *X++; in db_PointCentroid2D() 75 inline void db_PointCentroid3D(double c[3],const double *X,int nr_points) in db_PointCentroid3D() argument 83 cx+= *X++; in db_PointCentroid3D() 84 cy+= *X++; in db_PointCentroid3D() 85 cz+= *X++; in db_PointCentroid3D() 97 inline void db_PointCentroid3D(double c[3],const double * const *X,int nr_points) in db_PointCentroid3D() argument [all …]
|
D | db_image_homography.h | 156 double **Xp,double **X,int nr_points,int orientation_preserving=1, 169 inline void db_StitchSimilarity2D(double H[9],double **Xp,double **X,int nr_points,int orientation_… 174 db_StitchSimilarity2DRaw(&s,R,t,Xp,X,nr_points,orientation_preserving,
|
D | db_framestitching.cpp | 81 double **Xp,double **X,int nr_points,int orientation_preserving, in db_StitchSimilarity3DRaw() argument 91 db_PointCentroid3D(c,X,nr_points); in db_StitchSimilarity3DRaw() 104 temp= *X++; in db_StitchSimilarity3DRaw()
|
D | db_image_homography.cpp | 237 double **Xp,double **X,int nr_points,int orientation_preserving, in db_StitchSimilarity2DRaw() argument 247 db_PointCentroid2D(c,X,nr_points); in db_StitchSimilarity2DRaw() 260 temp= *X++; in db_StitchSimilarity2DRaw()
|
D | db_rob_image_homography.cpp | 702 double *X[3],*Xp[3]; in db_RobImageHomography() local 863 X[0]= &x_i[s[0]<<1]; in db_RobImageHomography() 864 X[1]= &x_i[s[1]<<1]; in db_RobImageHomography() 865 X[2]= &x_i[s[2]<<1]; in db_RobImageHomography() 869 db_StitchSimilarity2D(&hyp_H_array[9*hyp_count],Xp,X,sample_size,orientation_preserving, in db_RobImageHomography()
|
D | db_framestitching.h | 88 double **Xp,double **X,int nr_points,int orientation_preserving=1,
|
/packages/apps/Gallery2/jni/filters/ |
D | hsv.c | 87 int H,X,ih,is,iv; in hsv2rgb() local 112 X = ((iv*is)/k2)*(k2- abs(6*ih- 2*(H>>1)*k2 - k2)) ; in hsv2rgb() 115 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS; in hsv2rgb() 123 rg = X; in hsv2rgb() 127 rr = X; in hsv2rgb() 134 rb = X; in hsv2rgb() 138 rg = X; in hsv2rgb() 142 rr = X; in hsv2rgb() 149 rb = X; in hsv2rgb()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Delaunay.cpp | 272 double d = sa[(i>=0)?sp[i]:sp1].X() - sa[(j>=0)?sp[j]:sp1].X(); in xcmpsp() 298 d = sa[(i>=0)?sp[i]:sp1].X() - sa[(j>=0)?sp[j]:sp1].X(); in ycmpsp() 476 dx = sa[d].X(); in incircle() 478 adx = sa[a].X() - dx; in incircle() 480 bdx = sa[b].X() - dx; in incircle() 482 cdx = sa[c].X() - dx; in incircle() 497 double ax = sa[a].X(); in ccw() 498 double bx = sa[b].X(); in ccw() 499 double cx = sa[c].X(); in ccw()
|
D | Blend.cpp | 1054 double X, Y, z; in MosaicToFrame() local 1057 X = x; in MosaicToFrame() 1067 X = length * sinTheta + m_wb.x; in MosaicToFrame() 1078 X = length * cosTheta + m_wb.x; in MosaicToFrame() 1080 z = ProjZ(trs, X, Y, 1.0); in MosaicToFrame() 1081 wx = ProjX(trs, X, Y, z, 1.0); in MosaicToFrame() 1082 wy = ProjY(trs, X, Y, z, 1.0); in MosaicToFrame() 1089 double X = ProjX(trs, x, y, z, 1.0); in FrameToMosaic() local 1095 wx = X; in FrameToMosaic() 1100 double deltaX = X - m_wb.x; in FrameToMosaic() [all …]
|
/packages/services/BuiltInPrintService/jni/include/ |
D | lib_wprint.h | 41 #define WPRINT_PLUGIN_VERSION(X) ((uint32)((_PLUGIN_MAJOR_VERSION << 16) | (X & 0xffff))) argument 43 #define major_version(X) ((X >> 16) & 0xffff) argument 44 #define minor_version(X) ((X >> 0) & 0xffff) argument
|
D | wprint_status_types.h | 22 #define PRINTER_IS_IDLE(X) ((X) << PRINT_STATUS_MAX_STATE) argument 23 #define PRINTER_STATUS_MASK(X) ((X) & (PRINTER_IDLE_BIT - 1)) argument
|
D | wtypes.h | 41 #define ARRAY_SIZE(X) (sizeof(X)/sizeof(X[0])) argument
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | rapidjson.h | 359 #define RAPIDJSON_JOIN(X, Y) RAPIDJSON_DO_JOIN(X, Y) 360 #define RAPIDJSON_DO_JOIN(X, Y) RAPIDJSON_DO_JOIN2(X, Y) 361 #define RAPIDJSON_DO_JOIN2(X, Y) X##Y
|
/packages/services/Car/evs/app/ |
D | RenderTopView.cpp | 30 static const unsigned X = 0; variable 75 android::vec3 eye = android::vec3(cam.position[X], cam.position[Y], cam.position[Z]); in cameraLookMatrix() 310 GLfloat vertsPos[] = { topLeft[X], topLeft[Y], topLeft[Z], in renderCameraOntoGroundPlane() 311 topRight[X], topRight[Y], topRight[Z], in renderCameraOntoGroundPlane() 312 botLeft[X], botLeft[Y], botLeft[Z], in renderCameraOntoGroundPlane() 313 botRight[X], botRight[Y], botRight[Z], in renderCameraOntoGroundPlane()
|
D | config.json.readme | 7 // X is right, Y is forward, Z is up (right handed coordinate system). 11 // Pitch is measured from the horizon, positive upward (postive X rotation).
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | SwipeHelper.java | 46 public static final int X = 0; field in SwipeHelper 111 return mSwipeDirection == X ? vt.getXVelocity() : in getVelocity() 117 mSwipeDirection == X ? "translationX" : "translationY", newPos); in createTranslationAnimation() 129 return mSwipeDirection == X ? vt.getYVelocity() : in getPerpendicularVelocity() 134 if (mSwipeDirection == X) { in setTranslation() 142 return mSwipeDirection == X ? v.getMeasuredWidth() : in getSize()
|
/packages/apps/Contacts/tests/assets/ |
D | v30_simple.vcf | 9 X-GNO:0 10 X-GN:group0 11 X-REDUCTION:0
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
D | X.java | 33 public final class X { class 39 private X() {} in X() method in X
|
/packages/apps/Bluetooth/tests/res/raw/ |
D | unknown_number_call.vcf | 6 X-IRMC-CALL-DATETIME;TYPE=RECEIVED:20170101T010200 13 X-IRMC-CALL-DATETIME;TYPE=RECEIVED:20170101T010300
|
/packages/services/BuiltInPrintService/jni/plugins/ |
D | wprint_image.h | 33 #define BYTES_PER_PIXEL(X) ((X)*3) argument
|
/packages/apps/Nfc/nci/jni/extns/pn54x/src/common/ |
D | phNfcTypes.h | 295 #define UNUSED(X) (void)(X); argument
|