Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DMutableContextWrapperTest.java47 Context base = actitity; in testSetBaseContext() local
DContextTest.java315 final File base = mContext.getFilesDir(); in testFilenames() local
DContextWrapperTest.java808 public MockContextWrapper(Context base) { in MockContextWrapper()
813 public void attachBaseContext(Context base) { in attachBaseContext()
/cts/tools/dasm/src/java_cup/
Daction_production.java21 production base, in action_production()
/cts/tests/tests/content/src/android/content/res/cts/
DFractionTest.java76 private void tryFraction(final int resid, final float base, final float pbase, in tryFraction()
/cts/tools/cts-tradefed/tests/src/com/android/compatibility/tradefed/
DCtsTradefedTest.java43 File base = new File(root, "android-cts"); in testSuiteInfoLoad() local
/cts/tests/tests/view/src/android/view/cts/
DContextThemeWrapperTest.java34 public MocContextThemeWrapper(Context base, int themeres) { in MocContextThemeWrapper()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTriggerContentTest.java237 String base = "content://" + DummyJobContentProvider.AUTHORITY + "/root"; in testDescendantsObserver() local
285 String base = "content://" + DummyJobContentProvider.AUTHORITY + "/root"; in testNonDescendantsObserver() local
/cts/tests/tests/graphics/src/android/opengl/cts/
DCompressedTextureSurfaceView.java58 Bitmap base, in CompressedTextureSurfaceView()
149 Bitmap base, in CompressedTextureRender()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DLaunchClip.java151 AllocationAdapter makeAdapter(Allocation base, int ax, int ay, int az, int ox, int oy, int oz) { in makeAdapter()
DCoreMathVerifier.java853 Target.Floaty base = t.newFloaty(x); in pow() local
864 Target.Floaty base = t.new32(x); in powr() local
/cts/tests/tests/content/src/android/content/cts/util/
DXmlUtils.java104 int base = 10; in convertValueToInt() local
149 int base = 10; in parseUnsignedIntAttribute() local
/cts/tests/tests/widget/src/android/widget/cts/util/
DXmlUtils.java102 int base = 10; in convertValueToInt() local
147 int base = 10; in parseUnsignedIntAttribute() local
/cts/tests/tests/view/src/android/view/cts/util/
DXmlUtils.java101 int base = 10; in convertValueToInt() local
146 int base = 10; in parseUnsignedIntAttribute() local
/cts/tests/tests/media/src/android/media/cts/
DNativeDecoderTest.java475 File base = mContext.getExternalFilesDir(null); in testMuxer() local