/frameworks/base/tools/aapt2/compile/ |
D | Pseudolocalizer_test.cpp | 31 Pseudolocalizer::Method method) { in SimpleHelper() 42 Pseudolocalizer::Method method) { in CompoundHelper() 53 EXPECT_TRUE(SimpleHelper("", "", Pseudolocalizer::Method::kNone)); in TEST() 55 Pseudolocalizer::Method::kNone)); in TEST() 58 Pseudolocalizer::Method::kNone)); in TEST() 62 EXPECT_TRUE(SimpleHelper("", "[]", Pseudolocalizer::Method::kAccent)); in TEST() 64 Pseudolocalizer::Method::kAccent)); in TEST() 67 Pseudolocalizer::Method::kAccent)); in TEST() 70 Pseudolocalizer::Method::kAccent)); in TEST() 72 SimpleHelper("^1 %", "[^1 % one]", Pseudolocalizer::Method::kAccent)); in TEST() [all …]
|
D | Pseudolocalizer.h | 41 enum class Method { enum 47 explicit Pseudolocalizer(Method method); 48 void SetMethod(Method method);
|
D | PseudolocaleGenerator.cpp | 113 Pseudolocalizer::Method method, in PseudolocalizeStyledString() 225 Visitor(StringPool* pool, Pseudolocalizer::Method method) in Visitor() 288 Pseudolocalizer::Method method_; 293 Pseudolocalizer::Method m) { in ModifyConfigForPseudoLocale() 296 case Pseudolocalizer::Method::kAccent: in ModifyConfigForPseudoLocale() 303 case Pseudolocalizer::Method::kBidi: in ModifyConfigForPseudoLocale() 315 void PseudolocalizeIfNeeded(const Pseudolocalizer::Method method, in PseudolocalizeIfNeeded() 361 PseudolocalizeIfNeeded(Pseudolocalizer::Method::kAccent, value, &table->string_pool, in Consume() 363 PseudolocalizeIfNeeded(Pseudolocalizer::Method::kBidi, value, &table->string_pool, in Consume()
|
/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/ |
D | missingSinces.txt | 27 NO DOC BLOCK: android.support.v17.leanback.app.BackgroundManager Method attachToView(android.view.V… 28 NO DOC BLOCK: android.support.v17.leanback.app.BackgroundManager Method clearDrawable() 29 NO DOC BLOCK: android.support.v17.leanback.app.GuidedStepFragment Method collapseAction(boolean) 30 NO DOC BLOCK: android.support.v17.leanback.app.GuidedStepSupportFragment Method collapseAction(bool… 31 NO DOC BLOCK: android.support.v17.leanback.widget.GuidedActionsStylist Method collapseAction(boolea… 32 NO DOC BLOCK: android.support.v7.widget.SnapHelper Method createSnapScroller(android.support.v7.wid… 33 NO DOC BLOCK: android.support.v17.leanback.app.GuidedStepFragment Method expandAction(android.suppo… 34 NO DOC BLOCK: android.support.v17.leanback.app.GuidedStepSupportFragment Method expandAction(androi… 35 NO DOC BLOCK: android.support.v17.leanback.widget.GuidedActionsStylist Method expandAction(android.… 36 NO DOC BLOCK: android.support.v17.leanback.app.BrowseFragment.MainFragmentRowsAdapter Method findRo… [all …]
|
/frameworks/base/docs/html/sdk/support_api_diff/25.0.0/ |
D | missingSinces.txt | 7 NO DOC BLOCK: android.support.v4.app.NotificationCompat.WearableExtender Method getBridgeTag() 8 NO DOC BLOCK: android.support.v7.widget.RecyclerView Method getDecoratedBoundsWithMargins(android.v… 9 NO DOC BLOCK: android.support.v4.view.ViewCompat Method getDisplay(android.view.View) 10 NO DOC BLOCK: android.support.v4.widget.SwipeRefreshLayout Method getProgressViewEndOffset() 11 NO DOC BLOCK: android.support.v4.widget.SwipeRefreshLayout Method getProgressViewStartOffset() 12 NO DOC BLOCK: android.support.v4.net.ConnectivityManagerCompat Method getRestrictBackgroundStatus(a… 13 NO DOC BLOCK: android.support.design.widget.FloatingActionButton Method getRippleColor() 14 NO DOC BLOCK: android.support.v7.widget.RecyclerView.LayoutManager Method isItemPrefetchEnabled() 15 NO DOC BLOCK: android.support.v4.text.BidiFormatter Method isRtl(java.lang.CharSequence) 16 NO DOC BLOCK: android.support.v4.view.ViewCompat Method setBackground(android.view.View, android.gr… [all …]
|
/frameworks/base/startop/view_compiler/dex_builder_test/src/android/startop/test/ |
D | DexBuilderTest.java | 21 import java.lang.reflect.Method; 26 import java.lang.reflect.Method; 48 Method method = clazz.getMethod("return5"); in return5() 56 Method method = clazz.getMethod("returnInteger5"); in returnInteger5() 64 Method method = clazz.getMethod("returnParam", int.class); in returnParam() 73 Method method = clazz.getMethod("returnStringLength", String.class); in returnStringLength() 81 Method method = clazz.getMethod("returnIfZero", int.class); in returnIfZero() 90 Method method = clazz.getMethod("returnIfNotZero", int.class); in returnIfNotZero() 99 Method method = clazz.getMethod("backwardsBranch"); in backwardsBranch() 107 Method method = clazz.getMethod("returnNull"); in returnNull() [all …]
|
D | LayoutCompilerTest.java | 21 import java.lang.reflect.Method; 25 import java.lang.reflect.Method; 39 Method layout1 = compiled_view.getMethod("layout1", Context.class, int.class); in loadAndInflateLayout1() 48 Method layout1 = compiled_view.getMethod("layout2", Context.class, int.class); in loadAndInflateLayout2()
|
D | ApkLayoutCompilerTest.java | 21 import java.lang.reflect.Method; 44 Method layout1 = compiled_view.getMethod("layout1", Context.class, int.class); in loadAndInflateLayout1() 53 Method layout2 = compiled_view.getMethod("layout2", Context.class, int.class); in loadAndInflateLayout2()
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/ |
D | TestDelegates.java | 23 import java.lang.reflect.Method; 87 List<Method> checkedDelegateMethods = new ArrayList<Method>(); in compare() 93 Method[] originalMethods = originalClass.getDeclaredMethods(); in compare() 94 for (Method originalMethod : originalMethods) { in compare() 125 Method delegateMethod = delegateClass.getDeclaredMethod(originalMethod.getName(), in compare() 171 Method[] delegateMethods = delegateClass.getDeclaredMethods(); in compare() 172 for (Method delegateMethod : delegateMethods) { in compare() 193 private String getMethodName(Method method) { in getMethodName() 197 private String getMethodName(Method method, Class<?>[] parameters) { in getMethodName()
|
/frameworks/layoutlib/common/src/com/android/layoutlib/common/util/ |
D | ReflectionUtils.java | 25 import java.lang.reflect.Method; 34 public static Method getMethod(@NonNull String className, @NonNull String name, in getMethod() 44 public static Method getMethod(@NonNull Class<?> clazz, @NonNull String name, in getMethod() 54 public static Method getAccessibleMethod(@NonNull Class<?> clazz, @NonNull String name, in getAccessibleMethod() 56 Method method = getMethod(clazz, name, params); in getAccessibleMethod() 76 public static Object invoke(@NonNull Method method, @Nullable Object object, in invoke() 91 Method m = getMethod(Class.forName(className), methodName); in invokeStatic() 179 public Object invoke(Object proxy, Method m, Object[] args) { in createProxy()
|
/frameworks/base/test-base/hiddenapi/src/junit/framework/ |
D | TestSuite.java | 21 import java.lang.reflect.Method; 33 private boolean isPublicTestMethod(Method m) { in isPublicTestMethod() 41 private boolean isTestMethod(Method m) { in isTestMethod()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BinderTransactionNameResolver.java | 24 import java.lang.reflect.Method; 39 private static final Method NO_GET_DEFAULT_TRANSACTION_NAME_METHOD; 60 private final HashMap<Class<? extends Binder>, Method> 69 Method method = mGetDefaultTransactionNameMethods.get(binderClass); in getMethodName()
|
/frameworks/base/tools/traceinjection/src/com/android/traceinjection/ |
D | TraceInjectionMethodAdapter.java | 25 import org.objectweb.asm.commons.Method; 83 Method trace = Method.getMethod("void " + mParams.startMethodName + " (long, String)"); in onMethodEnter() 107 Method trace = Method.getMethod("void " + mParams.endMethodName + " (long)"); in onFinally()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
D | AppCompatActionBar.java | 45 import java.lang.reflect.Method; 158 Method setTitle = getMethod(mWindowActionBarClass, "setTitle", CharSequence.class); in setTitle() 166 … Method setSubtitle = getMethod(mWindowActionBarClass, "setSubtitle", CharSequence.class); in setSubtitle() 179 Method setIcon = getMethod(mWindowActionBarClass, "setIcon", Drawable.class); in setIcon() 189 Method setHomeAsUp = getMethod(mWindowActionBarClass, in setHomeAsUp() 239 private static Method getMethod(Class<?> owner, String name, Class<?>... parameterTypes) { in getMethod() 253 private static Method findMethod(@Nullable Class<?> owner, @NonNull String name) { in findMethod() 257 for (Method method : owner.getMethods()) { in findMethod() 291 private static Object invoke(@Nullable Method method, Object owner, Object... args) { in invoke()
|
/frameworks/base/tests/utils/testutils/java/android/app/test/ |
D | MockAnswerUtil.java | 23 import java.lang.reflect.Method; 39 Method method = invocation.getMethod(); in answer() 41 Method implementation = getClass().getMethod("answer", method.getParameterTypes()); in answer()
|
/frameworks/base/tools/lint/checks/src/main/java/com/google/android/lint/ |
D | CallingIdentityTokenDetector.kt | 94 if (!isMethodCall(rhsExpression, Method.BINDER_CLEAR_CALLING_IDENTITY)) return in <lambda>() 167 if (!isMethodCall(node, Method.BINDER_RESTORE_CALLING_IDENTITY)) return in <lambda>() 200 method: Method in <lambda>() 323 private enum class Method( in <lambda>() class in com.google.android.lint.CallingIdentityTokenDetector 350 Method.BINDER_GET_CALLING_PID, in <lambda>() 351 Method.BINDER_GET_CALLING_UID, in <lambda>() 352 Method.BINDER_GET_CALLING_UID_OR_THROW, in <lambda>() 353 Method.BINDER_GET_CALLING_USER_HANDLE, in <lambda>() 354 Method.USER_HANDLE_GET_CALLING_APP_ID, in <lambda>() 355 Method.USER_HANDLE_GET_CALLING_USER_ID in <lambda>()
|
/frameworks/base/core/java/android/net/http/ |
D | X509TrustManagerExtensions.java | 24 import java.lang.reflect.Method; 44 private final Method mCheckServerTrusted; 45 private final Method mIsSameTrustConfiguration; 75 Method isSameTrustConfiguration = null; in X509TrustManagerExtensions()
|
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
D | TestCaseCollector.java | 21 import java.lang.reflect.Method; 88 Method[] methods = clazz.getMethods(); in addTestClass() 89 for (Method method : methods) { in addTestClass() 143 public boolean accept(Method method); in accept()
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
D | TestGrouping.java | 26 import java.lang.reflect.Method; 71 for (Method testMethod : getTestMethods(testCase)) { in getTests() 78 private List<Method> getTestMethods(Class<? extends TestCase> testCaseClass) { in getTestMethods() 79 List<Method> methods = Arrays.asList(testCaseClass.getMethods()); in getTestMethods() 221 private static class TestMethodPredicate implements Predicate<Method> { 223 public boolean apply(Method method) { in apply()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyTestUtils.java | 26 import java.lang.reflect.Method; 72 Method methodReflection = clazz.getDeclaredMethod(method, paramType); in invokeStaticMethod() 96 Method methodReflection = clazz.getDeclaredMethod(method, paramType); in invokeStaticMethodThrowsException() 120 Method methodReflection = clazz.getDeclaredMethod(method, paramType); in invokeNonStaticMethod() 145 Method methodReflection = clazz.getDeclaredMethod(method, paramType); in invokeNonStaticMethodThrowsException()
|
/frameworks/libs/net/common/testutils/devicetests/com/android/testutils/ |
D | TestHttpServer.kt | 42 val method: Method = Method.GET, in <lambda>() 61 ?: "", Method.GET, uri.query ?: ""), in <lambda>()
|
/frameworks/base/test-base/hiddenapi/src/android/test/ |
D | InstrumentationTestCase.java | 23 import java.lang.reflect.Method; 36 private void runMethod(Method runMethod, int tolerance) throws Throwable { in runMethod()
|
/frameworks/base/core/tests/utillib/src/android/test/ |
D | BandwidthTestCase.java | 24 import java.lang.reflect.Method; 46 Method method = null; in runTest() 75 final Method testMethod = method; in runTest() 116 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod()
|
/frameworks/base/test-base/src/junit/framework/ |
D | TestSuite.java | 7 import java.lang.reflect.Method; 149 for (Method each : superClass.getDeclaredMethods()) 284 private void addTestMethod(Method m, List<String> names, Class<?> theClass) { 297 private boolean isPublicTestMethod(Method m) { 301 private boolean isTestMethod(Method m) {
|
/frameworks/base/packages/SystemUI/tests/src/com/android/ |
D | AAAPlusPlusVerifySysuiRequiredTestPropertiesTest.java | 39 import java.lang.reflect.Method; 170 for (Method testMethod : loadedClass.getMethods()) { in isTestClass() 196 for (Method testMethod : loadedClass.getMethods()) { in hasJUnit3TestMethod() 205 private boolean isPublicTestMethod(Method m) { in isPublicTestMethod() 210 private boolean isTestMethod(Method m) { in isTestMethod()
|