Searched refs:startId (Results 1 – 8 of 8) sorted by relevance
66 int startId) { in resetRange() argument67 range->fStartId = startId; in resetRange()74 int startId) { in appendRange() argument76 resetRange(nextSlot->get(), startId); in appendRange()288 int startId);291 int startId);299 int startId);303 int startId);
131 int startId);136 int startId);
150 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument151 super.onStartCommand(intent, flags, startId); in onStartCommand()158 stopSelf(startId); in onStartCommand()165 stopSelf(startId); in onStartCommand()
98 public void onStart(Intent intent, int startId) { in onStart() argument100 stopSelfResult(startId); in onStart()
62 public int onStartCommand (Intent intent, int flags, int startId) { in onStartCommand() argument
170 Index startId = 0;174 while ( (id >= startId) && (m_data[outer].index(id) > inner) )
1134 Index startId = m_outerIndex[outer];1135 Index p = startId + m_innerNonZeros[outer];1136 while ( (p > startId) && (m_data.index(p-1) > inner) )1142 …eigen_assert((p<=startId || m_data.index(p-1)!=inner) && "you cannot insert an element that alread…1176 size_t startId = m_outerIndex[outer];1246 while ( (p > startId) && (m_data.index(p-1) > inner) )
168 Index startId = 0;173 while ( (p >= startId) && (m_data.index(p) > i) )