Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 25 of 1307) sorted by relevance

12345678910>>...53

/third_party/notofonts/docs/
Dissues.json125 "tag": "NotoSansAvestan-v2.003", string
129 "tag": "NotoSerifBalinese-v2.005", string
133 "tag": "NotoSansBalinese-v2.004", string
137 "tag": "NotoSansCarian-v2.002", string
141 "tag": "NotoSansDuployan-v3.001", string
145 "tag": "NotoSansKharoshthi-v2.004", string
149 "tag": "NotoSerifKhitanSmallScript-v1.000", string
153 "tag": "NotoFangsongKSSRotated-v1.000", string
157 "tag": "NotoFangsongKSSVertical-v1.000", string
161 "tag": "NotoSans-v2.010", string
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs54 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/
Dreadme.tex170 \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/
Dreadme.tex167 \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/
DexcessPropertyCheckWithUnions.js3 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 …]
DtryCatchFinallyControlFlow.js263 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/node/deps/openssl/openssl/crypto/
Dder_writer.c16 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/openssl/crypto/
Dder_writer.c16 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/
DAffixUtils.java322 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/
DAffixUtils.java325 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/node/test/fixtures/
Daead-vectors.js6 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/
DLog.java33 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/
Dmnote-huawei-tag.c25 MnoteHuaweiTag tag; member
80 #define GET_TAG_INFO(tb, tb_size, tag, idx, ret) do { \ argument
90 const MnoteHuaweiTable* get_tag_table(MnoteHuaweiTag tag, int* size) in get_tag_table()
106 MnoteHuaweiTag get_tag_owner_tag(MnoteHuaweiTag tag) in get_tag_owner_tag()
125 int is_ifd_tag(MnoteHuaweiTag tag) in is_ifd_tag()
168 mnote_huawei_tag_get_name (MnoteHuaweiTag tag) in mnote_huawei_tag_get_name()
178 mnote_huawei_tag_get_title (MnoteHuaweiTag tag) in mnote_huawei_tag_get_title()
188 mnote_huawei_tag_get_description (MnoteHuaweiTag tag) in mnote_huawei_tag_get_description()
198 mnote_huawei_tag_type (MnoteHuaweiTag tag) in mnote_huawei_tag_type()
/third_party/libexif/libexif/
Dexif-tag.c57 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/node/deps/icu-small/source/i18n/
Dnumber_affixutils.cpp164 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/icu/source/i18n/
Dnumber_affixutils.cpp162 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/
Dnumber_affixutils.cpp164 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/
Dtiff_directory.cc44 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/node/test/fixtures/wpt/wasm/jsapi/exception/
DgetArg.tentative.any.js5 const tag = new WebAssembly.Tag({ parameters: [] }); constant
13 const tag = new WebAssembly.Tag({ parameters: [] }); constant
21 const tag = new WebAssembly.Tag({ parameters: [] }); constant
43 const tag = new WebAssembly.Tag({ parameters: [] }); constant
51 const tag = new WebAssembly.Tag({ parameters: ["i32"] }); constant
/third_party/gn/src/gn/
Dtagged_pointer.h17 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/
Dintrospect.c39 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 …]
/third_party/node/deps/v8/src/sandbox/
Dexternal-pointer-inl.h18 ExternalPointerTag tag) { in DecodeExternalPointer()
30 ExternalPointerTag tag) { in InitExternalPointerField()
35 Address value, ExternalPointerTag tag) { in InitExternalPointerField()
67 ExternalPointerTag tag) { in ReadExternalPointerField()
74 ExternalPointerTag tag) { in WriteExternalPointerField()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset.cc95 _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/
Delfio_dynamic.hpp58 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/sfntly/java/src/com/google/typography/font/sfntly/table/
DHeader.java35 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

12345678910>>...53