Home
last modified time | relevance | path

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

12345678910>>...449

/external/libcups/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.test32 OPERATION Get-Printer-Attributes
33 GROUP operation-attributes-tag
34 ATTR charset attributes-charset utf-8
35 ATTR naturalLanguage attributes-natural-language en
43 # Test that the first two attributes must be attributes-charset and
44 # attributes-natural-language.
48 NAME "RFC 8011 section 4.1.4: No Operation Attributes"
50 OPERATION Get-Printer-Attributes
51 GROUP operation-attributes-tag
57 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-everywhere.test23 NAME "PWG 5100.14 section 5.1/5.2 - Required Operations and Attributes"
24 OPERATION Get-Printer-Attributes
25 GROUP operation-attributes-tag
26 ATTR charset attributes-charset utf-8
27 ATTR naturalLanguage attributes-natural-language en
31 ATTR keyword requested-attributes all,media-col-database
41 EXPECT operations-supported WITH-VALUE 0x0009 # Get-Job-Attributes
43 EXPECT operations-supported WITH-VALUE 0x000b # Get-Printer-Attributes
48 # Printer description attributes
49 …EXPECT compression-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "deflate" …
[all …]
Dipp-2.1.test23 NAME "PWG 5100.12 section 6.3 - Required Printer Description Attributes"
24 OPERATION Get-Printer-Attributes
25 GROUP operation-attributes-tag
26 ATTR charset attributes-charset utf-8
27 ATTR naturalLanguage attributes-natural-language en
34 # Job template attributes
35 EXPECT job-hold-until-default OF-TYPE keyword|name IN-GROUP printer-attributes-tag COUNT 1
36 …EXPECT job-hold-until-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-VALUE no…
37 …EXPECT job-priority-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0,…
38 …EXPECT job-priority-supported OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >…
[all …]
/external/libcups/test/
D4.2-cups-printer-ops.test18 # The attributes to send
20 ATTR charset attributes-charset utf-8
21 ATTR language attributes-natural-language en
29 # What attributes do we expect?
30 EXPECT attributes-charset
31 EXPECT attributes-natural-language
38 OPERATION get-printer-attributes
41 # The attributes to send
43 ATTR charset attributes-charset utf-8
44 ATTR language attributes-natural-language en
[all …]
D4.3-job-ops.test18 # The attributes to send
20 ATTR charset attributes-charset utf-8
21 ATTR language attributes-natural-language en
39 # The attributes to send
41 ATTR charset attributes-charset utf-8
42 ATTR language attributes-natural-language en
51 # What attributes do we expect?
52 EXPECT attributes-charset
53 EXPECT attributes-natural-language
58 NAME "Get Job Attributes"
[all …]
D4.1-requests.test2 # Verify that the server requires the following attributes:
4 # attributes-charset
5 # attributes-natural-language
16 NAME "No Attributes"
24 # What attributes do we expect?
25 EXPECT attributes-charset
26 EXPECT attributes-natural-language
35 # The attributes to send
37 ATTR charset attributes-charset utf-8
42 # What attributes do we expect?
[all …]
/external/tensorflow/tensorflow/core/ir/tests/
Dtypes.mlir3 // CHECK: module attributes {tfg.type = !tf_type.qint8
4 module attributes {tfg.type = !tf_type.qint8} {}
5 // CHECK: module attributes {tfg.type = !tf_type.qint16
6 module attributes {tfg.type = !tf_type.qint16} {}
7 // CHECK: module attributes {tfg.type = !tf_type.qint32
8 module attributes {tfg.type = !tf_type.qint32} {}
9 // CHECK: module attributes {tfg.type = !tf_type.quint8
10 module attributes {tfg.type = !tf_type.quint8} {}
11 // CHECK: module attributes {tfg.type = !tf_type.quint16
12 module attributes {tfg.type = !tf_type.quint16} {}
[all …]
/external/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.function55 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT;
57 psa_set_key_lifetime(&attributes, key_lifetime);
58 psa_set_key_type(&attributes, key_type);
59 psa_set_key_bits(&attributes, key_bits);
60 psa_set_key_usage_flags(&attributes, key_usage);
61 psa_set_key_algorithm(&attributes, key_alg);
62 psa_set_key_enrollment_algorithm(&attributes, key_alg2);
66 &attributes.core,
90 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT;
95 &attributes.core);
[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);
163 PSA_ASSERT(psa_get_key_attributes(key, &attributes));
[all …]
/external/openthread/third_party/mbedtls/repo/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.function55 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT;
57 psa_set_key_lifetime(&attributes, key_lifetime);
58 psa_set_key_type(&attributes, key_type);
59 psa_set_key_bits(&attributes, key_bits);
60 psa_set_key_usage_flags(&attributes, key_usage);
61 psa_set_key_algorithm(&attributes, key_alg);
62 psa_set_key_enrollment_algorithm(&attributes, key_alg2);
66 &attributes.core,
90 psa_key_attributes_t attributes = PSA_KEY_ATTRIBUTES_INIT;
95 &attributes.core);
[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);
163 PSA_ASSERT(psa_get_key_attributes(key, &attributes));
[all …]
/external/cldr/common/supplemental/
DattributeValueValidity.xml168 <attributeValues attributes='alt' type='choice'>$alt</attributeValues>
169 <attributeValues attributes='_q' type='choice'>$integer</attributeValues>
170 <attributeValues attributes='validSubLocales' type='list'>$locale</attributeValues>
171 <attributeValues dtds='ldml' elements='alias' attributes='path' type='TODO'/>
172 …<attributeValues dtds='ldml' elements='alias' attributes='source' type='choice'>locale</attributeV…
173 …<!-- <attributeValues dtds='ldml' elements='alternate' attributes='iso4217' type='bcp47'>cu</attri…
174 <attributeValues dtds='ldml' elements='appendItem' attributes='request'>$append</attributeValues>
175 <attributeValues dtds='ldml' elements='calendar' attributes='type'>$_bcp47_ca</attributeValues>
176 …<attributeValues dtds='supplementalData' elements='character' attributes='value' type='regex'>.</a…
177 …<attributeValues dtds='ldml' elements='collation' attributes='type'>$_bcp47_collation|$collationPr…
[all …]
/external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
DTimelineApplet.form18 <Group type="103" groupAlignment="0" attributes="0">
19 <Group type="102" alignment="0" attributes="0">
20 <EmptySpace max="-2" attributes="0"/>
21 <Group type="103" groupAlignment="0" attributes="0">
22 <Component id="jPanel1" alignment="1" max="32767" attributes="0"/>
23 <Component id="jPanel4" alignment="0" max="32767" attributes="1"/>
24 <Group type="102" alignment="1" attributes="0">
25 <Component id="canvasWrapper" pref="448" max="32767" attributes="0"/>
26 <EmptySpace max="-2" attributes="0"/>
27 <Component id="jPanel3" min="-2" max="-2" attributes="0"/>
[all …]
DTweenApplet.form18 <Group type="103" groupAlignment="0" attributes="0">
19 <Group type="102" alignment="0" attributes="0">
20 <EmptySpace min="-2" max="-2" attributes="0"/>
21 <Group type="103" groupAlignment="0" attributes="0">
22 <Component id="jPanel1" alignment="1" max="32767" attributes="0"/>
23 <Group type="102" alignment="1" attributes="0">
24 <Component id="canvasWrapper" pref="412" max="32767" attributes="0"/>
25 <EmptySpace max="-2" attributes="0"/>
26 <Component id="jPanel3" min="-2" max="-2" attributes="0"/>
29 <EmptySpace min="-2" max="-2" attributes="0"/>
[all …]
/external/libxml2/test/valid/dtds/
Dnitf-2-5.dtd48 <!ENTITY % global-attributes '
51 <!ENTITY % common-attributes '
52 %global-attributes;
74 %global-attributes;
86 %global-attributes;
91 %global-attributes;
104 %global-attributes;
112 %global-attributes;
118 %global-attributes;
124 %global-attributes;
[all …]
/external/cronet/third_party/libxml/fuzz/seed_corpus/
D4ee63249a9782f1c07aa0ac6765fcf805bab62ac48 <!ENTITY % global-attributes '
51 <!ENTITY % common-attributes '
52 %global-attributes;
74 %global-attributes;
86 %global-attributes;
91 %global-attributes;
104 %global-attributes;
112 %global-attributes;
118 %global-attributes;
124 %global-attributes;
[all …]
/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils_test.cc29 std::unordered_map<string, string>* attributes) { in ParseDebugOpName() argument
31 debug_op_name, debug_op_name_proper, attributes); in ParseDebugOpName()
37 std::unordered_map<string, string> attributes; in TEST_F() local
39 ParseDebugOpName("DebugIdentity", &debug_op_name_proper, &attributes)); in TEST_F()
41 ASSERT_EQ(0, attributes.size()); in TEST_F()
46 std::unordered_map<string, string> attributes; in TEST_F() local
49 &attributes); in TEST_F()
53 &attributes); in TEST_F()
57 &attributes); in TEST_F()
63 std::unordered_map<string, string> attributes; in TEST_F() local
[all …]
/external/jsoup/src/test/java/org/jsoup/nodes/
DAttributesTest.java15 * Tests for Attributes.
23 Attributes a = new Attributes(); in html()
49 Attributes a = new Attributes(); in testIteratorRemovable()
64 // make sure that's flowing to the underlying attributes object in testIteratorRemovable()
72 Attributes a = new Attributes(); in testIteratorUpdateable()
91 Attributes a = new Attributes(); in testIteratorHasNext()
106 Attributes a = new Attributes(); in testIterator()
127 Attributes a = new Attributes(); in testIteratorSkipsInternal()
129 a.put(Attributes.internalKey("baseUri"), "example.com"); in testIteratorSkipsInternal()
131 a.put(Attributes.internalKey("another"), "example.com"); in testIteratorSkipsInternal()
[all …]
/external/deqp/android/cts/main/vk-main-2024-03-01/pipeline/
Dpipeline-library.txt2514 dEQP-VK.pipeline.pipeline_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f…
2515 dEQP-VK.pipeline.pipeline_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f…
2516 dEQP-VK.pipeline.pipeline_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f…
2517 dEQP-VK.pipeline.pipeline_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f…
2518 dEQP-VK.pipeline.pipeline_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f…
2519 dEQP-VK.pipeline.pipeline_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f…
2520 dEQP-VK.pipeline.pipeline_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f…
2521 dEQP-VK.pipeline.pipeline_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f…
2522 dEQP-VK.pipeline.pipeline_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f…
2523 dEQP-VK.pipeline.pipeline_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f…
[all …]
Dfast-linked-library.txt2512 …st_linked_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f16vec2.f16vec3.…
2513 …st_linked_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f16vec2.f16vec3.…
2514 …st_linked_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f16vec2.f16vec3.…
2515 …st_linked_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f16vec2.f16vec3.…
2516 …st_linked_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f16vec2.f16vec4.…
2517 …st_linked_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f16vec2.f16vec4.…
2518 …st_linked_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f16vec2.f16vec4.…
2519 …st_linked_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f16vec2.mat2.mat3
2520 …st_linked_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f16vec2.mat2.mat4
2521 …st_linked_library.vertex_input.multiple_attributes.binding_one_to_many.attributes.f16vec2.mat3.mat4
[all …]
/external/gptfdisk/
Dattributes.cc1 // attributes.cc
17 #include "attributes.h"
22 string Attributes::atNames[NUM_ATR];
23 int Attributes::numAttrs = 0;
24 //Attributes::staticInit Attributes::staticInitializer;
27 Attributes::Attributes(void) { in Attributes() function in Attributes
31 attributes = 0; in Attributes()
35 Attributes::Attributes(const uint64_t a) { in Attributes() function in Attributes
39 attributes = a; in Attributes()
43 Attributes::~Attributes(void) { in ~Attributes()
[all …]

12345678910>>...449