Searched refs:attrs (Results 176 - 200 of 209) sorted by relevance

123456789

/external/clang/tools/libclang/
H A DIndexingContext.cpp119 AttrListInfo *attrs = SA.allocate<AttrListInfo>(); local
120 return new (attrs) AttrListInfo(D, IdxCtx);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet.jsp_2.0.0.v200806031607.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE.SF META-INF/ECLIPSE.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/v8/src/
H A Dstub-cache.cc1047 PropertyAttributes* attrs) {
1075 *attrs = NONE;
1083 attrs);
1046 LoadWithInterceptor(Arguments* args, PropertyAttributes* attrs) argument
/external/clang/lib/Parse/
H A DParseExprCXX.cpp1311 ParsedAttributesWithRange attrs(AttrFactory);
1312 MaybeParseCXX0XAttributes(attrs);
1315 ProhibitAttributes(attrs);
H A DParseExpr.cpp2466 ParsedAttributes attrs(AttrFactory);
2479 attrs, CaretLoc); local
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKView.mm1361 NSDictionary *attrs = [string attributesAtIndex:i longestEffectiveRange:&range inRange:NSMakeRange(i, length - i)];
1363 if (NSNumber *style = [attrs objectForKey:NSUnderlineStyleAttributeName]) {
1365 if (NSColor *colorAttr = [attrs objectForKey:NSUnderlineColorAttributeName])
/external/webkit/Source/JavaScriptCore/parser/
H A DASTBuilder.h493 void addVar(const Identifier* ident, int attrs) argument
497 m_scope.m_varDeclarations->data.append(std::make_pair(ident, attrs));
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp811 NamedNodeMap* attrs = oldElement->attributes(true);
812 if (attrs) {
813 unsigned length = attrs->length();
815 Attribute* attr = attrs->attributeItem(i);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h824 GraphicsContext3D(Attributes attrs, HostWindow* hostWindow, bool renderDirectlyToHostWindow);
/external/clang/lib/Sema/
H A DSemaDecl.cpp2775 AttributeList* attrs = DS.getAttributes().getList(); local
2776 while (attrs) {
2777 Diag(attrs->getScopeLoc(),
2779 << attrs->getName()
2784 attrs = attrs->getNext();
7514 AttributeFactory attrs; local
7515 DeclSpec DS(attrs);
/external/regex-re2/lib/codereview/
H A Dcodereview.py2041 def handle_starttag(self, tag, attrs):
2045 for a in attrs:
2054 for a in attrs:
/external/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp2194 QList<QInputMethodEvent::Attribute> attrs; local
2198 attrs.append(QInputMethodEvent::Attribute(QInputMethodEvent::TextFormat, start, length, format));
2199 QInputMethodEvent im(string, attrs);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp359 PassOwnPtr<WebGLRenderingContext> WebGLRenderingContext::create(HTMLCanvasElement* canvas, WebGLContextAttributes* attrs) argument
362 GraphicsContext3D::Attributes attributes = attrs ? attrs->attributes() : GraphicsContext3D::Attributes();
/external/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLView.mm5945 NSDictionary *attrs = [string attributesAtIndex:i longestEffectiveRange:&range inRange:NSMakeRange(i, length - i)];
5947 if (NSNumber *style = [attrs objectForKey:NSUnderlineStyleAttributeName]) {
5949 if (NSColor *colorAttr = [attrs objectForKey:NSUnderlineColorAttributeName])

Completed in 1232 milliseconds

123456789