Searched refs:attributes (Results 1 - 25 of 1053) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebViewportAttributes.cpp31 WebViewportAttributes::WebViewportAttributes(const WebCore::ViewportAttributes& attributes) argument
32 : m_attributes(attributes)
/macosx-10.10/dtrace-147/test/tst/common/pragma/
H A Derr.D_PRAGMA_MALFORM.d37 #pragma D attributes incorrect_attr
H A Derr.D_PRAGMA_INVAL.d31 * Verify invalid attributes
40 #pragma D attributes incorrect_attr foo
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocumentSharedObjectPool.cpp34 inline unsigned attributeHash(const Vector<Attribute>& attributes) argument
36 return StringHasher::hashMemory(attributes.data(), attributes.size() * sizeof(Attribute));
39 inline bool hasSameAttributes(const Vector<Attribute>& attributes, ShareableElementData& elementData) argument
41 if (attributes.size() != elementData.length())
43 return !memcmp(attributes.data(), elementData.m_attributeArray, attributes.size() * sizeof(Attribute));
46 PassRef<ShareableElementData> DocumentSharedObjectPool::cachedShareableElementDataWithAttributes(const Vector<Attribute>& attributes) argument
48 ASSERT(!attributes.isEmpty());
50 auto& cachedData = m_shareableElementDataCache.add(attributeHash(attributes), nullpt
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGResourceRadialGradient.cpp44 FloatPoint RenderSVGResourceRadialGradient::centerPoint(const RadialGradientAttributes& attributes) const
46 return SVGLengthContext::resolvePoint(&radialGradientElement(), attributes.gradientUnits(), attributes.cx(), attributes.cy());
49 FloatPoint RenderSVGResourceRadialGradient::focalPoint(const RadialGradientAttributes& attributes) const
51 return SVGLengthContext::resolvePoint(&radialGradientElement(), attributes.gradientUnits(), attributes.fx(), attributes.fy());
54 float RenderSVGResourceRadialGradient::radius(const RadialGradientAttributes& attributes) const
56 return SVGLengthContext::resolveLength(&radialGradientElement(), attributes
[all...]
H A DRenderSVGResourceLinearGradient.cpp44 FloatPoint RenderSVGResourceLinearGradient::startPoint(const LinearGradientAttributes& attributes) const
46 return SVGLengthContext::resolvePoint(&linearGradientElement(), attributes.gradientUnits(), attributes.x1(), attributes.y1());
49 FloatPoint RenderSVGResourceLinearGradient::endPoint(const LinearGradientAttributes& attributes) const
51 return SVGLengthContext::resolvePoint(&linearGradientElement(), attributes.gradientUnits(), attributes.x2(), attributes.y2());
/macosx-10.10/cups-408/cups/test/
H A D4.1-requests.test4 # Verify that the server requires the following attributes:
6 # attributes-charset
7 # attributes-natural-language
20 # What attributes do we expect?
21 EXPECT attributes-charset
22 EXPECT attributes-natural-language
31 # The attributes to send
33 ATTR charset attributes-charset utf-8
38 # What attributes do we expect?
39 EXPECT attributes
[all...]
H A D4.2-cups-printer-ops.test14 # The attributes to send
16 ATTR charset attributes-charset utf-8
17 ATTR language attributes-natural-language en
25 # What attributes do we expect?
26 EXPECT attributes-charset
27 EXPECT attributes-natural-language
34 OPERATION get-printer-attributes
37 # The attributes to send
39 ATTR charset attributes-charset utf-8
40 ATTR language attributes
[all...]
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_attributes_mixin.rb21 @attributes = REXML::Document.new(element_string).root.attributes
25 assert_equal("1", @attributes.get_attribute_ns("", "a").value)
26 assert_equal("2", @attributes.get_attribute_ns("", "b").value)
27 assert_equal("3", @attributes.get_attribute_ns(@ns_a, "c").value)
28 assert_equal("4", @attributes.get_attribute_ns(@ns_a, "d").value)
29 assert_equal("5", @attributes.get_attribute_ns(@ns_a, "e").value)
30 assert_equal("6", @attributes.get_attribute_ns(@ns_b, "f").value)
H A Dtest_attributes.rb8 assert_equal '3', doc.root.attributes['att']
9 assert_equal '2', doc.root.attributes['bar:att']
10 doc.root.attributes['att'] = 5
11 assert_equal '5', doc.root.attributes['att']
16 doc.root.attributes.each_attribute {|attr|
29 doc.root.attributes.each {|name, value|
42 assert_equal '2', doc.root.attributes.get_attribute("foo").value
43 assert_equal '1', doc.root.attributes.get_attribute("x:foo").value
48 assert_equal 4, doc.root.attributes.length
53 doc.root.attributes['
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_cparam/
H A D4_choice24 <<attributes>> void <<ns>><<main>> (<<STATE>> <<state>>) { <<prelude>>
H A D5_sequence24 <<attributes>> void <<ns>><<main>> (<<STATE>> <<state>>) { <<prelude>>
H A D0_basic_arithmetic11 <<attributes>> void <<ns>>sym_AddOp (<<STATE>> <<state>>);
12 <<attributes>> void <<ns>>sym_Digit (<<STATE>> <<state>>);
13 <<attributes>> void <<ns>>sequence_9 (<<STATE>> <<state>>);
14 <<attributes>> void <<ns>>sequence_14 (<<STATE>> <<state>>);
15 <<attributes>> void <<ns>>kleene_16 (<<STATE>> <<state>>);
16 <<attributes>> void <<ns>>sequence_18 (<<STATE>> <<state>>);
17 <<attributes>> void <<ns>>choice_20 (<<STATE>> <<state>>);
18 <<attributes>> void <<ns>>sym_Expression (<<STATE>> <<state>>);
19 <<attributes>> void <<ns>>sequence_26 (<<STATE>> <<state>>);
20 <<attributes>> voi
[all...]
H A D10_notahead11 <<attributes>> void <<ns>>notahead_3 (<<STATE>> <<state>>);
12 <<attributes>> void <<ns>>sequence_6 (<<STATE>> <<state>>);
13 <<attributes>> void <<ns>>sym_TEST (<<STATE>> <<state>>);
29 <<attributes>> void <<ns>><<main>> (<<STATE>> <<state>>) { <<prelude>>
38 <<attributes>> void <<ns>>sym_TEST (<<STATE>> <<state>>) { <<prelude>>
52 <<attributes>> void <<ns>>sequence_6 (<<STATE>> <<state>>) { <<prelude>>
69 <<attributes>> void <<ns>>notahead_3 (<<STATE>> <<state>>) { <<prelude>>
H A D9_ahead11 <<attributes>> void <<ns>>ahead_3 (<<STATE>> <<state>>);
12 <<attributes>> void <<ns>>sequence_6 (<<STATE>> <<state>>);
13 <<attributes>> void <<ns>>sym_TEST (<<STATE>> <<state>>);
29 <<attributes>> void <<ns>><<main>> (<<STATE>> <<state>>) { <<prelude>>
38 <<attributes>> void <<ns>>sym_TEST (<<STATE>> <<state>>) { <<prelude>>
52 <<attributes>> void <<ns>>sequence_6 (<<STATE>> <<state>>) { <<prelude>>
69 <<attributes>> void <<ns>>ahead_3 (<<STATE>> <<state>>) { <<prelude>>
H A D1_functions11 <<attributes>> void <<ns>>sym_Expression (<<STATE>> <<state>>);
12 <<attributes>> void <<ns>>sym_Function (<<STATE>> <<state>>);
13 <<attributes>> void <<ns>>sequence_9 (<<STATE>> <<state>>);
14 <<attributes>> void <<ns>>sym_Sinus (<<STATE>> <<state>>);
35 <<attributes>> void <<ns>><<main>> (<<STATE>> <<state>>) { <<prelude>>
44 <<attributes>> void <<ns>>sym_Expression (<<STATE>> <<state>>) { <<prelude>>
59 <<attributes>> void <<ns>>sym_Function (<<STATE>> <<state>>) { <<prelude>>
74 <<attributes>> void <<ns>>sym_Sinus (<<STATE>> <<state>>) { <<prelude>>
88 <<attributes>> void <<ns>>sequence_9 (<<STATE>> <<state>>) { <<prelude>>
/macosx-10.10/WebKit2-7600.1.25/Scripts/webkit2/
H A Dmodel.py27 def __init__(self, name, superclass, attributes, messages, condition):
30 self.attributes = frozenset(attributes or [])
39 return attribute in self.attributes
42 def __init__(self, name, parameters, reply_parameters, attributes, condition):
46 self.attributes = frozenset(attributes or [])
50 return attribute in self.attributes
54 def __init__(self, type, name, attributes=None, condition=None):
57 self.attributes
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSKey.cpp78 DbAttributes attributes(inSSDatabase);
79 attributes.recordType(mRecordType);
80 attributes.add(KeySchema::KeyClass, mRecordType);
81 attributes.add(KeySchema::PrintName, label);
82 attributes.add(KeySchema::Alias, none);
83 attributes.add(KeySchema::Permanent,
85 attributes.add(KeySchema::Private,
87 attributes.add(KeySchema::Modifiable,
89 attributes.add(KeySchema::Label, label);
90 attributes
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_sd_cspdl/lib/
H A DSDKey.cpp85 DbAttributes attributes(inDBHandle);
86 attributes.recordType(mRecordType);
87 attributes.add(KeySchema::KeyClass, mRecordType);
88 attributes.add(KeySchema::PrintName, label);
89 attributes.add(KeySchema::Alias, none);
90 attributes.add(KeySchema::Permanent,
92 attributes.add(KeySchema::Private,
94 attributes.add(KeySchema::Modifiable,
96 attributes.add(KeySchema::Label, label);
97 attributes
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DTracing.d36 #pragma D attributes Unstable/Unstable/Common provider JavaScriptCore provider
37 #pragma D attributes Private/Private/Unknown provider JavaScriptCore module
38 #pragma D attributes Private/Private/Unknown provider JavaScriptCore function
39 #pragma D attributes Unstable/Unstable/Common provider JavaScriptCore name
40 #pragma D attributes Unstable/Unstable/Common provider JavaScriptCore args
/macosx-10.10/cups-408/cups/everywhere/
H A Dbonjour-value-tests.test31 GROUP operation-attributes-tag
32 ATTR charset attributes-charset utf-8
33 ATTR language attributes-natural-language en
39 # What attributes do we expect?
40 EXPECT printer-more-info OF-TYPE uri IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "$ADMINURL"
41 EXPECT printer-uuid OF-TYPE uri IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "urn:uuid:$UUID"
/macosx-10.10/libmalloc-53.1.1/src/
H A DmagmallocProvider.d12 #pragma D attributes Evolving/Evolving/ISA provider magmalloc provider
13 #pragma D attributes Private/Private/Unknown provider magmalloc module
14 #pragma D attributes Private/Private/Unknown provider magmalloc function
15 #pragma D attributes Evolving/Evolving/ISA provider magmalloc name
16 #pragma D attributes Evolving/Evolving/ISA provider magmalloc args
/macosx-10.10/python-89/2.6/fix/
H A Dpydtrace.d33 #pragma D attributes unstable/unstable/Common provider python provider
34 #pragma D attributes unstable/unstable/Common provider python module
35 #pragma D attributes unstable/unstable/Common provider python function
36 #pragma D attributes unstable/unstable/Common provider python name
37 #pragma D attributes unstable/unstable/Common provider python args
/macosx-10.10/python-89/2.7/fix/
H A Dpydtrace.d33 #pragma D attributes unstable/unstable/Common provider python provider
34 #pragma D attributes unstable/unstable/Common provider python module
35 #pragma D attributes unstable/unstable/Common provider python function
36 #pragma D attributes unstable/unstable/Common provider python name
37 #pragma D attributes unstable/unstable/Common provider python args
/macosx-10.10/ruby-106/extras/
H A Ddtrace.d20 #pragma D attributes Evolving/Evolving/Common provider ruby provider
21 #pragma D attributes Private/Private/Common provider ruby module
22 #pragma D attributes Private/Private/Common provider ruby function
23 #pragma D attributes Evolving/Evolving/Common provider ruby name
24 #pragma D attributes Evolving/Evolving/Common provider ruby args

Completed in 210 milliseconds

1234567891011>>