Searched refs:attributes (Results 1 - 25 of 792) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/untgz/
H A Duntgz.c251 /* push file attributes */
268 /* restore file attributes */
397 struct attr_item *attributes = NULL; local
465 push_attr(&attributes,fname,tarmode,tartime);
553 push_attr(&attributes,fname,tarmode,tartime);
570 restore_attr(&attributes);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DParseRDF.java112 throw new XMPException("Invalid attributes of rdf:RDF element", BADRDF);
148 * attributes == set ( ( idAttr | nodeIdAttr | aboutAttr )?, propertyAttr* ) )
190 * attributes == set ( ( idAttr | nodeIdAttr | aboutAttr )?, propertyAttr* ) )
195 * anything other than an RDF term. The rdf:ID and rdf:nodeID attributes are simply ignored,
196 * as are rdf:about attributes on inner nodes.
207 // Used to detect attributes that are mutually exclusive.
231 throw new XMPException("Mutally exclusive about, ID, nodeID attributes",
310 * start-element ( URI == propertyElementURIs, attributes == set ( idAttr? ) )
316 * URI == propertyElementURIs, attributes == set ( idAttr?, datatypeAttr?) )
322 * URI == propertyElementURIs, attributes
[all...]
/external/webrtc/webrtc/modules/desktop_capture/
H A Dscreen_capturer_mac.mm850 CGLPixelFormatAttribute attributes[] = {
866 CGLError err = CGLChoosePixelFormat(attributes,
/external/webrtc/webrtc/modules/desktop_capture/x11/
H A Dx_server_pixel_buffer.cc100 XWindowAttributes attributes; local
103 if (!XGetWindowAttributes(display_, window, &attributes) ||
109 window_size_ = DesktopSize(attributes.width, attributes.height);
111 InitShm(attributes);
116 void XServerPixelBuffer::InitShm(const XWindowAttributes& attributes) { argument
117 Visual* default_visual = attributes.visual;
118 int default_depth = attributes.depth;
217 XWindowAttributes attributes; local
220 if (!XGetWindowAttributes(display_, window_, &attributes) ||
[all...]
H A Dx_server_pixel_buffer.h60 void InitShm(const XWindowAttributes& attributes);
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
H A Dh264_video_toolbox_decoder.cc209 CFDictionaryRef attributes = local
223 VTDecompressionSessionCreate(nullptr, video_format_, nullptr, attributes,
225 CFRelease(attributes);
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java206 int[] attributes = {
277 for (int i = 0; i < attributes.length; i++) {
278 int attribute = attributes[i];
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc1275 GLint attributes[] = local
1294 // Get a pixel format for the attributes above
1295 aglPixelFormat = aglChoosePixelFormat(NULL, 0, attributes);
/external/webrtc/webrtc/base/
H A Dhttpcommon.cc216 // The reason for this complexity is that some attributes may contain trailing
238 void HttpComposeAttributes(const HttpAttributeList& attributes, char separator, argument
241 for (size_t i=0; i<attributes.size(); ++i) {
245 ss << attributes[i].first;
246 if (!attributes[i].second.empty()) {
247 ss << "=\"" << EscapeAttribute(attributes[i].second) << "\"";
254 HttpAttributeList& attributes) {
262 // End of attributes?
298 attributes.push_back(attribute);
303 bool HttpHasAttribute(const HttpAttributeList& attributes, argument
253 HttpParseAttributes(const char * data, size_t len, HttpAttributeList& attributes) argument
318 HttpHasNthAttribute(HttpAttributeList& attributes, size_t index, std::string* name, std::string* value) argument
[all...]
H A Dhttpcommon.h161 void HttpComposeAttributes(const HttpAttributeList& attributes, char separator,
164 HttpAttributeList& attributes);
165 bool HttpHasAttribute(const HttpAttributeList& attributes,
168 bool HttpHasNthAttribute(HttpAttributeList& attributes,
H A Dproxydetect.cc1053 SecKeychainAttribute attributes[3]; local
1054 attrList.attr = attributes;
1056 attributes[0].tag = kSecProtocolItemAttr;
1057 attributes[0].length = sizeof(SecProtocolType);
1071 attributes[0].data = &protocol;
1074 attributes[1].tag = kSecPortItemAttr;
1075 attributes[1].length = sizeof(UInt32);
1076 attributes[1].data = &port;
1079 attributes[2].tag = kSecServerItemAttr;
1080 attributes[
[all...]
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
H A DAPPRTCViewController.m174 NSOpenGLPixelFormatAttribute attributes[] = {
182 [[NSOpenGLPixelFormat alloc] initWithAttributes:attributes];
/external/webrtc/talk/media/devices/
H A Dcarbonvideorenderer.cc151 WindowAttributes attributes = local
162 err = CreateNewWindow(kDocumentWindowClass, attributes,
/external/webrtc/talk/app/webrtc/objc/
H A DRTCFileLogger.mm83 attributes:nil
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc1288 // Google Test attributes the assertion result to an imaginary "ad hoc"
3234 // The list of reserved attributes used in the <testsuites> element of XML
3247 // The list of reserved attributes used in the <testsuite> element of XML
3258 // The list of reserved attributes used in the <testcase> element of XML output.
4557 // delimited XML attributes based on the property key="value" pairs.
4559 // to delimit this attribute from prior attributes.
4882 // delimited XML attributes based on the property key="value" pairs.
4885 Message attributes; local
4888 attributes << " " << property.key() << "="
4891 return attributes
[all...]
/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)) {
H A Dgtest.cc1750 // The list of reserved attributes used in the <testsuites> element of XML
1763 // The list of reserved attributes used in the <testsuite> element of XML
1774 // The list of reserved attributes used in the <testcase> element of XML output.
3073 // delimited XML attributes based on the property key="value" pairs.
3075 // to delimit this attribute from prior attributes.
3394 // delimited XML attributes based on the property key="value" pairs.
3397 Message attributes; local
3400 attributes << " " << property.key() << "="
3403 return attributes.GetString();
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_xml_test_utils.py59 * It has the same set of attributes as expected_node, each with
79 expected_attributes = expected_node.attributes
80 actual_attributes = actual_node .attributes
127 attributes are encountered, or if any other type of node is encountered.
/external/vogar/lib/
H A Dkxml-libcore-20110123.jar ... namespace protected String name protected java.util.Vector attributes protected org.kxml2.kdom.Node parent protected ...
/external/vixl/src/aarch32/
H A Ddisasm-aarch32.h184 bool Has(InstructionAttribute attributes) const {
185 return (current_instruction_attributes_ & attributes) == attributes;
/external/vboot_reference/utility/
H A Dtlcl_generator.c126 nv_permission + offsetof(TPM_NV_ATTRIBUTES, attributes);
547 offsetof(TPM_NV_ATTRIBUTES, attributes)));
/external/v8/src/runtime/
H A Druntime-debug.cc415 return Smi::FromInt(static_cast<int>(details.attributes()));
H A Druntime-scopes.cc97 // If the existing property is not configurable, keep its attributes. Do
167 // Compute the property attributes. According to ECMA-262,
246 PropertyAttributes attributes; local
251 context_arg->Lookup(name, LEXICAL_TEST, &index, &attributes, &init_flag,
253 if (attributes != ABSENT && IsLexicalVariableMode(mode)) {
264 &attributes, &init_flag, &mode);
269 if (attributes != ABSENT && holder->IsJSGlobalObject()) {
289 if (attributes != ABSENT) {
290 DCHECK_EQ(NONE, attributes);
813 PropertyAttributes attributes; local
849 PropertyAttributes attributes; local
945 PropertyAttributes attributes; local
[all...]
/external/v8/src/
H A Dtransitions.cc44 old_details.attributes() == new_details.attributes()) {
81 : array->Search(details.kind(), *name, details.attributes(),
128 : array->Search(details.kind(), *name, details.attributes(),
161 PropertyAttributes attributes) {
169 if (details.attributes() != attributes) return nullptr;
175 int transition = transitions->Search(kind, name, attributes);
204 DCHECK_EQ(NONE, details.attributes());
220 if (details.attributes() !
160 SearchTransition(Map* map, PropertyKind kind, Name* name, PropertyAttributes attributes) argument
523 SearchDetails(int transition, PropertyKind kind, PropertyAttributes attributes, int* out_insertion_index) argument
[all...]
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

Completed in 1086 milliseconds

1234567891011>>