OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aEnd
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/page/
SpatialNavigation.cpp
143
int aStart, bStart,
aEnd
, bEnd;
176
aEnd
= end(direction, a);
203
return ((bMiddle >= aStart && bMiddle <=
aEnd
) // (1)
206
|| (bEnd ==
aEnd
)); // (4)
218
int
aEnd
= end(direction, a);
236
return ((bStart >= aStart && bStart <=
aEnd
)
237
|| (bStart >= aStart && bStart <=
aEnd
)
238
|| (bEnd >= aStart && bEnd <=
aEnd
)
239
|| (bMiddle >= aStart && bMiddle <=
aEnd
)
240
|| (bEnd >= aStart && bEnd <=
aEnd
));
[
all
...]
/frameworks/base/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp
210
bool
aEnd
= a == '\0' || a == ' ';
212
if (
aEnd
|| bEnd) {
213
return
aEnd
== bEnd;
/external/webkit/Source/WebCore/editing/
TextIterator.cpp
[
all
...]
/frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp
211
bool
aEnd
= a == '\0' || a == ' ';
213
if (
aEnd
|| bEnd) {
214
return
aEnd
== bEnd;
[
all
...]
Completed in 777 milliseconds