HomeSort by relevance Sort by last modified time
    Searched full:framework (Results 451 - 475 of 7673) sorted by null

<<11121314151617181920>>

  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
VibratorServicePermissionTest.java 17 package com.android.framework.permission.tests;
19 import junit.framework.TestCase;
  /libcore/luni/src/main/java/java/util/concurrent/locks/
package-info.java 8 * Interfaces and classes providing a framework for locking and waiting
10 * monitors. The framework permits much greater flexibility in the use of
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidByteArrayInputStreamTest.java 22 import junit.framework.Assert;
23 import junit.framework.TestCase;
OldAndroidCharArrayReaderTest.java 22 import junit.framework.Assert;
23 import junit.framework.TestCase;
OldAndroidPushbackInputStreamTest.java 23 import junit.framework.Assert;
24 import junit.framework.TestCase;
OldAndroidPushbackReaderTest.java 23 import junit.framework.Assert;
24 import junit.framework.TestCase;
OldAndroidStringReaderTest.java 22 import junit.framework.Assert;
23 import junit.framework.TestCase;
  /libcore/support/src/test/java/tests/resources/manifest/
hyts_MANIFEST.MF 9 com.ibm.ive.eccomm.service.framework; specification-version=1.2.0,
10 org.osgi.framework; specification-version=1.0.0,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/project/
ProjectHelperTest.java 25 import junit.framework.TestCase;
33 /** The container id for the android framework jar file */
  /sdk/monkeyrunner/etc/
monkeyrunner.bat 40 set frameworkdir=..\framework\
63 call %java_exe% -Xmx512m -Djava.ext.dirs=%frameworkdir%;%swt_path% -Dcom.android.monkeyrunner.bindir=..\framework -jar %jarpath% %*
  /system/media/mca/filterfw/java/android/filterfw/
MffEnvironment.java 26 * Base class for mobile filter framework (MFF) frontend environments. These convenience classes
27 * allow using the filter framework without the requirement of performing manual setup of its
  /frameworks/base/docs/html/sdk/
android-2.0.1.jd 19 <li><a href="#api">Framework API</a>
47 changes, bug fixes and framework behavioral changes. For information on changes
48 and fixes, see the <a href="#api">Framework API</a> section.</p>
254 <h2 id="api">Framework API</h2>
257 framework API provided by the Android {@sdkPlatformVersion} platform. Note,
265 <p>The Android {@sdkPlatformVersion} platform delivers an updated version of the framework
282 <p>The following is a summary of changes to the framework APIs.</p>
299 framework APIs but do not add or remove API functionality.</p>
329 <p>The following is a summary of bug fixes that affect some framework APIs.</p>
333 <p>The framework now correctly selects application resources in projec
    [all...]
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 31 import junit.framework.TestSuite;
32 import junit.framework.TestListener;
33 import junit.framework.Test;
34 import junit.framework.TestResult;
74 mJUnitClass = Class.forName("junit.framework.TestCase", false, null);
128 public void addFailure(Test test, junit.framework.AssertionFailedError t) {
334 junit.framework.TestCase test = (junit.framework.TestCase) clazz.newInstance();
444 junit.textui.TestRunner.run((junit.framework.Test) testCase);
494 junit.framework.TestCase test = (junit.framework.TestCase) clazz.newInstance()
    [all...]
  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceResolver.java 73 * @param frameworkResources the framework resources.
359 // now search in the framework resources.
367 // generated dynamically when compiling the framework resources.
402 * Compute style information from the given list of style for the project and framework.
423 // compute the inheritance map for both the project and framework styles
427 // Compute the style inheritance for the framework styles/themes.
429 // we want to force looking in the framework style only to avoid using
445 * @param inFrameworkStyleMap the map of framework styles.
498 * @param inFrameworkStyleMap the framework style map.
513 // check for framework identifier
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 69 private static final String TAG = "Framework Resource Parser";
80 * Parses the framework, collects all interesting information and stores them in the
259 // load the framework resources.
304 * Preloads all "interesting" classes from the framework SDK jar.
306 * Currently this preloads all classes from the framework jar
308 * @param classLoader The framework SDK jar classloader
324 * Loads, collects and returns the list of default permissions from the framework.
326 * @param classLoader The framework SDK jar classloader
373 * Loads and collects the action and category default values from the framework.
438 * @param classLoader The framework SDK jar classloader in case we cannot get the widget fro
    [all...]
  /cts/tests/core/libcore/com/
AndroidManifest.xml 27 android:label="cts framework tests"/>
  /cts/tests/core/libcore/dalvik/
AndroidManifest.xml 27 android:label="cts framework tests"/>
  /cts/tests/core/libcore/libcore/
AndroidManifest.xml 27 android:label="cts framework tests"/>
  /cts/tests/core/libcore/org/
AndroidManifest.xml 27 android:label="cts framework tests"/>
  /cts/tests/core/libcore/sun/
AndroidManifest.xml 27 android:label="cts framework tests"/>
  /cts/tests/core/libcore/tests/
AndroidManifest.xml 27 android:label="cts framework tests"/>
  /cts/tests/core/runner/
AndroidManifest.xml 27 android:label="cts framework tests"/>
  /cts/tests/src/android/theme/cts/
TestReset.java 30 * the while sharing code between both for most of the test framework.
  /cts/tests/src/android/view/animation/cts/
DelayedCheck.java 19 import junit.framework.Assert;
  /cts/tests/tests/example/src/android/example/cts/
ExampleSecondaryTest.java 21 import junit.framework.TestCase;

Completed in 968 milliseconds

<<11121314151617181920>>