Searched defs:attributes (Results 176 - 200 of 430) sorted by last modified time

1234567891011>>

/external/deqp/modules/egl/
H A DteglChooseConfigTests.cpp87 ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool checkOrder, const EGLint* attributes) argument
91 // Parse attributes
92 while (attributes[0] != EGL_NONE)
94 m_attributes.push_back(std::make_pair((EGLenum)attributes[0], (EGLint)attributes[1]));
95 attributes += 2;
99 ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool checkOrder, const std::vector<std::pair<EGLenum, EGLint> >& attributes) argument
102 , m_attributes (attributes)
120 void executeTest (const std::vector<std::pair<EGLenum, EGLint> >& attributes, bool checkOrder) argument
125 // Build attributes fo
173 fillDontCare(std::vector<std::pair<EGLenum, EGLint> >& attributes) argument
207 } attributes[] = { local
279 std::vector<std::pair<EGLenum, EGLint> > attributes; local
317 std::vector<std::pair<EGLenum, EGLint> > attributes = genRandomAttributes(m_attribSet, numAttribs, rnd); local
374 static const struct AttribSpec attributes[] = local
462 } attributes[] = local
[all...]
H A DteglImageTests.cpp334 EGLint attributes[] = { EGL_CONFIG_ID, configId, EGL_NONE }; local
336 dpy.chooseConfig(attributes, configs);
H A DteglMultiThreadTests.cpp620 static const EGLint attributes[] = local
658 const EGLint attribute = attributes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(attributes)-1)];
1047 const EGLint attributes[] = local
1055 surface = eglCreatePbufferSurface(m_display, m_config, attributes);
1148 const EGLint attributes[] = local
1154 context = eglCreateContext(m_display, m_config, EGL_NO_CONTEXT, attributes);
1368 static const EGLint attributes[] = local
1376 const EGLint attribute = attributes[rnd.getInt(0, DE_LENGTH_OF_ARRAY(attributes)
[all...]
H A DteglQueryConfigTests.cpp528 } attributes[] = local
563 for (int ndx = 0; ndx < (int)DE_LENGTH_OF_ARRAY(attributes); ndx++)
565 simpleGroup->addChild(new GetConfigAttribSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple attribute query case", attributes[ndx].attribute));
H A DteglQuerySurfaceTests.cpp60 static void logSurfaceAttributes (tcu::TestLog& log, const tcu::egl::Surface& surface, const EGLint* attributes, int num) argument
64 const EGLint attrib = attributes[ndx];
72 static const EGLint attributes[] = local
87 logSurfaceAttributes(log, surface, attributes, DE_LENGTH_OF_ARRAY(attributes));
92 static const EGLint attributes[] = { local
100 logSurfaceAttributes(log, surface, attributes, DE_LENGTH_OF_ARRAY(attributes));
399 // Pbuffer-specific attributes
472 log << TestLog::Message << "No attributes ca
[all...]
H A DteglRenderTests.cpp356 rr::VertexAttrib attributes[2]; local
359 attributes[0].type = rr::VERTEXATTRIBTYPE_FLOAT;
360 attributes[0].size = 4;
361 attributes[0].stride = 0;
362 attributes[0].instanceDivisor = 0;
364 attributes[1].type = rr::VERTEXATTRIBTYPE_FLOAT;
365 attributes[1].size = 4;
366 attributes[1].stride = 0;
367 attributes[1].instanceDivisor = 0;
397 attributes[
[all...]
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp239 vector<AttribSpec> attributes; member in struct:deqp::gles2::Performance::__anon19958::OperatorPerformanceCase::ProgramContext
245 : vertShaderSource(vs), fragShaderSource(fs), attributes(attrs), description(desc) {}
292 void prepareProgram (int progNdx); //!< Sets attributes and uniforms for m_programs[progNdx].
631 vector<AttribSpec> attributes = m_programData[progNdx].attributes;
633 attributes.push_back(AttribSpec("a_position",
644 m_attribBuffers.resize(attributes.size(), 0);
648 for (int attribNdx = 0; attribNdx < (int)attributes.size(); attribNdx++)
651 generateVertices(vertices, m_gridSizeX, m_gridSizeY, attributes[attribNdx]);
659 for (int attribNdx = 0; attribNdx < (int)attributes
[all...]
H A Des2pShaderOptimizationTests.cpp118 vector<gls::AttribSpec> attributes; //!< \note Shouldn't contain a_position; that one is set by gls::ShaderPerformanceMeasurer. member in struct:deqp::gles2::Performance::__anon19959::ProgramData
121 ProgramData (const glu::ProgramSources& sources_, const vector<gls::AttribSpec>& attributes_ = vector<gls::AttribSpec>()) : sources(sources_), attributes(attributes_) {}
122 ProgramData (const glu::ProgramSources& sources_, const gls::AttribSpec& attribute) : sources(sources_), attributes(1, attribute) {}
230 for (int i = 0; i < (int)programData(optimized).attributes.size(); i++)
231 DE_ASSERT(programData(optimized).attributes[i].name != "a_position"); // \note Position attribute is set by m_measurer.
255 m_measurer.init(program(optimized)->getProgram(), programData(optimized).attributes, 1);
/external/clang/test/Parser/
H A Dcxx0x-lambda-expressions.cpp76 void attributes() { function in class:C
87 // Testing GNU-style attributes on lambdas -- the attribute is specified
/external/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_top_level.cpp336 namespace attributes { namespace
/external/clang/include/clang-c/
H A DIndex.h3201 * \defgroup CINDEX_ATTRIBUTES Information for attributes
3520 * \brief Property attributes for a \c CXCursor_ObjCPropertyDecl.
3540 * associated property attributes. The bits are formed from
5059 const CXIdxAttrInfo *const *attributes; member in struct:__anon17664
5097 const CXIdxAttrInfo *const *attributes; member in struct:__anon17668
/external/chromium_org/v8/test/cctest/
H A Dtest-alloc.cc126 Isolate* isolate, PropertyAttributes attributes) {
129 attributes);
125 TestAccessorInfo( Isolate* isolate, PropertyAttributes attributes) argument
/external/chromium_org/v8/src/
H A Daccessors.cc29 PropertyAttributes attributes) {
32 info->set_property_attributes(attributes);
191 Isolate* isolate, PropertyAttributes attributes) {
194 &ArgumentsIteratorSetter, attributes);
278 Isolate* isolate, PropertyAttributes attributes) {
283 attributes);
324 Isolate* isolate, PropertyAttributes attributes) {
329 attributes);
359 Isolate* isolate, PropertyAttributes attributes) {
366 attributes);
24 MakeAccessor( Isolate* isolate, Handle<Name> name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter, PropertyAttributes attributes) argument
190 ArgumentsIteratorInfo( Isolate* isolate, PropertyAttributes attributes) argument
277 ArrayLengthInfo( Isolate* isolate, PropertyAttributes attributes) argument
323 StringLengthInfo( Isolate* isolate, PropertyAttributes attributes) argument
358 ScriptColumnOffsetInfo( Isolate* isolate, PropertyAttributes attributes) argument
395 ScriptIdInfo( Isolate* isolate, PropertyAttributes attributes) argument
432 ScriptNameInfo( Isolate* isolate, PropertyAttributes attributes) argument
467 ScriptSourceInfo( Isolate* isolate, PropertyAttributes attributes) argument
502 ScriptLineOffsetInfo( Isolate* isolate, PropertyAttributes attributes) argument
539 ScriptTypeInfo( Isolate* isolate, PropertyAttributes attributes) argument
577 ScriptCompilationTypeInfo( Isolate* isolate, PropertyAttributes attributes) argument
622 ScriptLineEndsInfo( Isolate* isolate, PropertyAttributes attributes) argument
659 ScriptSourceUrlInfo( Isolate* isolate, PropertyAttributes attributes) argument
695 ScriptSourceMappingUrlInfo( Isolate* isolate, PropertyAttributes attributes) argument
730 ScriptContextDataInfo( Isolate* isolate, PropertyAttributes attributes) argument
777 ScriptEvalFromScriptInfo( Isolate* isolate, PropertyAttributes attributes) argument
823 ScriptEvalFromScriptPositionInfo( Isolate* isolate, PropertyAttributes attributes) argument
869 ScriptEvalFromFunctionNameInfo( Isolate* isolate, PropertyAttributes attributes) argument
960 FunctionPrototypeInfo( Isolate* isolate, PropertyAttributes attributes) argument
1010 FunctionLengthInfo( Isolate* isolate, PropertyAttributes attributes) argument
1046 FunctionNameInfo( Isolate* isolate, PropertyAttributes attributes) argument
1183 FunctionArgumentsInfo( Isolate* isolate, PropertyAttributes attributes) argument
1334 FunctionCallerInfo( Isolate* isolate, PropertyAttributes attributes) argument
1402 MakeModuleExport( Handle<String> name, int index, PropertyAttributes attributes) argument
[all...]
H A Dapi.cc1129 v8::PropertyAttribute attributes,
1134 obj->set_property_attributes(static_cast<PropertyAttributes>(attributes));
1149 v8::PropertyAttribute attributes,
1160 return SetAccessorInfoProperties(obj, name, settings, attributes, signature);
1170 v8::PropertyAttribute attributes,
1177 return SetAccessorInfoProperties(obj, name, settings, attributes, signature);
3507 PropertyAttribute attributes) {
3514 name, getter, setter, data, settings, attributes, signature);
3533 PropertyAttribute attributes) {
3535 this, name, getter, setter, data, settings, attributes);
1125 SetAccessorInfoProperties( i::Handle<i::AccessorInfo> obj, v8::Handle<Name> name, v8::AccessControl settings, v8::PropertyAttribute attributes, v8::Handle<AccessorSignature> signature) argument
1143 MakeAccessorInfo( v8::Handle<Name> name, Getter getter, Setter setter, v8::Handle<Value> data, v8::AccessControl settings, v8::PropertyAttribute attributes, v8::Handle<AccessorSignature> signature) argument
1164 MakeAccessorInfo( v8::Handle<Name> name, v8::Handle<v8::DeclaredAccessorDescriptor> descriptor, void* setter_ignored, void* data_ignored, v8::AccessControl settings, v8::PropertyAttribute attributes, v8::Handle<AccessorSignature> signature) argument
3501 ObjectSetAccessor(Object* obj, Handle<Name> name, Getter getter, Setter setter, Data data, AccessControl settings, PropertyAttribute attributes) argument
3528 SetAccessor(Handle<String> name, AccessorGetterCallback getter, AccessorSetterCallback setter, v8::Handle<Value> data, AccessControl settings, PropertyAttribute attributes) argument
3539 SetAccessor(Handle<Name> name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter, v8::Handle<Value> data, AccessControl settings, PropertyAttribute attributes) argument
3550 SetDeclaredAccessor(Local<Name> name, Local<DeclaredAccessorDescriptor> descriptor, PropertyAttribute attributes, AccessControl settings) argument
[all...]
H A Dbootstrapper.cc382 PropertyAttributes attributes; local
384 attributes =
387 attributes = DONT_ENUM;
389 JSObject::AddProperty(target, internalized_name, function, attributes);
694 PropertyAttributes attributes,
698 CallbacksDescriptor descriptor(name, accessor_pair, attributes);
868 static const PropertyAttributes attributes = local
871 global_object, attributes).Assert();
1242 const PropertyAttributes attributes = local
1269 CallbacksDescriptor d(factory->callee_string(), callee, attributes);
692 ReplaceAccessors(Handle<Map> map, Handle<String> name, PropertyAttributes attributes, Handle<AccessorPair> accessor_pair) argument
1367 PropertyAttributes attributes = local
1668 static const PropertyAttributes attributes = local
[all...]
H A Dcontexts.cc109 PropertyAttributes* attributes,
116 *attributes = ABSENT;
154 *attributes = maybe.value;
200 *attributes = NONE;
204 *attributes = NONE;
209 *attributes = READ_ONLY;
214 *attributes = READ_ONLY;
220 *attributes = READ_ONLY;
244 *attributes = READ_ONLY;
259 *attributes
106 Lookup(Handle<String> name, ContextLookupFlags flags, int* index, PropertyAttributes* attributes, BindingFlags* binding_flags) argument
[all...]
H A Dlookup.cc100 PropertyAttributes attributes) {
105 PropertyDetails details(attributes, NORMAL, 0);
109 attributes);
118 Handle<Object> value, PropertyAttributes attributes,
136 handle(receiver->map(), isolate_), name_, value, attributes, store_mode);
154 PropertyAttributes attributes) {
163 name_, component, accessor, attributes);
177 PropertyDetails details(attributes, CALLBACKS, 0);
181 // If the component and attributes are identical, nothing has to be done.
183 if (property_details().attributes()
99 ReconfigureDataProperty(Handle<Object> value, PropertyAttributes attributes) argument
117 PrepareTransitionToDataProperty( Handle<Object> value, PropertyAttributes attributes, Object::StoreFromKeyed store_mode) argument
152 TransitionToAccessorProperty( AccessorComponent component, Handle<Object> accessor, PropertyAttributes attributes) argument
[all...]
H A Dmirror-debugger.js185 // Different attributes for a property.
1452 return (this.attributes() & PropertyAttribute.ReadOnly) != 0;
1457 return (this.attributes() & PropertyAttribute.DontEnum) == 0;
1462 return (this.attributes() & PropertyAttribute.DontDelete) == 0;
1495 PropertyMirror.prototype.attributes = function() {
2636 // Script is represented by id, name and source attributes.
2832 * "attributes":<number>,
2841 * {"name":"length","attributes":7,"propertyType":3,"ref":2}
2854 if (propertyMirror.attributes() != PropertyAttribute.None) {
2855 result.attributes
[all...]
H A Dobjects-inl.h1856 if (details.attributes() != NONE) return Handle<String>::null();
1877 if (target_details.attributes() != NONE) return Handle<Map>::null();
6779 void AccessorInfo::set_property_attributes(PropertyAttributes attributes) { argument
6780 set_flag(Smi::FromInt(AttributesField::update(flag()->value(), attributes)));
H A Dobjects.cc605 return maybe(it->property_details().attributes());
678 details.attributes(), details.type(), enumeration_index);
1713 PropertyAttributes attributes,
1735 FieldDescriptor new_field_desc(name, index, type, attributes, representation);
1749 PropertyAttributes attributes,
1757 ConstantDescriptor new_constant_desc(name, constant, attributes);
1765 PropertyAttributes attributes) {
1778 PropertyDetails details = PropertyDetails(attributes, NORMAL, index);
1787 PropertyDetails details = PropertyDetails(attributes, NORMAL, 0);
2108 PropertyAttributes attributes,
1710 CopyWithField(Handle<Map> map, Handle<Name> name, Handle<HeapType> type, PropertyAttributes attributes, Representation representation, TransitionFlag flag) argument
1746 CopyWithConstant(Handle<Map> map, Handle<Name> name, Handle<Object> constant, PropertyAttributes attributes, TransitionFlag flag) argument
1762 AddSlowProperty(Handle<JSObject> object, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes) argument
2105 CopyGeneralizeAllRepresentations(Handle<Map> map, int modify_index, StoreMode store_mode, PropertyAttributes attributes, const char* reason) argument
2957 AddDataProperty(LookupIterator* it, Handle<Object> value, PropertyAttributes attributes, StrictMode strict_mode, StoreFromKeyed store_mode) argument
3628 int attributes = NONE; local
3775 AddProperty(Handle<JSObject> object, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes) argument
3797 SetOwnPropertyIgnoreAttributes( Handle<JSObject> object, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes, ExecutableAccessorInfoHandling handling) argument
5469 PropertyAttributes attributes = maybe.value; local
5901 UpdateGetterSetterInDictionary( SeededNumberDictionary* dictionary, uint32_t index, Object* getter, Object* setter, PropertyAttributes attributes) argument
5926 DefineElementAccessor(Handle<JSObject> object, uint32_t index, Handle<Object> getter, Handle<Object> setter, PropertyAttributes attributes) argument
6013 SetElementCallback(Handle<JSObject> object, uint32_t index, Handle<Object> structure, PropertyAttributes attributes) argument
6053 SetPropertyCallback(Handle<JSObject> object, Handle<Name> name, Handle<Object> structure, PropertyAttributes attributes) argument
6084 DefineAccessor(Handle<JSObject> object, Handle<Name> name, Handle<Object> getter, Handle<Object> setter, PropertyAttributes attributes) argument
6748 TransitionToDataProperty(Handle<Map> map, Handle<Name> name, Handle<Object> value, PropertyAttributes attributes, StoreFromKeyed store_mode) argument
6793 ReconfigureDataProperty(Handle<Map> map, int descriptor, PropertyAttributes attributes) argument
6805 TransitionToAccessorProperty(Handle<Map> map, Handle<Name> name, AccessorComponent component, Handle<Object> accessor, PropertyAttributes attributes) argument
6949 CopyUpToAddAttributes( Handle<DescriptorArray> desc, int enumeration_index, PropertyAttributes attributes, int slack) argument
11751 SetElementWithInterceptor( Handle<JSObject> object, uint32_t index, Handle<Object> value, PropertyAttributes attributes, StrictMode strict_mode, bool check_prototype, SetPropertyMode set_mode) argument
12051 SetDictionaryElement( Handle<JSObject> object, uint32_t index, Handle<Object> value, PropertyAttributes attributes, StrictMode strict_mode, bool check_prototype, SetPropertyMode set_mode) argument
12287 SetElement(Handle<JSReceiver> object, uint32_t index, Handle<Object> value, PropertyAttributes attributes, StrictMode strict_mode) argument
12310 SetElement(Handle<JSObject> object, uint32_t index, Handle<Object> value, PropertyAttributes attributes, StrictMode strict_mode, bool check_prototype, SetPropertyMode set_mode) argument
12449 SetElementWithoutInterceptor( Handle<JSObject> object, uint32_t index, Handle<Object> value, PropertyAttributes attributes, StrictMode strict_mode, bool check_prototype, SetPropertyMode set_mode) argument
[all...]
H A Dproperty-details.h28 // ABSENT can never be stored in or returned from a descriptor's attributes
29 // bitfield. It is only used as a return value meaning the attributes of
182 // PropertyDetails captures type and attributes for a property.
186 PropertyDetails(PropertyAttributes attributes, argument
190 | AttributesField::encode(attributes)
194 DCHECK(attributes == this->attributes());
197 PropertyDetails(PropertyAttributes attributes, argument
202 | AttributesField::encode(attributes)
216 static_cast<PropertyAttributes>(attributes() | new_attribute
234 PropertyAttributes attributes() const { function in class:v8::internal::BASE_EMBEDDED
291 PropertyDetails(int value, PropertyAttributes attributes) argument
[all...]
H A Dproperty.h21 // Each descriptor has a key, property attributes, property type,
60 PropertyAttributes attributes,
66 details_(attributes, type, representation, field_index) { }
80 PropertyAttributes attributes,
82 : Descriptor(key, HeapType::Any(key->GetIsolate()), attributes,
87 PropertyAttributes attributes,
89 : Descriptor(key, field_type, attributes, FIELD,
98 PropertyAttributes attributes)
99 : Descriptor(key, value, attributes, CONSTANT,
108 PropertyAttributes attributes)
58 Descriptor(Handle<Name> key, Handle<Object> value, PropertyAttributes attributes, PropertyType type, Representation representation, int field_index = 0) argument
78 FieldDescriptor(Handle<Name> key, int field_index, PropertyAttributes attributes, Representation representation) argument
84 FieldDescriptor(Handle<Name> key, int field_index, Handle<HeapType> field_type, PropertyAttributes attributes, Representation representation) argument
96 ConstantDescriptor(Handle<Name> key, Handle<Object> value, PropertyAttributes attributes) argument
106 CallbacksDescriptor(Handle<Name> key, Handle<Object> foreign, PropertyAttributes attributes) argument
[all...]
H A Druntime.cc1979 // Get attributes.
1995 // Get attributes.
2243 // If the existing property is not configurable, keep its attributes. Do
2293 // Compute the property attributes. According to ECMA-262,
2353 // Set the value if the property is either missing, or the property attributes
2395 PropertyAttributes attributes; local
2399 context->Lookup(name, flags, &index, &attributes, &binding_flags);
2408 if ((attributes != ABSENT && holder->IsJSGlobalObject()) ||
2415 if (attributes != ABSENT) {
2417 if (is_const || (attributes
2462 PropertyAttributes attributes; local
5336 PropertyAttributes attributes = local
5367 PropertyAttributes attributes = local
5432 PropertyAttributes attributes = local
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc1284 GLint attributes[] = local
1303 // Get a pixel format for the attributes above
1304 aglPixelFormat = aglChoosePixelFormat(NULL, 0, attributes);
/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon.cc214 // The reason for this complexity is that some attributes may contain trailing
236 void HttpComposeAttributes(const HttpAttributeList& attributes, char separator, argument
239 for (size_t i=0; i<attributes.size(); ++i) {
243 ss << attributes[i].first;
244 if (!attributes[i].second.empty()) {
245 ss << "=\"" << EscapeAttribute(attributes[i].second) << "\"";
252 HttpAttributeList& attributes) {
260 // End of attributes?
296 attributes.push_back(attribute);
301 bool HttpHasAttribute(const HttpAttributeList& attributes, argument
251 HttpParseAttributes(const char * data, size_t len, HttpAttributeList& attributes) argument
316 HttpHasNthAttribute(HttpAttributeList& attributes, size_t index, std::string* name, std::string* value) argument
[all...]

Completed in 3206 milliseconds

1234567891011>>