Home
last modified time | relevance | path

Searched refs:alias (Results 1 – 21 of 21) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
DKeySelectionPage.java175 String alias = aliases.nextElement(); in onShow() local
176 mKeyAliases.add(alias); in onShow()
177 aliasList.add(alias); in onShow()
178 if (selection == -1 && alias.equalsIgnoreCase(keyAlias)) { in onShow()
DKeyCreationPage.java199 String alias = ProjectHelper.loadStringProperty(project, ExportWizard.PROPERTY_ALIAS); in onShow() local
200 if (alias != null) { in onShow()
201 mAlias.setText(alias); in onShow()
253 for (String alias : mExistingAliases) { in onChange()
254 if (alias.equalsIgnoreCase(keyAlias)) { in onChange()
/sdk/testapps/jarCheckTests3/app/
Dant.properties15 # 'key.alias' for the name of the key to use.
/sdk/testapps/jarCheckTests1/lib2/
Dant.properties15 # 'key.alias' for the name of the key to use.
/sdk/testapps/jarCheckTests3/lib2/
Dant.properties15 # 'key.alias' for the name of the key to use.
/sdk/testapps/jarCheckTests1/lib1/
Dant.properties15 # 'key.alias' for the name of the key to use.
/sdk/testapps/jarCheckTests2/app/
Dant.properties15 # 'key.alias' for the name of the key to use.
/sdk/testapps/aidlTest/libWithAidl/
Dant.properties15 # 'key.alias' for the name of the key to use.
/sdk/testapps/gridlayoutTest/app/
Dant.properties15 # 'key.alias' for the name of the key to use.
/sdk/testapps/aidlTest/mainProject/
Dant.properties15 # 'key.alias' for the name of the key to use.
/sdk/testapps/customViewTest/mainProject/
Dant.properties15 # 'key.alias' for the name of the key to use.
/sdk/testapps/jarCheckTests3/lib1/
Dant.properties15 # 'key.alias' for the name of the key to use.
/sdk/testapps/buildConfigTest/app/
Dant.properties15 # 'key.alias' for the name of the key to use.
/sdk/testapps/jarCheckTests2/lib2/
Dant.properties15 # 'key.alias' for the name of the key to use.
/sdk/testapps/jarCheckTests2/lib1/
Dant.properties15 # 'key.alias' for the name of the key to use.
/sdk/testapps/jarCheckTests1/app/
Dant.properties15 # 'key.alias' for the name of the key to use.
/sdk/testapps/basicProjectWithAidl/
Dant.properties15 # 'key.alias' for the name of the key to use.
/sdk/testapps/customViewTest/libWithCustomView/
Dant.properties15 # 'key.alias' for the name of the key to use.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DImageOverlay.java340 private int gc_setAntialias(GC gc, int alias) { in gc_setAntialias() argument
343 gc.setAntialias(alias); in gc_setAntialias()
/sdk/eclipse/buildConfig/
Dbuild.properties89 #sign.alias=<alias>
/sdk/templates/docs/
Dprettify.js20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,…