Searched refs:tag (Results 76 - 100 of 965) sorted by relevance

1234567891011>>

/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DIElement.java28 public static IElement create (final Tag tag) argument
30 return new ElementImpl (tag, AttributeSet.create ());
33 public static IElement create (final Tag tag, final AttributeSet attrs) argument
35 return new ElementImpl (tag, attrs);
110 ElementImpl (final Tag tag, final AttributeSet attrs) argument
112 super (tag, attrs);
/external/javassist/src/main/javassist/bytecode/
H A DStackMap.java47 public static final String tag = "StackMap"; field in class:StackMap
54 super(cp, tag, newInfo);
71 * <code>Top_variable_info.tag</code>.
76 * <code>Integer_variable_info.tag</code>.
81 * <code>Float_variable_info.tag</code>.
86 * <code>Double_variable_info.tag</code>.
91 * <code>Long_variable_info.tag</code>.
96 * <code>Null_variable_info.tag</code>.
101 * <code>UninitializedThis_variable_info.tag</code>.
106 * <code>Object_variable_info.tag</cod
208 typeInfo(int pos, byte tag) argument
252 typeInfo(int pos, byte tag) argument
287 insertLocal(int index, int tag, int classInfo) argument
323 typeInfo(int pos, byte tag) argument
530 writeVerifyTypeInfo(int tag, int data) argument
[all...]
H A DConstPool.java61 public static final int CONST_Class = ClassInfo.tag;
66 public static final int CONST_Fieldref = FieldrefInfo.tag;
71 public static final int CONST_Methodref = MethodrefInfo.tag;
77 = InterfaceMethodrefInfo.tag;
82 public static final int CONST_String = StringInfo.tag;
87 public static final int CONST_Integer = IntegerInfo.tag;
92 public static final int CONST_Float = FloatInfo.tag;
97 public static final int CONST_Long = LongInfo.tag;
102 public static final int CONST_Double = DoubleInfo.tag;
107 public static final int CONST_NameAndType = NameAndTypeInfo.tag;
1169 static final int tag = 7; field in class:ClassInfo
1242 static final int tag = 12; field in class:NameAndTypeInfo
1337 static final int tag = 9; field in class:FieldrefInfo
1357 static final int tag = 10; field in class:MethodrefInfo
1377 static final int tag = 11; field in class:InterfaceMethodrefInfo
1397 static final int tag = 8; field in class:StringInfo
1426 static final int tag = 3; field in class:IntegerInfo
1455 static final int tag = 4; field in class:FloatInfo
1484 static final int tag = 5; field in class:LongInfo
1513 static final int tag = 6; field in class:DoubleInfo
1542 static final int tag = 1; field in class:Utf8Info
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBERTaggedObjectParser.java33 int tag,
46 return _parser.readImplicit(_constructed, tag);
32 getObjectParser( int tag, boolean isExplicit) argument
/external/kernel-headers/original/asm-arm/arch/
H A Dboard.h158 u16 tag; member in struct:omap_board_config_entry
164 u16 tag; member in struct:omap_board_config_kernel
178 extern const void *__omap_get_config(u16 tag, size_t len, int nr);
180 #define omap_get_config(tag, type) \
181 ((const type *) __omap_get_config((tag), sizeof(type), 0))
182 #define omap_get_nr_config(tag, type, nr) \
183 ((const type *) __omap_get_config((tag), sizeof(type), (nr)))
185 extern const void *omap_get_var_config(u16 tag, size_t *len);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPETag.java47 * entity tag field
57 public SIPETag( String tag ) throws ParseException {
59 this.setETag( tag );
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DSameZeroFrame.java44 * Creates a SameZeroFrame with the given tag.
46 public SameZeroFrame(int tag) argument
48 u2offsetDelta = tag - SAME_ZERO_FRAME;
/external/webkit/LayoutTests/fast/dom/HTMLTableSectionElement/script-tests/
H A Drows.js3 function checkRowNesting(tag)
6 var container = document.createElement(tag);
/external/elfutils/tests/
H A Drun-show-abbrev.sh32 abbrev[0]: code = 1, tag = 17, children = 1
40 abbrev[19]: code = 2, tag = 46, children = 1
51 abbrev[44]: code = 3, tag = 46, children = 1
59 abbrev[63]: code = 4, tag = 24, children = 0
60 abbrev[68]: code = 5, tag = 46, children = 1
67 abbrev[85]: code = 6, tag = 36, children = 0
71 abbrev[96]: code = 7, tag = 52, children = 0
78 abbrev[0]: code = 1, tag = 17, children = 1
86 abbrev[19]: code = 2, tag = 46, children = 0
96 abbrev[42]: code = 3, tag
[all...]
/external/openssl/crypto/asn1/
H A Da_bytes.c73 int inf,tag,xclass; local
77 inf=ASN1_get_object(&p,&len,&tag,&xclass,length);
80 if (tag >= 32)
85 if (!(ASN1_tag2bit(tag) & type))
92 if (tag == V_ASN1_BIT_STRING)
120 ret->type=tag;
131 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass) argument
138 if (tag == V_ASN1_BIT_STRING)
142 r=ASN1_object_size(0,ret,tag);
146 if ((tag
164 int inf,tag,xclass; local
[all...]
/external/doclava/src/com/google/doclava/
H A DSeeTagInfo.java74 for (SeeTagInfo tag : tags) {
75 if (tag.mBase.checkLevel() && tag.checkLevel()) {
76 tag.makeHDF(data, base + "." + j);
/external/elfutils/backends/
H A Dalpha_symbol.c39 alpha_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)), argument
42 switch (tag)
53 alpha_dynamic_tag_check (int64_t tag) argument
55 return tag == DT_ALPHA_PLTRO;
93 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
H A Dia64_retval.c108 int tag = dwarf_tag (typedie); local
109 switch (tag)
181 if (tag == DW_TAG_union_type)
197 if (tag == DW_TAG_union_type)
247 int tag = dwarf_tag (typedie); local
250 while (tag == DW_TAG_typedef
251 || tag == DW_TAG_const_type || tag == DW_TAG_volatile_type
252 || tag == DW_TAG_restrict_type || tag
[all...]
H A Dia64_symbol.c62 ia64_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)), argument
65 switch (tag)
75 /* Check dynamic tag. */
77 ia64_dynamic_tag_check (int64_t tag) argument
79 return tag == DT_IA_64_PLT_RESERVE;
/external/javassist/src/main/javassist/bytecode/annotation/
H A DMemberValue.java35 char tag; field in class:MemberValue
37 MemberValue(char tag, ConstPool cp) { argument
39 this.tag = tag;
/external/nist-sip/java/javax/sip/header/
H A DFromHeader.java9 void setTag(String tag) throws ParseException; argument
H A DToHeader.java9 void setTag(String tag) throws ParseException; argument
/external/qemu/elff/
H A Ddwarf_utils.h40 /* Gets DWARF tag name string (DW_TAG_Xxx) for a given tag.
42 * tag - DWARF tag to get name string for.
45 * tag value passed to this routine has not been recognized.
47 const char* dwarf_tag_name(Dwarf_Tag tag);
/external/skia/include/ports/
H A DSkHarfBuzzFont.h36 static HB_Error GetFontTableFunc(void* skharfbuzzfont, const HB_Tag tag,
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dupnp_xml.h17 void xml_add_tagged_data(struct wpabuf *buf, const char *tag,
/external/wpa_supplicant_8/src/wps/
H A Dupnp_xml.h17 void xml_add_tagged_data(struct wpabuf *buf, const char *tag,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dupnp_xml.h17 void xml_add_tagged_data(struct wpabuf *buf, const char *tag,
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DObjectDescriptorFactory.java31 /* class tag values of 14496-1
151 for (int tag : tags) {
152 tagMap.put(tag, clazz);
159 int tag = IsoTypeReader.readUInt8(bb);
165 Class<? extends BaseDescriptor> aClass = tagMap.get(tag);
167 // if (tag == 0x00) {
168 // log.warning("Found illegal tag 0x00! objectTypeIndication " + Integer.toHexString(objectTypeIndication) +
169 // " and tag " + Integer.toHexString(tag) + " using: " + aClass);
176 " and tag "
[all...]
/external/clang/include/clang/Analysis/
H A DProgramPoint.h80 const ProgramPointTag *tag = 0)
84 Tag(tag, (((unsigned) k) >> 4) & 0x3) {
94 const ProgramPointTag *tag = 0)
98 Tag(tag, (((unsigned) k) >> 4) & 0x3) {}
107 /// except for using the specified tag value.
108 ProgramPoint withTag(const ProgramPointTag *tag) const {
110 getLocationContext(), tag);
169 const ProgramPointTag *tag);
175 const ProgramPointTag *tag = 0)
176 : ProgramPoint(B, BlockEntranceKind, L, tag) {
214 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, const ProgramPointTag *tag) argument
234 PreStmt(const Stmt *S, const LocationContext *L, const ProgramPointTag *tag, const Stmt *SubStmt = 0) argument
280 LocationCheck(const Stmt *S, const LocationContext *L, ProgramPoint::Kind K, const ProgramPointTag *tag) argument
[all...]
/external/icu4c/test/cintltst/
H A Dstdnmtst.c42 const char *tag; local
45 tag = ucnv_getStandardName(name, standard, &error);
46 if (!tag && expected) {
49 } else if (expected && (name == tag || uprv_strcmp(expected, tag))) {
50 log_err("FAIL: expected %s for %s standard name for %s, got %s\n", expected, standard, name, tag);
118 const char *tag; local
121 tag = ucnv_getCanonicalName(name, standard, &error);
122 if (tag && !expected) {
123 log_err("FAIL: Unexpectedly found %s canonical name for %s, got %s\n", standard, name, tag);
[all...]

Completed in 598 milliseconds

1234567891011>>