| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | FieldCodec.cs | 54 public static FieldCodec<string> ForString(uint tag) in ForString() 64 public static FieldCodec<ByteString> ForBytes(uint tag) in ForBytes() 74 public static FieldCodec<bool> ForBool(uint tag) in ForBool() 84 public static FieldCodec<int> ForInt32(uint tag) in ForInt32() 94 public static FieldCodec<int> ForSInt32(uint tag) in ForSInt32() 104 public static FieldCodec<uint> ForFixed32(uint tag) in ForFixed32() 114 public static FieldCodec<int> ForSFixed32(uint tag) in ForSFixed32() 124 public static FieldCodec<uint> ForUInt32(uint tag) in ForUInt32() 134 public static FieldCodec<long> ForInt64(uint tag) in ForInt64() 144 public static FieldCodec<long> ForSInt64(uint tag) in ForSInt64() [all …]
|
| /third_party/openGLES/xml/ |
| D | readme.tex | 170 \subsection{Attributes of \tag{registry} tags} 174 \subsection{Contents of \tag{registry} tags} 213 \subsection{Attributes of \tag{type} tags} 225 \subsection{Contents of \tag{type} tags} 237 \subsection{Example of a \tag{types} tag} 261 \subsection{Attributes of (\tag{kinds} tag)} 268 \subsection{Contents of \tag{kinds} tags} 273 \subsection{Example of a \tag{kinds} tag} 287 \subsection{Attributes of \tag{kind} tag} 296 \subsection{Contents of \tag{kind} tag} [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/xml/ |
| D | readme.tex | 167 \subsection{Attributes of \tag{registry} tags} 171 \subsection{Contents of \tag{registry} tags} 206 \subsection{Attributes of \tag{type} tags} 218 \subsection{Contents of \tag{type} tags} 230 \subsection{Example of a \tag{types} tag} 254 \subsection{Attributes of \tag{groups} tags} 258 \subsection{Contents of \tag{groups} tags} 264 \subsection{Example of \tag{groups} tags} 285 \subsection{Attributes of \tag{group} tags} 292 \subsection{Contents of \tag{group} tags} [all …]
|
| /third_party/flutter/engine/flutter/shell/platform/android/io/flutter/ |
| D | Log.java | 28 public static void v(@NonNull String tag, @NonNull String message) { in v() 34 public static void v(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in v() 40 public static void i(@NonNull String tag, @NonNull String message) { in i() 46 public static void i(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in i() 52 public static void d(@NonNull String tag, @NonNull String message) { in d() 58 public static void d(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in d() 64 public static void w(@NonNull String tag, @NonNull String message) { in w() 68 public static void w(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in w() 72 public static void e(@NonNull String tag, @NonNull String message) { in e() 76 public static void e(@NonNull String tag, @NonNull String message, @NonNull Throwable tr) { in e() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | excessPropertyCheckWithUnions.js | 3 tag: "A", property 11 let wrong: ADT = { tag: "T", a1: "extra" } property 12 wrong = { tag: "A", d20: 12 } property 13 wrong = { tag: "D" } property 16 tag: "A", property 29 amb = { tag: "A", x: "hi" } property 30 amb = { tag: "A", y: 12 } property 31 amb = { tag: "A", x: "hi", y: 12 } property 34 amb = { tag: "A", x: "hi", extra: 12 } property 35 amb = { tag: "A", y: 12, extra: 12 } property [all …]
|
| D | tryCatchFinallyControlFlow.js | 263 type State = { tag: "one" } | { tag: "two" } | { tag: "three" }; property 266 let state: State = { tag: "one" }; property 268 state = { tag: "two" }; property 270 state = { tag: "three" }; property 577 var state = { tag: "one" }; property 579 state = { tag: "two" }; property 581 state = { tag: "three" }; property
|
| /third_party/openssl/crypto/ |
| D | der_writer.c | 16 static int int_start_context(WPACKET *pkt, int tag) in int_start_context() 25 static int int_end_context(WPACKET *pkt, int tag) in int_end_context() 51 int ossl_DER_w_precompiled(WPACKET *pkt, int tag, in ossl_DER_w_precompiled() 60 int ossl_DER_w_boolean(WPACKET *pkt, int tag, int b) in ossl_DER_w_boolean() 70 int ossl_DER_w_octet_string(WPACKET *pkt, int tag, in ossl_DER_w_octet_string() 81 int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value) in ossl_DER_w_octet_string_uint32() 93 static int int_der_w_integer(WPACKET *pkt, int tag, in int_der_w_integer() 128 int ossl_DER_w_uint32(WPACKET *pkt, int tag, uint32_t v) in ossl_DER_w_uint32() 151 int ossl_DER_w_bn(WPACKET *pkt, int tag, const BIGNUM *v) in ossl_DER_w_bn() 161 int ossl_DER_w_null(WPACKET *pkt, int tag) in ossl_DER_w_null() [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
| D | AffixUtils.java | 317 long tag = 0L; in unescape() local 352 long tag = 0L; in unescapedCount() local 384 long tag = 0L; in containsType() local 404 long tag = 0L; in hasCurrencySymbols() local 430 long tag = 0L; in replaceType() local 451 long tag = 0L; in containsOnlySymbolsAndIgnorables() local 467 long tag = 0L; in iterateWithConsumer() local 487 private static long nextToken(long tag, CharSequence patternString) { in nextToken() 639 private static boolean hasNext(long tag, CharSequence string) { in hasNext() 640 assert tag >= 0; in hasNext() local [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
| D | AffixUtils.java | 325 long tag = 0L; in unescape() local 360 long tag = 0L; in unescapedCount() local 392 long tag = 0L; in containsType() local 412 long tag = 0L; in hasCurrencySymbols() local 438 long tag = 0L; in replaceType() local 459 long tag = 0L; in containsOnlySymbolsAndIgnorables() local 475 long tag = 0L; in iterateWithConsumer() local 495 private static long nextToken(long tag, CharSequence patternString) { in nextToken() 647 private static boolean hasNext(long tag, CharSequence string) { in hasNext() 648 assert tag >= 0; in hasNext() local [all …]
|
| /third_party/libexif/libexif/ |
| D | exif-tag.c | 56 ExifTag tag; member 998 match_tag(const void *tag, const void *entry) in match_tag() 1011 exif_tag_table_first(ExifTag tag) in exif_tag_table_first() 1038 exif_tag_get_name_in_ifd (ExifTag tag, ExifIfd ifd) in exif_tag_get_name_in_ifd() 1060 exif_tag_get_title_in_ifd (ExifTag tag, ExifIfd ifd) in exif_tag_get_title_in_ifd() 1083 exif_tag_get_description_in_ifd (ExifTag tag, ExifIfd ifd) in exif_tag_get_description_in_ifd() 1125 exif_tag_get_stuff (ExifTag tag, get_stuff_func func) in exif_tag_get_stuff() 1147 exif_tag_get_name (ExifTag tag) in exif_tag_get_name() 1153 exif_tag_get_title (ExifTag tag) in exif_tag_get_title() 1159 exif_tag_get_description (ExifTag tag) in exif_tag_get_description() [all …]
|
| /third_party/node/test/fixtures/ |
| D | aead-vectors.js | 6 tag: '272b422f62eb545eaa15b5ff84092447', tampered: false }, property 11 tag: 'ba2479f66275665a88cb7b15f43eb005', tampered: false }, property 16 tag: '272b422f62eb545eaa15b5ff84092447', tampered: true }, property 21 tag: '9bb44f663badabacae9720881fb1ec7a', tampered: false }, property 26 tag: '9bb44f663badabacae9720881fb1ec7a', tampered: true }, property 32 tag: 'd2a35e5c611e5e3d2258360241c5b045', tampered: false }, property 44 tag: '58e2fccefa7e3061367f1d57a4e7455a', tampered: false }, property 53 tag: 'ab6e47d42cec13bdf53a67b21257bddf', tampered: false }, property 68 tag: '4d5c2af327cd64a62cf35abd2ba6fab4', tampered: false }, property 84 tag: '5bc94fbc3221a5db94fae95ae7121a47', tampered: false }, property [all …]
|
| /third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
| D | Log.java | 33 public static void d (String tag, String msg) { in d() 38 public static void i (String tag, String msg) { in i() 43 public static void w (String tag, String msg) { in w() 48 public static void w (String tag, String msg, Throwable tr) { in w() 53 public static void e (String tag, String msg) { in e() 58 public static void e (String tag, String msg, Throwable tr) { in e()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | number_affixutils.cpp | 162 AffixTag tag; in unescape() local 186 AffixTag tag; in unescapedCodePointCount() local 206 AffixTag tag; in containsType() local 221 AffixTag tag; in hasCurrencySymbols() local 238 AffixTag tag; in replaceType() local 254 AffixTag tag; in containsOnlySymbolsAndIgnorables() local 270 AffixTag tag; in iterateWithConsumer() local 279 AffixTag AffixUtils::nextToken(AffixTag tag, const UnicodeString &patternString, UErrorCode &status… in nextToken() 421 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext()
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | number_affixutils.cpp | 163 AffixTag tag; in unescape() local 183 AffixTag tag; in unescapedCodePointCount() local 203 AffixTag tag; in containsType() local 218 AffixTag tag; in hasCurrencySymbols() local 235 AffixTag tag; in replaceType() local 251 AffixTag tag; in containsOnlySymbolsAndIgnorables() local 267 AffixTag tag; in iterateWithConsumer() local 276 AffixTag AffixUtils::nextToken(AffixTag tag, const UnicodeString &patternString, UErrorCode &status… in nextToken() 419 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | number_affixutils.cpp | 165 AffixTag tag; in unescape() local 189 AffixTag tag; in unescapedCodePointCount() local 209 AffixTag tag; in containsType() local 224 AffixTag tag; in hasCurrencySymbols() local 241 AffixTag tag; in replaceType() local 257 AffixTag tag; in containsOnlySymbolsAndIgnorables() local 273 AffixTag tag; in iterateWithConsumer() local 282 AffixTag AffixUtils::nextToken(AffixTag tag, const UnicodeString &patternString, UErrorCode &status… in nextToken() 426 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext()
|
| /third_party/icu/icu4c/source/i18n/ |
| D | number_affixutils.cpp | 162 AffixTag tag; in unescape() local 186 AffixTag tag; in unescapedCodePointCount() local 206 AffixTag tag; in containsType() local 221 AffixTag tag; in hasCurrencySymbols() local 238 AffixTag tag; in replaceType() local 254 AffixTag tag; in containsOnlySymbolsAndIgnorables() local 270 AffixTag tag; in iterateWithConsumer() local 279 AffixTag AffixUtils::nextToken(AffixTag tag, const UnicodeString &patternString, UErrorCode &status… in nextToken() 421 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext()
|
| /third_party/flutter/skia/third_party/externals/piex/src/tiff_directory/ |
| D | tiff_directory.cc | 44 bool TiffDirectory::Get(const Tag tag, std::vector<std::uint8_t>* value) const { in Get() argument 56 bool TiffDirectory::Get(const Tag tag, std::string* value) const { in Get() argument 66 bool TiffDirectory::Get(const Tag tag, std::uint32_t* value) const { in Get() argument 75 bool TiffDirectory::Get(const Tag tag, in Get() 104 bool TiffDirectory::Get(const Tag tag, Rational* value) const { in Get() argument 113 bool TiffDirectory::Get(const Tag tag, std::vector<Rational>* value) const { in Get() argument 159 bool TiffDirectory::Get(const Tag tag, SRational* value) const { in Get() argument 168 bool TiffDirectory::Get(const Tag tag, std::vector<SRational>* value) const { in Get() argument 214 bool TiffDirectory::GetOffsetAndLength(const Tag tag, const Type type, in GetOffsetAndLength() 226 void TiffDirectory::AddEntry(const Tag tag, const Type type, in AddEntry()
|
| /third_party/skia/third_party/externals/piex/src/tiff_directory/ |
| D | tiff_directory.cc | 44 bool TiffDirectory::Get(const Tag tag, std::vector<std::uint8_t>* value) const { in Get() argument 56 bool TiffDirectory::Get(const Tag tag, std::string* value) const { in Get() argument 66 bool TiffDirectory::Get(const Tag tag, std::uint32_t* value) const { in Get() argument 75 bool TiffDirectory::Get(const Tag tag, in Get() 104 bool TiffDirectory::Get(const Tag tag, Rational* value) const { in Get() argument 113 bool TiffDirectory::Get(const Tag tag, std::vector<Rational>* value) const { in Get() argument 159 bool TiffDirectory::Get(const Tag tag, SRational* value) const { in Get() argument 168 bool TiffDirectory::Get(const Tag tag, std::vector<SRational>* value) const { in Get() argument 214 bool TiffDirectory::GetOffsetAndLength(const Tag tag, const Type type, in GetOffsetAndLength() 226 void TiffDirectory::AddEntry(const Tag tag, const Type type, in AddEntry()
|
| /third_party/gn/src/gn/ |
| D | tagged_pointer.h | 17 TaggedPointer(T* ptr, unsigned tag) in TaggedPointer() 25 unsigned tag() const { return static_cast<unsigned>(value_ & kTagMask); } in tag() function 32 void set_tag(unsigned tag) { in set_tag() 50 static void CheckTagValue(unsigned tag) { in CheckTagValue()
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gsttaglist.c | 54 #define GST_TAG_IS_VALID(tag) (gst_tag_get_info (tag) != NULL) argument 611 gst_tag_exists (const gchar * tag) in gst_tag_exists() 627 gst_tag_get_type (const gchar * tag) in gst_tag_get_type() 648 gst_tag_get_nick (const gchar * tag) in gst_tag_get_nick() 673 gst_tag_get_description (const gchar * tag) in gst_tag_get_description() 693 gst_tag_get_flag (const gchar * tag) in gst_tag_get_flag() 714 gst_tag_is_fixed (const gchar * tag) in gst_tag_is_fixed() 822 gst_tag_list_new (const gchar * tag, ...) in gst_tag_list_new() 853 const gchar *tag; in gst_tag_list_new_valist() local 1068 const gchar * tag, const GValue * value, GstTagInfo * info) in gst_tag_list_add_value_internal() [all …]
|
| /third_party/pulseaudio/src/pulse/ |
| D | introspect.c | 39 static void context_stat_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t… in context_stat_callback() 83 static void context_get_server_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_t… in context_get_server_info_callback() 136 static void context_get_sink_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tag… in context_get_sink_info_callback() 320 uint32_t tag; in pa_context_get_sink_info_by_index() local 343 uint32_t tag; in pa_context_get_sink_info_by_name() local 367 uint32_t tag; in pa_context_set_sink_port_by_index() local 392 uint32_t tag; in pa_context_set_sink_port_by_name() local 416 static void context_get_source_info_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_t… in context_get_source_info_callback() 599 uint32_t tag; in pa_context_get_source_info_by_index() local 622 uint32_t tag; in pa_context_get_source_info_by_name() local [all …]
|
| D | ext-device-manager.c | 47 static void ext_device_manager_test_cb(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstru… in ext_device_manager_test_cb() 84 uint32_t tag; in pa_ext_device_manager_test() local 107 static void ext_device_manager_read_cb(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstru… in ext_device_manager_read_cb() 184 uint32_t tag; in pa_ext_device_manager_read() local 214 uint32_t tag; in pa_ext_device_manager_set_device_description() local 250 uint32_t tag; in pa_ext_device_manager_delete() local 301 uint32_t tag; in pa_ext_device_manager_enable_role_device_priority_routing() local 333 uint32_t tag, i; in pa_ext_device_manager_reorder_devices_for_role() local 374 uint32_t tag; in pa_ext_device_manager_subscribe() local 413 void pa_ext_device_manager_command(pa_context *c, uint32_t tag, pa_tagstruct *t) { in pa_ext_device_manager_command()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-subset.cc | 95 _repack (hb_tag_t tag, const hb_serialize_context_t& c) in _repack() 163 hb_tag_t tag = TableType::tableTag; in _subset() local 222 _is_table_present (hb_face_t *source, hb_tag_t tag) in _is_table_present() 237 _should_drop_table (hb_subset_plan_t *plan, hb_tag_t tag) in _should_drop_table() 270 _passthrough (hb_subset_plan_t *plan, hb_tag_t tag) in _passthrough() 279 _subset_table (hb_subset_plan_t *plan, hb_tag_t tag) in _subset_table() 364 hb_tag_t tag = table_tags[i]; in hb_subset_or_fail() local
|
| /third_party/elfio/elfio/ |
| D | elfio_dynamic.hpp | 58 Elf_Xword tag = DT_NULL; in get_entries_num() local 74 Elf_Xword& tag, in get_entry() 109 void add_entry( Elf_Xword tag, Elf_Xword value ) in add_entry() 120 void add_entry( Elf_Xword tag, const std::string& str ) in add_entry() 139 Elf_Xword& tag, in generic_get_entry_dyn() 204 void generic_add_entry_dyn( Elf_Xword tag, Elf_Xword value ) in generic_add_entry_dyn()
|
| /third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
| D | Header.java | 35 private final int tag; field in Header 67 public Header(int tag, long checksum, int offset, int length) { in Header() 85 public Header(int tag, int length) { in Header() 102 public Header(int tag) { in Header() 117 public int tag() { in tag() method in Header
|