Home
last modified time | relevance | path

Searched refs:OBJS (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore/tests/
DMakefile113 OBJS=$(CPPSRCS:.cpp=.o) macro
118 rm -f $(OBJS) $(DEPS) $(BINARIES) $(GCOV) \
/system/libhwbinder/
DParcel.cpp1256 binder_size_t* const OBJS = mObjects; in readObject() local
1267 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()
1273 if (OBJS[opos] == DPOS) { in readObject()
1286 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()
1289 if (OBJS[opos] == DPOS) { in readObject()
1659 const binder_size_t* OBJS = objects(); in print() local
1663 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]); in print()
1666 = reinterpret_cast<const binder_buffer_object*>(DATA+OBJS[i]); in print()
1669 …to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << " (buffer size " << buffer->length << … in print()
1672 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": " in print()