| /third_party/notofonts/docs/ |
| D | issues.json | 117 "tag": "NotoSansAvestan-v2.003", string 121 "tag": "NotoSerifBalinese-v2.005", string 125 "tag": "NotoSansBalinese-v2.004", string 129 "tag": "NotoSansCarian-v2.002", string 133 "tag": "NotoSansDuployan-v3.001", string 137 "tag": "NotoSansKharoshthi-v2.004", string 141 "tag": "NotoSerifKhitanSmallScript-v1.000", string 145 "tag": "NotoFangsongKSSRotated-v1.000", string 149 "tag": "NotoFangsongKSSVertical-v1.000", string 153 "tag": "NotoSans-v2.010", string [all …]
|
| /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/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 | 322 long tag = 0L; in unescape() local 357 long tag = 0L; in unescapedCount() local 389 long tag = 0L; in containsType() local 409 long tag = 0L; in hasCurrencySymbols() local 435 long tag = 0L; in replaceType() local 456 long tag = 0L; in containsOnlySymbolsAndIgnorables() local 472 long tag = 0L; in iterateWithConsumer() local 492 private static long nextToken(long tag, CharSequence patternString) { in nextToken() 646 private static boolean hasNext(long tag, CharSequence string) { in hasNext() 647 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/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/libexif/libexif/huawei/ |
| D | mnote-huawei-tag.c | 25 MnoteHuaweiTag tag; member 89 #define GET_TAG_INFO(tb, tb_size, tag, idx, ret) do { \ argument 99 const MnoteHuaweiTable* get_tag_table(MnoteHuaweiTag tag, int* size) in get_tag_table() 115 MnoteHuaweiTag get_tag_owner_tag(MnoteHuaweiTag tag) in get_tag_owner_tag() 134 int is_ifd_tag(MnoteHuaweiTag tag) in is_ifd_tag() 177 mnote_huawei_tag_get_name (MnoteHuaweiTag tag) in mnote_huawei_tag_get_name() 187 mnote_huawei_tag_get_title (MnoteHuaweiTag tag) in mnote_huawei_tag_get_title() 197 mnote_huawei_tag_get_description (MnoteHuaweiTag tag) in mnote_huawei_tag_get_description() 207 mnote_huawei_tag_type (MnoteHuaweiTag tag) in mnote_huawei_tag_type()
|
| /third_party/libexif/libexif/ |
| D | exif-tag.c | 57 ExifTag tag; member 1040 match_tag(const void *tag, const void *entry) in match_tag() 1053 exif_tag_table_first(ExifTag tag) in exif_tag_table_first() 1080 exif_tag_get_name_in_ifd (ExifTag tag, ExifIfd ifd) in exif_tag_get_name_in_ifd() 1102 exif_tag_get_title_in_ifd (ExifTag tag, ExifIfd ifd) in exif_tag_get_title_in_ifd() 1125 exif_tag_get_description_in_ifd (ExifTag tag, ExifIfd ifd) in exif_tag_get_description_in_ifd() 1167 exif_tag_get_stuff (ExifTag tag, get_stuff_func func) in exif_tag_get_stuff() 1189 exif_tag_get_name (ExifTag tag) in exif_tag_get_name() 1195 exif_tag_get_title (ExifTag tag) in exif_tag_get_title() 1201 exif_tag_get_description (ExifTag tag) in exif_tag_get_description() [all …]
|
| /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/icu/icu4c/source/i18n/ |
| D | number_affixutils.cpp | 164 AffixTag tag; in unescape() local 188 AffixTag tag; in unescapedCodePointCount() local 208 AffixTag tag; in containsType() local 223 AffixTag tag; in hasCurrencySymbols() local 240 AffixTag tag; in replaceType() local 256 AffixTag tag; in containsOnlySymbolsAndIgnorables() local 272 AffixTag tag; in iterateWithConsumer() local 281 AffixTag AffixUtils::nextToken(AffixTag tag, const UnicodeString &patternString, UErrorCode &status… in nextToken() 425 bool AffixUtils::hasNext(const AffixTag &tag, const UnicodeString &string) { in hasNext()
|
| /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/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()
|
| D | scache.c | 39 uint32_t tag; in pa_stream_connect_upload() local 82 uint32_t tag; in pa_stream_finish_upload() local 102 static void play_sample_ack_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct… in play_sample_ack_callback() 136 static void play_sample_with_proplist_ack_callback(pa_pdispatch *pd, uint32_t command, uint32_t tag… in play_sample_with_proplist_ack_callback() 171 uint32_t tag; in pa_context_play_sample() local 211 uint32_t tag; in pa_context_play_sample_with_proplist() local 254 uint32_t tag; in pa_context_remove_sample() 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/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/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
|
| /third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| D | ICUTaglet.java | 85 public String toString(Tag tag) { in toString() 118 public String toString(Tag tag) { in toString() 138 public String toString(Tag tag) { in toString() 159 public String toString(Tag tag) { in toString() 179 public String toString(Tag tag) { in toString() 201 public String toString(Tag tag) { in toString() 217 public String toString(Tag tag) { in toString() 248 public String toString(Tag tag) { in toString() 282 public String toString(Tag tag) { in toString() 320 public String toString(Tag tag) { in toString() [all …]
|
| /third_party/python/Lib/test/ |
| D | test_imaplib.py | 138 def _send_tagged(self, tag, code, message): argument 183 def cmd_CAPABILITY(self, tag, args): argument 190 def cmd_LOGOUT(self, tag, args): argument 195 def cmd_LOGIN(self, tag, args): argument 199 def cmd_SELECT(self, tag, args): argument 204 def cmd_UNSELECT(self, tag, args): argument 275 def cmd_CAPABILITY(self, tag, args): argument 308 def cmd_ENABLE(self, tag, args): argument 310 def cmd_AUTHENTICATE(self, tag, args): argument 314 def cmd_APPEND(self, tag, args): argument [all …]
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/python_input/gtest_input/optimizer/ |
| D | opt_test.py | 55 def test_add_zero(tag): argument 74 def test_elim_r(tag): argument 95 def test_idempotent(tag): argument 117 def test_constant_variable(tag): argument 148 def test_elim_jinv_j(tag): argument 170 def test_simplify_always_true_false(tag): argument 189 def test_inline(tag): argument 207 def test_inline_successively(tag): argument 231 def test_inline_closure(tag): argument 252 def test_inline_deep_closure(tag): argument [all …]
|