| /packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/testing/ |
| D | AbstractRethrowerRule.java | 39 protected final void evaluate(Statement base, Description description) throws Throwable { in evaluate() 81 protected void preTest(Statement base, Description description, List<Throwable> cleanUpErrors) { in preTest() 92 Statement base, in onTestFailure() 108 Statement base, Description description, List<Throwable> cleanUpErrors) { in postTest()
|
| D | AbstractRule.java | 38 public final Statement apply(Statement base, Description description) { in apply()
|
| /packages/modules/Bluetooth/floss/android-base/include/android-base/ |
| D | parseint.h | 51 int base = (s[0] == '0' && (s[1] == 'x' || s[1] == 'X')) ? 16 : 10; variable 115 int base = (s[0] == '0' && (s[1] == 'x' || s[1] == 'X')) ? 16 : 10; variable
|
| /packages/apps/Gallery2/src/com/android/gallery3d/app/ |
| D | FilterUtils.java | 176 public static String newFilterPath(String base, int filterType) { in newFilterPath() 193 public static String newClusterPath(String base, int clusterType) { in newClusterPath() 219 public static String switchClusterPath(String base, int clusterType) { in switchClusterPath() 224 private static String removeOneClusterFromPath(String base) { in removeOneClusterFromPath() 229 private static String removeOneClusterFromPath(String base, boolean[] done) { in removeOneClusterFromPath()
|
| /packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
| D | IsolatedContext.java | 55 public IsolatedContext(Context base, String tag, boolean asFuseThread) { in IsolatedContext() 59 public IsolatedContext(Context base, String tag, boolean asFuseThread, in IsolatedContext() 64 public IsolatedContext(Context base, String tag, boolean asFuseThread, in IsolatedContext()
|
| /packages/modules/Connectivity/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/ |
| D | MeterednessConfigurationRule.java | 34 public void onBefore(Statement base, Description description) throws Throwable { in onBefore() 45 public void onAfter(Statement base, Description description) throws Throwable { in onAfter()
|
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| D | LogAccelerateInterpolator.java | 11 public LogAccelerateInterpolator(int base, int drift) { in LogAccelerateInterpolator() 17 static float computeLog(float t, int base, int drift) { in computeLog()
|
| D | LogDecelerateInterpolator.java | 11 public LogDecelerateInterpolator(int base, int drift) { in LogDecelerateInterpolator() 18 static float computeLog(float t, int base, int drift) { in computeLog()
|
| /packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/test_utils/ |
| D | EnableBluetoothRule.java | 88 protected void onBefore(Statement base, Description description) { in onBefore() 103 protected void onAfter(Statement base, Description description) { in onAfter()
|
| /packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/ |
| D | ContactsMockContext.java | 40 public ContactsMockContext(Context base) { in ContactsMockContext() 44 public ContactsMockContext(Context base, String authority) { in ContactsMockContext()
|
| /packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/ |
| D | Slice.h | 46 Slice(void* base, void* limit) : mBase(toUint8(base)), mLimit(toUint8(limit)) {} in Slice() 49 Slice(void* base, size_t size) : Slice(base, toUint8(base) + size) {} in Slice() 52 uint8_t* base() const { return mBase; } in base() function
|
| /packages/modules/Connectivity/tests/common/java/ |
| D | ParseExceptionTest.kt | 39 val base = Exception("Test") in testConstructor_WithCause() constant
|
| /packages/modules/AdServices/adservices/tests/test-util/side-less/com/android/adservices/common/ |
| D | AbstractSystemPropertiesDumperRule.java | 56 protected void preTest(Statement base, Description description, List<Throwable> cleanUpErrors) { in preTest() 62 Statement base, in onTestFailure()
|
| /packages/modules/StatsD/lib/libkll/encoding/ |
| D | encoder.h | 55 const char* base() const { in base() function
|
| /packages/modules/NetworkStack/tests/unit/src/com/android/networkstack/ipmemorystore/ |
| D | RelevanceUtilsTests.java | 38 final long base = 1_000_000L; // any given point in time in testComputeRelevanceForTargetDate() local
|
| /packages/apps/Car/Launcher/libs/hidden-apis-compat/hidden-apis-disabled/src/android/platform/test/flag/junit/ |
| D | SetFlagsRule.java | 40 public Statement apply(Statement base, Description description) { in apply()
|
| /packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
| D | pow_same_shape.mod.py | 16 base = Input("base", "TENSOR_FLOAT32", "{3, 2, 1}") variable
|
| /packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
| D | pow.mod.py | 16 base = Input("base", "TENSOR_FLOAT32", "{2, 1}") variable
|
| /packages/apps/Settings/src/com/android/settings/utils/ |
| D | LocalClassLoaderContextThemeWrapper.java | 31 public LocalClassLoaderContextThemeWrapper(Class clazz, Context base, in LocalClassLoaderContextThemeWrapper()
|
| /packages/modules/Bluetooth/floss/android-base/ |
| D | properties.cc | 22 namespace base { namespace
|
| /packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/ |
| D | TlsConnectionAvailableRule.java | 39 public Statement apply(Statement base, Description description) { in apply()
|
| /packages/apps/DeskClock/src/com/android/deskclock/data/ |
| D | TimerNotificationBuilder.kt | 82 val base = getChronometerBase(timer) in build() constant 268 val base = getChronometerBase(timer) in buildHeadsUp() constant 322 val base = getChronometerBase(timer) in buildMissed() constant
|
| /packages/apps/Launcher3/src/com/android/launcher3/widget/ |
| D | LocalColorExtractor.java | 42 public void applyColorsOverride(Context base, WallpaperColors colors) { } in applyColorsOverride()
|
| /packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
| D | IgnoreAllTestsRule.java | 41 public Statement apply(Statement base, FrameworkMethod method, Object target) { in apply()
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/ |
| D | FileUtilities.java | 34 public static boolean isSameOrSubDirectory(File base, File child) { in isSameOrSubDirectory()
|