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

1 2 3 4 5 6 7 8 91011>>

  /external/javassist/src/main/javassist/bytecode/analysis/
MultiArrayType.java 27 private MultiType component; field in class:MultiArrayType
30 public MultiArrayType(MultiType component, int dims) {
32 this.component = component;
37 CtClass clazz = component.getCtClass();
55 return component.popChanged();
63 return dims == 1 ? (Type)component : new MultiArrayType(component, dims - 1);
114 return component.isAssignableTo(typeRoot);
122 return component.equals(multi.component) && dims == multi.dims
    [all...]
  /external/skia/include/core/
SkUnPreMultiply.h 45 static U8CPU ApplyScale(Scale scale, U8CPU component) {
46 SkASSERT(component <= 255);
47 return (scale * component + (1 << 23)) >> 24;
  /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...]
  /external/libselinux/src/
context.c 14 char *(component[4]); member in struct:__anon8383
19 * 4 colon-separated components and no whitespace in any component other
20 * than the MLS component.
38 n->current_str = n->component[0] = n->component[1] = n->component[2] =
39 n->component[3] = 0;
62 n->component[3] = 0;
67 /* MLS range is one component */
71 n->component[i] = (char *)malloc(p - tok + 1)
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 39 ICalendar.Component component = new ICalendar.Component("DUMMY", null); local
41 component.addProperty(new ICalendar.Property("prop2", "value3"));
42 component.addProperty(new ICalendar.Property("prop1", "value1"));
43 component.addProperty(new ICalendar.Property("prop1", "value2"));
44 assertEquals(text, component.toString());
57 ICalendar.Component parent = new ICalendar.Component("DUMMY", null);
59 ICalendar.Component child = new ICalendar.Component("DUMMY2", parent)
75 ICalendar.Component component = ICalendar.parseComponent(text); local
93 ICalendar.Component component local
110 ICalendar.Component component local
146 ICalendar.Component component = new ICalendar.Component("DUMMY", null); local
250 ICalendar.Component component = ICalendar.parseComponent(text); local
259 ICalendar.Component component = ICalendar.parseComponent(text); local
268 ICalendar.Component component = ICalendar.parseComponent(text); local
    [all...]
RecurrenceSetTest.java 105 ICalendar.Component component = new ICalendar.Component(MOCK_COMPONENT_NAME, null); local
112 assertTrue(RecurrenceSet.populateComponent(values, component));
113 List<ICalendar.Property> list = component.getProperties("DTSTART");
117 list = component.getProperties("RRULE");
121 component = new ICalendar.Component(MOCK_COMPONENT_NAME, null);
128 assertTrue(RecurrenceSet.populateComponent(values, component));
130 list = component.getProperties("RRULE")
    [all...]
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 31 OMX_COMPONENTTYPE **component)
63 *component = mComponent;
112 OMX_HANDLETYPE component,
118 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate;
125 OMX_HANDLETYPE component,
130 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate;
137 OMX_HANDLETYPE component,
142 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate;
149 OMX_HANDLETYPE component,
154 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate
    [all...]
SoftOMXPlugin.h 33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cppdefault.h 38 const char *const component; /* The component containing the directory member in struct:default_include
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cppdefault.h 38 const char *const component; /* The component containing the directory member in struct:default_include
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cppdefault.h 38 const char *const component; /* The component containing the directory member in struct:default_include
  /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/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp 96 QDeclarativeComponent component(&engine, QUrl("qrc:///resources/basic.qml"));
97 checkNoErrors(component);
100 QObject* wv = component.create();
139 QDeclarativeComponent component(&engine, QUrl("qrc:///resources/elements.qml"));
140 checkNoErrors(component);
141 QDeclarativeWebView* wv = qobject_cast<QDeclarativeWebView*>(component.create());
161 QDeclarativeComponent component(&engine, QUrl("qrc:///resources/basic.qml"));
162 checkNoErrors(component);
165 QObject* wv = component.create();
236 QDeclarativeComponent component(&engine, QUrl("qrc:///resources/javaScript.qml"))
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLView.java 28 // GLView is a UI component. It can render to a GLCanvas and accept touch
135 public void addComponent(GLView component) {
136 // Make sure the component doesn't have a parent currently.
137 if (component.mParent != null) throw new IllegalStateException();
143 mComponents.add(component);
144 component.mParent = this;
146 // If this is added after we have a root, tell the component.
148 component.onAttachToRoot(mRoot);
153 public boolean removeComponent(GLView component) {
155 if (mComponents.remove(component)) {
295 GLView component = getComponent(i); local
    [all...]
MeasureHelper.java 30 private MeasureHelper(GLView component) {
31 mComponent = component;
34 public static MeasureHelper getInstance(GLView component) {
35 sInstance.mComponent = component;
  /frameworks/av/media/libstagefright/include/
SoftOMXComponent.h 34 OMX_COMPONENTTYPE **component);
106 OMX_HANDLETYPE component,
112 OMX_HANDLETYPE component,
117 OMX_HANDLETYPE component,
122 OMX_HANDLETYPE component,
127 OMX_HANDLETYPE component,
132 OMX_HANDLETYPE component,
137 OMX_HANDLETYPE component,
145 OMX_HANDLETYPE component,
152 OMX_HANDLETYPE component,
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
macutils.cc 155 ComponentInstance component = NULL; local
166 component = OpenDefaultComponent(kOSAComponentType, typeAppleScript);
167 if (component == NULL) {
168 LOG(LS_ERROR) << "Failed opening Apple Script component";
173 CloseComponent(component);
178 err = OSACompile(component, &script_desc, kOSAModeCanInteract, &script_id);
182 OSADispose(component, script_id);
184 CloseComponent(component);
189 err = OSAExecute(component, script_id, kOSANullScript, kOSAModeCanInteract,
195 OSAScriptError(component, kOSAErrorMessage, typeChar, &result_data)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
createbug.py 38 Options.component,
52 state["bug_id"] = self._tool.bugs.create_bug(state["bug_title"], state["bug_description"], blocked=blocks, component=self._options.component, cc=cc)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DreamsDockLauncher.java 26 String component = Settings.Secure.getString( local
28 if (component == null) {
29 component = context.getResources().getString(
32 if (component != null) {
36 ComponentName cn = ComponentName.unflattenFromString(component);
45 Slog.v(TAG, "Starting screen saver on dock event: " + component);
  /external/chromium/chrome/browser/profiles/
profile_dependency_manager.h 21 // Adds/Removes a component from our list of live components. Removing will
23 void AddComponent(ProfileKeyedServiceFactory* component);
24 void RemoveComponent(ProfileKeyedServiceFactory* component);
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.h 26 const std::string& Component;
28 explicit ClangDiagsDefsEmitter(RecordKeeper &R, const std::string& component)
29 : Records(R), Component(component) {}
  /frameworks/native/include/media/hardware/
OMXPluginBase.h 38 OMX_COMPONENTTYPE **component) = 0;
41 OMX_COMPONENTTYPE *component) = 0;
  /cts/suite/audio_quality/lib/src/
Adb.h 30 /// install given clientBinary to DUT and launch given component.
31 bool launchClient(const android::String8& clientBinary, const android::String8& component);
  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtMouseInput.java 65 private Component component; field in class:AwtMouseInput
99 public void setInputSource(Component comp){
100 if (component != null){
101 component.removeMouseListener(this);
102 component.removeMouseMotionListener(this);
103 component.removeMouseWheelListener(this);
119 component = comp;
120 component.addMouseListener(this);
121 component.addMouseMotionListener(this)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/url/api/
ParsedURL.cpp 83 String ParsedURL::segment(const URLComponent& component) const
85 if (!component.isValid())
87 return m_spec.string().substring(component.begin(), component.length());

Completed in 794 milliseconds

1 2 3 4 5 6 7 8 91011>>