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

  /external/chromium_org/third_party/icu/source/common/
icuplug.c 152 int32_t libEntry = -1;
157 libEntry = searchForLibraryName(libName);
158 if(libEntry == -1) {
159 libEntry = libraryCount++;
170 libraryList[libEntry].lib = uprv_dl_open(libName, status);
172 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
175 if(libraryList[libEntry].lib == NULL || U_FAILURE(*status)) {
177 libraryList[libEntry].lib = NULL; /* failure with open */
178 libraryList[libEntry].name[0] = 0
    [all...]
  /external/icu4c/common/
icuplug.c 156 int32_t libEntry = -1;
161 libEntry = searchForLibraryName(libName);
162 if(libEntry == -1) {
163 libEntry = libraryCount++;
174 libraryList[libEntry].lib = uprv_dl_open(libName, status);
176 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
179 if(libraryList[libEntry].lib == NULL || U_FAILURE(*status)) {
181 libraryList[libEntry].lib = NULL; /* failure with open */
182 libraryList[libEntry].name[0] = 0
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResources.java 127 for (Entry<ResourceType, Map<String, ResourceValue>> libEntry :
131 Map<String, ResourceValue> tempMap = resultMap.get(libEntry.getKey());
135 resultMap.put(libEntry.getKey(), libEntry.getValue());
140 tempMap.putAll(libEntry.getValue());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 242 milliseconds