Home
last modified time | relevance | path

Searched full:attributes (Results 1 – 25 of 6081) sorted by relevance

12345678910>>...244

/third_party/cups/test/
D4.2-cups-printer-ops.test19 # The attributes to send
21 ATTR charset attributes-charset utf-8
22 ATTR language attributes-natural-language en
30 # What attributes do we expect?
31 EXPECT attributes-charset
32 EXPECT attributes-natural-language
39 OPERATION get-printer-attributes
42 # The attributes to send
44 ATTR charset attributes-charset utf-8
45 ATTR language attributes-natural-language en
[all …]
D4.3-job-ops.test19 # The attributes to send
21 ATTR charset attributes-charset utf-8
22 ATTR language attributes-natural-language en
40 # The attributes to send
42 ATTR charset attributes-charset utf-8
43 ATTR language attributes-natural-language en
52 # What attributes do we expect?
53 EXPECT attributes-charset
54 EXPECT attributes-natural-language
59 NAME "Get Job Attributes"
[all …]
D4.1-requests.test2 # Verify that the server requires the following attributes:
4 # attributes-charset
5 # attributes-natural-language
17 NAME "No Attributes"
25 # What attributes do we expect?
26 EXPECT attributes-charset
27 EXPECT attributes-natural-language
36 # The attributes to send
38 ATTR charset attributes-charset utf-8
43 # What attributes do we expect?
[all …]
D4.4-subscription-ops.test19 # The attributes to send
21 ATTR charset attributes-charset utf-8
22 ATTR language attributes-natural-language en
34 # What attributes do we expect?
35 EXPECT attributes-charset
36 EXPECT attributes-natural-language
48 OPERATION Get-Subscription-Attributes
51 # The attributes to send
53 ATTR charset attributes-charset utf-8
54 ATTR language attributes-natural-language en
[all …]
/third_party/cups/examples/
Dget-printer-attributes-suite.test2 # Mini test suite for Get-Printer-Attributes conformance
4 # Verifies IPP conformance for the requested-attributes operation attribute.
8 # ipptool -tI printer-uri get-printer-attributes-suite.test
15 NAME "Get-Printer-Attributes (no requested-attributes)"
17 OPERATION Get-Printer-Attributes
19 GROUP operation-attributes-tag
20 ATTR charset attributes-charset utf-8
21 ATTR language attributes-natural-language en
30 # 'printer-description' attributes
31 EXPECT charset-configured OF-TYPE charset COUNT 1 IN-GROUP printer-attributes-tag
[all …]
Dipp-1.1.test33 OPERATION Get-Printer-Attributes
34 GROUP operation-attributes-tag
35 ATTR charset attributes-charset utf-8
36 ATTR naturalLanguage attributes-natural-language en
44 # Test that the first two attributes must be attributes-charset and
45 # attributes-natural-language.
49 NAME "RFC 8011 section 4.1.4: No Operation Attributes"
51 OPERATION Get-Printer-Attributes
52 GROUP operation-attributes-tag
58 NAME "RFC 8011 section 4.1.4: attributes-charset"
[all …]
Dset-attrs-hold.test12 # Attributes, starting in the operation group...
14 ATTR charset attributes-charset utf-8
15 ATTR language attributes-natural-language en
21 STATUS successful-ok-ignored-or-substituted-attributes
34 # Attributes, starting in the operation group...
36 ATTR charset attributes-charset utf-8
37 ATTR language attributes-natural-language en
49 STATUS successful-ok-ignored-or-substituted-attributes
51 # What attributes do we expect?
64 OPERATION get-job-attributes
[all …]
Dipp-2.1.test24 NAME "PWG 5100.12 section 6.3 - Required Printer Description Attributes"
25 OPERATION Get-Printer-Attributes
26 GROUP operation-attributes-tag
27 ATTR charset attributes-charset utf-8
28 ATTR naturalLanguage attributes-natural-language en
35 # Job template attributes
36 EXPECT job-hold-until-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
37 …EXPECT job-hold-until-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE no…
38 …EXPECT job-priority-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0,…
39 …EXPECT job-priority-supported OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >…
[all …]
Dipp-everywhere.test24 NAME "PWG 5100.14 section 5.1/5.2 - Required Operations and Attributes"
25 OPERATION Get-Printer-Attributes
26 GROUP operation-attributes-tag
27 ATTR charset attributes-charset utf-8
28 ATTR naturalLanguage attributes-natural-language en
32 ATTR keyword requested-attributes all,media-col-database
42 EXPECT operations-supported WITH-VALUE 0x0009 # Get-Job-Attributes
44 EXPECT operations-supported WITH-VALUE 0x000b # Get-Printer-Attributes
49 # Printer description attributes
50 …EXPECT compression-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "deflate" …
[all …]
Dipp-2.0.test30 NAME "PWG 5100.12 section 6.2 - Required Printer Description Attributes"
31 OPERATION Get-Printer-Attributes
32 GROUP operation-attributes-tag
33 ATTR charset attributes-charset utf-8
34 ATTR naturalLanguage attributes-natural-language en
42 …EXPECT color-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE true DEF…
44 # Job template attributes
45 EXPECT copies-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0
46 EXPECT copies-supported OF-TYPE rangeOfInteger IN-GROUP printer-attributes-tag
47 EXPECT finishings-default OF-TYPE enum IN-GROUP printer-attributes-tag
[all …]
Dipp-2.2.test24 NAME "PWG 5100.12 section 6.4 - Required Printer Description Attributes"
25 OPERATION Get-Printer-Attributes
26 GROUP operation-attributes-tag
27 ATTR charset attributes-charset utf-8
28 ATTR naturalLanguage attributes-natural-language en
35 # Job template attributes
36 EXPECT number-up-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0
37 …EXPECT number-up-supported OF-TYPE integer|rangeOfInteger IN-GROUP printer-attributes-tag WITH-VAL…
38 …EXPECT overrides-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "document-nu…
39 EXPECT overrides-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "pages"
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_attributes.function15 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT;
24 MBEDTLS_SVC_KEY_ID_GET_KEY_ID(psa_get_key_id(&attributes)), 0);
26 MBEDTLS_SVC_KEY_ID_GET_OWNER_ID(psa_get_key_id(&attributes)), 0);
27 TEST_EQUAL(psa_get_key_lifetime(&attributes), 0);
28 TEST_EQUAL(psa_get_key_usage_flags(&attributes), 0);
29 TEST_EQUAL(psa_get_key_algorithm(&attributes), 0);
30 TEST_EQUAL(psa_get_key_type(&attributes), 0);
31 TEST_EQUAL(psa_get_key_bits(&attributes), 0);
33 psa_set_key_id(&attributes, id);
34 psa_set_key_lifetime(&attributes, lifetime);
[all …]
Dtest_suite_psa_crypto_persistent_key.function53 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT;
55 psa_set_key_lifetime(&attributes, key_lifetime);
56 psa_set_key_type(&attributes, key_type);
57 psa_set_key_bits(&attributes, key_bits);
58 psa_set_key_usage_flags(&attributes, key_usage);
59 psa_set_key_algorithm(&attributes, key_alg);
60 psa_set_key_enrollment_algorithm(&attributes, key_alg2);
64 &attributes,
88 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT;
93 &attributes);
[all …]
Dtest_suite_psa_crypto_slot_management.function119 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT;
128 mbedtls_set_key_owner_id(&attributes, owner_id);
133 psa_set_key_usage_flags(&attributes, usage_flags);
134 psa_set_key_algorithm(&attributes, alg);
135 psa_set_key_type(&attributes, type);
136 PSA_ASSERT(psa_import_key(&attributes, key_data->x, key_data->len,
139 PSA_ASSERT(psa_get_key_attributes(key, &attributes));
140 TEST_EQUAL(psa_get_key_type(&attributes), type);
141 psa_reset_key_attributes(&attributes);
152 TEST_EQUAL(psa_get_key_attributes(key_with_invalid_owner, &attributes),
[all …]
Dtest_suite_psa_crypto_se_driver_hal_mocks.function22 psa_key_attributes_t attributes;
30 psa_key_attributes_t attributes;
128 const psa_key_attributes_t *attributes,
139 mock_generate_data.attributes = *attributes;
147 const psa_key_attributes_t *attributes,
159 mock_import_data.attributes = *attributes;
245 const psa_key_attributes_t *attributes,
251 (void) attributes;
331 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT;
348 psa_set_key_id(&attributes, id);
[all …]
Dtest_suite_psa_crypto_op_fail.function79 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT;
87 psa_set_key_type(&attributes, key_type);
88 psa_set_key_usage_flags(&attributes,
91 psa_set_key_algorithm(&attributes, alg);
92 PSA_ASSERT(psa_import_key(&attributes,
112 psa_reset_key_attributes(&attributes);
125 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT;
133 psa_set_key_type(&attributes, key_type);
134 psa_set_key_usage_flags(&attributes,
137 psa_set_key_algorithm(&attributes, alg);
[all …]
/third_party/gptfdisk/
Dattributes.cc1 // attributes.cc
19 #include "attributes.h"
24 string Attributes::atNames[NUM_ATR];
25 int Attributes::numAttrs = 0;
26 //Attributes::staticInit Attributes::staticInitializer;
29 Attributes::Attributes(void) { in Attributes() function in Attributes
33 attributes = 0; in Attributes()
37 Attributes::Attributes(const uint64_t a) { in Attributes() function in Attributes
41 attributes = a; in Attributes()
45 Attributes::~Attributes(void) { in ~Attributes()
[all …]
/third_party/skia/m133/tools/window/mac/
DMacWindowGLUtils.h19 NSOpenGLPixelFormatAttribute attributes[kMaxAttributes]; in GetGLPixelFormat() local
21 attributes[numAttributes++] = NSOpenGLPFAAccelerated; in GetGLPixelFormat()
22 attributes[numAttributes++] = NSOpenGLPFAClosestPolicy; in GetGLPixelFormat()
23 attributes[numAttributes++] = NSOpenGLPFADoubleBuffer; in GetGLPixelFormat()
24 attributes[numAttributes++] = NSOpenGLPFAOpenGLProfile; in GetGLPixelFormat()
25 attributes[numAttributes++] = NSOpenGLProfileVersion3_2Core; in GetGLPixelFormat()
26 attributes[numAttributes++] = NSOpenGLPFAColorSize; in GetGLPixelFormat()
27 attributes[numAttributes++] = 24; in GetGLPixelFormat()
28 attributes[numAttributes++] = NSOpenGLPFAAlphaSize; in GetGLPixelFormat()
29 attributes[numAttributes++] = 8; in GetGLPixelFormat()
[all …]
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fVertexArrayObjectTests.cpp75 vector<Attribute> attributes; member
201 for (int attribNdx = 0; attribNdx < (int)state.attributes.size(); attribNdx++) in logVertexArrayState()
205 …<< "\tGL_VERTEX_ATTRIB_ARRAY_ENABLED : " << (state.attributes[attribNdx].enabled ? "GL_TRUE" : "GL… in logVertexArrayState()
206 << "\tGL_VERTEX_ATTRIB_ARRAY_SIZE : " << state.attributes[attribNdx].size << "\n" in logVertexArrayState()
207 << "\tGL_VERTEX_ATTRIB_ARRAY_STRIDE : " << state.attributes[attribNdx].stride << "\n" in logVertexArrayState()
208 << "\tGL_VERTEX_ATTRIB_ARRAY_TYPE : " << state.attributes[attribNdx].type << "\n" in logVertexArrayState()
209 …<< "\tGL_VERTEX_ATTRIB_ARRAY_NORMALIZED : " << (state.attributes[attribNdx].normalized ? "GL_TRUE"… in logVertexArrayState()
210 …<< "\tGL_VERTEX_ATTRIB_ARRAY_INTEGER : " << (state.attributes[attribNdx].integer ? "GL_TRUE" : "GL… in logVertexArrayState()
211 << "\tGL_VERTEX_ATTRIB_ARRAY_DIVISOR : " << state.attributes[attribNdx].divisor << "\n" in logVertexArrayState()
212 << "\tGL_VERTEX_ATTRIB_ARRAY_POINTER : " << state.attributes[attribNdx].offset << "\n" in logVertexArrayState()
[all …]
/third_party/typescript/tests/baselines/reference/
DtsxAttributesHasInferrableIndex.types5 interface Attributes {
9 function createElement(name: string, attributes: Attributes | undefined, ...contents: string[]) {
10 >createElement : (name: string, attributes: Attributes | undefined, ...contents: string[]) => string
12 >attributes : Attributes | undefined
23 function Button(attributes: Attributes | undefined, contents: string[]) {
24 >Button : (attributes: Attributes | undefined, contents: string[]) => string
25 >attributes : Attributes | undefined
34 >Button : (attributes: Attributes | undefined, contents: string[]) => string
35 >Button : (attributes: Attributes | undefined, contents: string[]) => string
/third_party/mbedtls/tests/src/drivers/
Dtest_driver_key_management.c192 const psa_key_attributes_t *attributes, in mbedtls_test_transparent_generate_key() argument
212 if (PSA_KEY_TYPE_IS_ECC(psa_get_key_type(attributes)) in mbedtls_test_transparent_generate_key()
213 && PSA_KEY_TYPE_IS_KEY_PAIR(psa_get_key_type(attributes))) { in mbedtls_test_transparent_generate_key()
217 (const libtestdriver1_psa_key_attributes_t *) attributes, in mbedtls_test_transparent_generate_key()
221 attributes, key, key_size, key_length); in mbedtls_test_transparent_generate_key()
223 } else if (psa_get_key_type(attributes) == PSA_KEY_TYPE_RSA_KEY_PAIR) { in mbedtls_test_transparent_generate_key()
227 (const libtestdriver1_psa_key_attributes_t *) attributes, in mbedtls_test_transparent_generate_key()
232 attributes, in mbedtls_test_transparent_generate_key()
236 } else if (PSA_KEY_TYPE_IS_DH(psa_get_key_type(attributes)) in mbedtls_test_transparent_generate_key()
237 && PSA_KEY_TYPE_IS_KEY_PAIR(psa_get_key_type(attributes))) { in mbedtls_test_transparent_generate_key()
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dadder.h38 /// \brief Method to init the op's attributes.
53 /// \brief Method to set in_channel attributes.
58 /// \brief Method to set out_channel attributes.
63 /// \brief Method to set kernel_size attributes.
68 /// \brief Method to set pad_mode attributes.
73 /// \brief Method to set stride attributes.
78 /// \brief Method to set pad_list attributes.
83 /// \brief Method to set dilation attributes.
88 /// \brief Method to set group attributes.
93 /// \brief Method to set format attributes.
[all …]
Dsplit_with_overlap.h33 /// \brief Method to init the op's attributes.
47 /// \brief Method to set ratio attributes.
52 /// \brief Method to set extend_top attributes.
57 /// \brief Method to set extend_bottom attributes.
62 /// \brief Method to set number_split attributes.
67 /// \brief Method to set split_dim attributes.
72 /// \brief Method to set stride attributes.
77 /// \brief Method to set pad_top attributes.
82 /// \brief Method to set trans_format attributes.
87 /// \brief Method to get ratio attributes.
[all …]
/third_party/mindspore/mindspore-src/source/tests/st/pi_jit/operation/
Dtest_maxpool.py18 attributes = {"pad_mode": "VALID",
21 fact = MaxPoolMock(attributes=attributes, inputs=[inputs])
37 attributes = {"pad_mode": "same",
40 fact = MaxPoolMock(attributes=attributes, inputs=[inputs])
57 attributes = {"pad_mode": "VALID",
60 fact = MaxPoolMock(attributes=attributes, inputs=[inputs])
76 attributes = {"pad_mode": "SAME",
80 fact = MaxPoolMock(attributes=attributes, inputs=[inputs])
97 attributes = {"pad_mode": "valid",
100 fact = MaxPoolMock(attributes=attributes, inputs=[inputs])
[all …]
/third_party/grpc/test/cpp/ext/csm/
Dmetadata_exchange_test.cc51 opentelemetry::sdk::common::AttributeMap attributes; in TestGkeResource() local
52 attributes.SetAttribute("cloud.platform", "gcp_kubernetes_engine"); in TestGkeResource()
53 attributes.SetAttribute("k8s.pod.name", "pod"); in TestGkeResource()
54 attributes.SetAttribute("k8s.container.name", "container"); in TestGkeResource()
55 attributes.SetAttribute("k8s.namespace.name", "namespace"); in TestGkeResource()
56 attributes.SetAttribute("k8s.cluster.name", "cluster"); in TestGkeResource()
57 attributes.SetAttribute("cloud.region", "region"); in TestGkeResource()
58 attributes.SetAttribute("cloud.account.id", "id"); in TestGkeResource()
59 return opentelemetry::sdk::resource::Resource::Create(attributes); in TestGkeResource()
63 opentelemetry::sdk::common::AttributeMap attributes; in TestGceResource() local
[all …]

12345678910>>...244