Searched refs:attributes (Results 251 - 275 of 792) sorted by relevance

<<11121314151617181920>>

/external/tpm2/
H A DSession.c357 session->attributes.isPolicy = SET;
359 session->attributes.isTrialPolicy = SET;
399 session->attributes.isBound = SET;
404 session->attributes.isDaBound = (bind != TPM_RH_NULL)
407 session->attributes.isLockoutBound = (session->attributes.isDaBound == SET)
675 // Reset the session attributes
676 MemorySet(&session->attributes, 0, sizeof(SESSION_ATTRIBUTES));
678 session->attributes.isPolicy = SET;
723 if(session->attributes
[all...]
/external/emma/core/java12/com/vladium/jcd/parser/
H A DClassDefParser.java128 attributes ();
243 final IAttributeCollection attributes = field_info.getAttributes ();
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/google-breakpad/src/testing/gtest/src/
H A Dgtest-filepath.cc205 const DWORD attributes = GetFileAttributes(unicode); local
207 return attributes != kInvalidFileAttributes;
229 const DWORD attributes = GetFileAttributes(unicode); local
231 if ((attributes != kInvalidFileAttributes) &&
232 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
/external/googletest/googletest/src/
H A Dgtest-filepath.cc212 const DWORD attributes = GetFileAttributes(unicode); local
214 return attributes != kInvalidFileAttributes;
236 const DWORD attributes = GetFileAttributes(unicode); local
238 if ((attributes != kInvalidFileAttributes) &&
239 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
/external/libpng/
H A Dpngconf.h280 * 'attributes' as a storage class - the attributes go at the start of the
281 * function definition, and attributes are always appended regardless of the
283 * if any compilers both need function attributes and fail to handle them as
287 # define PNG_FUNCTION(type, name, args, attributes) attributes type name args
300 # define PNG_EXPORTA(ordinal, type, name, args, attributes) \
302 PNG_LINKAGE_API attributes)
315 # define PNG_REMOVED(ordinal, type, name, args, attributes)
322 /* Support for compiler specific function attributes
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-filepath.cc212 const DWORD attributes = GetFileAttributes(unicode); local
214 return attributes != kInvalidFileAttributes;
236 const DWORD attributes = GetFileAttributes(unicode); local
238 if ((attributes != kInvalidFileAttributes) &&
239 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc203 const DWORD attributes = GetFileAttributes(unicode); local
205 return attributes != kInvalidFileAttributes;
227 const DWORD attributes = GetFileAttributes(unicode); local
229 if ((attributes != kInvalidFileAttributes) &&
230 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc207 const DWORD attributes = GetFileAttributes(unicode); local
209 return attributes != kInvalidFileAttributes;
231 const DWORD attributes = GetFileAttributes(unicode); local
233 if ((attributes != kInvalidFileAttributes) &&
234 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
/external/pdfium/third_party/libpng16/
H A Dpngconf.h280 * 'attributes' as a storage class - the attributes go at the start of the
281 * function definition, and attributes are always appended regardless of the
283 * if any compilers both need function attributes and fail to handle them as
287 # define PNG_FUNCTION(type, name, args, attributes) attributes type name args
300 # define PNG_EXPORTA(ordinal, type, name, args, attributes) \
302 PNG_LINKAGE_API attributes)
315 # define PNG_REMOVED(ordinal, type, name, args, attributes)
322 /* Support for compiler specific function attributes
[all...]
/external/ppp/pppd/plugins/radius/
H A Ddict.c97 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/
H A Dgtest-filepath.cc205 const DWORD attributes = GetFileAttributes(unicode); local
207 return attributes != kInvalidFileAttributes;
229 const DWORD attributes = GetFileAttributes(unicode); local
231 if ((attributes != kInvalidFileAttributes) &&
232 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
/external/python/cpython2/Demo/rpc/
H A Dnfsclient.py32 file, attributes = sa
34 self.pack_sattr(attributes)
93 attributes = self.unpack_fattr()
95 attributes = None
96 return status, attributes
/external/skia/third_party/libpng/
H A Dpngconf.h280 * 'attributes' as a storage class - the attributes go at the start of the
281 * function definition, and attributes are always appended regardless of the
283 * if any compilers both need function attributes and fail to handle them as
287 # define PNG_FUNCTION(type, name, args, attributes) attributes type name args
300 # define PNG_EXPORTA(ordinal, type, name, args, attributes) \
302 PNG_LINKAGE_API attributes)
315 # define PNG_REMOVED(ordinal, type, name, args, attributes)
322 /* Support for compiler specific function attributes
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest-filepath.cc205 const DWORD attributes = GetFileAttributes(unicode); local
207 return attributes != kInvalidFileAttributes;
229 const DWORD attributes = GetFileAttributes(unicode); local
231 if ((attributes != kInvalidFileAttributes) &&
232 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
/external/v8/src/
H A Dtransitions.h43 PropertyAttributes attributes);
46 PropertyAttributes attributes) {
47 if (Map* transition = SearchTransition(*map, kind, *name, attributes)) {
251 // Search a transition for a given kind, property name and attributes.
252 int Search(PropertyKind kind, Name* name, PropertyAttributes attributes,
263 PropertyAttributes attributes, int* out_insertion_index);
291 // Compares two tuples <key, kind, attributes>, returns -1 if
44 SearchTransition(Handle<Map> map, PropertyKind kind, Handle<Name> name, PropertyAttributes attributes) argument
/external/v8/testing/gtest/src/
H A Dgtest-filepath.cc212 const DWORD attributes = GetFileAttributes(unicode); local
214 return attributes != kInvalidFileAttributes;
236 const DWORD attributes = GetFileAttributes(unicode); local
238 if ((attributes != kInvalidFileAttributes) &&
239 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-filepath.cc207 const DWORD attributes = GetFileAttributes(unicode); local
209 return attributes != kInvalidFileAttributes;
231 const DWORD attributes = GetFileAttributes(unicode); local
233 if ((attributes != kInvalidFileAttributes) &&
234 (attributes & FILE_ATTRIBUTE_DIRECTORY)) {
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorExsltFunction.java62 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
72 super.startElement(handler, uri, localName, rawName, attributes);
74 String val = attributes.getValue("name");
61 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
/external/autotest/client/site_tests/graphics_dEQP/
H A Dgenerate_controlfiles.py77 ATTRIBUTES = '{{attributes}}'
141 attributes = get_attributes(test)
149 attributes=attributes,
/external/autotest/server/cros/dynamic_suite/
H A Dfakes.py14 def __init__(self, suite, attributes, data, time='LONG', expr=False,
21 self.attributes = attributes
/external/autotest/server/hosts/
H A Dshadowing_store_unittest.py21 info = host_info.HostInfo(labels='blah', attributes='boo')
32 info = host_info.HostInfo(labels='blah', attributes='boo')
43 info = host_info.HostInfo(labels='blah', attributes='boo')
/external/autotest/tko/perf_upload/
H A Dperf_uploader.py162 """Gets the version numbers from the test attributes and validates them.
164 @param test_attributes: The attributes property (which is a dict) of an
297 hardware_id = test.attributes.get('hwid', '')
299 variant_name = test.attributes.get(constants.VARIANT_KEY, None)
308 cros_version, chrome_version = _get_version_numbers(test.attributes)
/external/avb/libavb_atx/
H A Davb_atx_validate.c59 /* Verifies structure and |expected_hash| of permanent |attributes|. */
61 const AvbAtxPermanentAttributes* attributes,
65 if (attributes->version != 1) {
66 avb_error("Unsupported permanent attributes version.\n");
69 sha256((const uint8_t*)attributes, sizeof(AvbAtxPermanentAttributes), hash);
71 avb_error("Invalid permanent attributes.\n");
174 /* Read and verify permanent attributes. */
178 avb_error("Failed to read permanent attributes.\n");
184 avb_error("Failed to read permanent attributes hash.\n");
60 verify_permanent_attributes( const AvbAtxPermanentAttributes* attributes, uint8_t expected_hash[AVB_SHA256_DIGEST_SIZE]) argument
/external/deqp/framework/delibs/dethread/win32/
H A DdeThreadWin32.c71 deThread deThread_create (deThreadFunc func, void* arg, const deThreadAttributes* attributes) argument
89 if (attributes)
90 SetThreadPriority(thread, mapPriority(attributes->priority));
/external/emma/core/java12/com/vladium/jcd/cls/
H A DAttributeCollection.java126 final List/* Attribute_info */ attributes = m_attributes;
128 final int result = attributes.size ();
129 attributes.add (attribute);
211 // note: the spec does not disallow multiple synthetic attributes
214 // note: the spec disallows multiple inner classes attributes

Completed in 659 milliseconds

<<11121314151617181920>>