/frameworks/base/core/java/com/android/internal/content/ |
H A D | NativeLibraryHelper.java | 72 public static class Handle implements Closeable { class in class:NativeLibraryHelper 80 public static Handle create(File packageFile) throws IOException { 89 public static Handle create(Package pkg) throws IOException { 95 public static Handle create(PackageLite lite) throws IOException { 99 private static Handle create(List<String> codePaths, boolean multiArch, 115 return new Handle(apkHandles, multiArch, extractNativeLibs); 118 Handle(long[] apkHandles, boolean multiArch, boolean extractNativeLibs) { method in class:NativeLibraryHelper.Handle 157 private static long sumNativeBinaries(Handle handle, String abi) { 173 public static int copyNativeBinaries(Handle handle, File sharedLibraryDir, String abi) { 191 public static int findSupportedAbi(Handle handl [all...] |
H A D | PackageHelper.java | 526 NativeLibraryHelper.Handle handle = null; 528 handle = NativeLibraryHelper.Handle.create(pkg); 535 public static long calculateInstalledSize(PackageLite pkg, NativeLibraryHelper.Handle handle,
|
/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | TextViewActivityTest.java | 26 import static android.widget.espresso.TextViewActions.Handle; 307 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a'))); 312 .perform(dragHandle(textView, Handle.SELECTION_END, text.length())); 336 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('a'))); 340 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f'))); 356 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('a'))); 360 .perform(dragHandle(textView, Handle.INSERTION, text.indexOf('f'))); 381 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a'))); 385 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('k') + 1)); 408 .perform(dragHandle(textView, Handle [all...] |
/frameworks/rs/api/ |
H A D | rs_object_types.spec | 44 summary: Handle to an element 53 summary: Handle to a Type 62 summary: Handle to an allocation 71 summary: Handle to a Sampler 80 summary: Handle to a Script
|
H A D | rs_graphics.spec | 122 summary: Handle to a Font 134 summary: Handle to a Mesh 145 summary: Handle to a ProgramFragment 156 summary: Handle to a ProgramVertex 167 summary: Handle to a ProgramRaster 178 summary: Handle to a ProgramStore
|
H A D | rs_for_each.spec | 48 summary: Handle to a kernel invocation context 89 summary: Handle to a kernel function
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
H A D | TextViewActions.java | 294 public enum Handle { enum in class:TextViewActions 313 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex) { 332 public static ViewAction dragHandle(TextView textView, Handle handleType, int endIndex, 402 private final Handle mHandleType; 407 public HandleCoordinates(TextView textView, Handle handleType, int index, boolean primary) { 438 final int currentOffset = mHandleType == Handle.SELECTION_START ?
|
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/ |
H A D | DefaultContainerService.java | 103 NativeLibraryHelper.Handle handle = null; 107 handle = NativeLibraryHelper.Handle.create(pkg); 313 private String copyPackageToContainerInner(PackageLite pkg, NativeLibraryHelper.Handle handle,
|
/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver.cpp | 178 template <class Handle> 179 Handle AllocHandle(VkInstance instance, HandleType::Enum type) { 180 return reinterpret_cast<Handle>( 184 template <class Handle> 185 Handle AllocHandle(VkDevice device, HandleType::Enum type) { 186 return reinterpret_cast<Handle>(
|
/frameworks/native/services/surfaceflinger/ |
H A D | Layer.h | 183 class Handle;
|
H A D | Layer.cpp | 325 class Layer::Handle : public BBinder, public LayerCleaner { class in class:android::Layer 327 Handle(const sp<SurfaceFlinger>& flinger, const sp<Layer>& layer) function in class:android::Layer::Handle 341 return new Handle(mFlinger, this); 1341 sp<Handle> handle = nullptr; 1344 handle = static_cast<Handle*>(strongBinder.get());
|
/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageInstallerSession.java | 1003 NativeLibraryHelper.Handle handle = null; 1005 handle = NativeLibraryHelper.Handle.create(packageDir);
|
H A D | PackageManagerService.java | 1424 // Handle the parent package 1429 // Handle the child packages 9105 NativeLibraryHelper.Handle handle = null; 9107 handle = NativeLibraryHelper.Handle.create(pkg); 13522 NativeLibraryHelper.Handle handle = null; 13524 handle = NativeLibraryHelper.Handle.create(codeFile);
|
/frameworks/base/ |
H A D | compiled-classes-phone | 5293 com.android.internal.content.NativeLibraryHelper$Handle
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |