Searched refs:tag (Results 376 - 400 of 965) sorted by relevance

<<11121314151617181920>>

/external/valgrind/main/callgrind/
H A Dmain.c242 EventTag tag; member in struct:__anon13499
276 switch (ev->tag) {
285 switch (ev->tag) {
327 switch (ev->tag) {
390 switch(ev->tag) {
453 switch (ev->tag) {
456 if (ev2 && ev2->tag == Ev_Dr) {
476 if (ev2 && (ev2->tag == Ev_Dw || ev2->tag == Ev_Dm)) {
488 if (ev2 && ev3 && ev2->tag
[all...]
/external/bison/src/
H A Dsymtab.h55 uniqstr tag; member in struct:symbol
/external/chromium/base/synchronization/
H A Dwaitable_event_posix.cc115 // there's no problem and the ABA tag is the same as the object pointer.
117 bool Compare(void* tag) { argument
118 return this == tag;
282 // because it lives on the stack. Thus the tag value is just the pointer
387 bool WaitableEvent::WaitableEventKernel::Dequeue(Waiter* waiter, void* tag) { argument
390 if (*i == waiter && (*i)->Compare(tag)) {
/external/chromium/chrome/browser/sync/glue/
H A Dsession_model_associator_unittest.cc60 std::string tag = "tag"; local
62 ForeignSession* session = tracker.GetForeignSession(tag);
66 tag, window_s, 0, win, &tracker);
71 ASSERT_EQ(1U, tracker.num_foreign_tabs(std::string("tag")));
78 ASSERT_TRUE(tracker.GetSessionTab(tag, 0, true));
108 const std::string tag1 = "tag";
/external/chromium/chrome/browser/tab_contents/
H A Dthumbnail_generator.h128 int tag,
/external/dropbear/libtomcrypt/src/encauth/ccm/
H A Dccm_memory.c21 CCM encrypt/decrypt and produce an authentication tag
33 @param tag [out] The destination tag
34 @param taglen [in/out] The max size and resulting size of the authentication tag
45 unsigned char *tag, unsigned long *taglen,
62 LTC_ARGCHK(tag != NULL);
99 tag, taglen,
330 tag[x] = PAD[x] ^ CTRPAD[x];
38 ccm_memory(int cipher, const unsigned char *key, unsigned long keylen, symmetric_key *uskey, const unsigned char *nonce, unsigned long noncelen, const unsigned char *header, unsigned long headerlen, unsigned char *pt, unsigned long ptlen, unsigned char *ct, unsigned char *tag, unsigned long *taglen, int direction) argument
/external/elfutils/libdw/
H A Ddwarf_tag.c1 /* Return tag of given DIE.
115 return die->abbrev->tag;
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_NameAndType_info.java51 public final byte tag () method in class:CONSTANT_NameAndType_info
/external/freetype/include/freetype/
H A Dftmm.h133 /* tag :: The axis's tag (the GX equivalent to `name'). */
148 FT_ULong tag; member in struct:FT_Var_Axis_
/external/freetype/include/freetype/internal/
H A Dftrfork.h196 /* Get the data offsets for a tag in a resource fork. Offsets are */
198 /* fork have the same tag. */
213 /* tag :: */
214 /* The resource tag. */
218 /* The stream offsets for the resource data specified by `tag'. */
237 FT_Long tag,
/external/harfbuzz/src/
H A Dharfbuzz-stream-private.h55 #define GOTO_Table(tag) (0)
/external/icu4c/common/
H A Drbbinode.h33 tag, enumerator in enum:RBBINode::NodeType
/external/icu4c/layout/
H A DScriptAndLanguage.cpp57 if (SWAPT(scriptRecordArray[s].tag) == scriptTag) {
/external/javassist/src/main/javassist/
H A DCtNewNestedClass.java43 InnerClassesAttribute.tag);
/external/jhead/
H A Djhead.h97 int FocalLength35mmEquiv; // Exif 2.2 tag - usually not present.
150 unsigned short Tag; // tag value, i.e. TAG_MODEL
154 int GpsTag; // bool - the tag is related to GPS info
186 int IsDateTimeTag(unsigned short tag);
214 int IsGpsTag(const char* tag);
215 int GpsTagToFormatType(unsigned short tag);
217 TagTable_t* GpsTagToTagTableEntry(unsigned short tag);
280 #define M_XMP 0x10E1 // Not a real tag (same value in file as Exif!)
/external/kernel-headers/original/asm-x86/
H A Dsigcontext.h41 unsigned long tag; member in struct:_fpstate
/external/libsepol/include/sepol/policydb/
H A Dsidtab.h62 extern void sepol_sidtab_hash_eval(sidtab_t * h, char *tag);
/external/markdown/markdown/
H A Dtreeprocessors.py245 Iterate over ElementTree, find elements with inline tag, apply inline
306 if markdown.isBlockLevel(elem.tag) and elem.tag not in ['code', 'pre']:
308 and len(elem) and markdown.isBlockLevel(elem[0].tag):
311 if markdown.isBlockLevel(e.tag):
/external/qemu/elff/
H A Ddwarf_die.h52 /* Gets DWARF tag (DW_TAG_Xxx) for the DIE represented with this instance. */
115 * tag - Upon successful return contains DIE's tag. This parameter can be
116 * NULL, if the caller is not interested in the tag value for this DIE.
121 const Elf_Byte* advance(const Dwarf_Abbr_AT** at_abbr, Dwarf_Tag* tag) const;
/external/skia/src/views/
H A DSkEventSink.cpp93 SkTagList* SkEventSink::findTagList(U8CPU tag) const {
94 return fTagHead ? SkTagList::Find(fTagHead, tag) : NULL;
105 void SkEventSink::removeTagList(U8CPU tag) { argument
107 SkTagList::DeleteTag(&fTagHead, tag);
/external/srec/srec/Semproc/include/
H A DSR_SemanticGraphImpl.h138 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_AddWordToSlot(SR_SemanticGraph* self, const LCHAR* slot, const LCHAR* word, const LCHAR* tag, const ESR_BOOL maybeMultiMeaning);
/external/v8/benchmarks/
H A Dsplay.js49 function GeneratePayloadTree(depth, tag) {
53 string : 'String for key ' + tag + ' in leaf node'
57 left: GeneratePayloadTree(depth - 1, tag),
58 right: GeneratePayloadTree(depth - 1, tag)
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-splay.js44 function GeneratePayloadTree(depth, tag) {
48 string : 'String for key ' + tag + ' in leaf node'
52 left: GeneratePayloadTree(depth - 1, tag),
53 right: GeneratePayloadTree(depth - 1, tag)
/external/webkit/Source/WebCore/dom/
H A Dmake_names.pl163 my ($tag, $property, $value) = @_;
165 $tag =~ s/-/_/g;
168 $parsedTags{$tag} = { defaultTagPropertyHash($tag) } if !defined($parsedTags{$tag});
171 die "Unknown property $property for tag $tag\n" if !defined($parsedTags{$tag}{$property});
175 $parsedTags{$tag}{JSInterfaceName} = $value if $property eq "interfaceName" && $parsedTags{$tag}{JSInterfaceNam
[all...]
/external/webkit/Tools/gdb/
H A Dwebkit.py271 tag = type.tag
272 if tag:
274 if function.search(tag):

Completed in 576 milliseconds

<<11121314151617181920>>