HomeSort by relevance Sort by last modified time
    Searched full:component (Results 1 - 25 of 1778) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/junit/src/junit/swingui/
MacProgressBar.java 10 private JTextField component; field in class:MacProgressBar
12 public MacProgressBar(JTextField component) {
14 this.component= component;
18 component.setBackground(getStatusColor());
  /dalvik/dx/src/junit/runner/
FailureDetailView.java 3 import java.awt.Component;
12 * Returns the component used to present the TraceView
14 public Component getComponent();
  /development/tools/idegen/templates/
android.iml 3 <component name="ModuleRootManager" />
4 <component name="NewModuleRootManager" inherit-compiler-output="true">
13 </component>
  /external/junit/src/junit/runner/
FailureDetailView.java 3 import java.awt.Component;
12 * Returns the component used to present the TraceView
14 public Component getComponent();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Sources.java 31 * Creates a new source for a specific component.
32 * @param component Name of the component to search
33 * @return a new {@code Source} corresponding to {@code component}.
35 Source createSourceFor(ComponentName component);
  /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...]
  /libcore/junit/src/test/java/junit/runner/
FailureDetailView.java 4 //import java.awt.Component;
15 // * Returns the component used to present the TraceView
17 // public Component getComponent();
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 38 ICalendar.Component component = new ICalendar.Component("DUMMY", null); local
40 component.addProperty(new ICalendar.Property("prop2", "value3"));
41 component.addProperty(new ICalendar.Property("prop1", "value1"));
42 component.addProperty(new ICalendar.Property("prop1", "value2"));
43 assertEquals(text, component.toString());
56 ICalendar.Component parent = new ICalendar.Component("DUMMY", null);
58 ICalendar.Component child = new ICalendar.Component("DUMMY2", parent)
74 ICalendar.Component component = ICalendar.parseComponent(text); local
92 ICalendar.Component component local
109 ICalendar.Component component local
145 ICalendar.Component component = new ICalendar.Component("DUMMY", null); local
249 ICalendar.Component component = ICalendar.parseComponent(text); local
258 ICalendar.Component component = ICalendar.parseComponent(text); local
267 ICalendar.Component component = ICalendar.parseComponent(text); local
    [all...]
RecurrenceSetTest.java 104 ICalendar.Component component = new ICalendar.Component(MOCK_COMPONENT_NAME, null); local
111 assertTrue(RecurrenceSet.populateComponent(values, component));
112 List<ICalendar.Property> list = component.getProperties("DTSTART");
116 list = component.getProperties("RRULE");
120 component = new ICalendar.Component(MOCK_COMPONENT_NAME, null);
127 assertTrue(RecurrenceSet.populateComponent(values, component));
129 list = component.getProperties("RRULE")
    [all...]
  /frameworks/base/test-runner/src/junit/runner/
FailureDetailView.java 4 //import java.awt.Component;
16 // * Returns the component used to present the TraceView
18 // public Component getComponent();
  /external/webkit/WebCore/manual-tests/resources/
CheckerApplet.java 3 import java.awt.Component;
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Core.h 26 * application and the component to access common items.
51 OMX_CommandStateSet, /**< Change the component state */
52 OMX_CommandFlush, /**< Flush the data queue(s) of a component */
53 OMX_CommandPortDisable, /**< Disable a port on a component. */
54 OMX_CommandPortEnable, /**< Enable a port on a component. */
55 OMX_CommandMarkBuffer, /**< Mark a component/buffer for observation */
63 /** The OMX_STATETYPE enumeration is used to indicate or change the component
64 * state. This enumeration reflects the current state of the component when
68 * The component will be in the Loaded state after the component is initiall
    [all...]
  /frameworks/base/include/media/stagefright/openmax/
OMX_Core.h 43 * application and the component to access common items.
68 OMX_CommandStateSet, /**< Change the component state */
69 OMX_CommandFlush, /**< Flush the data queue(s) of a component */
70 OMX_CommandPortDisable, /**< Disable a port on a component. */
71 OMX_CommandPortEnable, /**< Enable a port on a component. */
72 OMX_CommandMarkBuffer, /**< Mark a component/buffer for observation */
80 /** The OMX_STATETYPE enumeration is used to indicate or change the component
81 * state. This enumeration reflects the current state of the component when
85 * The component will be in the Loaded state after the component is initiall
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h 26 * application and the component to access common items.
51 OMX_CommandStateSet, /**< Change the component state */
52 OMX_CommandFlush, /**< Flush the data queue(s) of a component */
53 OMX_CommandPortDisable, /**< Disable a port on a component. */
54 OMX_CommandPortEnable, /**< Enable a port on a component. */
55 OMX_CommandMarkBuffer, /**< Mark a component/buffer for observation */
63 /** The OMX_STATETYPE enumeration is used to indicate or change the component
64 * state. This enumeration reflects the current state of the component when
68 * The component will be in the Loaded state after the component is initiall
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 26 * application and the component to access common items.
51 OMX_CommandStateSet, /**< Change the component state */
52 OMX_CommandFlush, /**< Flush the data queue(s) of a component */
53 OMX_CommandPortDisable, /**< Disable a port on a component. */
54 OMX_CommandPortEnable, /**< Enable a port on a component. */
55 OMX_CommandMarkBuffer, /**< Mark a component/buffer for observation */
63 /** The OMX_STATETYPE enumeration is used to indicate or change the component
64 * state. This enumeration reflects the current state of the component when
68 * The component will be in the Loaded state after the component is initially
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/
SEC_OMX_Component_Register.c 20 * @brief SEC OpenMAX IL Component Register
106 SEC_OSAL_Strcpy(componentList[totalCompNum].component.componentName, secComponentsTemp[i]->componentName);
108 SEC_OSAL_Strcpy(componentList[totalCompNum].component.roles[j], secComponentsTemp[i]->roles[j]);
109 componentList[totalCompNum].component.totalRoleNum = secComponentsTemp[i]->totalRoleNum;
129 /* not a component name line. skip */
157 OMX_ERRORTYPE SEC_OMX_ComponentAPICheck(OMX_COMPONENTTYPE component)
161 if ((NULL == component.GetComponentVersion) ||
162 (NULL == component.SendCommand) ||
163 (NULL == component.GetParameter) ||
164 (NULL == component.SetParameter) |
    [all...]
  /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...]
url_canon_ip.cc 59 const url_parse::Component& host,
60 url_parse::Component components[4]) {
61 int cur_component = 0; // Index of the component we're working on.
62 int cur_component_begin = host.begin; // Start of the current component.
66 // Found the end of the current component.
69 url_parse::Component(cur_component_begin, component_len);
71 // The next component starts after the dot.
76 // allow an empty component at the end (this would indicate that the
77 // input ends in a dot). We also want to error if the component is
78 // empty and it's the only component (cur_component == 1)
    [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/tests/coretests/src/android/app/activity/
SubActivityTest.java 26 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class));
32 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class));
38 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class));
44 mIntent.putExtra("component",
51 mIntent.putExtra("component",
58 mIntent.putExtra("component",
65 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class));
71 mIntent.putExtra("component",
79 mIntent.putExtra("component",
87 mIntent.putExtra("component", new ComponentName(getContext(), SubActivityScreen.class))
    [all...]
LaunchTest.java 26 mIntent.putExtra("component", new ComponentName(getContext(), TestedActivity.class));
32 mIntent.putExtra("component", new ComponentName(getContext(), LocalActivity.class));
38 mIntent.putExtra("component", new ComponentName(getContext(), TestedScreen.class));
44 mIntent.putExtra("component", new ComponentName(getContext(), LocalScreen.class));
63 mIntent.putExtra("component", new ComponentName(getContext(), ClearTop.class));
69 mIntent.putExtra("component", new ComponentName(getContext(), ClearTop.class));
  /external/proguard/src/proguard/gui/
TabbedPane.java 66 * Adds a component with a given title to the tabbed pane.
69 * @param component the component that will be added as a tab.
71 public Component add(final String title, Component component)
137 cardPanel.add(title, component);
139 return component;
148 * @return the component containing the image.
150 public Component addImage(final Image image
158 JButton component = new JButton(new ImageIcon(image)); local
    [all...]
  /libcore/luni/src/main/java/java/lang/reflect/
GenericArrayType.java 21 * This interface represents an array type with a component type that is either
28 * Returns the component type of this array.
30 * @return the component type of this array
33 * if the component type points to a missing type
35 * if the component type points to a type that cannot be
  /frameworks/base/tools/preload/
preload.ipr 3 <component name="AntConfiguration">
5 </component>
6 <component name="BuildJarProjectSettings">
8 </component>
9 <component name="ChangeBrowserSettings">
22 </component>
23 <component name="CodeStyleProjectProfileManger">
26 </component>
27 <component name="CodeStyleSettingsManager">
51 </component>
    [all...]
  /development/host/windows/usb/legacy/driver/
sources 23 This file specifies the target component being built and the list of
24 sources files needed to build that component. Also specifies optional
25 compiler switches and libraries that are unique for the component being

Completed in 565 milliseconds

1 2 3 4 5 6 7 8 91011>>