/packages/apps/Camera2/src/com/android/camera/data/ |
PhotoItemFactory.java | 76 public List<PhotoItem> queryAll(Uri uri, long lastId) { 78 .forCameraPath(mContentResolver, uri, PhotoDataQuery.QUERY_PROJECTION, lastId,
|
VideoItemFactory.java | 81 public List<VideoItem> queryAll(Uri uri, long lastId) { 83 .forCameraPath(mContentResolver, uri, VideoDataQuery.QUERY_PROJECTION, lastId,
|
/external/mesa3d/src/gallium/drivers/radeon/ |
R600KernelParameters.cpp | 120 int LastID = -1; 124 LastID = i->SpecialID; 128 return LastID; 368 int LastID = std::max(getLastSpecialID("image2d_t"), 371 if (LastID == -1) { 374 ID = LastID + 1; 377 int LastID = getLastSpecialID("sampler_t"); 379 if (LastID == -1) { 382 ID = LastID + 1;
|
/external/mdnsresponder/mDNSPosix/ |
Identify.c | 71 static mDNSOpaque16 lastid, id; variable 99 lastid = msg->h.id; 112 if (!id.NotAnInteger) id = lastid; 128 if (!id.NotAnInteger) id = lastid; 137 if (!id.NotAnInteger) id = lastid; 302 lastid = id = zeroID;
|
/external/sonivox/jet_tools/JetCreator/ |
JetAudition.py | 354 lastID = -1
370 if status.currentUserID <> lastID and status.currentUserID <> -1:
372 if lastID != -1:
373 self.SetStatus(lastID, STATUS_COMPLETE)
375 lastID = status.currentUserID
433 if self.GetStatus(lastID) != STATUS_CANCELED:
434 self.SetStatus(lastID, STATUS_COMPLETE)
|
JetCreator.py | [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap.c | 179 sm->lastId = -1; /* new session - make sure this does not match with 712 sm->lastId = sm->reqId; 849 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) 853 * EAP-Success/Failure with lastId + 1 even though RFC 3748 and 854 * RFC 4137 require that reqId == lastId. In addition, it looks like 855 * Ringmaster v2.1.2.0 would be using lastId + 2 in EAP-Success. 861 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || 862 reqId == ((lastId + 2) & 0xff))) { 865 "reqId=%d lastId=%d (these are supposed to be " 866 "same)", reqId, lastId); [all...] |
eap_i.h | 304 int lastId;
|
/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/wpa_supplicant_8/src/eap_server/ |
eap_i.h | 164 int lastId; /* Identifier used in the last EAP-Packet */
|
eap_server.c | 400 sm->lastId = sm->currentId; 679 sm->lastId = sm->currentId; 741 sm->lastId = sm->currentId; [all...] |
/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/skia/src/pathops/ |
SkPathOpsDebug.cpp | 180 int lastId = -1; 187 if (lastId == this->debugID() && lastT == span->t()) { 190 lastId = this->debugID();
|
/external/llvm/include/llvm/TableGen/ |
Record.h | [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_c_m_a_p.py | 560 lastID = cmap[startCode] 570 if glyphID - 1 == lastID: 580 lastID = glyphID [all...] |
/frameworks/base/media/java/android/media/ |
MediaScanner.java | [all...] |
/external/clang/lib/Basic/ |
SourceManager.cpp | 826 int LastID = LastFileIDLookup.ID; 827 if (LastID >= 0 || getLoadedSLocEntryByID(LastID).getOffset() < SLocOffset) 830 I = (-LastID - 2) + 1; [all...] |
/external/llvm/lib/TableGen/ |
Record.cpp | [all...] |