HomeSort by relevance Sort by last modified time
    Searched defs:tag (Results 51 - 75 of 1167) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webrtc/talk/media/base/
cryptoparams.h 37 CryptoParams() : tag(0) {}
42 : tag(t), cipher_suite(cs), key_params(kp), session_params(sp) {}
45 return (tag == params.tag && cipher_suite == params.cipher_suite);
48 int tag; member in struct:cricket::CryptoParams
  /frameworks/base/cmds/idmap2/libidmap2/
ResourceUtils.cpp 74 const auto tag = xml->FindTag("overlay"); local
75 if (!tag) {
82 auto iter = tag->find("targetPackage");
83 if (iter == tag->end()) {
91 iter = tag->find("targetName");
92 if (iter != tag->end()) {
96 iter = tag->find("isStatic");
97 if (iter != tag->end()) {
101 iter = tag->find("priority");
102 if (iter != tag->end())
    [all...]
  /bionic/libc/malloc_debug/
malloc_debug.h 48 uint32_t tag; member in struct:Header
  /bionic/tests/
fdsan_test.cpp 133 auto tag = 0xdead00000000ULL | i; local
134 android_fdsan_exchange_owner_tag(fd, 0, tag);
135 fds[fd] = tag;
138 for (auto [fd, tag] : fds) {
139 android_fdsan_close_with_tag(fd, tag);
147 uint64_t tag = android_fdsan_create_owner_tag(ANDROID_FDSAN_OWNER_TYPE_UNIQUE_FD, ~0ULL); local
148 android_fdsan_exchange_owner_tag(fd, 0, tag);
157 uint64_t tag = android_fdsan_create_owner_tag(ANDROID_FDSAN_OWNER_TYPE_UNIQUE_FD, 1); local
158 android_fdsan_exchange_owner_tag(fd, 0, tag);
  /external/ImageMagick/MagickCore/
module.h 42 *tag; member in struct:_ModuleInfo
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Location.java 34 public byte tag; field in class:Location
43 tag = JDWPConstants.Tag.NO_TAG;
52 public Location(byte tag, long classID, long methodID, long index) {
53 this.tag = tag;
64 return "Location: tag="+tag+", classID="+classID+", methodID="+methodID+", index="+index;
  /external/avb/libavb/
avb_descriptor.h 56 * A descriptor always have two fields, a |tag| (denoting its type,
63 uint64_t tag; member in struct:AvbDescriptor
  /external/boringssl/src/crypto/asn1/
a_bool.c 96 int inf, tag, xclass; local
100 inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
106 if (tag != V_ASN1_BOOLEAN) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERApplicationSpecificParser.java 11 private final int tag; field in class:BERApplicationSpecificParser
14 BERApplicationSpecificParser(int tag, ASN1StreamParser parser)
16 this.tag = tag;
40 return new BERApplicationSpecific(tag, parser.readVector());
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
BERApplicationSpecificParser.java 13 private final int tag; field in class:BERApplicationSpecificParser
16 BERApplicationSpecificParser(int tag, ASN1StreamParser parser)
18 this.tag = tag;
42 return new BERApplicationSpecific(tag, parser.readVector());
  /external/clang/test/Sema/
block-args.c 50 struct tag { struct
53 typedef struct tag array_ty[1];
  /external/cldr/tools/java/org/unicode/cldr/icu/
GenerateISO639LanguageTables.java 13 String tag = "LANGUAGES"; local
16 tag = "LANGUAGES_3";
18 System.out.println("static const char * const " + tag + "[] = {");
  /external/dtc/tests/
nopulate.c 35 uint32_t tag; local
42 tag = fdt_next_tag(fdt, offset, &nextoffset);
51 } while (tag != FDT_END);
path_offset.c 34 uint32_t tag; local
46 tag = fdt32_to_cpu(nh->tag);
48 if (tag != FDT_BEGIN_NODE)
49 FAIL("Incorrect tag 0x%08x on property \"%s\"", tag, name);
subnode_offset.c 34 uint32_t tag; local
46 tag = fdt32_to_cpu(nh->tag);
48 if (tag != FDT_BEGIN_NODE)
49 FAIL("Incorrect tag 0x%08x on property \"%s\"", tag, name);
  /external/e2fsprogs/lib/blkid/
cache.c 137 blkid_tag tag = list_entry(cache->bic_tags.next, local
141 while (!list_empty(&tag->bit_names)) {
142 blkid_tag bad = list_entry(tag->bit_names.next,
146 DBG(DEBUG_CACHE, printf("warning: unfreed tag %s=%s\n",
150 blkid_free_tag(tag);
save.c 51 blkid_tag tag = list_entry(p, struct blkid_struct_tag, bit_tags); local
52 fprintf(file, " %s=\"%s\"", tag->bit_name,tag->bit_val);
  /external/elfutils/backends/
alpha_retval.c 71 int tag = dwarf_peeled_die_type (functypedie, typedie); local
72 if (tag <= 0)
73 return tag;
75 switch (tag)
86 tag = DWARF_TAG_OR_RETURN (typedie);
100 if (tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type)
105 if (tag == DW_TAG_base_type)
arm_retval.c 67 int tag = dwarf_peeled_die_type (functypedie, typedie); local
68 if (tag <= 0)
69 return tag;
72 switch (tag)
83 tag = DWARF_TAG_OR_RETURN (typedie);
96 if (tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type)
i386_retval.c 71 int tag = dwarf_peeled_die_type (functypedie, typedie); local
72 if (tag <= 0)
73 return tag;
75 switch (tag)
86 tag = DWARF_TAG_OR_RETURN (typedie);
100 if (tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type)
105 if (tag == DW_TAG_base_type)
sh_retval.c 69 int tag = dwarf_peeled_die_type (functypedie, typedie); local
70 if (tag <= 0)
71 return tag;
74 switch (tag)
85 tag = DWARF_TAG_OR_RETURN (typedie);
98 if (tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type)
107 if (tag == DW_TAG_base_type)
tilegx_retval.c 64 int tag = dwarf_peeled_die_type (functypedie, typedie); local
65 if (tag <= 0)
66 return tag;
69 switch (tag)
80 tag = DWARF_TAG_OR_RETURN (typedie);
93 if (tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type)
98 if (tag == DW_TAG_base_type)
128 if (tag == DW_TAG_array_type)
134 tag = DWARF_TAG_OR_RETURN (typedie)
    [all...]
  /external/elfutils/libdw/
dwarf_getfuncs.c 68 int tag = INTUSE(dwarf_tag) (die); local
70 && tag != DW_TAG_subprogram
71 && tag != DW_TAG_lexical_block
72 && tag != DW_TAG_inlined_subroutine)
87 if (tag != DW_TAG_subprogram
  /external/elfutils/tests/
get-units-invalid.c 55 int tag = dwarf_tag (&subdie); local
58 if (tag != DW_TAG_invalid)
111 printf ("subdie tag: %x\n", dwarf_tag (&subdie));
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_Class_info.java 33 public static final byte TAG = 7;
44 public final byte tag () method in class:CONSTANT_Class_info
46 return TAG;

Completed in 765 milliseconds

1 23 4 5 6 7 8 91011>>