Searched defs:attributes (Results 126 - 150 of 430) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourcePattern.cpp180 static inline FloatRect calculatePatternBoundaries(const PatternAttributes& attributes, argument
185 return SVGLengthContext::resolveRectangle(patternElement, attributes.patternUnits(), objectBoundingBox, attributes.x(), attributes.y(), attributes.width(), attributes.height());
189 const PatternAttributes& attributes,
198 patternBoundaries = calculatePatternBoundaries(attributes, objectBoundingBox, patternElement);
202 AffineTransform viewBoxCTM = SVGFitToViewBox::viewBoxToViewTransform(attributes.viewBox(), attributes
188 buildTileImageTransform(RenderObject* renderer, const PatternAttributes& attributes, const SVGPatternElement* patternElement, FloatRect& patternBoundaries, AffineTransform& tileImageTransform) const argument
213 createTileImage(const PatternAttributes& attributes, const FloatRect& tileBoundaries, const FloatRect& absoluteTileBoundaries, const AffineTransform& tileImageTransform) const argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathStep.cpp373 // Avoid lazily creating attribute nodes for attributes that we do not
386 AttributeCollection attributes = contextElement->attributes(); local
387 AttributeCollection::iterator end = attributes.end();
388 for (AttributeCollection::iterator it = attributes.begin(); it != end; ++it) {
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLErrors.cpp155 Vector<Attribute> attributes; local
156 attributes.append(Attribute(styleAttr, "white-space: normal"));
158 paragraph->parserSetAttributes(attributes);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DSimpleFontDataCoreText.cpp147 CFDictionaryRef attributes = CTRunGetAttributes(ctRun); local
148 CTFontRef runFont = static_cast<CTFontRef>(CFDictionaryGetValue(attributes, kCTFontAttributeName));
150 // Use CGFont here as CFEqual for CTFont counts all attributes for font.
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dangletypes.cpp151 const VertexAttribute *attributes,
160 inputLayout[semanticIndex] = VertexFormat(attributes[attributeIndex], currentValues[attributeIndex].Type);
149 GetInputLayout(VertexFormat *inputLayout, ProgramBinary *programBinary, const VertexAttribute *attributes, const gl::VertexAttribCurrentValueData *currentValues) argument
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dcarbonvideorenderer.cc144 WindowAttributes attributes = local
155 err = CreateNewWindow(kDocumentWindowClass, attributes,
/external/chromium_org/ui/accessibility/extensions/highcontrast/
H A Dhighcontrast.js104 // Work around bug that causes filter to be lost when the HTML element's attributes change.
106 var config = { attributes: true, childList: false, characterData: false };
/external/chromium_org/ui/gl/
H A Dgl_surface_x11.cc143 XWindowAttributes attributes;
144 if (!XGetWindowAttributes(xdisplay_, window_, &attributes)) {
164 attributes.depth);
191 XWindowAttributes attributes; local
192 if (!XGetWindowAttributes(xdisplay_, window_, &attributes)) {
199 attributes.visual,
200 attributes.depth,
233 XWindowAttributes attributes; local
234 if (!XGetWindowAttributes(xdisplay_, window_, &attributes)) {
241 attributes
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-alloc.cc126 Isolate* isolate, PropertyAttributes attributes) {
129 attributes);
125 TestAccessorInfo( Isolate* isolate, PropertyAttributes attributes) argument
/external/chromium_org/webkit/common/gpu/
H A Dcontext_provider_in_process.cc53 blink::WebGraphicsContext3D::Attributes attributes; local
54 attributes.depth = false;
55 attributes.stencil = true;
56 attributes.antialias = false;
57 attributes.shareResources = true;
58 attributes.noAutomaticFlushes = true;
62 attributes, lose_context_when_out_of_memory),
/external/clang/test/Parser/
H A Dcxx0x-lambda-expressions.cpp76 void attributes() { function in class:C
87 // Testing GNU-style attributes on lambdas -- the attribute is specified
/external/deqp/modules/glshared/
H A DglsShaderPerformanceMeasurer.cpp140 void ShaderPerformanceMeasurer::init (deUint32 program, const vector<AttribSpec>& attributes, int calibratorInitialNumCalls) argument
173 // Insert a_position to attributes.
174 m_attributes = attributes;
/external/droiddriver/src/com/google/android/droiddriver/uiautomation/
H A DUiAutomationElement.java42 * A UiElement that gets attributes via the Accessibility API.
54 private final Map<Attribute, Object> attributes; field in class:UiAutomationElement
61 * A snapshot of all attributes is taken at construction. The attributes of a
95 attributes = Collections.unmodifiableMap(attribs);
170 return attributes;
/external/emma/core/java12/com/vladium/jcd/cls/
H A DMethod_info.java29 * attribute_info attributes[attributes_count];
46 * Each value of the attributes table must be a variable-length attribute structure.
47 * A method can have any number of optional attributes associated with it. The only
48 * attributes defined by this specification for the attributes table of a method_info
49 * structure are the Code and Exceptions attributes. See {@link CodeAttribute_info}
64 public Method_info (int access_flags, int name_index, int descriptor_index, IAttributeCollection attributes) argument
71 m_attributes = attributes;
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DCodeAttribute_info.java21 * The Code attribute is a variable-length attribute used in the attributes
25 * Every Java Virtual Machine implementation must recognize Code attributes. There
45 * attribute_info attributes[attributes_count];
67 * The value of the attributes_count item indicates the number of attributes of the Code
68 * attribute. Each value of the attributes table must be a variable-length attribute
69 * structure. A Code attribute can have any number of optional attributes associated
90 final IAttributeCollection attributes)
92 super (attribute_name_index, 8 + (code != null ? code.length : 0) + exceptionHandlerTable.length () + attributes.length ());
101 m_attributes = attributes;
86 CodeAttribute_info(final int attribute_name_index, final int max_stack, int max_locals, final byte [] code, final IExceptionHandlerTable exceptionHandlerTable, final IAttributeCollection attributes) argument
/external/javassist/src/main/javassist/bytecode/
H A DAttributeInfo.java93 /* Note that the names of Annotations attributes begin with 'R'.
261 static void renameClass(List attributes, String oldname, String newname) { argument
262 Iterator iterator = attributes.iterator();
269 static void renameClass(List attributes, Map classnames) { argument
270 Iterator iterator = attributes.iterator();
279 static void getRefClasses(List attributes, Map classnames) { argument
280 Iterator iterator = attributes.iterator();
/external/jdiff/src/jdiff/
H A DAPIHandler.java73 java.lang.String qName, Attributes attributes) {
78 String apiName = attributes.getValue("name");
79 String version = attributes.getValue("jdversion"); // Not used yet
83 String pkgName = attributes.getValue("name");
87 String className = attributes.getValue("name");
88 String parentName = attributes.getValue("extends");
90 if (attributes.getValue("abstract").compareTo("true") == 0)
92 XMLToAPI.addClass(className, parentName, isAbstract, getModifiers(attributes));
95 String className = attributes.getValue("name");
96 String parentName = attributes
72 startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, Attributes attributes) argument
274 addStartTagToText(String localName, Attributes attributes) argument
312 getModifiers(Attributes attributes) argument
[all...]
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DElement.java37 protected Vector attributes; field in class:Element
53 * removes all children and attributes */
56 attributes = null;
74 * Returns the number of attributes of this element. */
77 return attributes == null ? 0 : attributes.size();
81 return ((String[]) attributes.elementAt(index))[0];
85 return ((String []) attributes.elementAt (index)) [1];
89 return ((String[]) attributes.elementAt(index))[1];
93 return ((String[]) attributes
[all...]
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugPubnames.cpp104 DWARFDebugInfoEntry::Attributes attributes; local
108 const size_t num_attributes = die->GetAttributes(dwarf2Data, cu, fixed_form_sizes, attributes);
117 dw_attr_t attr = attributes.AttributeAtIndex(i);
122 if (attributes.ExtractFormValueAtIndex(dwarf2Data, i, form_value))
128 if (attributes.ExtractFormValueAtIndex(dwarf2Data, i, form_value))
155 // if (attributes.ExtractFormValueAtIndex(dwarf2Data, i, form_value))
163 // if (block_length == 1 + attributes.CompileUnitAtIndex(i)->GetAddressByteSize())
/external/llvm/include/llvm/LTO/
H A DLTOModule.h44 uint32_t attributes; member in struct:llvm::LTOModule::NameAndAttributes
120 /// Get the attributes for a symbol at the specified index.
123 return lto_symbol_attributes(_symbols[index].attributes);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DMenuLoader.java55 NamedNodeMap attributes = node.getAttributes();
57 if (attributes != null) {
58 int length = attributes.getLength();
60 Node attr = attributes.item(i);
107 Map<String, String> attributes, Menu root) {
113 if (attributes != null) {
114 for (Map.Entry<String, String> entry : attributes.entrySet()) {
116 menuNode.attributes.put(entry.getKey(),
131 private final TestAttributeSet attributes; field in class:MenuLoader.MenuNode
135 public MenuNode(String name, Map<String, String> attributes) { argument
106 inflateMenu(Context context, String key, Map<String, String> attributes, Menu root) argument
[all...]
H A DPreferenceLoader.java49 NamedNodeMap attributes = node.getAttributes();
52 if (attributes != null) {
53 int length = attributes.getLength();
55 Node attr = attributes.item(i);
85 private final Map<String, String> attributes; field in class:PreferenceLoader.PreferenceNode
89 public PreferenceNode(String name, Map<String, String> attributes) { argument
91 this.attributes = attributes;
128 TestAttributeSet attributeSet = new TestAttributeSet(attributes);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/
H A DTestAttributeSet.java12 Map<String, String> attributes = new HashMap<String, String>(); field in class:TestAttributeSet
19 * Names of attributes to be validated for i18n-safe values.
32 public TestAttributeSet(Map<String, String> attributes, ResourceExtractor resourceExtractor, argument
34 this.attributes = attributes;
41 public TestAttributeSet(Map<String, String> attributes) { argument
42 this.attributes = attributes;
49 attributes.put(name, value);
186 if (attributes
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar ... iter private void processArchive (org.xml.sax.Attributes) org.xml.sax.Attributes attributes private void ...
/external/bison/lib/glthread/
H A Dlock.c286 pthread_mutexattr_t attributes; local
289 err = pthread_mutexattr_init (&attributes);
292 err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE);
295 pthread_mutexattr_destroy (&attributes);
298 err = pthread_mutex_init (lock, &attributes);
301 pthread_mutexattr_destroy (&attributes);
304 err = pthread_mutexattr_destroy (&attributes);
315 pthread_mutexattr_t attributes; local
318 err = pthread_mutexattr_init (&attributes);
321 err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIV
[all...]

Completed in 887 milliseconds

1234567891011>>