Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 106) sorted by relevance

12345

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DFilterUtils.java176 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/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DMeterednessConfigurationRule.java34 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/
DLogAccelerateInterpolator.java11 public LogAccelerateInterpolator(int base, int drift) { in LogAccelerateInterpolator()
17 static float computeLog(float t, int base, int drift) { in computeLog()
DLogDecelerateInterpolator.java11 public LogDecelerateInterpolator(int base, int drift) { in LogDecelerateInterpolator()
18 static float computeLog(float t, int base, int drift) { in computeLog()
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DContactsMockContext.java40 public ContactsMockContext(Context base) { in ContactsMockContext()
44 public ContactsMockContext(Context base, String authority) { in ContactsMockContext()
/packages/modules/Connectivity/tests/common/java/
DParseExceptionTest.kt39 val base = Exception("Test") in testConstructor_WithCause() constant
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
DSimpleActivityRule.java42 public Statement apply(Statement base, Description description) { in apply()
54 public MyStatement(Statement base) { in MyStatement()
DLauncherActivityRule.java38 public Statement apply(Statement base, Description description) { in apply()
DScreenRecordRule.java47 public Statement apply(Statement base, Description description) { in apply()
DSamplerRule.java109 public Statement apply(Statement base, Description description) { in apply()
DFailureWatcher.java44 public Statement apply(Statement base, Description description) { in apply()
DTestStabilityRule.java66 public Statement apply(Statement base, Description description) { in apply()
DShellCommandRule.java61 public Statement apply(Statement base, Description description) { in apply()
/packages/modules/StatsD/lib/libkll/encoding/
Dencoder.h55 const char* base() const { in base() function
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ipmemorystore/
DRelevanceUtilsTests.java38 final long base = 1_000_000L; // any given point in time in testComputeRelevanceForTargetDate() local
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dpow_same_shape.mod.py16 base = Input("base", "TENSOR_FLOAT32", "{3, 2, 1}") variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dpow.mod.py16 base = Input("base", "TENSOR_FLOAT32", "{2, 1}") variable
/packages/apps/Settings/src/com/android/settings/utils/
DLocalClassLoaderContextThemeWrapper.java31 public LocalClassLoaderContextThemeWrapper(Class clazz, Context base, in LocalClassLoaderContextThemeWrapper()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DFileUtilities.java34 public static boolean isSameOrSubDirectory(File base, File child) { in isSameOrSubDirectory()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.kt71 val base = getChronometerBase(timer) in build() constant
257 val base = getChronometerBase(timer) in buildHeadsUp() constant
311 val base = getChronometerBase(timer) in buildMissed() constant
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DPortraitLandscapeRunner.java21 public Statement apply(Statement base, Description description) { in apply()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContextWithServiceOverrides.java31 public ContextWithServiceOverrides(Context base) { in ContextWithServiceOverrides()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DActivityContextWrapper.java41 public ActivityContextWrapper(Context base) { in ActivityContextWrapper()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/shared/
DParcelableUtil.java38 public static <ParcelableType, BaseType> ParcelableType[] toParcelableArray( in toParcelableArray()
/packages/modules/Bluetooth/system/gd/os/
Dsystem_properties_common.cc30 const std::string& property, uint32_t default_value, int base) { in GetSystemPropertyUint32Base()

12345