Searched defs:classes (Results 1 - 15 of 15) 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/core/java/com/android/internal/util/
H A DMessageUtils.java44 * Finds the names of integer constants. Searches the specified {@code classes}, looking for
47 * @param classes the classes to examine.
51 public static SparseArray<String> findMessageNames(Class[] classes, String[] prefixes) { argument
53 for (Class c : classes) {
121 * Finds the names of integer constants. Searches the specified {@code classes}, looking for
124 * @param classNames the classes to examine.
/frameworks/base/tools/preload2/src/com/android/preload/actions/
H A DComputeThresholdAction.java38 * Compute an intersection of classes from the given data. A class is in the intersection if it
40 * used to filter classes from the intersection.
49 * that filters classes.
93 + " classes, would you like to save to disk?", "Save?");
120 Set<String> classes) {
121 for (String className : classes) {
119 updateClassUse(String pkg, Map<String, Set<String>> classUses, Set<String> 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/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
H A DMultiArgTestAdapter.java26 public static String join(BaseMultiBindingClass... classes) { argument
28 for(BaseMultiBindingClass instance : classes) {
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmGeneratorTest.java95 // classes to inject in the final JAR
117 // classes to rename (so that we can replace them)
155 new String[] { // include classes
158 Collections.<String>emptySet() /* excluded classes */,
173 // classes to inject in the final JAR
197 // classes to rename (so that we can replace them)
203 // classes to refactor (so that we can replace them)
235 new String[] { // include classes
284 // classes to rename (so that we can replace them)
290 // classes t
453 parseZip(String jarPath, Map<String, ClassReader> classes, Map<String, InputStream> filesFound) argument
[all...]
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java233 public void run(String[] classes) { argument
234 for (String cl : classes) {
279 test classes to a test suite for run
/frameworks/native/services/inputflinger/
H A DEventHub.h101 * Input device classes.
151 * Gets the class that owns an axis, in cases where multiple classes might claim
343 uint32_t classes; member in struct:android::EventHub::Device
H A DInputReader.cpp382 uint32_t classes = mEventHub->getDeviceClasses(deviceId); local
385 InputDevice* device = createDeviceLocked(deviceId, controllerNumber, identifier, classes);
434 const InputDeviceIdentifier& identifier, uint32_t classes) {
436 controllerNumber, identifier, classes);
439 if (classes & INPUT_DEVICE_CLASS_EXTERNAL) {
444 if (classes & INPUT_DEVICE_CLASS_MIC) {
449 if (classes & INPUT_DEVICE_CLASS_SWITCH) {
454 if (classes & INPUT_DEVICE_CLASS_ROTARY_ENCODER) {
459 if (classes & INPUT_DEVICE_CLASS_VIBRATOR) {
466 if (classes
433 createDeviceLocked(int32_t deviceId, int32_t controllerNumber, const InputDeviceIdentifier& identifier, uint32_t classes) argument
940 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.java46 * to list the desired classes and their dependencies.
58 /** Keep all classes that derive from these one (these included). */
60 /** Glob patterns of classes to keep, e.g. "com.foo.*" */
62 /** The set of classes to exclude.*/
66 /** Internal names of classes that contain method calls that need to be rewritten. */
75 * @param deriveFrom Keep all classes that derive from these one (these included).
76 * @param includeGlobs Glob patterns of classes to keep, e.g. "com.foo.*"
95 * Fills the generator with classes & dependencies found.
103 mLog.info("Found %d classes in input JAR%s.", zipClasses.size(),
118 * Parses a JAR file and adds all the classes foun
126 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/data-binding/compiler/src/main/java/android/databinding/tool/store/
H A DSetterStore.java390 public void clear(Set<String> classes) { argument
395 if (classes.contains(description.type)) {
405 if (classes.contains(renamed.get(key).type)) {
416 if (classes.contains(methodDescription.type)) {
425 if (classes.contains(mStore.untaggableTypes.get(typeName))) {
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp315 uint32_t classes; member in struct:android::FakeEventHub::Device
328 Device(uint32_t classes) : argument
329 classes(classes) {
347 void addDevice(int32_t deviceId, const String8& name, uint32_t classes) { argument
348 Device* device = new Device(classes);
476 return device ? device->classes : 0;
954 uint32_t classes) {
959 classes);
964 const InputDeviceIdentifier& identifier, uint32_t classes) {
953 newDevice(int32_t deviceId, int32_t controllerNumber, const String8& name, uint32_t classes) argument
963 createDeviceLocked(int32_t deviceId, int32_t controllerNumber, const InputDeviceIdentifier& identifier, uint32_t classes) argument
1002 addDevice(int32_t deviceId, const String8& name, uint32_t classes, const PropertyMap* configuration) argument
1015 addDeviceWithFakeInputMapper(int32_t deviceId, int32_t controllerNumber, const String8& name, uint32_t classes, uint32_t sources, const PropertyMap* configuration) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1135 milliseconds