HomeSort by relevance Sort by last modified time
    Searched defs:lastId (Results 1 - 6 of 6) sorted by null

  /external/skia/src/pathops/
SkPathOpsDebug.cpp 180 int lastId = -1;
187 if (lastId == this->debugID() && lastT == span->t()) {
190 lastId = this->debugID();
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 304 int lastId;
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 788 int lastId = m_u.outerIndexPtr()[j+1]-1;
789 eigen_assert(m_u.innerIndexPtr()[lastId]<=j);
790 if (m_u.innerIndexPtr()[lastId]==j)
791 det *= m_u.valuePtr()[lastId];
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 164 int lastId; /* Identifier used in the last EAP-Packet */
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 306 long lastId = Long.MIN_VALUE;
309 if (lastId != id) {
311 lastId = id;
328 long lastId = Long.MIN_VALUE;
331 if (lastId != id) {
333 lastId = id;
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 343 milliseconds