Searched refs:definition (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/data/keyboards/
H A Dkeyboards.mk15 # Warning: this is actually a product definition, to be inherited from
/frameworks/compile/libbcc/runtime/make/
H A Dutil.mk59 # Print the name, definition, and value of a variable, for testing make
100 # General debugging rule, use 'make print-XXX' to print the definition, value
/frameworks/base/data/fonts/
H A Dfonts.mk15 # Warning: this is actually a product definition, to be inherited from
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DDelegateClassAdapterTest.java73 // (load the class in a distinct class loader so that we can trash its definition later)
301 public ClassLoader2 add(String className, byte[] definition) { argument
302 mClassDefs.put(className, definition);
329 // Load everything else from the original definition into the new class loader.
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp398 void addVirtualKeyDefinition(int32_t deviceId, const VirtualKeyDefinition& definition) { argument
400 device->virtualKeys.push(definition);

Completed in 3250 milliseconds