HomeSort by relevance Sort by last modified time
    Searched refs:attributes (Results 251 - 275 of 679) sorted by null

<<11121314151617181920>>

  /external/webkit/JavaScriptCore/runtime/
JSObject.h 57 // Property attributes
108 virtual void putWithAttributes(ExecState*, const Identifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot);
109 virtual void putWithAttributes(ExecState*, const Identifier& propertyName, JSValue value, unsigned attributes);
110 virtual void putWithAttributes(ExecState*, unsigned propertyName, JSValue value, unsigned attributes);
153 JSValue* getDirectLocation(const Identifier& propertyName, unsigned& attributes)
156 size_t offset = m_structure->get(propertyName, attributes, specificFunction);
188 virtual void defineGetter(ExecState*, const Identifier& propertyName, JSObject* getterFunction, unsigned attributes = 0);
189 virtual void defineSetter(ExecState*, const Identifier& propertyName, JSObject* setterFunction, unsigned attributes = 0);
429 inline void JSObject::putDirectInternal(const Identifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySlot& slot, JSCell* specificFunction)
450 offset = m_structure->addPropertyWithoutTransition(propertyName, attributes, specificFunction)
    [all...]
JSVariableObject.h 49 virtual void putWithAttributes(ExecState*, const Identifier&, JSValue, unsigned attributes) = 0;
99 bool symbolTablePutWithAttributes(const Identifier&, JSValue, unsigned attributes);
138 inline bool JSVariableObject::symbolTablePutWithAttributes(const Identifier& propertyName, JSValue value, unsigned attributes)
147 entry.setAttributes(attributes);
Structure.cpp 338 PassRefPtr<Structure> Structure::addPropertyTransitionToExistingStructure(Structure* structure, const Identifier& propertyName, unsigned attributes, JSCell* specificValue, size_t& offset)
343 if (Structure* existingTransition = structure->table.get(make_pair(propertyName.ustring().rep(), attributes), specificValue)) {
354 PassRefPtr<Structure> Structure::addPropertyTransition(Structure* structure, const Identifier& propertyName, unsigned attributes, JSCell* specificValue, size_t& offset)
358 ASSERT(!Structure::addPropertyTransitionToExistingStructure(structure, propertyName, attributes, specificValue, offset));
366 offset = transition->put(propertyName, attributes, specificValue);
379 transition->m_attributesInPrevious = attributes;
400 offset = transition->put(propertyName, attributes, specificValue);
408 structure->table.add(make_pair(propertyName.ustring().rep(), attributes), transition.get(), specificValue);
561 size_t Structure::addPropertyWithoutTransition(const Identifier& propertyName, unsigned attributes, JSCell* specificValue)
572 size_t offset = put(propertyName, attributes, specificValue)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
MemberListParser.java 149 * Gets the {@code CTX_*} constant to use when parsing attributes.
163 * @param attributes list of parsed attributes
167 AttributeList attributes);
214 StdAttributeList attributes = parser.getList(); local
215 attributes.setImmutable();
217 Member member = set(i, accessFlags, nat, attributes);
  /external/bluetooth/glib/gio/
glocalfileenumerator.h 50 const char *attributes,
  /external/emma/core/java12/com/vladium/jcd/cls/
AbstractClassDefVisitor.java 33 public Object visit (final IAttributeCollection attributes, final Object ctx)
Field_info.java 28 * attribute_info attributes[attributes_count];
45 * Each value of the attributes table must be a variable-length attribute structure.
46 * A field can have any number of attributes associated with it. The only attribute
47 * defined for the attributes table of a field_info structure at the moment
64 final IAttributeCollection attributes)
71 m_attributes = attributes;
  /external/webkit/WebCore/bindings/scripts/
IDLStructure.pm 39 attributes => '@', # List of 'domAttribute'
40 extendedAttributes => '$', # Extended attributes
45 signature => '$', # Return type/Object name/extended attributes
62 extendedAttributes => '$' # Extended attributes
84 $extendedAttributeSyntax = '\[[^]]*\]'; # Used for extended attributes
  /external/webkit/WebCore/inspector/front-end/
TextEditorHighlighter.js 168 state.attributes = {};
170 this._lex(this._textModel.line(i), i, state.attributes);
186 _lex: function(line, lineNumber, attributes) {
193 attributes[column] = { length: newColumn - column, tokenType: tokenType, style: this._styles[tokenType] };
  /libcore/luni/src/main/java/org/xml/sax/
HandlerBase.java 200 * @param attributes The specified or defaulted attributes.
205 public void startElement (String name, AttributeList attributes)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 288 NamedNodeMap attributes = node.getAttributes(); local
290 String viewId = getAttribute(node, "id", attributes); //$NON-NLS-1$
293 String toLeftOfRef = getAttribute(node, relativeTo, attributes);
405 * @param attributes the option {@link NamedNodeMap} object to use to read the attributes from.
407 private static String getAttribute(Node node, String name, NamedNodeMap attributes) {
408 if (attributes == null) {
409 attributes = node.getAttributes();
412 if (attributes != null) {
413 Node attribute = attributes.getNamedItemNS(SdkConstants.NS_RESOURCES, name)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 51 /** The list of layout attributes. Can be empty but not null. */
59 * the canonical name of the class it represents, its tooltip, its SDK url, its attributes list,
68 * @param attributes The list of allowed attributes. Can be null or empty.
69 * @param layoutAttributes The list of layout attributes. Can be null or empty.
79 AttributeDescriptor[] attributes, AttributeDescriptor[] layoutAttributes,
81 super(xml_name, ui_name, tooltip, sdk_url, attributes, children, mandatory);
151 /** Returns the list of layout attributes. Can be empty but not null. */
  /dalvik/vm/compiler/
InlineTransformation.c 224 if (methodStats->attributes & METHOD_IS_EMPTY) {
235 if (methodStats->attributes & METHOD_IS_GETTER) {
238 } else if (methodStats->attributes & METHOD_IS_SETTER) {
270 if (methodStats->attributes & METHOD_IS_EMPTY) {
275 if (methodStats->attributes & METHOD_IS_GETTER) {
278 } else if (methodStats->attributes & METHOD_IS_SETTER) {
  /external/webkit/WebCore/bindings/js/
JSHistoryCustom.cpp 71 if (entry->attributes() & Function) {
112 if (entry->attributes() & Function) {
115 descriptor.setDescriptor(slot.getValue(exec, propertyName), entry->attributes());
119 descriptor.setDescriptor(slot.getValue(exec, propertyName), entry->attributes());
123 descriptor.setDescriptor(slot.getValue(exec, propertyName), entry->attributes());
132 descriptor.setDescriptor(slot.getValue(exec, propertyName), entry->attributes());
JSLocationCustom.cpp 76 if (entry && (entry->attributes() & Function)) {
113 if (entry && (entry->attributes() & Function)) {
116 descriptor.setDescriptor(slot.getValue(exec, propertyName), entry->attributes());
120 descriptor.setDescriptor(slot.getValue(exec, propertyName), entry->attributes());
124 descriptor.setDescriptor(slot.getValue(exec, propertyName), entry->attributes());
180 void JSLocation::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* getterFunction, unsigned attributes)
184 Base::defineGetter(exec, propertyName, getterFunction, attributes);
364 void JSLocationPrototype::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* getterFunction, unsigned attributes)
368 Base::defineGetter(exec, propertyName, getterFunction, attributes);
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorTest.java 68 Set<AttributedCharacterIterator.Attribute> attributes = local
70 for(AttributedCharacterIterator.Attribute attr:attributes) {
90 Map<AttributedCharacterIterator.Attribute, Object> attributes = local
92 assertEquals(2, attributes.size());
94 attributes.get(AttributedCharacterIterator.Attribute.LANGUAGE));
96 attributes.get(AttributedCharacterIterator.Attribute.READING));
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
GpxParser.java 19 import org.xml.sax.Attributes;
91 public void startElement(String uri, String localName, String name, Attributes attributes)
102 handleLocation(mCurrentWayPoint, attributes);
115 handleLocation(mCurrentTrackPoint, attributes);
230 * Handles the location attributes and store them into a {@link LocationPoint}.
232 * @param attributes the attributes from the XML node.
234 private void handleLocation(LocationPoint locationNode, Attributes attributes) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 35 * an attributes list and a children list.
46 /** The list of allowed attributes. */
59 * tooltip, SDK url, attributes list, children list and mandatory.
65 * @param attributes The list of allowed attributes. Can be null or empty.
73 AttributeDescriptor[] attributes,
81 setAttributes(attributes != null ? attributes : new AttributeDescriptor[]{});
213 /* Returns the list of allowed attributes. */
218 /* Sets the list of allowed attributes. *
    [all...]
  /sdk/layoutlib_utils/src/com/android/layoutlib/utils/
ValueResourceParser.java 19 import org.xml.sax.Attributes;
78 public void startElement(String uri, String localName, String qName, Attributes attributes)
91 type = attributes.getValue(ATTR_TYPE);
100 String name = attributes.getValue(ATTR_NAME);
103 String parent = attributes.getValue(ATTR_PARENT);
115 String name = attributes.getValue(ATTR_NAME);
127 super.startElement(uri, localName, qName, attributes);
  /external/webkit/WebCore/dom/
XMLTokenizerLibxml2.cpp 85 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** attributes)
98 callback->attributes = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * nb_attributes * 5));
104 callback->attributes[i * 5 + j] = xmlStrdup(attributes[i * 5 + j]);
106 int len = attributes[i * 5 + 4] - attributes[i * 5 + 3];
108 callback->attributes[i * 5 + 3] = xmlStrndup(attributes[i * 5 + 3], len);
109 callback->attributes[i * 5 + 4] = callback->attributes[i * 5 + 3] + len
228 xmlChar** attributes; member in struct:WebCore::PendingCallbacks::PendingStartElementNSCallback
705 xmlSAX2Attributes* attributes = reinterpret_cast<xmlSAX2Attributes*>(libxmlAttributes); local
1419 HashMap<String, String> attributes; member in struct:WebCore::AttributeParseState
1435 xmlSAX2Attributes* attributes = reinterpret_cast<xmlSAX2Attributes*>(libxmlAttributes); local
    [all...]
  /external/webkit/WebCore/platform/mac/
PopupMenuMac.mm 83 NSMutableDictionary* attributes = [[NSMutableDictionary alloc] init];
90 [attributes setObject:font forKey:NSFontAttributeName];
94 NSAttributedString* string = [[NSAttributedString alloc] initWithString:client()->itemText(i) attributes:attributes];
95 [attributes release];
  /external/emma/core/java12/com/vladium/jcd/parser/
ClassDefParser.java 128 attributes (); method
243 final IAttributeCollection attributes = field_info.getAttributes (); local
244 for (int a = 0, aLimit = attributes.size (); a < aLimit; ++ a)
246 final Attribute_info attr_info = attributes.get (a);
281 void attributes () throws IOException method in class:ClassDefParser.classParser
  /external/gtest/src/
gtest-filepath.cc 172 const DWORD attributes = GetFileAttributes(unicode); local
174 return attributes != kInvalidFileAttributes;
196 const DWORD attributes = GetFileAttributes(unicode); local
198 if ((attributes != kInvalidFileAttributes) &&
199 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
  /external/ppp/pppd/plugins/radius/
dict.c 29 * Purpose: Initialize the dictionary. Read all ATTRIBUTES into
97 vdict->attributes = NULL;
201 attr->next = vdict->attributes;
202 vdict->attributes = attr;
291 * non-vendor-specific attributes are used
313 attr = dict->attributes;
350 attr = dict->attributes;
  /external/protobuf/gtest/src/
gtest-filepath.cc 174 const DWORD attributes = GetFileAttributes(unicode); local
176 return attributes != kInvalidFileAttributes;
198 const DWORD attributes = GetFileAttributes(unicode); local
200 if ((attributes != kInvalidFileAttributes) &&
201 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {

Completed in 394 milliseconds

<<11121314151617181920>>