Searched defs:classes (Results 1 - 10 of 10) sorted by relevance

/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/cmds/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/tests/com/android/tools/layoutlib/create/
H A DAsmGeneratorTest.java89 // classes to inject in the final JAR
111 // classes to rename (so that we can replace them)
139 new String[] { // include classes
142 new HashSet<String>(0) /* excluded classes */,
157 // classes to inject in the final JAR
181 // classes to rename (so that we can replace them)
187 // classes to refactor (so that we can replace them)
209 new String[] { // include classes
258 // classes to rename (so that we can replace them)
264 // classes t
306 parseZip(String jarPath, Map<String, ClassReader> classes, Map<String, InputStream> filesFound) argument
[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/base/tools/aidl/
H A DAST.h363 vector<Class*> classes; member in struct:Document
/frameworks/native/services/inputflinger/
H A DEventHub.h101 * Input device classes.
142 * Gets the class that owns an axis, in cases where multiple classes might claim
332 uint32_t classes; member in struct:android::EventHub::Device
H A DInputReader.cpp367 uint32_t classes = mEventHub->getDeviceClasses(deviceId); local
370 InputDevice* device = createDeviceLocked(deviceId, controllerNumber, identifier, classes);
411 const InputDeviceIdentifier& identifier, uint32_t classes) {
413 controllerNumber, identifier, classes);
416 if (classes & INPUT_DEVICE_CLASS_EXTERNAL) {
421 if (classes & INPUT_DEVICE_CLASS_SWITCH) {
426 if (classes & INPUT_DEVICE_CLASS_VIBRATOR) {
433 if (classes & INPUT_DEVICE_CLASS_KEYBOARD) {
436 if (classes & INPUT_DEVICE_CLASS_ALPHAKEY) {
439 if (classes
410 createDeviceLocked(int32_t deviceId, int32_t controllerNumber, const InputDeviceIdentifier& identifier, uint32_t classes) argument
857 InputDevice(InputReaderContext* context, int32_t id, int32_t generation, int32_t controllerNumber, const InputDeviceIdentifier& identifier, uint32_t classes) argument
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java47 * to list the desired classes and their dependencies.
59 /** Keep all classes that derive from these one (these included). */
61 /** Glob patterns of classes to keep, e.g. "com.foo.*" */
63 /** The set of classes to exclude.*/
67 /** Internal names of classes that contain method calls that need to be rewritten. */
76 * @param deriveFrom Keep all classes that derive from these one (these included).
77 * @param includeGlobs Glob patterns of classes to keep, e.g. "com.foo.*"
96 * Fills the generator with classes & dependencies found.
104 mLog.info("Found %d classes in input JAR%s.", zipClasses.size(),
119 * Parses a JAR file and adds all the classes foun
127 parseZip(List<String> jarPathList, Map<String, ClassReader> classes, Map<String, InputStream> filesFound) argument
[all...]
/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/native/services/inputflinger/tests/
H A DInputReader_test.cpp316 uint32_t classes; member in struct:android::FakeEventHub::Device
329 Device(uint32_t classes) : argument
330 classes(classes) {
348 void addDevice(int32_t deviceId, const String8& name, uint32_t classes) { argument
349 Device* device = new Device(classes);
477 return device ? device->classes : 0;
946 uint32_t classes) {
951 classes);
956 const InputDeviceIdentifier& identifier, uint32_t classes) {
945 newDevice(int32_t deviceId, int32_t controllerNumber, const String8& name, uint32_t classes) argument
955 createDeviceLocked(int32_t deviceId, int32_t controllerNumber, const InputDeviceIdentifier& identifier, uint32_t classes) argument
994 addDevice(int32_t deviceId, const String8& name, uint32_t classes, const PropertyMap* configuration) argument
1007 addDeviceWithFakeInputMapper(int32_t deviceId, int32_t controllerNumber, const String8& name, uint32_t classes, uint32_t sources, const PropertyMap* configuration) argument
[all...]

Completed in 289 milliseconds