Searched defs:attributes (Results 51 - 75 of 430) sorted by relevance

1234567891011>>

/external/deqp/framework/delibs/dethread/unix/
H A DdeNamedSemaphoreUnix.c46 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) argument
52 DE_UNREF(attributes);
H A DdeThreadUnix.c59 deThread deThread_create (deThreadFunc func, void* arg, const deThreadAttributes* attributes) argument
76 /* \todo [2009-11-12 pyry] Map attributes. */
77 DE_UNREF(attributes);
/external/deqp/framework/delibs/dethread/win32/
H A DdeThreadWin32.c70 deThread deThread_create (deThreadFunc func, void* arg, const deThreadAttributes* attributes) argument
88 if (attributes)
89 SetThreadPriority(thread, mapPriority(attributes->priority));
/external/llvm/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.h42 attr_iterator_range attributes() const { function in class:llvm::DWARFAbbreviationDeclaration
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dattributes.c45 static const XvAttribute attributes[] = { variable
63 result = malloc(sizeof(attributes));
67 memcpy(result, attributes, sizeof(attributes));
68 *number = sizeof(attributes) / sizeof(XvAttribute);
70 XVMC_MSG(XVMC_TRACE, "[XvMC] Returning %d attributes for context %p.\n", *number, context);
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DAbstractClassLoader.java105 return new ClassReaderGenerator(r, attributes(), getFlags());
112 protected Attribute[] attributes() { method in class:AbstractClassLoader
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorInclude.java116 * @param attributes The attributes attached to the element. If
117 * there are no attributes, it shall be an empty
124 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
129 setPropertiesFromAttributes(handler, rawName, attributes, this);
158 parse(handler, uri, localName, rawName, attributes);
184 * @param attributes The list of attributes on the xsl:include or xsl:import element.
190 StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes)
123 startElement( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
189 parse( StylesheetHandler handler, String uri, String localName, String rawName, Attributes attributes) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributeTable.java19 private Hashtable attributes = new Hashtable(); field in class:AttributeTable
24 attributes = copyTable(attrs);
65 Object value = attributes.get(oid);
69 attributes.put(oid, a);
89 attributes.put(oid, v);
110 Object value = attributes.get(oid);
129 * Return all the attributes matching the OBJECT IDENTIFIER oid. The vector will be
130 * empty if there are no attributes of the required type present.
133 * @return a vector of all the attributes found of type oid.
140 Object value = attributes
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DAttributeCertificateInfo.java22 private ASN1Sequence attributes; field in class:AttributeCertificateInfo
73 this.attributes = ASN1Sequence.getInstance(seq.getObjectAt(start + 5));
122 return attributes;
145 * attributes SEQUENCE OF Attribute,
166 v.add(attributes);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DPKCS12BagAttributeCarrierImpl.java24 PKCS12BagAttributeCarrierImpl(Hashtable attributes, Vector ordering) argument
26 this.pkcs12Attributes = attributes;
/external/chromium_org/android_webview/browser/
H A Dhardware_renderer.cc44 blink::WebGraphicsContext3D::Attributes attributes; local
45 attributes.antialias = false;
46 attributes.depth = false;
47 attributes.stencil = false;
48 attributes.shareResources = true;
49 attributes.noAutomaticFlushes = true;
52 attributes, &attribs_for_gles2);
70 context.Pass(), attributes),
/external/chromium_org/base/threading/
H A Dplatform_thread_android.cc116 size_t GetDefaultThreadStackSize(const pthread_attr_t& attributes) { argument
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_message_filter.cc75 const PrerenderAttributes& attributes,
86 attributes.url, attributes.rel_types, referrer,
73 OnAddPrerender( int prerender_id, const PrerenderAttributes& attributes, const content::Referrer& referrer, const gfx::Size& size, int render_view_route_id) argument
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dindex.php134 $attributes = $openid->getAttributes(); variable
135 $_SESSION['attributes'] = $attributes;
155 unset($_SESSION['attributes']);
182 <span>Welcome <?php echo @$_SESSION['attributes']['namePerson/first'] ?> <?php echo @$_SESSION['attributes']['namePerson/last'] ?> ( <?php echo $_SESSION['attributes']['contact/email'] ?> )</span>
186 <?php if (isset($_SESSION['attributes'])): ?>
/external/chromium_org/chrome/renderer/prerender/
H A Dprerender_dispatcher.cc137 PrerenderAttributes attributes; local
138 attributes.url = GURL(prerender.url());
139 attributes.rel_types = prerender.relTypes();
142 extra_data.prerender_id(), attributes,
/external/chromium_org/cloud_print/service/win/
H A Dlocal_security_policy.cc72 LSA_OBJECT_ATTRIBUTES attributes = {0}; local
74 ::LsaOpenPolicy(NULL, &attributes,
/external/chromium_org/device/nfc/
H A Dnfc_ndef_record_utils_chromeos.cc188 base::DictionaryValue attributes; local
190 attributes.SetString(NfcNdefRecord::kFieldURI, properties->uri.value());
192 attributes.SetString(NfcNdefRecord::kFieldMimeType,
196 attributes.SetDouble(NfcNdefRecord::kFieldTargetSize,
202 attributes.SetString(NfcNdefRecord::kFieldAction, action_value);
226 attributes.Set(NfcNdefRecord::kFieldTitles, titles);
228 attributes.MergeDictionary(text_attributes.get());
234 return out->Populate(type, &attributes);
/external/chromium_org/ppapi/cpp/
H A Dmedia_stream_audio_track.cc44 const int32_t attributes[],
48 pp_resource(), attributes, callback.pp_completion_callback());
43 Configure( const int32_t attributes[], const CompletionCallback& callback) argument
H A Dmedia_stream_video_track.cc58 const int32_t attributes[],
62 pp_resource(), attributes, callback.pp_completion_callback());
65 pp_resource(), attributes, callback.pp_completion_callback());
57 Configure( const int32_t attributes[], const CompletionCallback& callback) argument
/external/chromium_org/sandbox/win/src/
H A Dregistry_dispatcher.cc78 IPCInfo* ipc, base::string16* name, DWORD attributes, HANDLE root,
109 attributes, root, desired_access,
124 DWORD attributes, HANDLE root,
152 attributes, root, desired_access, &handle,
77 NtCreateKey( IPCInfo* ipc, base::string16* name, DWORD attributes, HANDLE root, DWORD desired_access, DWORD title_index, DWORD create_options) argument
123 NtOpenKey(IPCInfo* ipc, base::string16* name, DWORD attributes, HANDLE root, DWORD desired_access) argument
H A Dregistry_interception.cc52 uint32 attributes = 0; local
54 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
62 ResultCode code = CrossCall(ipc, IPC_NTCREATEKEY_TAG, name, attributes,
111 uint32 attributes; local
113 NTSTATUS ret = AllocAndCopyName(object_attributes, &name, &attributes,
120 ResultCode code = CrossCall(ipc, IPC_NTOPENKEY_TAG, name, attributes,
H A Dsync_interception.cc82 uint32 attributes = 0; local
83 NTSTATUS ret = AllocAndCopyName(&object_attribs_copy, &name, &attributes,
135 uint32 attributes = 0; local
136 NTSTATUS ret = AllocAndCopyName(&object_attribs_copy, &name, &attributes,
/external/chromium_org/storage/browser/database/
H A Dvfs_backend.cc139 uint32 attributes = ::GetFileAttributes(file_path.value().c_str()); local
141 uint32 attributes = 0;
143 attributes |= static_cast<uint32>(R_OK);
145 attributes |= static_cast<uint32>(W_OK);
146 if (!attributes)
147 attributes = -1;
149 return attributes;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8HTMLCanvasElementCustom.cpp57 RefPtrWillBeRawPtr<CanvasContextAttributes> attributes = nullptr; local
84 attributes = webGLAttributes;
93 attributes = canvas2DAttributes;
95 CanvasRenderingContext* result = impl->getContext(contextId, attributes.get());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNamedNodeMap.cpp61 size_t index = m_element->attributes().findIndex(name, m_element->shouldIgnoreAttributeCase());
71 size_t index = m_element->attributes().findIndex(QualifiedName(nullAtom, localName, namespaceURI));
102 AttributeCollection attributes = m_element->attributes(); local
103 if (index >= attributes.size())
105 return m_element->ensureAttr(attributes[index].name());
110 return m_element->attributes().size();

Completed in 420 milliseconds

1234567891011>>