HomeSort by relevance Sort by last modified time
    Searched full:lastid (Results 1 - 25 of 38) sorted by null

1 2

  /external/srec/tools/grxmlcompile/
sub_grph.cpp 57 opStack[popOp++]= lastId;
71 lastId= opStack[--popOp];
98 lastId= startId;
102 lastId= endId;
114 lastId= ConnectLastScope (startId, closeId);
123 endId= lastId;
144 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId);
145 lastId= NewVertexId();
146 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId);
153 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId)
    [all...]
sub_base.cpp 40 lastId= baseG->lastId;
145 printf ("Graph %s (%d %d)\n", title, startId, lastId);
158 printf ("Graph %s (%d %d)\n", title, startId, lastId);
sub_supp.cpp 409 if (lastId >= 0)
410 lastId= mapList[lastId];
415 lastId= -1;
sub_grph.h 117 lastId= startId;
118 endId= lastId;
362 int lastId;
netw_dump.cpp 345 printf ("Graph %s (%d %d)\n", title, startId, lastId);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
TabModelObserver.java 21 * @param lastId The ID of the last selected tab, or {@link Tab#INVALID_TAB_ID} if no tab was
24 void didSelectTab(Tab tab, TabSelectionType type, int lastId);
EmptyTabModelObserver.java 17 public void didSelectTab(Tab tab, TabSelectionType type, int lastId) {
TabModelBase.java 372 int lastId = getLastId(type);
389 for (TabModelObserver obs : mObservers) obs.didSelectTab(tab, type, lastId);
  /external/chromium_org/third_party/WebKit/Source/web/
WebGeolocationPermissionRequestManager.cpp 50 static int lastId;
51 int id = ++lastId;
  /external/chromium_org/third_party/mesa/src/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/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/wpa_supplicant_8/src/eap_peer/
eap.c 178 sm->lastId = -1; /* new session - make sure this does not match with
444 sm->lastId = sm->reqId;
580 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId)
584 * EAP-Success/Failure with lastId + 1 even though RFC 3748 and
585 * RFC 4137 require that reqId == lastId. In addition, it looks like
586 * Ringmaster v2.1.2.0 would be using lastId + 2 in EAP-Success.
592 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
593 reqId == ((lastId + 2) & 0xff))) {
596 "reqId=%d lastId=%d (these are supposed to be "
597 "same)", reqId, lastId);
    [all...]
  /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)
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 305 long lastId = Long.MIN_VALUE;
308 if (lastId != id) {
310 lastId = id;
327 long lastId = Long.MIN_VALUE;
330 if (lastId != id) {
332 lastId = id;
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 149 int lastId; /* Identifier used in the last EAP-Packet */
  /packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java 384 static List<LocalData> query(ContentResolver cr, Uri uri, long lastId) {
385 return queryLocalMediaData(cr, uri, QUERY_PROJECTION, lastId, QUERY_ORDER,
657 static List<LocalData> query(ContentResolver cr, Uri uri, long lastId) {
658 return queryLocalMediaData(cr, uri, QUERY_PROJECTION, lastId, QUERY_ORDER,
    [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/chromium_org/third_party/skia/src/pathops/
SkPathOpsDebug.cpp 398 int lastId = -1;
407 if (lastId == fID && lastT == fTs[i].fT) {
410 lastId = fID;
SkOpSegment.h 378 void dumpContour(int firstID, int lastID) const;
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 398 int lastId = -1;
407 if (lastId == fID && lastT == fTs[i].fT) {
410 lastId = fID;
SkOpSegment.h 378 void dumpContour(int firstID, int lastID) const;
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 338 void SkOpSegment::dumpContour(int firstID, int lastID) const {
344 const SkOpSegment* last = test + (lastID - firstID);
  /external/skia/tests/
PathOpsDebug.cpp 338 void SkOpSegment::dumpContour(int firstID, int lastID) const {
344 const SkOpSegment* last = test + (lastID - firstID);
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]

Completed in 712 milliseconds

1 2