OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libmap
(Results
1 - 3
of
3
) sorted by null
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
AddOnTarget.java
85
* @param
libMap
A map containing the optional libraries. The map key is the fully-qualified
90
Map<String, String[]>
libMap
, PlatformTarget basePlatform) {
103
if (
libMap
!= null) {
104
mLibraries = new IOptionalLibrary[
libMap
.size()];
106
for (Entry<String, String[]> entry :
libMap
.entrySet()) {
SdkManager.java
483
Map<String, String[]>
libMap
= null;
491
libMap
= new HashMap<String, String[]>();
502
libMap
.put(libName, new String[] {
520
revisionValue, description,
libMap
, baseTarget);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResources.java
406
Map<String, Map<String, IResourceValue>>
libMap
=
409
for (Entry<String, Map<String, IResourceValue>> entry :
libMap
.entrySet()) {
[
all
...]
Completed in 201 milliseconds