Home
last modified time | relevance | path

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

/system/security/keystore/tests/
DMakefile113 OBJS=$(CPPSRCS:.cpp=.o) macro
118 rm -f $(OBJS) $(DEPS) $(BINARIES) $(GCOV) \
/system/libhwbinder/
DParcel.cpp1251 binder_size_t* const OBJS = mObjects; in readObject() local
1262 while (opos < (N-1) && OBJS[opos] < DPOS) { in readObject()
1268 if (OBJS[opos] == DPOS) { in readObject()
1281 while (opos > 0 && OBJS[opos] > DPOS) { in readObject()
1284 if (OBJS[opos] == DPOS) { in readObject()
1615 const binder_size_t* OBJS = objects(); in print() local
1619 = reinterpret_cast<const flat_binder_object*>(DATA+OBJS[i]); in print()
1622 = reinterpret_cast<const binder_buffer_object*>(DATA+OBJS[i]); in print()
1625 …to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << " (buffer size " << buffer->length << … in print()
1628 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": " in print()
/system/keymaster/
DMakefile141 OBJS=$(CPPSRCS:.cpp=.o) $(CCSRCS:.cc=.o) $(CSRCS:.c=.o) macro
434 rm -f $(OBJS) $(DEPS) $(BINARIES) \