Searched defs:so (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/ |
D | OverlayBaseTest.java | 85 private boolean getExpected(boolean no, boolean so, boolean mo) { in getExpected() 99 private String getExpected(String no, String so, String mo) { in getExpected() 113 private int getExpected(int no, int so, int mo) { in getExpected() 127 private int[] getExpected(int[] no, int[] so, int[] mo) { in getExpected() 141 private void assertResource(int resId, boolean no, boolean so, boolean mo) throws Throwable { in assertResource() 147 private void assertResource(int resId, int no, int so, int mo) throws Throwable { in assertResource() 153 private void assertResource(int resId, String no, String so, String mo) throws Throwable { in assertResource() 159 private void assertResource(int resId, int[] no, int[] so, int[] mo) throws Throwable { in assertResource() 291 final String so = "Lorem ipsum: single overlay."; in testAppRaw() local
|
/frameworks/native/opengl/libs/EGL/ |
D | Loader.cpp | 136 void* so = do_dlopen(path, RTLD_NOW | RTLD_LOCAL); in load_wrapper() local 537 void* so = do_android_dlopen_ext(name.c_str(), RTLD_LOCAL | RTLD_NOW, &dlextinfo); in load_angle_from_namespace() local 550 void* so = nullptr; in load_angle() local 618 void* so = nullptr; in load_updated_driver() local
|
D | egl_angle_platform.cpp | 109 void* so = android_dlopen_ext("libGLESv2_angle.so", RTLD_LOCAL | RTLD_NOW, &dlextinfo); in initializeAnglePlatform() local
|
/frameworks/native/libs/graphicsenv/ |
D | GraphicsEnv.cpp | 324 void* so = android_dlopen_ext(libName.c_str(), RTLD_LOCAL | RTLD_NOW, &dlextinfo); in loadLibrary() local 336 bool GraphicsEnv::checkAngleRules(void* so) { in checkAngleRules()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationSnooze.java | 183 SnoozeOption so = mSnoozeOptions.get(i); in performAccessibilityActionInternal() local
|
/frameworks/native/vulkan/libvulkan/ |
D | driver.cpp | 180 void* so = nullptr; in LoadDriver() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | MccTable.java | 540 sTable.add(new MccEntry(637, "so", 2)); // Somali Democratic Republic in sTable.add()
|