Home
last modified time | relevance | path

Searched refs:tag_value (Results 1 – 18 of 18) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/bytestring/
Dcbs.c410 static int cbs_get_asn1(CBS *cbs, CBS *out, unsigned tag_value, in cbs_get_asn1() argument
421 tag != tag_value) { in cbs_get_asn1()
433 int CBS_get_asn1(CBS *cbs, CBS *out, unsigned tag_value) { in CBS_get_asn1() argument
434 return cbs_get_asn1(cbs, out, tag_value, 1 /* skip header */); in CBS_get_asn1()
437 int CBS_get_asn1_element(CBS *cbs, CBS *out, unsigned tag_value) { in CBS_get_asn1_element() argument
438 return cbs_get_asn1(cbs, out, tag_value, 0 /* include header */); in CBS_get_asn1_element()
441 int CBS_peek_asn1_tag(const CBS *cbs, unsigned tag_value) { in CBS_peek_asn1_tag() argument
448 return parse_asn1_tag(&copy, &actual_tag) && tag_value == actual_tag; in CBS_peek_asn1_tag()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/
Dframe_buffer.h256 void InsertOrUpdateTag(const std::string& tag_key, absl::any tag_value) { in InsertOrUpdateTag() argument
257 tags_[tag_key] = std::move(tag_value); in InsertOrUpdateTag()
262 absl::Status InsertTag(const std::string& tag_key, absl::any tag_value) { in InsertTag() argument
263 auto iter = tags_.emplace(tag_key, tag_value); in InsertTag()
/external/cronet/net/der/
Dparser.cc24 unsigned tag_value; in PeekTagAndValue() local
25 if (!CBS_get_any_asn1_element(&peeker, &tmp_out, &tag_value, &header_len) || in PeekTagAndValue()
30 *tag = tag_value; in PeekTagAndValue()
/external/boringssl/src/crypto/bytestring/
Dcbs.c451 static int cbs_get_asn1(CBS *cbs, CBS *out, CBS_ASN1_TAG tag_value, in cbs_get_asn1() argument
462 tag != tag_value) { in cbs_get_asn1()
474 int CBS_get_asn1(CBS *cbs, CBS *out, CBS_ASN1_TAG tag_value) { in CBS_get_asn1() argument
475 return cbs_get_asn1(cbs, out, tag_value, 1 /* skip header */); in CBS_get_asn1()
478 int CBS_get_asn1_element(CBS *cbs, CBS *out, CBS_ASN1_TAG tag_value) { in CBS_get_asn1_element() argument
479 return cbs_get_asn1(cbs, out, tag_value, 0 /* include header */); in CBS_get_asn1_element()
482 int CBS_peek_asn1_tag(const CBS *cbs, CBS_ASN1_TAG tag_value) { in CBS_peek_asn1_tag() argument
485 return parse_asn1_tag(&copy, &actual_tag) && tag_value == actual_tag; in CBS_peek_asn1_tag()
/external/cronet/third_party/boringssl/src/crypto/bytestring/
Dcbs.c451 static int cbs_get_asn1(CBS *cbs, CBS *out, CBS_ASN1_TAG tag_value, in cbs_get_asn1() argument
462 tag != tag_value) { in cbs_get_asn1()
474 int CBS_get_asn1(CBS *cbs, CBS *out, CBS_ASN1_TAG tag_value) { in CBS_get_asn1() argument
475 return cbs_get_asn1(cbs, out, tag_value, 1 /* skip header */); in CBS_get_asn1()
478 int CBS_get_asn1_element(CBS *cbs, CBS *out, CBS_ASN1_TAG tag_value) { in CBS_get_asn1_element() argument
479 return cbs_get_asn1(cbs, out, tag_value, 0 /* include header */); in CBS_get_asn1_element()
482 int CBS_peek_asn1_tag(const CBS *cbs, CBS_ASN1_TAG tag_value) { in CBS_peek_asn1_tag() argument
485 return parse_asn1_tag(&copy, &actual_tag) && tag_value == actual_tag; in CBS_peek_asn1_tag()
/external/ltp/tools/
Dgenhtml.pl127 @tag_value = split(/=/,$variable_value_pair[0]);
130 … "<td><p><strong>$tag_value[1]</strong></p></td>\n" .
/external/cronet/base/test/
Dgtest_xml_util.cc45 std::string tag_value; member
185 result.AddTag(tag.tag_name, tag.tag_value); in ProcessGTestOutput()
211 if (!xml_reader.ReadElementContent(&tag.tag_value)) in ProcessGTestOutput()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dbytestring.h233 OPENSSL_EXPORT int CBS_get_asn1(CBS *cbs, CBS *out, unsigned tag_value);
237 OPENSSL_EXPORT int CBS_get_asn1_element(CBS *cbs, CBS *out, unsigned tag_value);
244 OPENSSL_EXPORT int CBS_peek_asn1_tag(const CBS *cbs, unsigned tag_value);
/external/boringssl/src/include/openssl/
Dbytestring.h241 OPENSSL_EXPORT int CBS_get_asn1(CBS *cbs, CBS *out, CBS_ASN1_TAG tag_value);
246 CBS_ASN1_TAG tag_value);
253 OPENSSL_EXPORT int CBS_peek_asn1_tag(const CBS *cbs, CBS_ASN1_TAG tag_value);
/external/cronet/third_party/boringssl/src/include/openssl/
Dbytestring.h241 OPENSSL_EXPORT int CBS_get_asn1(CBS *cbs, CBS *out, CBS_ASN1_TAG tag_value);
246 CBS_ASN1_TAG tag_value);
253 OPENSSL_EXPORT int CBS_peek_asn1_tag(const CBS *cbs, CBS_ASN1_TAG tag_value);
/external/ImageMagick/MagickCore/
Dproperty.c1250 tag_value; in GetEXIFProperty() local
1443 tag_value=(size_t) ReadPropertyUnsignedShort(endian,q)+tag_offset; in GetEXIFProperty()
1474 if ((all != 0) || (tag == (size_t) tag_value)) in GetEXIFProperty()
1583 if (EXIFTag[i].tag == tag_value) in GetEXIFProperty()
1597 if (tag_value < 0x10000) in GetEXIFProperty()
1599 (unsigned long) tag_value); in GetEXIFProperty()
1601 if (tag_value < 0x20000) in GetEXIFProperty()
1603 (unsigned long) (tag_value & 0xffff)); in GetEXIFProperty()
1623 if ((tag_value == TAG_EXIF_OFFSET) || in GetEXIFProperty()
1624 (tag_value == TAG_INTEROP_OFFSET) || (tag_value == TAG_GPS_OFFSET)) in GetEXIFProperty()
[all …]
Dprofile.c2329 tag_value; in SyncExifProfile() local
2337 tag_value=(ssize_t) ReadProfileShort(endian,q); in SyncExifProfile()
2361 switch (tag_value) in SyncExifProfile()
2401 if ((tag_value == TAG_EXIF_OFFSET) || (tag_value == TAG_INTEROP_OFFSET)) in SyncExifProfile()
/external/openscreen/tools/cddl/
Dsema.h55 uint64_t tag_value; member
Dsema.cc171 tagged_type->tagged_type.tag_value = in AnalyzeType2()
729 cpp_type->tagged_type.tag = type.tagged_type.tag_value; in MakeCppType()
875 std::to_string(type->tagged_type.tag_value); in DumpType()
/external/cronet/base/test/launcher/
Dtest_results_tracker.cc515 for (const auto& tag_value : tag.second) { in SaveSummaryAsJSON() local
516 tag_values.Append(tag_value); in SaveSummaryAsJSON()
Dtest_results_tracker_unittest.cc51 R"raw({"values":["tag_value"]}})raw"; in TEST()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c1125 LLVMValueRef tag_value, in s3tc_store_cached_block() argument
1139 LLVMBuildStore(builder, tag_value, ptr); in s3tc_store_cached_block()
1921 LLVMValueRef dxt_block, tag_value; in generate_update_cache_one_block() local
1965 tag_value = LLVMBuildPtrToInt(gallivm->builder, ptr_addr, in generate_update_cache_one_block()
1967 s3tc_store_cached_block(gallivm, col, tag_value, hash_index, cache); in generate_update_cache_one_block()
/external/webrtc/pc/
Dwebrtc_sdp.cc3522 std::string tag_value; in ParseCryptoAttribute() local
3523 if (!GetValue(fields[0], kAttributeCrypto, &tag_value, error)) { in ParseCryptoAttribute()
3527 if (!GetValueFromString(line, tag_value, &tag, error)) { in ParseCryptoAttribute()