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

1 2

  /frameworks/rs/
rsComponent.cpp 22 Component::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::serialize(OStream *stream) const
    [all...]
rsComponent.h 29 class Component {
31 Component();
32 ~Component();
  /cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
ICalendar.java 29 * Component and Property, for use in the test.
36 * A component within an iCalendar (VEVENT, VTODO, VJOURNAL, VFEEBUSY,
39 public static class Component {
45 * Creates a new component with the provided name.
46 * @param name The name of the component.
48 public Component(String name, Component parent) {
53 * Adds a Property to this component.
78 * A property within an iCalendar component (e.g., DTSTART, DTEND, etc.,
  /external/llvm/include/llvm/Support/
Path.h 28 /// @name Lexical Component Iterator
41 /// Iteration examples. Each component is separated by ',':
53 StringRef Component; ///< The current component. Not necessarily in Path.
61 reference operator*() const { return Component; }
62 pointer operator->() const { return &Component; }
80 StringRef Component; ///< The current component. Not necessarily in Path.
87 reference operator*() const { return Component; }
88 pointer operator->() const { return &Component; }
    [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
composite_bitmap_glyph.cc 36 CompositeBitmapGlyph::Component CompositeBitmapGlyph::GetComponent(
40 return CompositeBitmapGlyph::Component(
62 * CompositeBitmapGlyph::Component class
64 CompositeBitmapGlyph::Component::Component(const Component& rhs)
70 bool CompositeBitmapGlyph::Component::operator==(
71 const CompositeBitmapGlyph::Component& rhs) {
75 CompositeBitmapGlyph::Component& CompositeBitmapGlyph::Component::operator=
    [all...]
composite_bitmap_glyph.h 27 class Component {
29 Component(const Component& rhs);
36 bool operator==(const Component& rhs);
37 Component& operator=(const Component& rhs);
40 Component(int32_t glyph_code, int32_t x_offset, int32_t y_offset);
64 Component GetComponent(int32_t component_num) const;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-component-annotations-1.5.5.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-component-annotations/1.5.5/
plexus-component-annotations-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-component-annotations/1.5.5/
plexus-component-annotations-1.5.5.jar 
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomSystem.java 35 * component should implement the getTelecomSystem() method to return the global singleton,
36 * and use its own method. Tests can subclass the component to return a non-singleton.
42 public interface Component {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
UrlComponentEncodingTester.java 26 /** Tests how each code point is encoded and decoded in the context of each URL component. */
29 * The default encode set for the ASCII range. The specific rules vary per-component: for example,
181 public UrlComponentEncodingTester test(Component component) {
185 testParseOriginal(entry.getKey(), entry.getValue(), component); local
186 testParseAlreadyEncoded(entry.getKey(), entry.getValue(), component); local
187 testSerialize(entry.getKey(), entry.getValue(), component); local
192 private void testParseAlreadyEncoded(int codePoint, Encoding encoding, Component component) {
194 String urlString = component.urlString(encoded)
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
CompoundTransform.java 34 public static abstract class Component {
40 Component(int type, String name) {
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) {
170 throw new IllegalArgumentException("Invalid component index")
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 520 VTableComponent Component = Components[I];
524 switch (Component.getKind()) {
527 Component.getVCallOffset().getQuantity());
532 Component.getVBaseOffset().getQuantity());
537 Component.getOffsetToTop().getQuantity());
549 switch (Component.getKind()) {
551 llvm_unreachable("Unexpected vtable component kind");
553 GD = Component.getFunctionDecl();
556 GD = GlobalDecl(Component.getDestructorDecl(), Dtor_Complete);
559 GD = GlobalDecl(Component.getDestructorDecl(), Dtor_Deleting)
    [all...]
  /external/skia/src/sfnt/
SkOTTable_glyf.h 110 struct Component {
181 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
187 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
193 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
199 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
202 } component;//[] last element does not set MORE_COMPONENTS member in struct:SkOTTableGlyphData::Composite
204 /** Comes after the last Component if the last component has WE_HAVE_INSTR. */
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java 56 * A component within an iCalendar (VEVENT, VTODO, VJOURNAL, VFEEBUSY,
59 public static class Component {
74 private final Component mParent; // see if we can get rid of this
75 private LinkedList<Component> mChildren = null;
80 * Creates a new component with the provided name.
81 * @param name The name of the component.
83 public Component(String name, Component parent) {
89 * Returns the name of the component.
90 * @return The name of the component
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-api/1.5/
gmaven-feature-api-1.5.jar 
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h 341 GUID Component;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 

Completed in 489 milliseconds

1 2