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

1234567891011>>

/external/tpm2/
H A DNV_DefineSpace.c14 // TPM_RC_NV_ATTRIBUTES attributes of the index are not consistent
21 // consistent with 'publicInfo->attributes'.
29 TPMA_NV attributes; local
48 attributes = in->publicInfo.t.nvPublic.attributes;
52 if ( (attributes.TPMA_NV_COUNTER == SET || attributes.TPMA_NV_BITS == SET)
68 if( attributes.TPMA_NV_WRITTEN == SET
69 || attributes.TPMA_NV_WRITELOCKED == SET
70 || attributes
[all...]
H A DPropertyCap.c149 TPMA_MEMORY attributes = {0}; local
150 attributes.sharedNV = SET;
151 attributes.objectCopiedToRam = SET;
154 memcpy(value, &attributes, sizeof(UINT32));
/external/ImageMagick/Magick++/demo/
H A Danalyze.cpp28 std::list<std::string> attributes; local
30 attributes.push_back("TopLeftColor");
31 attributes.push_back("TopRightColor");
32 attributes.push_back("BottomLeftColor");
33 attributes.push_back("BottomRightColor");
34 attributes.push_back("filter:brightness:mean");
35 attributes.push_back("filter:brightness:standard-deviation");
36 attributes.push_back("filter:brightness:kurtosis");
37 attributes.push_back("filter:brightness:skewness");
38 attributes
[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/tensorflow/tensorflow/core/framework/
H A Ddevice_base.cc22 const DeviceAttributes& DeviceBase::attributes() const { function in class:tensorflow::DeviceBase
23 LOG(FATAL) << "Device does not implement attributes()";
/external/testng/src/main/java/org/testng/xml/dom/
H A DOnElement.java14 String[] attributes(); method in interface:OnElement
H A DOnElementList.java14 String[] attributes(); method in interface:OnElementList
/external/testng/src/test/java/test/attributes/
H A DAttributeTest.java1 package test.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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowSoundPool.java21 public void __constructor__(int maxStreams, AudioAttributes attributes) { argument
27 from(AudioAttributes.class, attributes));
/external/tensorflow/tensorflow/core/debug/
H A Ddebug_graph_utils_test.cc28 std::unordered_map<string, string>* attributes) {
30 debug_op_name, debug_op_name_proper, attributes);
36 std::unordered_map<string, string> attributes; local
38 ParseDebugOpName("DebugIdentity", &debug_op_name_proper, &attributes));
40 ASSERT_EQ(0, attributes.size());
45 std::unordered_map<string, string> attributes; local
48 &attributes);
52 &attributes);
56 &attributes);
62 std::unordered_map<string, string> attributes; local
26 ParseDebugOpName(const string& debug_op_name, string* debug_op_name_proper, std::unordered_map<string, string>* attributes) argument
92 std::unordered_map<string, string> attributes; local
109 std::unordered_map<string, string> attributes; local
131 std::unordered_map<string, string> attributes; local
141 std::unordered_map<string, string> attributes; local
[all...]
/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/autotest/client/deps/glbench/src/
H A Dxlib_window.cc38 XWindowAttributes attributes; local
39 XGetWindowAttributes(g_xlib_display, root_window, &attributes);
41 g_width = g_width == -1 ? attributes.width : g_width;
42 g_height = g_height == -1 ? attributes.height : g_height;
62 XGetWindowAttributes(g_xlib_display, g_xlib_window, &attributes);
63 g_width = attributes.width;
64 g_height = attributes.height;
/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/deqp/framework/delibs/dethread/win32/
H A DdeMutexWin32.c47 deMutex deMutex_create (const deMutexAttributes* attributes) argument
53 DE_UNREF(attributes);
90 deMutex deMutex_create (const deMutexAttributes* attributes) argument
94 DE_UNREF(attributes);

Completed in 520 milliseconds

1234567891011>>