Searched refs:libraryName (Results 1 - 14 of 14) sorted by relevance

/external/skia/src/ports/
H A DSkOSLibrary_posix.cpp15 void* DynamicLoadLibrary(const char* libraryName) { argument
16 return dlopen(libraryName, RTLD_LAZY);
H A DSkOSLibrary_win.cpp14 void* DynamicLoadLibrary(const char* libraryName) { argument
15 return LoadLibraryA(libraryName);
H A DSkOSLibrary.h12 void* DynamicLoadLibrary(const char* libraryName);
/external/jsilver/src/org/clearsilver/jni/
H A DJNI.java41 System.err.println("Could not load '" + libraryName + "'. Searched:");
42 String platformLibraryName = System.mapLibraryName(libraryName);
60 throw new UnsatisfiedLinkError("Could not load '" + libraryName + "'");
68 private static String libraryName = "clearsilver-jni"; field in class:JNI
91 String platformLibraryName = System.mapLibraryName(libraryName);
128 public static void setLibraryName(String libraryName) { argument
129 JNI.libraryName = libraryName;
/external/skia/platform_tools/android/launcher/
H A Dskia_launcher.cpp31 void* load_library(const char* appLocation, const char* libraryName) argument
35 sprintf(libraryLocation, "%s/lib%s.so", appLocation, libraryName);
37 printf("ERROR: Unable to find the '%s' library in the Skia App.\n", libraryName);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 178 milliseconds