Searched defs:lastId (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebGeolocationPermissionRequestManager.cpp48 static int lastId; local
49 int id = ++lastId;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DEmptyTabModelObserver.java17 public void didSelectTab(Tab tab, TabSelectionType type, int lastId) { argument
H A DTabModelObserver.java21 * @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); argument
/external/srec/tools/grxmlcompile/
H A Dsub_grph.h117 lastId= startId;
118 endId= lastId;
362 int lastId; member in class:SubGraph
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp399 int lastId = -1; local
408 if (lastId == fID && lastT == fTs[i].fT) {
411 lastId = fID;
/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp398 int lastId = -1; local
407 if (lastId == fID && lastT == fTs[i].fT) {
410 lastId = fID;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_i.h293 int lastId; member in struct:eap_sm
H A Deap.c178 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) argument
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/wpa_supplicant_8/src/eap_peer/
H A Deap_i.h293 int lastId; member in struct:eap_sm
H A Deap.c178 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) argument
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/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_i.h293 int lastId; member in struct:eap_sm
H A Deap.c178 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) argument
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/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h788 int lastId = m_u.outerIndexPtr()[j+1]-1; local
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/hostapd/src/eap_server/
H A Deap_i.h149 int lastId; /* Identifier used in the last EAP-Packet */ member in struct:eap_sm
/external/wpa_supplicant_8/src/eap_server/
H A Deap_i.h149 int lastId; /* Identifier used in the last EAP-Packet */ member in struct:eap_sm
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_i.h149 int lastId; /* Identifier used in the last EAP-Packet */ member in struct:eap_sm
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3417 milliseconds