HomeSort by relevance Sort by last modified time
    Searched defs:nativeLibraryPathElements (Results 1 - 6 of 6) sorted by null

  /libcore/dalvik/src/main/java/dalvik/system/
DexPathList.java 68 /* package visible for testing */ NativeLibraryElement[] nativeLibraryPathElements;
105 this.nativeLibraryPathElements = makePathElements(this.systemNativeLibraryDirectories);
183 this.nativeLibraryPathElements = makePathElements(allNativeLibraryDirectories);
547 for (NativeLibraryElement element : nativeLibraryPathElements) {
581 * Note: This method replaces the value of {@link #nativeLibraryPathElements}
592 new ArrayList<>(nativeLibraryPathElements.length + libPaths.size());
593 newPaths.addAll(Arrays.asList(nativeLibraryPathElements));
599 nativeLibraryPathElements = newPaths.toArray(new NativeLibraryElement[newPaths.size()]);
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 

Completed in 67 milliseconds