Searched refs:component (Results 1 - 25 of 145) sorted by relevance

123456

/external/javassist/src/main/javassist/bytecode/analysis/
H A DMultiArrayType.java27 private MultiType component; field in class:MultiArrayType
30 public MultiArrayType(MultiType component, int dims) { argument
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
[all...]
/external/skia/include/core/
H A DSkUnPreMultiply.h45 static U8CPU ApplyScale(Scale scale, U8CPU component) { argument
46 SkASSERT(component <= 255);
47 return (scale * component + (1 << 23)) >> 24;
/external/proguard/src/proguard/gui/
H A DTabbedPane.java66 * 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) argument
137 cardPanel.add(title, component);
139 return component;
148 * @return the component containing the image.
158 JButton component = new JButton(new ImageIcon(image));
159 component.setFocusPainted(false);
160 component
[all...]
/external/libselinux/src/
H A Dcontext.c14 char *(component[4]); member in struct:__anon8096
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[
[all...]
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
H A Dtst_qdeclarativewebview.cpp96 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(
524 checkNoErrors(const QDeclarativeComponent& component) argument
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmacutils.cc155 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, kOSAErrorMessag
[all...]
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dcreatebug.py38 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)
/external/chromium/chrome/browser/profiles/
H A Dprofile_dependency_manager.h21 // Adds/Removes a component from our list of live components. Removing will
23 void AddComponent(ProfileKeyedServiceFactory* component);
24 void RemoveComponent(ProfileKeyedServiceFactory* component);
H A Dprofile_dependency_manager.cc18 ProfileKeyedServiceFactory* component) {
19 all_components_.push_back(component);
24 ProfileKeyedServiceFactory* component) {
27 component),
30 // Remove all dependency edges that contain this component.
36 if (temp->first == component || temp->second == component)
17 AddComponent( ProfileKeyedServiceFactory* component) argument
23 RemoveComponent( ProfileKeyedServiceFactory* component) argument
/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
H A DAwtMouseInput.java65 private Component component; field in class:AwtMouseInput
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);
122 component.addMouseWheelListener(this);
152 component
286 recenterMouse(final Component component) argument
[all...]
/external/webkit/Source/JavaScriptCore/wtf/url/api/
H A DParsedURL.cpp83 String ParsedURL::segment(const URLComponent& component) const
85 if (!component.isValid())
87 return m_spec.string().substring(component.begin(), component.length());
/external/harfbuzz/src/
H A Dharfbuzz-buffer-private.h52 HB_UShort component,
58 HB_UShort component,
81 #define IN_COMPONENT( pos ) (buffer->in_string[(pos)].component)
90 #define ADD_String( buffer, num_in, num_out, glyph_data, component, ligID ) \
93 (glyph_data), (component), (ligID) \
95 #define ADD_Glyph( buffer, glyph_index, component, ligID ) \
97 (glyph_index), (component), (ligID) \
H A Dharfbuzz-buffer.c188 glyph->component = 0;
254 If `component' is 0xFFFF, the component value from buffer->in_pos
255 will copied `num_out' times, otherwise `component' itself will
256 be used to fill the `component' fields.
272 HB_UShort component,
293 if ( component == 0xFFFF )
294 component = buffer->in_string[buffer->in_pos].component;
305 item->component
268 _hb_buffer_add_output_glyphs( HB_Buffer buffer, HB_UShort num_in, HB_UShort num_out, HB_UShort *glyph_data, HB_UShort component, HB_UShort ligID ) argument
319 _hb_buffer_add_output_glyph( HB_Buffer buffer, HB_UInt glyph_index, HB_UShort component, HB_UShort ligID ) argument
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DChangeComponentsComponent.java20 * A game component that can swap other components in and out of its parent game object. The
64 GameComponent component = unrelasedComponents.get(x);
65 if (!component.shared) {
66 factory.releaseComponent(component);
95 public void addSwapInComponent(GameComponent component) { argument
96 mComponentsToInsert.add(component);
99 public void addSwapOutComponent(GameComponent component) { argument
100 mComponentsToRemove.add(component);
H A DDynamicCollisionComponent.java21 * A component to include dynamic collision volumes (such as those produced every frame from
24 * in valid "hits"), this component creates a bounding volume that encompasses the set and submits
25 * it to the dynamic collision system. Including this component in a game object will allow it to
59 public void setHitReactionComponent(HitReactionComponent component) { argument
60 mHitReactionComponent = component;
H A DSpriteComponent.java21 * and provides a drawable surface with the correct animation frame to a render component each
109 // pass it off to the render component for drawing.
186 public final void setRenderComponent(RenderComponent component) { argument
187 mRenderComponent = component;
190 public final void setCollisionComponent(DynamicCollisionComponent component) { argument
191 mCollisionComponent = component;
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzGL.m251 GLint component;
254 glGetIntegerv (GL_RED_BITS, &component); bits += component;
255 glGetIntegerv (GL_GREEN_BITS,&component); bits += component;
256 glGetIntegerv (GL_BLUE_BITS, &component); bits += component;
257 glGetIntegerv (GL_ALPHA_BITS, &component); bits += component;
/external/icu4c/layout/
H A DMarkToLigaturePosnSubtables.cpp67 le_int32 component = ligatureIterator.getMarkComponent(markPosition); local
69 if (component >= componentCount) {
71 component = componentCount - 1;
74 const ComponentRecord *componentRecord = &ligatureAttachTable->componentRecordArray[component * mcCount];
/external/llvm/utils/
H A Dllvm-compilers-check161 for component in components:
162 component = component.rstrip("2")
163 compsrc = src + "/" + component
174 # back through path components until it finds unique component names
177 # Find the number of common starting characters in the last component
183 # Find a unique component of each path.
275 def execute(self, command, execdir, env, component):
276 prefix = self.component_abbrev[component.replace("-", "_")]
439 for component i
[all...]
/external/chromium/googleurl/src/
H A Durl_canon_ip.cc64 int cur_component = 0; // Index of the component we're working on.
65 int cur_component_begin = host.begin; // Start of the current component.
69 // Found the end of the current component.
74 // The next component starts after the dot.
79 // allow an empty component at the end (this would indicate that the
80 // input ends in a dot). We also want to error if the component is
81 // empty and it's the only component (cur_component == 1).
89 // Anything else after the 4th component is an error unless it is a
108 // Converts an IPv4 component to a 32-bit number, while checking for overflow.
121 const url_parse::Component& component,
119 IPv4ComponentToNumber( const CHAR* spec, const url_parse::Component& component, uint32* number) argument
476 IPv6HexComponentToNumber(const CHAR* spec, const url_parse::Component& component) argument
[all...]
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java515 Class component;
519 component = arrayOf (typedescriptor.substring (1));
522 component = Class.forName (vmNameToJavaName (typedescriptor.substring (1, typedescriptor.length() - 1)));
525 component = primitive (first);
528 Object array = Array.newInstance (component, 0);
573 String component;
577 component = arrayOf (typedescriptor.substring (1));
580 component = vmNameToJavaName (typedescriptor.substring (1, typedescriptor.length() - 1));
582 component = primitive (first);
584 String array = component
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DFingerPrint.java41 String component; field in class:FingerPrint
46 if (!name.startsWith("global")) this.component = name;
65 if (this.component != null) {
66 buffer.append(this.component);
76 if (this.component == null) {
79 this.stream.print(this.component);
80 this.stream.print(" component.<br>\n");
110 List scenarios = performanceResults.getComponentSummaryScenarios(this.component, configName);
/external/webkit/Source/WebCore/fileapi/
H A DDOMFilePath.h58 // Returns a new path by appending a separator and the supplied path component to the path.
59 static String append(const String& path, const String& component);
/external/webkit/Source/WebCore/platform/image-decoders/bmp/
H A DBMPImageReader.h223 // Returns the value of the desired component (0, 1, 2, 3 == R, G, B, A)
225 inline unsigned getComponent(uint32_t pixel, int component) const
227 return ((pixel & m_bitMasks[component]) >> m_bitShiftsRight[component]) << m_bitShiftsLeft[component];
244 // Like setI(), but with the individual component values specified.
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dcommandtest.py38 options.component = 'MOCK component'

Completed in 533 milliseconds

123456