Searched defs:attributes (Results 201 - 225 of 430) sorted by relevance

1234567891011>>

/external/apache-http/src/org/apache/commons/logging/impl/
H A DLogFactoryImpl.java55 * attributes available to the Log instance, if it so desires.</p>
201 * Configuration attributes.
203 protected Hashtable attributes = new Hashtable(); field in class:LogFactoryImpl
275 return (attributes.get(name));
282 * configuration attributes. If there are no such attributes, a zero
288 Enumeration keys = attributes.keys();
319 * using the factory's current set of configuration attributes.</p>
369 attributes.remove(name);
405 attributes
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementDef.java51 * @param attributes An array of allowed attribute defs, or null.
56 XSLTElementDef[] elements, XSLTAttributeDef[] attributes,
59 build(namespace, name, nameAlias, elements, attributes, contentHandler,
79 * @param attributes An array of allowed attribute defs, or null.
85 XSLTElementDef[] elements, XSLTAttributeDef[] attributes,
89 build(namespace, name, nameAlias, elements, attributes, contentHandler,
110 * @param attributes An array of allowed attribute defs, or null.
117 XSLTElementDef[] elements, XSLTAttributeDef[] attributes,
122 elements, attributes,
134 * @param attributes A
55 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject) argument
84 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_required) argument
116 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_required, boolean required) argument
142 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_required, boolean required, int order, boolean multiAllowed) argument
171 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_required, boolean required, boolean has_order, int order, boolean multiAllowed) argument
199 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, boolean has_order, int order, boolean multiAllowed) argument
224 XSLTElementDef(XSLTSchema schema, String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject, int order, boolean multiAllowed) argument
263 build(String namespace, String name, String nameAlias, XSLTElementDef[] elements, XSLTAttributeDef[] attributes, XSLTElementProcessor contentHandler, Class classObject) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_rules_registry_unittest.cc193 // Create a condition with the attributes specified. An example value of
194 // |attributes| is: "\"resourceType\": [\"stylesheet\"], \n".
195 linked_ptr<base::Value> CreateCondition(const std::string& attributes) { argument
199 json_description += attributes;
207 // |attributes| specified (one entry one condition). An example value of a
208 // string from |attributes| is: "\"resourceType\": [\"stylesheet\"], \n".
211 const std::vector<const std::string*>& attributes) {
220 attributes.begin();
221 it != attributes.end(); ++it)
574 std::vector<const std::string*> attributes; local
209 CreateCancellingRule( const char* rule_id, const std::vector<const std::string*>& attributes) argument
621 std::vector<const std::string*> attributes; local
[all...]
/external/chromium_org/content/child/service_worker/
H A Dservice_worker_dispatcher.cc484 const ServiceWorkerVersionAttributes& attributes) {
492 attributes.installing);
497 attributes.waiting);
502 attributes.active);
727 // |registration| must already have version attributes, so adopt and destroy
479 OnSetVersionAttributes( int thread_id, int provider_id, int registration_handle_id, int changed_mask, const ServiceWorkerVersionAttributes& attributes) argument
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_mf_win.cc228 ScopedComPtr<IMFAttributes> attributes; local
229 MFCreateAttributes(attributes.Receive(), 1);
230 DCHECK(attributes);
233 attributes->SetUnknown(MF_SOURCE_READER_ASYNC_CALLBACK, callback_.get());
235 return SUCCEEDED(MFCreateSourceReaderFromMediaSource(source, attributes,
/external/chromium_org/native_client_sdk/src/examples/api/media_stream_video/
H A Dmedia_stream_video.cc101 // MediaStreamVideoTrack attributes:
196 int32_t attributes[] = { local
209 context_ = new pp::Graphics3D(this, attributes);
/external/chromium_org/ppapi/examples/media_stream_video/
H A Dmedia_stream_video.cc101 // MediaStreamVideoTrack attributes:
196 int32_t attributes[] = { local
209 context_ = new pp::Graphics3D(this, attributes);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.cpp469 AttributeCollection attributes = element.attributesWithoutUpdate(); local
470 AttributeCollection::iterator end = attributes.end();
471 for (AttributeCollection::iterator it = attributes.begin(); it != end; ++it) {
483 // Legacy dictates that values of some attributes should be compared in
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLPreloadScanner.cpp135 void processAttributes(const HTMLToken::AttributeList& attributes) argument
140 for (HTMLToken::AttributeList::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) {
147 void processAttributes(const Vector<CompactHTMLToken::Attribute>& attributes) argument
151 for (Vector<CompactHTMLToken::Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter)
467 scanner.processAttributes(token.attributes());
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMPatchSupport.cpp187 // Patch attributes
199 AttributeCollection attributes = newElement->attributesWithoutUpdate(); local
200 AttributeCollection::iterator end = attributes.end();
201 for (AttributeCollection::iterator it = attributes.begin(); it != end; ++it) {
429 AttributeCollection attributes = element.attributesWithoutUpdate(); local
430 if (!attributes.isEmpty()) {
432 AttributeCollection::iterator end = attributes.end();
433 for (AttributeCollection::iterator it = attributes.begin(); it != end; ++it) {
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageSerializer.cpp80 AttributeCollection attributes = element.attributes(); local
81 AttributeCollection::iterator end = attributes.end();
82 for (AttributeCollection::iterator it = attributes.begin(); it != end; ++it) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGText.cpp105 static inline void collectLayoutAttributes(RenderObject* text, Vector<SVGTextLayoutAttributes*>& attributes) argument
109 attributes.append(toRenderSVGInlineText(descendant)->layoutAttributes());
171 // Detect changes in layout attributes and only measure those text parts that have changed!
181 SVGTextLayoutAttributes* attributes = 0; local
183 attributes = newLayoutAttributes[i];
184 if (m_layoutAttributes.find(attributes) == kNotFound) {
188 ASSERT_UNUSED(child, attributes->context() == child);
189 findPreviousAndNextAttributes(this, attributes->context(), previous, next);
193 m_layoutAttributesBuilder.buildLayoutAttributesForTextRenderer(attributes->context());
203 ASSERT(m_layoutAttributes.find(newLayoutAttributes[i]) != kNotFound || newLayoutAttributes[i] == attributes);
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dmixer.c574 VdpVideoMixerAttribute const *attributes,
583 if (!(attributes && attribute_values))
592 switch (attributes[i]) {
705 VdpVideoMixerAttribute const *attributes,
711 if (!(attributes && attribute_values))
720 switch (attributes[i]) {
572 vlVdpVideoMixerSetAttributeValues(VdpVideoMixer mixer, uint32_t attribute_count, VdpVideoMixerAttribute const *attributes, void const *const *attribute_values) argument
703 vlVdpVideoMixerGetAttributeValues(VdpVideoMixer mixer, uint32_t attribute_count, VdpVideoMixerAttribute const *attributes, void *const *attribute_values) argument
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGParser.cpp70 const SkSVGAttribute* attributes; local
71 size_t count = element->getAttributes(&attributes);
74 if (strncmp(attributes->fName, attrValue, len) == 0 && strlen(attributes->fName) == len) {
75 SkASSERT(result == (attributes->fOffset -
79 attributes++;
153 if (fCurrElement == NULL) // this signals we should ignore attributes for this element
/external/chromium_org/v8/src/
H A Dproperty.h21 // Each descriptor has a key, property attributes, property type,
60 PropertyAttributes attributes,
66 details_(attributes, type, representation, field_index) { }
80 PropertyAttributes attributes,
82 : Descriptor(key, HeapType::Any(key->GetIsolate()), attributes,
87 PropertyAttributes attributes,
89 : Descriptor(key, field_type, attributes, FIELD,
98 PropertyAttributes attributes)
99 : Descriptor(key, value, attributes, CONSTANT,
108 PropertyAttributes attributes)
58 Descriptor(Handle<Name> key, Handle<Object> value, PropertyAttributes attributes, PropertyType type, Representation representation, int field_index = 0) argument
78 FieldDescriptor(Handle<Name> key, int field_index, PropertyAttributes attributes, Representation representation) argument
84 FieldDescriptor(Handle<Name> key, int field_index, Handle<HeapType> field_type, PropertyAttributes attributes, Representation representation) argument
96 ConstantDescriptor(Handle<Name> key, Handle<Object> value, PropertyAttributes attributes) argument
106 CallbacksDescriptor(Handle<Name> key, Handle<Object> foreign, PropertyAttributes attributes) argument
[all...]
/external/deqp/executor/
H A DxeXMLParser.hpp158 const AttributeMap& attributes (void) const { return m_attributes; } function in class:xe::xml::Parser
/external/deqp/modules/egl/
H A DteglChooseConfigReference.cpp357 void chooseConfigReference (const tcu::egl::Display& display, std::vector<EGLConfig>& dst, const std::vector<std::pair<EGLenum, EGLint> >& attributes) argument
378 configFilter.setValues(attributes);
H A DteglChooseConfigTests.cpp87 ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool checkOrder, const EGLint* attributes) argument
91 // Parse attributes
92 while (attributes[0] != EGL_NONE)
94 m_attributes.push_back(std::make_pair((EGLenum)attributes[0], (EGLint)attributes[1]));
95 attributes += 2;
99 ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool checkOrder, const std::vector<std::pair<EGLenum, EGLint> >& attributes) argument
102 , m_attributes (attributes)
120 void executeTest (const std::vector<std::pair<EGLenum, EGLint> >& attributes, bool checkOrder) argument
125 // Build attributes fo
173 fillDontCare(std::vector<std::pair<EGLenum, EGLint> >& attributes) argument
207 } attributes[] = { local
279 std::vector<std::pair<EGLenum, EGLint> > attributes; local
317 std::vector<std::pair<EGLenum, EGLint> > attributes = genRandomAttributes(m_attribSet, numAttribs, rnd); local
374 static const struct AttribSpec attributes[] = local
462 } attributes[] = local
[all...]
H A DteglQuerySurfaceTests.cpp60 static void logSurfaceAttributes (tcu::TestLog& log, const tcu::egl::Surface& surface, const EGLint* attributes, int num) argument
64 const EGLint attrib = attributes[ndx];
72 static const EGLint attributes[] = local
87 logSurfaceAttributes(log, surface, attributes, DE_LENGTH_OF_ARRAY(attributes));
92 static const EGLint attributes[] = { local
100 logSurfaceAttributes(log, surface, attributes, DE_LENGTH_OF_ARRAY(attributes));
399 // Pbuffer-specific attributes
472 log << TestLog::Message << "No attributes ca
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/
H A DClassDef.java537 * Adds a new declared field to this class [with no attributes]
541 // TODO: support Fields with initializer attributes?
554 * Adds a new declared field to this class [with given attributes]
557 final IAttributeCollection attributes)
559 // TODO: support Fields with initializer attributes?
565 final Field_info field = new Field_info (access_flags, name_index, descriptor_index, attributes);
580 final IAttributeCollection attributes = ElementFactory.newAttributeCollection (0);
586 attributes.add (code);
588 final Method_info method = new Method_info (access_flags, name_index, descriptor_index, attributes);
556 addField(final String name, final String descriptor, final int access_flags, final IAttributeCollection attributes) argument
/external/javassist/src/main/javassist/bytecode/
H A DCodeAttribute.java46 private ArrayList attributes; field in class:CodeAttribute
65 attributes = new ArrayList();
85 attributes = new ArrayList();
90 attributes.add(ai.copy(cp, classnames));
111 attributes = new ArrayList();
114 attributes.add(AttributeInfo.read(cp, in));
162 + AttributeInfo.getLength(attributes);
173 out.writeShort(attributes.size()); // attributes_count
174 AttributeInfo.writeAll(attributes, out); // attributes
[all...]
/external/jhead/
H A Dmain.c200 // format of attributes string passed from java:
207 const char* attributes = (*env)->GetStringUTFChars(env, jattributes, NULL); local
208 if (attributes == NULL) {
212 ALOGE("attributes %s\n", attributes);
215 // Get the number of attributes - it's the first number in the string.
216 attrCnt = atoi(attributes);
217 char* attrPtr = strchr(attributes, ' ') + 1;
334 if (attributes) {
335 (*env)->ReleaseStringUTFChars(env, jattributes, attributes);
[all...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dmixer.c574 VdpVideoMixerAttribute const *attributes,
583 if (!(attributes && attribute_values))
592 switch (attributes[i]) {
705 VdpVideoMixerAttribute const *attributes,
711 if (!(attributes && attribute_values))
720 switch (attributes[i]) {
572 vlVdpVideoMixerSetAttributeValues(VdpVideoMixer mixer, uint32_t attribute_count, VdpVideoMixerAttribute const *attributes, void const *const *attribute_values) argument
703 vlVdpVideoMixerGetAttributeValues(VdpVideoMixer mixer, uint32_t attribute_count, VdpVideoMixerAttribute const *attributes, void *const *attribute_values) argument
/external/proguard/src/proguard/classfile/
H A DProgramClass.java51 public Attribute[] attributes; field in class:ProgramClass
535 attributes[index].accept(this, attributeVisitor);
544 Attribute attribute = attributes[index];
/external/skia/src/svg/
H A DSkSVGParser.cpp70 const SkSVGAttribute* attributes; local
71 size_t count = element->getAttributes(&attributes);
74 if (strncmp(attributes->fName, attrValue, len) == 0 && strlen(attributes->fName) == len) {
75 SkASSERT(result == (attributes->fOffset -
79 attributes++;
153 if (fCurrElement == NULL) // this signals we should ignore attributes for this element

Completed in 999 milliseconds

1234567891011>>