Searched defs:attributes (Results 1 - 25 of 430) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/shared_impl/
H A Dmedia_stream_audio_track_shared.cc11 const Attributes& attributes) {
12 if (attributes.buffers < 0)
14 if (!(attributes.duration == 0 ||
15 (attributes.duration >= 10 && attributes.duration <= 10000)))
10 VerifyAttributes( const Attributes& attributes) argument
H A Dmedia_stream_audio_track_shared_unittest.cc12 MediaStreamAudioTrackShared::Attributes attributes; local
13 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes));
18 MediaStreamAudioTrackShared::Attributes attributes; local
19 attributes.buffers = 0;
20 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes));
22 attributes.buffers = 8;
23 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes));
25 attributes.buffers = 1024;
26 EXPECT_TRUE(MediaStreamAudioTrackShared::VerifyAttributes(attributes));
28 attributes
34 MediaStreamAudioTrackShared::Attributes attributes; local
[all...]
H A Dmedia_stream_video_track_shared_unittest.cc12 MediaStreamVideoTrackShared::Attributes attributes; local
13 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes));
18 MediaStreamVideoTrackShared::Attributes attributes; local
19 attributes.buffers = 0;
20 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes));
22 attributes.buffers = 8;
23 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes));
25 attributes.buffers = 1024;
26 EXPECT_TRUE(MediaStreamVideoTrackShared::VerifyAttributes(attributes));
28 attributes
34 MediaStreamVideoTrackShared::Attributes attributes; local
52 MediaStreamVideoTrackShared::Attributes attributes; local
74 MediaStreamVideoTrackShared::Attributes attributes; local
[all...]
H A Dmedia_stream_video_track_shared.cc20 const Attributes& attributes) {
21 if (attributes.buffers < 0)
23 if (attributes.format < PP_VIDEOFRAME_FORMAT_UNKNOWN ||
24 attributes.format > PP_VIDEOFRAME_FORMAT_LAST) {
27 if (attributes.width < 0 ||
28 attributes.width > kMaxWidth ||
29 attributes.width & 0x3) {
32 if (attributes.height < 0 ||
33 attributes.height > kMaxHeight ||
34 attributes
19 VerifyAttributes( const Attributes& attributes) argument
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DSimpleAttributeTableGenerator.java13 private final AttributeTable attributes; field in class:SimpleAttributeTableGenerator
16 AttributeTable attributes)
18 this.attributes = attributes;
23 return attributes;
15 SimpleAttributeTableGenerator( AttributeTable attributes) argument
/external/chromium_org/content/common/gpu/client/
H A Dgpu_in_process_context_tests.cc22 blink::WebGraphicsContext3D::Attributes attributes; local
26 attributes, lose_context_when_out_of_memory);
/external/chromium_org/printing/android/java/src/org/chromium/printing/
H A DPrintManagerDelegate.java22 PrintAttributes attributes);
20 print(String printJobName, PrintDocumentAdapter documentAdapter, PrintAttributes attributes) argument
H A DPrintManagerDelegateImpl.java24 PrintAttributes attributes) {
25 mPrintManager.print(printJobName, documentAdapter, attributes);
23 print(String printJobName, PrintDocumentAdapter documentAdapter, PrintAttributes attributes) argument
/external/chromium_org/sandbox/win/src/
H A Dsandbox_utils.cc15 ULONG attributes,
27 InitializeObjectAttributes(obj_attr, uni_name, attributes, root, NULL);
14 InitObjectAttribs(const base::string16& name, ULONG attributes, HANDLE root, OBJECT_ATTRIBUTES* obj_attr, UNICODE_STRING* uni_name) argument
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementDataCache.cpp36 inline unsigned attributeHash(const Vector<Attribute>& attributes) argument
38 return StringHasher::hashMemory(attributes.data(), attributes.size() * sizeof(Attribute));
41 inline bool hasSameAttributes(const Vector<Attribute>& attributes, ShareableElementData& elementData) argument
43 if (attributes.size() != elementData.attributes().size())
45 return !memcmp(attributes.data(), elementData.m_attributeArray, attributes.size() * sizeof(Attribute));
48 PassRefPtrWillBeRawPtr<ShareableElementData> ElementDataCache::cachedShareableElementDataWithAttributes(const Vector<Attribute>& attributes) argument
50 ASSERT(!attributes
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DTextDocumentParser.cpp59 Vector<Attribute> attributes; local
60 attributes.append(Attribute(styleAttr, "word-wrap: break-word; white-space: pre-wrap;"));
61 AtomicHTMLToken fakePre(HTMLToken::StartTag, preTag.localName(), attributes);
/external/deqp/framework/delibs/dethread/unix/
H A DdeMutexUnix.c36 deMutex deMutex_create (const deMutexAttributes* attributes) argument
62 if (attributes)
64 if (attributes->flags & DE_MUTEX_RECURSIVE)
H A DdeSemaphoreUnix.c34 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) argument
38 DE_UNREF(attributes);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorAttributeSet.java51 * @param attributes The attributes attached to the element. If
52 * there are no attributes, it shall be an empty
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
78 setPropertiesFromAttributes(handler, rawName, attributes, eat);
92 * @param attributes The specified or defaulted attributes.
60 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorDecimalFormat.java51 * @param attributes The attributes attached to the element. If
52 * there are no attributes, it shall be an empty
61 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
70 setPropertiesFromAttributes(handler, rawName, attributes, dfp);
60 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorExsltFuncResult.java46 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
51 super.startElement(handler, uri, localName, rawName, attributes);
45 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorKey.java60 * @param attributes The attributes attached to the element. If
61 * there are no attributes, it shall be an empty
65 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
73 setPropertiesFromAttributes(handler, rawName, attributes, kd);
83 * @param attributes The list of attributes.
87 StylesheetHandler handler, String rawName, Attributes attributes,
97 int nAttrs = attributes.getLength();
101 String attrUri = attributes
64 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
86 setPropertiesFromAttributes( StylesheetHandler handler, String rawName, Attributes attributes, org.apache.xalan.templates.ElemTemplateElement target) argument
[all...]
H A DProcessorLRE.java66 * @param attributes The specified or defaulted attributes.
69 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
119 int n = attributes.getLength();
123 String attrLocalName = attributes.getLocalName(i);
124 String attrUri = attributes.getURI(i);
125 String value = attributes.getValue(i);
130 attributes.getType(i),
131 attributes.getValue(i));
142 attributes
68 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
[all...]
H A DProcessorNamespaceAlias.java57 * @param attributes The attributes attached to the element. If
58 * there are no attributes, it shall be an empty
62 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
68 setPropertiesFromAttributes(handler, rawName, attributes, na);
61 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorPreserveSpace.java54 * @param attributes The attributes attached to the element. If
55 * there are no attributes, it shall be an empty
60 Attributes attributes)
65 setPropertiesFromAttributes(handler, rawName, attributes, paths);
58 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorStripSpace.java54 * @param attributes The attributes attached to the element. If
55 * there are no attributes, it shall be an empty
59 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
64 setPropertiesFromAttributes(handler, rawName, attributes, paths);
58 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorStylesheetElement.java55 * @param attributes The attributes attached to the element. If
56 * there are no attributes, it shall be an empty
60 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
64 super.startElement(handler, uri, localName, rawName, attributes);
106 setPropertiesFromAttributes(handler, rawName, attributes,
59 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
H A DProcessorTemplateElem.java46 * @param attributes The specified or defaulted attributes.
49 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
53 super.startElement(handler, uri, localName, rawName, attributes);
78 setPropertiesFromAttributes(handler, rawName, attributes, elem);
48 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributes.java27 private ASN1Set attributes; field in class:Attributes
31 attributes = set;
36 attributes = new DLSet(v);
68 Attribute[] rv = new Attribute[attributes.size()];
72 rv[i] = Attribute.getInstance(attributes.getObjectAt(i));
83 return attributes;
/external/chromium_org/base/threading/
H A Dplatform_thread_freebsd.cc93 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { argument

Completed in 3599 milliseconds

1234567891011>>