HomeSort by relevance Sort by last modified time
    Searched refs:currentId (Results 1 - 17 of 17) sorted by null

  /external/wpa_supplicant_8/src/eap_server/
eap_server.c 141 sm->currentId = -1;
168 sm->currentId = sm->respId;
299 sm->currentId = eap_sm_nextId(sm, sm->currentId);
301 sm->currentId);
302 sm->lastId = sm->currentId;
305 sm->currentId);
432 sm->eap_if.eapReqData = eap_sm_buildFailure(sm, sm->currentId);
447 sm->eap_if.eapReqData = eap_sm_buildSuccess(sm, sm->currentId);
555 sm->currentId = eap_sm_getId(sm->eap_if.eapReqData)
    [all...]
eap_i.h 118 int currentId;
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 378 * @param currentId The tab id to restore.
384 void restoreState(Bundle inState, long currentId,
386 if (currentId == -1) {
404 } else if (id == currentId || restoreAll) {
414 if (id == currentId) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 267 final Long currentId = getRawContactId(i);
268 if (rawContactId.equals(currentId)) {
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 309 public RecipientAlternatesAdapter(Context context, long contactId, long currentId,
311 this(context, contactId, currentId, QUERY_TYPE_EMAIL, listener);
314 public RecipientAlternatesAdapter(Context context, long contactId, long currentId,
318 mCurrentId = currentId;
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDeltaList.java 325 final Long currentId = getRawContactId(i);
326 if (rawContactId.equals(currentId)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java     [all...]
  /external/v8/benchmarks/
richards.js 105 this.currentId = null;
194 this.currentId = this.currentTcb.id;
246 packet.id = this.currentId;
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 100 this.currentId = null;
189 this.currentId = this.currentTcb.id;
241 packet.id = this.currentId;
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 100 this.currentId = null;
189 this.currentId = this.currentTcb.id;
241 packet.id = this.currentId;
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 100 this.currentId = null;
189 this.currentId = this.currentTcb.id;
241 packet.id = this.currentId;
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 505 ThreadIdentifier currentId = currentThread();
507 ASSERT(previousId != currentId);
508 previousId = currentId;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 174 final int currentId = currentEditor.getID();
179 panel.setEditor(currentId);
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 628 milliseconds