/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
D | SignedData.java | 140 ASN1TaggedObject tagged = ASN1TaggedObject.getInstance(obj); in calculateVersion() local 142 if (tagged.getTagNo() == 1) in calculateVersion() 146 else if (tagged.getTagNo() == 2) in calculateVersion() 150 else if (tagged.getTagNo() == 3) in calculateVersion() 238 ASN1TaggedObject tagged = (ASN1TaggedObject)o; in SignedData() local 240 switch (tagged.getTagNo()) in SignedData() 243 certsBer = tagged instanceof BERTaggedObject; in SignedData() 244 certificates = ASN1Set.getInstance(tagged, false); in SignedData() 247 crlsBer = tagged instanceof BERTaggedObject; in SignedData() 248 crls = ASN1Set.getInstance(tagged, false); in SignedData() [all …]
|
D | CMSAlgorithmProtection.java | 71 ASN1TaggedObject tagged = ASN1TaggedObject.getInstance(sequence.getObjectAt(1)); in CMSAlgorithmProtection() local 72 if (tagged.getTagNo() == 1) in CMSAlgorithmProtection() 74 this.signatureAlgorithm = AlgorithmIdentifier.getInstance(tagged, false); in CMSAlgorithmProtection() 77 else if (tagged.getTagNo() == 2) in CMSAlgorithmProtection() 81 this.macAlgorithm = AlgorithmIdentifier.getInstance(tagged, false); in CMSAlgorithmProtection() 85 throw new IllegalArgumentException("Unknown tag found: " + tagged.getTagNo()); in CMSAlgorithmProtection()
|
D | ContentInfo.java | 88 ASN1TaggedObject tagged = (ASN1TaggedObject)seq.getObjectAt(1); in ContentInfo() local 89 if (!tagged.isExplicit() || tagged.getTagNo() != 0) in ContentInfo() 94 content = tagged.getObject(); in ContentInfo()
|
/external/wpa_supplicant_8/src/ap/ |
D | vlan_full.c | 423 int untagged, *tagged, i, notempty; in vlan_newlink() local 440 tagged = vlan->vlan_desc.tagged; in vlan_newlink() 456 for (i = 0; i < MAX_NUM_TAGGED_VLAN && tagged[i]; i++) { in vlan_newlink() 457 if (tagged[i] == untagged || in vlan_newlink() 458 tagged[i] <= 0 || tagged[i] > MAX_VLAN_ID || in vlan_newlink() 459 (i > 0 && tagged[i] == tagged[i - 1])) in vlan_newlink() 461 vlan_bridge_name(br_name, hapd, tagged[i]); in vlan_newlink() 462 vlan_get_bridge(br_name, hapd, tagged[i]); in vlan_newlink() 464 ifname, br_name, tagged[i], hapd); in vlan_newlink() 537 int *tagged = vlan->vlan_desc.tagged; in vlan_dellink() local [all …]
|
D | vlan.c | 30 if (a->tagged[i] != b->tagged[i]) in vlan_compare()
|
D | ieee802_11_auth.c | 511 int *untagged, *tagged, *notempty; in hostapd_acl_recv_radius() local 571 tagged = cache->vlan_id.tagged; in hostapd_acl_recv_radius() 574 tagged); in hostapd_acl_recv_radius() 604 cache->vlan_id.tagged[0] ? "+" : ""); in hostapd_acl_recv_radius()
|
D | vlan.h | 17 int tagged[MAX_NUM_TAGGED_VLAN]; /* first k items, ascending order */ member
|
D | ap_config.c | 675 if (vlan_desc->tagged[i] < 0 || in hostapd_vlan_valid() 676 vlan_desc->tagged[i] > MAX_VLAN_ID) in hostapd_vlan_valid() 679 if (!vlan_desc->untagged && !vlan_desc->tagged[0]) in hostapd_vlan_valid()
|
D | sta_info.c | 883 if (vlan_desc->tagged[0]) { in ap_sta_set_vlan() 893 vlan_desc->tagged[0] ? "+" : ""); in ap_sta_set_vlan() 908 (vlan_desc && vlan_desc->tagged[0]) ? in ap_sta_set_vlan()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | SignedData.java | 79 ASN1TaggedObject tagged = (ASN1TaggedObject)o; in SignedData() local 81 switch (tagged.getTagNo()) in SignedData() 84 certificates = ASN1Set.getInstance(tagged, false); in SignedData() 87 crls = ASN1Set.getInstance(tagged, false); in SignedData() 90 throw new IllegalArgumentException("unknown tag value " + tagged.getTagNo()); in SignedData()
|
/external/v8/src/ |
D | layout-descriptor.cc | 185 bool tagged) { in SetTaggedForTesting() argument 186 return SetTagged(field_index, tagged); in SetTaggedForTesting() 204 bool tagged = layout_descriptor_->IsTagged(field_index, max_sequence_length, in IsTagged() local 210 if (tagged) { in IsTagged() 224 return tagged; in IsTagged()
|
D | layout-descriptor-inl.h | 64 LayoutDescriptor* LayoutDescriptor::SetTagged(int field_index, bool tagged) { in SetTagged() argument 76 if (tagged) { in SetTagged() 85 if (tagged) { in SetTagged()
|
D | layout-descriptor.h | 93 LayoutDescriptor* SetTaggedForTesting(int field_index, bool tagged); 130 bool tagged);
|
/external/v8/test/mjsunit/es6/ |
D | templates.js | 657 var tagged = []; 684 tagged.push(sub); 692 assertArrayEquals([1, 2, 3], tagged); 694 tagged.length = 0; 698 assertArrayEquals([1], tagged);
|
/external/v8/test/cctest/ |
D | test-unboxed-doubles.cc | 255 bool tagged = true; in TestLayoutDescriptorQueries() local 258 tagged = !tagged; in TestLayoutDescriptorQueries() 262 layout_desc = layout_desc->SetTaggedForTesting(i, tagged); in TestLayoutDescriptorQueries() 273 bool tagged = true; in TestLayoutDescriptorQueries() local 276 tagged = !tagged; in TestLayoutDescriptorQueries() 279 CHECK_EQ(tagged, layout_desc->IsTagged(i)); in TestLayoutDescriptorQueries() 286 expected_sequence_length = tagged ? std::numeric_limits<int>::max() in TestLayoutDescriptorQueries() 292 CHECK_EQ(tagged, in TestLayoutDescriptorQueries() 574 const bool tagged = (i % (PROP_KIND_NUMBER - 1)) != 1; in TEST() local 575 CHECK_EQ(tagged, layout_descriptor->IsTagged(i)); in TEST()
|
/external/bison/tests/ |
D | input.at | 332 [[input.y:1.13-29: error: redeclaration for default tagged %destructor 334 input.y:2.10-24: error: redeclaration for default tagged %printer 336 input.y:4.13-29: error: redeclaration for default tagged %destructor 338 input.y:5.10-24: error: redeclaration for default tagged %printer 348 input.y:17.13-29: error: redeclaration for default tagged %destructor 350 input.y:18.10-24: error: redeclaration for default tagged %printer 412 %type <tag> tagged 416 start: end end tagged tagged { $<tag>1; $3; } ; 418 tagged: { } ; 429 %type <tag> tagged [all …]
|
/external/autotest/site_utils/autoupdate/ |
D | release_config.ini | 27 # Note that the builders have produced R21 tagged artifacts beginning 2266.0.0
|
/external/tcpdump/tests/ |
D | radius-rfc4675-v.out | 4 User-Name Attribute (1), length: 12, Value: bob-tagged
|
/external/libxml2/ |
D | HACKING | 6 - in the meantime the old 1.x code has been tagged with LIB_XML_1_BRANCH
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/ |
D | CHANGES | 14 - Fix to CHOICE decoder to handle explicitly tagged, indefinite length 128 - Fix to explicitly tagged items decoding support. 210 - Fix to encoder to properly handle explicitly tagged untagged items.
|
/external/wpa_supplicant_8/src/radius/ |
D | radius.c | 1439 int *tagged) in radius_msg_get_vlanid() argument 1451 tagged[j] = 0; in radius_msg_get_vlanid() 1503 else if (data[0] == 0x31 && tagged && in radius_msg_get_vlanid() 1505 tagged[taggedidx++] = vlan_id; in radius_msg_get_vlanid() 1523 qsort(tagged, taggedidx, sizeof(int), cmp_int); in radius_msg_get_vlanid()
|
D | radius.h | 283 int *tagged);
|
/external/e2fsprogs/lib/et/test_cases/ |
D | imap_err.et | 122 # Following used for internationalization of tagged OK response
|
/external/dnsmasq/ |
D | dnsmasq.conf.example | 201 # Send extra options which are tagged as "red" to 205 # Send extra options which are tagged as "red" to 215 # Send extra options which are tagged as "red" to any machine whose 219 # Send extra options which are tagged as "red" to any machine one 223 # Send extra options which are tagged as "red" to any machine whose
|
/external/v8/test/cctest/compiler/ |
D | test-simplified-lowering.cc | 412 bool tagged; member in v8::internal::compiler::AccessTester 420 : tagged(t), in AccessTester() 525 if (tagged) { in GetElement() 534 ElementAccess access = {tagged ? kTaggedBase : kUntaggedBase, in GetElementAccess() 535 tagged ? FixedArrayBase::kHeaderSize : 0, in GetElementAccess() 542 FieldAccess access = {tagged ? kTaggedBase : kUntaggedBase, in GetFieldAccess() 543 offset + (tagged ? FixedArrayBase::kHeaderSize : 0), in GetFieldAccess() 553 return tagged ? t->HeapConstant(tagged_array) in GetBaseNode()
|