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

  /external/icu/icu4c/source/i18n/
digitaffix.cpp 87 int32_t lastId = (int32_t) fAnnotations.charAt(0);
91 if (id != lastId) {
92 if (lastId != UNUM_FIELD_COUNT) {
93 handler.addAttribute(lastId, appendToStart + lastIdStart, appendToStart + i);
95 lastId = id;
99 if (lastId != UNUM_FIELD_COUNT) {
100 handler.addAttribute(lastId, appendToStart + lastIdStart, appendToStart + len);
  /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 335 long lastId = Long.MIN_VALUE;
338 if (lastId != id) {
340 lastId = id;
357 long lastId = Long.MIN_VALUE;
360 if (lastId != id) {
362 lastId = id;
    [all...]
MediaProvider.java     [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 854 int lastId = -1;
861 if (lastId == this->debugID() && lastT == span->t()) {
864 lastId = this->debugID();
    [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
xstream-1.4.8.jar 

Completed in 227 milliseconds