HomeSort by relevance Sort by last modified time
    Searched refs:gPos (Results 1 - 4 of 4) sorted by null

  /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...]
  /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/chromium_org/third_party/skia/tests/
GradientTest.cpp 162 static const SkScalar gPos[] = { 0, SK_ScalarHalf, SK_Scalar1 };
172 rec.fPos = gPos;
  /external/skia/tests/
GradientTest.cpp 163 static const SkScalar gPos[] = { 0, SK_ScalarHalf, SK_Scalar1 };
173 rec.fPos = gPos;

Completed in 842 milliseconds