/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/DocumentsUI/tests/res/raw/ |
D | images_tar | 13 ���ڪ��U�+Zn9�1柔�!�,�b�>�*�W��F���(�x�]^��k^C#�~���N_���a���h�7��\�3F'F�$� �qld�V��}q�X�!�… 16 P���ʈ݁-���v���)@�]��e�<X��f������%�Xh�U�}�~���=��I]�-�� 19 ��e�!ac�/9�/!t�O�i�ˊ����U���v��R���l\�p� �I���9z�p߱�xv<��Z<zKI��k� \�x:S�8X �&�a5�O … 25 ���/�����a��c]d��J69�M��*����!OA�!a�����X�C��LGVĕi]��S*�����AT���i�N��[��UMb������X�… 26 …�;���YN��7��J�ͥ�y*%��3%�9y�F��M-�e�5~a9Z�c.������YSv:��--G���r����Pw���%z�a8���:��؍z��X�� 27 …X߸͒x�6w#<[���Kט&gn|o��� ��ºϺ�4����Y����J@��B0-n�M�b˄�vu���>E�㖳a�p�}���oE���cK�67�… 30 …X��s�A~�*����8ŪH�K_]��19��� \�P�7��U���#*${�������:�k:��X�?���,c0�O��YuɄ����E[�����{�`… 40 …��E��1��)�F��9ZU�_���'���~��m�*Gc�c�$i�H�s���Ua�z�ׅ�C���y�dң�4��q����X�����R���Lf�~���D�Ƴ… 55 …*F��*K����G�oE~��Z�wW�H��@N=�}�n�0 �v�}��,��[9%ౝ���p,b��5�{��yԛu�X�n��R�\l����܄������…
|
/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()
|
/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/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/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/Car/tools/ioanalyze/ |
D | analyzer.py | 124 X = range(0,len(self.snapshots)) 130 plt.plot(X, Y, 'b-') 136 plt.plot(X, Y, 'g-') 142 plt.plot(X, Y, 'r-') 150 Xt = list(range(0, len(X))) 189 X = [i[1] for i in A] 191 plt.pie(X, labels=L, counterclock=False, startangle=90)
|
/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() 314 GLfloat vertsPos[] = { topLeft[X], topLeft[Y], topLeft[Z], in renderCameraOntoGroundPlane() 315 topRight[X], topRight[Y], topRight[Z], in renderCameraOntoGroundPlane() 316 botLeft[X], botLeft[Y], botLeft[Z], in renderCameraOntoGroundPlane() 317 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/Contacts/tests/assets/ |
D | v30_simple.vcf | 9 X-GNO:0 10 X-GN:group0 11 X-REDUCTION:0
|
/packages/apps/Bluetooth/tests/unit/res/raw/ |
D | v30_simple.vcf | 9 X-GNO:0 10 X-GN:group0 11 X-REDUCTION:0
|
D | unknown_number_call.vcf | 6 X-IRMC-CALL-DATETIME;TYPE=RECEIVED:20170101T010200 13 X-IRMC-CALL-DATETIME;TYPE=RECEIVED:20170101T010300
|
/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/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/services/BuiltInPrintService/jni/plugins/ |
D | wprint_image.h | 33 #define BYTES_PER_PIXEL(X) ((X)*3) argument
|