Searched refs:tag (Results 276 - 300 of 1855) sorted by relevance

<<11121314151617181920>>

/external/javassist/src/main/javassist/bytecode/
H A DConstantAttribute.java29 public static final String tag = "ConstantValue"; field in class:ConstantAttribute
45 super(cp, tag);
H A DSourceFileAttribute.java29 public static final String tag = "SourceFile"; field in class:SourceFileAttribute
44 super(cp, tag);
/external/libexif/libexif/
H A Dexif-entry.h30 /*! Data found in one EXIF tag.
42 /*! Data found in one EXIF tag */
44 /*! EXIF tag for this entry */
45 ExifTag tag; member in struct:_ExifEntry
117 * for the given tag. If the entry is already initialized, this function
123 * \param[in] tag tag number to initialize as
125 void exif_entry_initialize (ExifEntry *e, ExifTag tag);
128 * If the data for this EXIF tag is in of the wrong type or is in an invalid
131 * EXIF_FORMAT_SHORT. If the tag i
[all...]
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DLessZeroFrame.java46 * Creates a LessZeroFrame with the given tag.
48 public LessZeroFrame(int tag) argument
50 choppedVariablesCount = LESS_ZERO_FRAME + 3 - tag;
/external/skia/include/views/
H A DSkEventSink.h98 SkTagList* findTagList(U8CPU tag) const;
100 void removeTagList(U8CPU tag);
/external/stressapptest/src/
H A Dqueue.h44 int32 tag; // These are tags for use in NUMA affinity or other uses. member in struct:page_entry
54 pe->tag = kInvalidTag;
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_vcxproj.sh84 die "Missing attribute value in '$opt' while generating $tag tag"
90 local tag=$1
93 echo "${indent}<${tag}"
98 echo "${indent}<${tag}>"
104 local tag=$1
106 echo "${indent}</${tag}>"
109 tag() { function
110 local tag=$1
113 echo "${indent}<${tag}"
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp365 /*static*/ bool TiXmlBase::StreamWhiteSpace( std::istream * in, TIXML_STRING * tag )
376 *tag += (char) in->get();
380 /*static*/ bool TiXmlBase::StreamTo( std::istream * in, int character, TIXML_STRING * tag )
392 *tag += (char) c;
535 const char* tag,
540 assert( tag );
551 while ( *q && *tag && ToLower( *q, encoding ) == ToLower( *tag, encoding ) )
554 ++tag;
557 if ( *tag
534 StringEqual( const char* p, const char* tag, bool ignoreCase, TiXmlEncoding encoding ) argument
903 StreamIn(std::istream * in, TIXML_STRING * tag) argument
[all...]
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp365 /*static*/ bool TiXmlBase::StreamWhiteSpace( std::istream * in, TIXML_STRING * tag )
376 *tag += (char) in->get();
380 /*static*/ bool TiXmlBase::StreamTo( std::istream * in, int character, TIXML_STRING * tag )
392 *tag += (char) c;
535 const char* tag,
540 assert( tag );
551 while ( *q && *tag && ToLower( *q, encoding ) == ToLower( *tag, encoding ) )
554 ++tag;
557 if ( *tag
534 StringEqual( const char* p, const char* tag, bool ignoreCase, TiXmlEncoding encoding ) argument
903 StreamIn(std::istream * in, TIXML_STRING * tag) argument
[all...]
/external/bison/lib/
H A Dspawn_int.h27 } tag; member in struct:__spawn_action
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dinfobar_utilities.h31 int tag, bool enabled, bool checked);
/external/chromium_org/chrome/renderer/spellchecker/
H A Dcocoa_spelling_engine_mac.h17 int tag) OVERRIDE;
H A Dspelling_engine.h27 virtual bool CheckSpelling(const base::string16& word_to_check, int tag) = 0;
/external/chromium_org/net/quic/crypto/
H A Dkey_exchange.h41 // tag returns the tag value that identifies this key exchange function.
42 virtual QuicTag tag() const = 0;
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dasn1_lib.c102 int tag,xclass,inf; local
110 { /* high-tag */
123 tag=(int)l;
128 tag=i;
132 *ptag=tag;
200 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, argument
208 if (tag < 31)
209 *(p++)=i|(tag&V_ASN1_PRIMITIVE_TAG);
213 for(i = 0, ttag = tag; ttag > 0; i++) ttag >>=7;
217 p[i] = tag
262 ASN1_object_size(int constructed, int length, int tag) argument
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dstats.h33 double TableSizePercent(Font* font, int32_t tag);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dtable_subsetter.h30 virtual bool TagHandled(int32_t tag) = 0;
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dins.h17 byte tag; member in struct:Ins::__anon16381
/external/chromium_org/tools/perf/benchmarks/
H A Drepaint.py26 tag = 'gpu_rasterization' variable in class:RepaintGpuRasterizationKeyMobileSites
/external/clang/test/SemaCXX/
H A Dliteral-operators.cpp5 struct tag { struct
/external/elfutils/0.153/backends/
H A Dalpha_symbol.c40 alpha_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)), argument
43 switch (tag)
54 alpha_dynamic_tag_check (int64_t tag) argument
56 return tag == DT_ALPHA_PLTRO;
94 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
H A Dsparc_symbol.c81 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
124 sparc_dynamic_tag_name (int64_t tag, argument
128 switch (tag)
137 sparc_dynamic_tag_check (int64_t tag) argument
139 switch (tag)
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_Fieldref_info.java41 public final byte tag () method in class:CONSTANT_Fieldref_info
H A DCONSTANT_InterfaceMethodref_info.java40 public final byte tag () method in class:CONSTANT_InterfaceMethodref_info
H A DCONSTANT_Methodref_info.java41 public final byte tag () method in class:CONSTANT_Methodref_info

Completed in 9210 milliseconds

<<11121314151617181920>>