HomeSort by relevance Sort by last modified time
    Searched full:libentry (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-undefined/
entry-1.d 3 #ld: --entry foo tmpdir/libentry.a
entry-2.d 3 #ld: --entry foo -u foo tmpdir/libentry.a
entry-3.d 3 #ld: -shared --entry foo tmpdir/libentry.a
entry-4.d 3 #ld: -shared --entry foo -u foo tmpdir/libentry.a
entry.exp 23 {"Build libentry.a"
25 {entry.s} {} "libentry.a"}
  /external/compiler-rt/test/profile/Inputs/
instrprof-merge-match.c 19 extern uint64_t libEntry(char *Buffer, uint64_t MaxSize);
43 Size = libEntry(Buffer, MaxSize);
instrprof-merge-match-lib.c 20 uint64_t libEntry(char *Buffer, uint64_t MaxSize) {
  /frameworks/av/media/libeffects/factory/
EffectsXmlConfigLoader.cpp 58 /** Loads a library given its relative path and stores the result in libEntry.
59 * @return true on success with libEntry's path, handle and desc filled
60 * false on success with libEntry's path filled with the path of the failed lib
63 bool loadLibrary(const char* relativePath, lib_entry_t* libEntry) noexcept {
68 libEntry->path = strdup(relativePath);
72 libEntry->path = strdup(path);
104 libEntry->handle = libHandle.release();
105 libEntry->desc = description;
160 auto libEntry = makeUniqueC<lib_entry_t>();
161 libEntry->name = strdup(library.name.c_str())
    [all...]
  /external/icu/icu4c/source/common/
icuplug.cpp 166 int32_t libEntry = -1;
171 libEntry = searchForLibraryName(libName);
172 if(libEntry == -1) {
173 libEntry = libraryCount++;
184 libraryList[libEntry].lib = uprv_dl_open(libName, status);
186 DBG((stderr, "uplug_openLibrary(%s,%s) libEntry %d, lib %p\n", libName, u_errorName(*status), libEntry, lib));
189 if(libraryList[libEntry].lib == NULL || U_FAILURE(*status)) {
191 libraryList[libEntry].lib = NULL; /* failure with open */
192 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());
  /frameworks/av/media/libstagefright/
MediaExtractorFactory.cpp 268 struct dirent* libEntry;
269 while ((libEntry = readdir(libDir))) {
270 String8 libPath = String8(libDirPath) + "/" + libEntry->d_name;
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 714 milliseconds