Searched refs:Component (Results 1 - 10 of 10) 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/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DCompoundTransform.java34 public static abstract class Component { class in class:CompoundTransform
40 Component(int type, String name) { method in class:CompoundTransform.Component
74 public static class TranslateComponent extends Component {
90 public static class RotateComponent extends Component {
114 public static class ScaleComponent extends Component {
131 public ArrayList<Component> mTransformComponents;
134 mTransformComponents = new ArrayList<Component>();
155 public void addComponent(Component c) {
165 public void setComponent(int index, Component c) {
178 void updateRSComponent(Component
[all...]
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRecurrenceSetTest.java133 ICalendar.Component recurrenceComponent =
134 new ICalendar.Component("DUMMY", null /* parent */);
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java3850 Component outInfo, String[] outError)
4430 public static class Component<II extends IntentInfo> { class in class:PackageParser
4439 public Component(Package _owner) { method in class:PackageParser.Component
4445 public Component(final ParsePackageItemArgs args, final PackageItemInfo outInfo) { method in class:PackageParser.Component
4489 public Component(final ParseComponentArgs args, final ComponentInfo outInfo) { method in class:PackageParser.Component
4518 public Component(Component<II> clone) { method in class:PackageParser.Component
4551 public final static class Permission extends Component<IntentInfo> {
4578 public final static class PermissionGroup extends Component<IntentInfo> {
4750 public final static class Activity extends Component<ActivityIntentInf
[all...]
/frameworks/rs/api/
H A Drs_core_math.spec25 Component wise conversion from #2#1 to #3#1
37 Component wise conversion from #2#1 to #3#1
49 Component wise conversion from #2#1 to #3#1
61 Component wise conversion from #2#1 to #3#1

Completed in 436 milliseconds