HomeSort by relevance Sort by last modified time
    Searched defs:Component (Results 1 - 6 of 6) sorted by null

  /frameworks/base/libs/rs/
rsComponent.cpp 24 Component::Component()
29 Component::~Component()
33 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize)
159 uint32_t Component::getGLType() const
178 uint32_t Component::getGLFormat() const
247 String8 Component::getCType() const
267 String8 Component::getGLSLType() const
331 void Component::dumpLOGV(const char *prefix) cons
    [all...]
rsComponent.h 28 class Component
31 Component();
32 ~Component();
  /external/chromium/googleurl/src/
url_parse.h 44 // Component ------------------------------------------------------------------
47 struct Component {
48 Component() : begin(0), len(-1) {}
51 Component(int b, int l) : begin(b), len(l) {}
57 // Returns true if this component is valid, meaning the length is given. Even
63 // Returns true if the given component is specified on false, the component
74 bool operator==(const Component& other) const {
78 int begin; // Byte offset in the string of this component.
79 int len; // Will be -1 if the component is unspecified
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
PathBarLayer.java 31 private final ArrayList<Component> mComponents = new ArrayList<Component>();
35 private Component mTouchItem = null;
46 mComponents.add(new Component(icon, label, action, 0));
55 final Component component = mComponents.get(i); local
56 if (component != null) {
57 if (component.animatedIcons != null) {
58 component.animatedIcons = null;
61 component.animatedIcons = icons
164 Component component = mComponents.get(i); local
186 Component component = mComponents.get(i); local
205 Component component = mComponents.get(i); local
254 final Component component = mComponents.get(i); local
292 Component component = mComponents.get(i); local
    [all...]
  /frameworks/base/core/java/android/pim/
ICalendar.java 57 * A component within an iCalendar (VEVENT, VTODO, VJOURNAL, VFEEBUSY,
60 public static class Component {
75 private final Component mParent; // see if we can get rid of this
76 private LinkedList<Component> mChildren = null;
81 * Creates a new component with the provided name.
82 * @param name The name of the component.
84 public Component(String name, Component parent) {
90 * Returns the name of the component.
91 * @return The name of the component
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 2947 ComponentName component = getComponentName(); local
    [all...]

Completed in 76 milliseconds