Searched refs:Component (Results 1 - 13 of 13) sorted by relevance

/frameworks/rs/
H A DrsComponent.h29 class Component { class in namespace:android::renderscript
31 Component();
32 ~Component();
H A DrsComponent.cpp22 Component::Component() { function in class:Component
26 Component::~Component() {
29 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) {
195 bool Component::isReference() const {
249 void Component::dumpLOGV(const char *prefix) const {
251 ALOGV("%s Component: %s, %s, vectorSize=%i, bits=%i",
254 ALOGV("%s Component: %s, %s, vectorSize=%i, bits=%i",
259 void Component
[all...]
H A DrsElement.h91 const Component & getComponent() const {return mComponent;}
157 Component mComponent;
H A DrsElement.cpp133 Component component;
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java59 public static class Component { class in class:ICalendar
74 private final Component mParent; // see if we can get rid of this
75 private LinkedList<Component> mChildren = null;
83 public Component(String name, Component parent) { method in class:ICalendar.Component
100 public Component getParent() {
108 protected LinkedList<Component> getOrCreateChildren() {
110 mChildren = new LinkedList<Component>();
119 public void addChild(Component child) {
124 * Returns a list of the Component childre
[all...]
H A DRecurrenceSet.java190 public static boolean populateContentValues(ICalendar.Component component,
257 ICalendar.Component component) {
326 ICalendar.Component component) {
384 public static void addPropertiesForRuleStr(ICalendar.Component component,
444 public static void addPropertyForDateStr(ICalendar.Component component,
466 ICalendar.Component component) {
499 private static String flattenProperties(ICalendar.Component component,
/frameworks/av/services/audiopolicy/enginedefault/
H A DAndroid.mk3 # Component build
/frameworks/av/services/audiopolicy/engineconfigurable/
H A DAndroid.mk5 # Component build
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRecurrenceSetTest.java133 ICalendar.Component recurrenceComponent =
134 new ICalendar.Component("DUMMY", null /* parent */);
/frameworks/base/tools/preload2/src/com/android/preload/ui/
H A DUI.java23 import java.awt.Component;
260 public Component getListCellRendererComponent(JList<?> list, Object value, int index,
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java4359 Component<?> outInfo, String[] outError) throws XmlPullParserException, IOException {
5162 public static class Component<II extends IntentInfo> { class in class:PackageParser
5171 public Component(Package _owner) { method in class:PackageParser.Component
5177 public Component(final ParsePackageItemArgs args, final PackageItemInfo outInfo) { method in class:PackageParser.Component
5221 public Component(final ParseComponentArgs args, final ComponentInfo outInfo) { method in class:PackageParser.Component
5250 public Component(Component<II> clone) { method in class:PackageParser.Component
5283 public final static class Permission extends Component<IntentInfo> {
5310 public final static class PermissionGroup extends Component<IntentInfo> {
5485 public final static class Activity extends Component<ActivityIntentInf
[all...]
/frameworks/base/tools/fonts/
H A Dfontchain_lint.py132 sequence = [first_glyph] + ligature.Component
/frameworks/base/
H A Dcompiled-classes-phone984 android.content.pm.PackageParser$Component

Completed in 224 milliseconds