Searched refs:classes (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/core/tests/coretests/apks/install_bad_dex/
H A DAndroid.mk8 LOCAL_JAVA_RESOURCE_FILES := $(LOCAL_PATH)/classes.dex
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
H A DTestDelegates.java30 * Tests that native delegate classes implement all the required methods.
32 * This looks at {@link CreateInfo#DELEGATE_CLASS_NATIVES} to get the list of classes that
46 final String[] classes = CreateInfo.DELEGATE_CLASS_NATIVES;
47 final int count = classes.length;
49 loadAndCompareClasses(classes[i], classes[i] + "_Delegate");
68 // load the classes
/frameworks/base/tests/SmokeTest/tests/
H A DAndroid.mk12 # automatically get all of its classes loaded into our environment.
/frameworks/testing/androidtestlib/src/com/android/test/runner/
H A DTestRequestBuilder.java47 * Builds a {@link Request} from test classes in given apk paths, filtered on provided set of
127 /* Parameterized tests have no test classes. */
268 * Builds the {@link TestRequest} based on current contents of added classes and methods.
270 * If no classes have been explicitly added, will scan the classpath for all tests.
275 // no class restrictions have been specified. Load all classes
279 Request request = classes(instr, bundle, mSkipExecution, new Computer(),
286 * in a set of classes.
291 * @param computer Helps construct Runners from classes
292 * @param classes the classes containin
295 classes(Instrumentation instr, Bundle bundle, boolean skipExecution, Computer computer, Class<?>... classes) argument
[all...]
/frameworks/base/services/input/
H A DEventHub.cpp164 classes(0), configuration(NULL), virtualKeyMap(NULL),
269 return device->classes;
1116 device->classes |= INPUT_DEVICE_CLASS_KEYBOARD;
1123 device->classes |= INPUT_DEVICE_CLASS_CURSOR;
1134 device->classes |= INPUT_DEVICE_CLASS_TOUCH | INPUT_DEVICE_CLASS_TOUCH_MT;
1140 device->classes |= INPUT_DEVICE_CLASS_TOUCH;
1147 uint32_t assumedClasses = device->classes | INPUT_DEVICE_CLASS_JOYSTICK;
1151 device->classes = assumedClasses;
1160 device->classes |= INPUT_DEVICE_CLASS_SWITCH;
1167 device->classes |
[all...]
H A DInputReader.cpp356 uint32_t classes = mEventHub->getDeviceClasses(deviceId); local
359 InputDevice* device = createDeviceLocked(deviceId, controllerNumber, identifier, classes);
400 const InputDeviceIdentifier& identifier, uint32_t classes) {
402 controllerNumber, identifier, classes);
405 if (classes & INPUT_DEVICE_CLASS_EXTERNAL) {
410 if (classes & INPUT_DEVICE_CLASS_SWITCH) {
415 if (classes & INPUT_DEVICE_CLASS_VIBRATOR) {
422 if (classes & INPUT_DEVICE_CLASS_KEYBOARD) {
425 if (classes & INPUT_DEVICE_CLASS_ALPHAKEY) {
428 if (classes
399 createDeviceLocked(int32_t deviceId, int32_t controllerNumber, const InputDeviceIdentifier& identifier, uint32_t classes) argument
846 InputDevice(InputReaderContext* context, int32_t id, int32_t generation, int32_t controllerNumber, const InputDeviceIdentifier& identifier, uint32_t classes) argument
[all...]
H A DEventHub.h101 * Input device classes.
142 * Gets the class that owns an axis, in cases where multiple classes might claim
330 uint32_t classes; member in struct:android::EventHub::Device
H A DInputReader.h413 const InputDeviceIdentifier& identifier, uint32_t classes);
511 controllerNumber, const InputDeviceIdentifier& identifier, uint32_t classes);
904 * different classes of events.
/frameworks/base/tools/preload/
H A DPrintHtmlDiff.java32 = "old-preloaded-classes";
88 Iterable<LoadedClass> classes) {
100 for (LoadedClass clazz : classes) {
87 printTable(PrintStream out, MemoryUsage baseline, Iterable<LoadedClass> classes) argument
/frameworks/base/tools/aidl/
H A Dgenerate_java.cpp77 document->classes.push_back(cl);
H A DAST.cpp906 N = this->classes.size();
908 Class* c = this->classes[i];
H A DAST.h363 vector<Class*> classes; member in struct:Document
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmGeneratorTest.java86 // classes to inject in the final JAR
108 // classes to rename (so that we can replace them)
131 new String[] { // include classes
134 new HashSet<String>(0) /* excluded classes */);
148 // classes to inject in the final JAR
172 // classes to rename (so that we can replace them)
178 // classes to refactor (so that we can replace them)
195 new String[] { // include classes
212 TreeMap<String, ClassReader> classes = new TreeMap<String, ClassReader>();
222 classes
[all...]
/frameworks/base/packages/WAPPushManager/tests/
H A DAndroid.mk31 # automatically get all of its classes loaded into our environment.
/frameworks/native/opengl/tools/glgen/
H A Dgen94 mkdir classes
95 javac -d classes android/opengl/EGL14.java \
112 echo "Could not compile generated classes."
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DRunTestCommand.java87 System.err.println("No test classes found.");
177 * Add test classes from a potentially comma separated list
178 * @param classes
180 private void addTestClasses(String classes) { argument
181 String[] classArray = classes.split(CLASS_SEPARATOR);
188 * Add test classes from jars passed on the command line. Use this if nothing was explicitly
234 + " <JARS>: a list of jar files containing test classes and dependencies. If\n"
248 + " -e <NAME> <VALUE>: other name-value pairs to be passed to test classes.\n"
/frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DRunTestCommand.java87 System.err.println("No test classes found.");
177 * Add test classes from a potentially comma separated list
178 * @param classes
180 private void addTestClasses(String classes) { argument
181 String[] classArray = classes.split(CLASS_SEPARATOR);
188 * Add test classes from jars passed on the command line. Use this if nothing was explicitly
234 + " <JARS>: a list of jar files containing test classes and dependencies. If\n"
248 + " -e <NAME> <VALUE>: other name-value pairs to be passed to test classes.\n"
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java45 * to list the desired classes and their dependencies.
57 /** Keep all classes that derive from these one (these included). */
59 /** Glob patterns of classes to keep, e.g. "com.foo.*" */
61 /** The set of classes to exclude.*/
70 * @param deriveFrom Keep all classes that derive from these one (these included).
71 * @param includeGlobs Glob patterns of classes to keep, e.g. "com.foo.*"
86 * Fills the generator with classes & dependencies found.
90 mLog.info("Found %d classes in input JAR%s.", zipClasses.size(),
103 * Parses a JAR file and returns a list of all classes founds using a map
107 TreeMap<String, ClassReader> classes
[all...]
H A DDependencyFinder.java48 * to list the classes and their dependencies. A "dependency" is a class
77 mLog.info("Found %d classes in input JAR%s.",
150 * Parses a JAR file and returns a list of all classes founds using a map
154 TreeMap<String, ClassReader> classes = new TreeMap<String, ClassReader>();
165 classes.put(className, cr);
170 return classes;
198 * Finds all dependencies for all classes in keepClasses which are also
223 mLog.debugNoln("Visited %d classes\r", ++count);
233 * Computes which classes FQCN were found as dependencies that are NOT listed
234 * in the original JAR classes
[all...]
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java232 public void run(String[] classes) { argument
233 for (String cl : classes) {
278 test classes to a test suite for run
/frameworks/wilhelm/src/
H A DAndroid.mk73 classes.c \
/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java120 public void onStart(String tag, String[] classes, String annotation) { } argument
295 String[] classes = null;
298 classes = mName.substring(dotAt + 1).split("\\.");
301 mListener.onStart(mName, classes, mAnnotation);
332 void onStart(String tag, String[] classes, String annotation); argument
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp306 uint32_t classes; member in struct:android::FakeEventHub::Device
319 Device(uint32_t classes) : argument
320 classes(classes) {
338 void addDevice(int32_t deviceId, const String8& name, uint32_t classes) { argument
339 Device* device = new Device(classes);
467 return device ? device->classes : 0;
936 uint32_t classes) {
941 classes);
946 const InputDeviceIdentifier& identifier, uint32_t classes) {
935 newDevice(int32_t deviceId, int32_t controllerNumber, const String8& name, uint32_t classes) argument
945 createDeviceLocked(int32_t deviceId, int32_t controllerNumber, const InputDeviceIdentifier& identifier, uint32_t classes) argument
984 addDevice(int32_t deviceId, const String8& name, uint32_t classes, const PropertyMap* configuration) argument
997 addDeviceWithFakeInputMapper(int32_t deviceId, int32_t controllerNumber, const String8& name, uint32_t classes, uint32_t sources, const PropertyMap* configuration) argument
[all...]
/frameworks/base/
H A DAndroid.mk312 # List of classes and interfaces which should be loaded by the Zygote.
313 LOCAL_JAVA_RESOURCE_FILES += $(LOCAL_PATH)/preloaded-classes

Completed in 1777 milliseconds