OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookingFor
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/alloc/
Verify.cpp
31
Object *
lookingFor
= *(Object **)arg;
32
if (
lookingFor
!= NULL &&
lookingFor
== obj) {
61
Object *
lookingFor
= *(Object **)arg;
62
if (obj ==
lookingFor
) {
CardTable.cpp
263
Object *
lookingFor
= *(Object **)arg;
264
if (
lookingFor
!= NULL &&
lookingFor
== obj) {
288
Object *
lookingFor
= *(Object **)arg;
289
if (obj ==
lookingFor
) {
/external/chromium_org/third_party/codesighs/
maptsvdifftool.c
744
const int
lookingFor
= symArray[arrayLoop]->mSize;
762
if(
lookingFor
== symArray[lookLoop]->mSize)
766
else if((-1 *
lookingFor
) == symArray[lookLoop]->mSize)
792
if(
lookingFor
== symArray[negationLoop]->mSize)
794
objArray[negationLoop]->mSize -=
lookingFor
;
800
else if((-1 *
lookingFor
) == symArray[negationLoop]->mSize)
802
objArray[negationLoop]->mSize +=
lookingFor
;
[
all
...]
Completed in 756 milliseconds