Searched refs:classes (Results 1 - 22 of 22) 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/nfc-extras/
H A DAndroid.mk13 # put the classes.jar, with full class files instead of classes.dex inside, into the dist directory
/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.java44 * Builds a {@link Request} from test classes in given apk paths, filtered on provided set of
77 // don't filter out any test classes/suites, because their methods may have correct
201 * Builds the {@link TestRequest} based on current contents of added classes and methods.
203 * If no classes have been explicitly added, will scan the classpath for all tests.
208 // no class restrictions have been specified. Load all classes
212 Request request = classes(instr, mSkipExecution, new Computer(),
219 * in a set of classes.
222 * @param computer Helps construct Runners from classes
223 * @param classes the classes containin
226 classes(Instrumentation instr, boolean skipExecution, Computer computer, Class<?>... classes) argument
[all...]
/frameworks/base/services/input/
H A DEventHub.cpp164 classes(0), configuration(NULL), virtualKeyMap(NULL),
268 return device->classes;
1083 device->classes |= INPUT_DEVICE_CLASS_KEYBOARD;
1090 device->classes |= INPUT_DEVICE_CLASS_CURSOR;
1101 device->classes |= INPUT_DEVICE_CLASS_TOUCH | INPUT_DEVICE_CLASS_TOUCH_MT;
1107 device->classes |= INPUT_DEVICE_CLASS_TOUCH;
1114 uint32_t assumedClasses = device->classes | INPUT_DEVICE_CLASS_JOYSTICK;
1118 device->classes = assumedClasses;
1127 device->classes |= INPUT_DEVICE_CLASS_SWITCH;
1134 device->classes |
[all...]
H A DEventHub.h86 * Input device classes.
127 * Gets the class that owns an axis, in cases where multiple classes might claim
311 uint32_t classes; member in struct:android::EventHub::Device
H A DInputReader.cpp356 uint32_t classes = mEventHub->getDeviceClasses(deviceId); local
358 InputDevice* device = createDeviceLocked(deviceId, identifier, classes);
399 const InputDeviceIdentifier& identifier, uint32_t classes) {
401 identifier, classes);
404 if (classes & INPUT_DEVICE_CLASS_EXTERNAL) {
409 if (classes & INPUT_DEVICE_CLASS_SWITCH) {
414 if (classes & INPUT_DEVICE_CLASS_VIBRATOR) {
421 if (classes & INPUT_DEVICE_CLASS_KEYBOARD) {
424 if (classes & INPUT_DEVICE_CLASS_ALPHAKEY) {
427 if (classes
398 createDeviceLocked(int32_t deviceId, const InputDeviceIdentifier& identifier, uint32_t classes) argument
845 InputDevice(InputReaderContext* context, int32_t id, int32_t generation, const InputDeviceIdentifier& identifier, uint32_t classes) argument
[all...]
H A DInputReader.h413 const InputDeviceIdentifier& identifier, uint32_t classes);
511 const InputDeviceIdentifier& identifier, uint32_t classes);
898 * 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/packages/WAPPushManager/tests/
H A DAndroid.mk31 # automatically get all of its classes loaded into our environment.
/frameworks/native/opengl/tools/glgen/
H A Dgen92 mkdir classes
93 javac -d classes android/opengl/EGL14.java com/google/android/gles_jni/GLImpl.java javax/microedition/khronos/opengles/GL10.java javax/microedition/khronos/opengles/GL10Ext.java javax/microedition/khronos/opengles/GL11.java javax/microedition/khronos/opengles/GL11Ext.java javax/microedition/khronos/opengles/GL11ExtensionPack.java android/opengl/GLES10.java android/opengl/GLES10Ext.java android/opengl/GLES11.java android/opengl/GLES11Ext.java android/opengl/GLES20.java
97 echo "Could not compile generated classes."
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DRunTestCommand.java86 System.err.println("No test classes found.");
174 * Add test classes from a potentially comma separated list
175 * @param classes
177 private void addTestClasses(String classes) { argument
178 String[] classArray = classes.split(CLASS_SEPARATOR);
185 * Add test classes from jars passed on the command line. Use this if nothing was explicitly
231 + " <JARS>: a list of jar files containing test classes and dependencies. If\n"
245 + " -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.java44 * to list the desired classes and their dependencies.
56 /** Keep all classes that derive from these one (these included). */
58 /** Glob patterns of classes to keep, e.g. "com.foo.*" */
67 * @param deriveFrom Keep all classes that derive from these one (these included).
68 * @param includeGlobs Glob patterns of classes to keep, e.g. "com.foo.*"
82 * Fills the generator with classes & dependencies found.
89 mLog.info("Found %d classes in input JAR%s.", zipClasses.size(),
102 * Parses a JAR file and returns a list of all classes founds using a map
106 TreeMap<String, ClassReader> classes = new TreeMap<String, ClassReader>();
117 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/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;
931 InputDevice* newDevice(int32_t deviceId, const String8& name, uint32_t classes) { argument
935 return new InputDevice(&mContext, deviceId, generation, identifier, classes);
940 const InputDeviceIdentifier& identifier, uint32_t classes) {
939 createDeviceLocked(int32_t deviceId, const InputDeviceIdentifier& identifier, uint32_t classes) argument
978 addDevice(int32_t deviceId, const String8& name, uint32_t classes, const PropertyMap* configuration) argument
991 addDeviceWithFakeInputMapper(int32_t deviceId, const String8& name, uint32_t classes, uint32_t sources, const PropertyMap* configuration) argument
[all...]
/frameworks/base/
H A DAndroid.mk243 # List of classes and interfaces which should be loaded by the Zygote.
244 LOCAL_JAVA_RESOURCE_FILES += $(LOCAL_PATH)/preloaded-classes

Completed in 302 milliseconds