HomeSort by relevance Sort by last modified time
    Searched defs:tag (Results 251 - 275 of 3210) sorted by null

<<11121314151617181920>>

  /external/clang/test/CodeGenCXX/
debug-info-enum-class.cpp 13 // CHECK: !DICompositeType(tag: DW_TAG_enumeration_type, name: "A"
21 // CHECK: !DICompositeType(tag: DW_TAG_enumeration_type, name: "B"
29 // CHECK: !DICompositeType(tag: DW_TAG_enumeration_type, name: "C"
40 enum class Tag {
44 auto t = Tag::test;
46 Tag tag() const { return static_cast<Tag>(1); } function in class:A::B::PR14029::Test::Tag
53 // CHECK: !DICompositeType(tag: DW_TAG_enumeration_type, name: "E"
68 // CHECK: !DICompositeType(tag: DW_TAG_enumeration_type, name: "E
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.h 42 u32 tag; member in struct:__sanitizer::StackTrace
49 StackTrace() : trace(nullptr), size(0), tag(0) {}
50 StackTrace(const uptr *trace, u32 size) : trace(trace), size(size), tag(0) {}
51 StackTrace(const uptr *trace, u32 size, u32 tag)
52 : trace(trace), size(size), tag(tag) {}
  /external/conscrypt/platform/src/main/java/org/conscrypt/ct/
Serialization.java 44 int tag = readByte(input) & DER_TAG_MASK; local
45 if (tag != DER_TAG_OCTET_STRING) {
46 throw new SerializationException("Wrong DER tag, expected OCTET STRING, got " + tag);
  /external/e2fsprogs/lib/blkid/
dev.c 44 blkid_tag tag = list_entry(dev->bid_tags.next, local
47 blkid_free_tag(tag);
78 blkid_tag tag = list_entry(p, struct blkid_struct_tag, bit_tags); local
79 if (tag)
80 printf(" tag: %s=\"%s\"\n", tag->bit_name,
81 tag->bit_val);
83 printf(" tag: NULL\n");
  /external/elfutils/backends/
aarch64_retval.c 43 skip_until (Dwarf_Die *child, int tag)
46 while (DWARF_TAG_OR_RETURN (child) != tag)
77 static int hfa_type (Dwarf_Die *ftypedie, int tag,
87 int tag = dwarf_peeled_die_type (membdie, &typedie); local
88 switch (tag)
120 return hfa_type (&typedie, tag, sizep, countp);
127 hfa_type (Dwarf_Die *ftypedie, int tag, Dwarf_Word *sizep, Dwarf_Word *countp)
129 assert (tag == DW_TAG_structure_type || tag == DW_TAG_class_type
130 || tag == DW_TAG_union_type || tag == DW_TAG_array_type)
273 int tag = dwarf_peeled_die_type (functypedie, &typedie); local
    [all...]
ppc_retval.c 93 int tag = dwarf_peeled_die_type (functypedie, typedie); local
94 if (tag <= 0)
95 return tag;
98 switch (tag)
109 tag = DWARF_TAG_OR_RETURN (typedie);
122 if (tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type)
131 if (tag == DW_TAG_base_type)
  /external/elfutils/tests/
show-die-info.c 32 dwarf_tag_string (unsigned int tag)
34 switch (tag)
62 unsigned int tag; local
72 tag = dwarf_tag (die);
73 if (tag != DW_TAG_invalid)
75 str = dwarf_tag_string (tag);
78 snprintf (buf, sizeof buf, "%#x", tag);
83 str = "* NO TAG *";
  /external/freetype/include/freetype/
ftmm.h 135 /* tag :: The axis's tag (the equivalent to `name' for TrueType */
157 FT_ULong tag; member in struct:FT_Var_Axis_
    [all...]
  /external/icu/icu4c/source/test/cintltst/
stdnmtst.c 43 const char *tag; local
46 tag = ucnv_getStandardName(name, standard, &error);
47 if (!tag && expected) {
50 } else if (expected && (name == tag || uprv_strcmp(expected, tag))) {
51 log_err("FAIL: expected %s for %s standard name for %s, got %s\n", expected, standard, name, tag);
119 const char *tag; local
122 tag = ucnv_getCanonicalName(name, standard, &error);
123 if (tag && !expected) {
124 log_err("FAIL: Unexpectedly found %s canonical name for %s, got %s\n", standard, name, tag);
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
FeatureList.java 60 String tag = features[i].getTag(); local
62 System.out.print(" '" + tag + "'");
63 writer.writeTag(tag);
69 // The "+2" skips over the tag and the "+3"
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/
FinallyTest.java 207 "No tag at line " + lineNumber);
209 final String tag = line.substring( local
212 tags.add(tag);
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
Source.java 30 * comments in the following format <code>//$line-<i>tag</i>$.
75 final String tag = m.group(1); local
76 if (tags.put(tag, Integer.valueOf(lines.size())) != null) {
77 throw new IllegalArgumentException("Duplicate tag: " + tag);
103 * Returns the line number with the given tag
105 * @param tag
106 * tag from a <code>//$line-<i>tag</i>$ marker
109 * if there is no such tag
    [all...]
  /external/javassist/src/main/javassist/bytecode/
LineNumberAttribute.java 29 public static final String tag = "LineNumberTable"; field in class:LineNumberAttribute
38 super(cp, tag, i);
  /external/kernel-headers/original/uapi/linux/
seg6.h 31 __u16 tag; member in struct:ipv6_sr_hdr
  /external/libmojo/base/android/java/src/org/chromium/base/
LocaleUtils.java 105 * @return the locale that best represents the language tag.
108 String[] tag = languageTag.split("-"); local
109 if (tag.length == 0) {
112 String language = getUpdatedLanguageForAndroid(tag[0]);
116 if (tag.length == 1) {
119 String country = tag[1];
129 * @return the locale that best represents the language tag.
148 * @return a well-formed IETF BCP 47 language tag with language and country code that
163 * @return a well-formed IETF BCP 47 language tag with language and country code that
178 * Each language tag is well-formed IETF BCP 47 language tag with language and countr
    [all...]
  /external/llvm/include/llvm/ADT/
StringExtras.h 191 typedef typename std::iterator_traits<IteratorT>::iterator_category tag; typedef
192 return join_impl(Begin, End, Separator, tag());
  /external/ltp/pan/
reporter.c 68 * I could get a key (tag), get it's sub-keys (TCIDs), then get the key
76 * (2) search for the first tag that has a "stime" record, and use that as
85 SYM Tag, Keys;
100 * extract tag names from data
110 /* exceeded tag array size -- realloc */
122 /* exceeded tag array size -- realloc */
146 * The way that I am using 'Keys' and 'Tag' makes assumptions about the
161 if ((Tag = sym_get(tags, key_get)) != NULL) {
162 tag_report(NULL, Tag, Keys);
171 * End-Of-Test seen, insert this tag into the global tag data
185 char *tag; \/* tag name to look things up in *\/ local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
BaseDescriptor.java 25 abstract aligned(8) expandable(228-1) class BaseDescriptor : bit(8) tag=0 {
40 int tag; field in class:BaseDescriptor
48 return tag;
53 + 1//1 for the tag
65 public final void parse(int tag, ByteBuffer bb) throws IOException {
66 this.tag = tag;
94 sb.append("{tag=").append(tag);
  /external/oj-libjdwp/src/share/back/
ObjectReferenceImpl.c 47 jbyte tag; local
51 tag = referenceTypeTag(clazz);
53 (void)outStream_writeByte(out, tag);
  /external/ppp/pppd/plugins/rp-pppoe/
common.c 36 * func -- function called for each tag in the packet
41 * Parses a PPPoE discovery packet, calling "func" for each tag in the packet.
76 error("Invalid PPPoE tag length (%u)", tagLen);
174 int i, tag, tlen, text; local
218 tag = (packet->payload[i] << 8) + packet->payload[i+1];
225 switch (tag) {
265 printer(arg, "unknown tag 0x%x", tag);
  /external/proguard/src/proguard/classfile/editor/
ConstantPoolSorter.java 97 int tag = constant.getTag(); local
98 if (tag == ClassConstants.CONSTANT_Long ||
99 tag == ClassConstants.CONSTANT_Double)
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_message.cc 440 "uint tag;\n"
441 "while ((tag = input.ReadTag()) != 0) {\n"
442 " switch(tag) {\n");
453 uint32 tag = internal::WireFormatLite::MakeTag(field->number(), wt); local
469 printer->Print("case $tag$: {\n", "tag", SimpleItoa(tag));
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLog.java 17 public static void e(String tag, String msg) {
18 e(tag, msg, null);
22 public static void e(String tag, String msg, Throwable throwable) {
23 addLog(Log.ERROR, tag, msg, throwable);
27 public static void d(String tag, String msg) {
28 d(tag, msg, null);
32 public static void d(String tag, String msg, Throwable throwable) {
33 addLog(Log.DEBUG, tag, msg, throwable);
37 public static void i(String tag, String msg) {
38 i(tag, msg, null)
122 public final String tag; field in class:ShadowLog.LogItem
    [all...]
ShadowTabSpec.java 18 private String tag; field in class:ShadowTabSpec
27 * Non-Android accessor, sets the tag on the TabSpec
29 public void setTag(String tag) {
30 this.tag = tag;
35 return tag;
98 contentView = factory.createTabContent(this.tag);
  /external/skia/experimental/svg/model/
SkSVGNode.h 44 SkSVGTag tag() const { return fTag; } function in class:SkSVGNode

Completed in 556 milliseconds

<<11121314151617181920>>