OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gPos
(Results
1 - 3
of
3
) 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/skia/tests/
GradientTest.cpp
166
static const SkScalar
gPos
[] = { 0, SK_ScalarHalf, SK_Scalar1 };
176
rec.fPos =
gPos
;
Completed in 181 milliseconds