Searched refs:tag (Results 251 - 275 of 965) sorted by relevance

<<11121314151617181920>>

/external/protobuf/src/google/protobuf/
H A Dwire_format.cc69 io::CodedInputStream* input, uint32 tag) {
70 return WireFormat::SkipField(input, tag, unknown_fields_);
82 bool WireFormat::SkipField(io::CodedInputStream* input, uint32 tag, argument
84 int number = WireFormatLite::GetTagFieldNumber(tag);
86 switch (WireFormatLite::GetTagWireType(tag)) {
119 // Check that the ending tag matched the starting tag.
121 WireFormatLite::GetTagFieldNumber(tag),
145 uint32 tag = input->ReadTag(); local
146 if (tag
68 SkipField( io::CodedInputStream* input, uint32 tag) argument
374 uint32 tag = input->ReadTag(); local
420 ParseAndMergeField( uint32 tag, const FieldDescriptor* field, Message* message, io::CodedInputStream* input) argument
652 uint32 tag = input->ReadTag(); local
[all...]
/external/bison/src/
H A Dclosure.c68 fprintf (stderr, " %s", symbols[*rp]->tag);
84 fprintf (stderr, "\t%s firsts\n", symbols[i]->tag);
88 symbols[j + ntokens]->tag);
105 fprintf (stderr, "\t%s derives\n", symbols[i]->tag);
/external/chromium/chrome/browser/sync/glue/
H A Dextension_sync.h37 // given tag has child nodes. Returns true iff the lookup succeeded.
41 bool RootNodeHasChildren(const char* tag,
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_menu_cocoa_controller.h36 // The menu item's tag is the bookmark ID.
48 - (void)openAll:(NSInteger)tag
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/
H A Dwrench_menu_controller.h63 // |-dispatchWrenchMenuCommand:| calls this after it has determined the tag of
69 - (void)dispatchCommandInternal:(NSInteger)tag;
/external/clang/test/CodeGen/
H A Dbool-bitfield.c6 unsigned short tag; member in struct:SysParams
/external/clang/test/Sema/
H A Dwarn-type-safety.c60 // Using a tag with kind A in a place where the function requires kind B should
63 void A_func(void *ptr, void *tag) __attribute__(( pointer_with_type_tag(a,1,2) ));
68 void C_func(void *ptr, int tag) __attribute__(( pointer_with_type_tag(c,1,2) ));
76 A_func(ptr, &B_tag); // expected-warning {{this type tag was not designed to be used with this function}}
78 C_func(ptr, D_tag); // expected-warning {{this type tag was not designed to be used with this function}}
85 void E_func(void *ptr, int tag) __attribute__(( pointer_with_type_tag(e,1,2) ));
102 E_func(e_char_signed_buf, E_tag); // expected-warning {{argument type 'E_char_signed *' (aka 'signed char *') doesn't match specified 'e' type tag that requires 'E_char *' (aka 'char *')}}
106 E_func(e_char_unsigned_buf, E_tag); // expected-warning {{argument type 'E_char_unsigned *' (aka 'unsigned char *') doesn't match specified 'e' type tag that requires 'E_char *' (aka 'char *')}}
127 fcntl(0, F_SETLK, 10); // expected-warning {{argument type 'int' doesn't match specified 'fcntl' type tag that requires 'struct flock *'}}
128 fcntl(0, F_DUPFD, f); // expected-warning {{argument type 'struct flock *' doesn't match specified 'fcntl' type tag tha
[all...]
/external/doclava/src/com/google/doclava/
H A DConverter.java113 private static TagInfo convertTag(Tag tag) { argument
114 return new TextTagInfo(tag.name(), tag.kind(), tag.text(),
115 Converter.convertSourcePosition(tag.position()));
118 private static ThrowsTagInfo convertThrowsTag(ThrowsTag tag, ContainerInfo base) { argument
119 return new ThrowsTagInfo(tag.name(), tag.text(), tag.kind(), Converter.obtainClass(tag
124 convertParamTag(ParamTag tag, ContainerInfo base) argument
130 convertSeeTag(SeeTag tag, ContainerInfo base) argument
[all...]
/external/e2fsprogs/lib/blkid/
H A Dcache.c134 blkid_tag tag = list_entry(cache->bic_tags.next, local
138 while (!list_empty(&tag->bit_names)) {
139 blkid_tag bad = list_entry(tag->bit_names.next,
143 DBG(DEBUG_CACHE, printf("warning: unfreed tag %s=%s\n",
147 blkid_free_tag(tag);
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_Class_info.java44 public final byte tag () method in class:CONSTANT_Class_info
H A DCONSTANT_Double_info.java41 public final byte tag () method in class:CONSTANT_Double_info
H A DCONSTANT_Float_info.java41 public final byte tag () method in class:CONSTANT_Float_info
H A DCONSTANT_Integer_info.java42 public final byte tag () method in class:CONSTANT_Integer_info
H A DCONSTANT_Long_info.java43 public final byte tag () method in class:CONSTANT_Long_info
H A DCONSTANT_Utf8_info.java46 public final byte tag () method in class:CONSTANT_Utf8_info
/external/libselinux/src/
H A Dcontext.c176 #define def_get(name,tag) \
180 return n->component[tag]; \
188 #define def_set(name,tag) \
191 return set_comp(context->ptr,tag,str);\
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DUnknownDescriptor.java36 sb.append("{tag=").append(tag);
/external/srec/srec/Grammar/include/
H A DSR_Grammar.h125 * @param tag eScript semantic expression (tag) for the word
131 const LCHAR* pronunciation, int weight, const LCHAR* tag);
148 * @param tag eScript semantic expression (tag) for the nametag
154 const SR_Nametag* nametag, int weight, const LCHAR* tag);
331 * @param tag eScript semantic expression for the word. In other words, eScript will execute
332 * "MEANING=<tag>"
339 int weight, const LCHAR* tag);
355 * @param tag eScrip
[all...]
/external/srec/srec/Grammar/src/
H A DSR_Grammar.c39 const LCHAR* pronunciation, int weight, const LCHAR* tag)
47 return self->addWordToSlot(self, slot, word, pronunciation, weight, tag);
62 const SR_Nametag* nametag, int weight, const LCHAR* tag)
69 return self->addNametagToSlot(self, slot, nametag, weight, tag);
38 SR_GrammarAddWordToSlot(SR_Grammar* self, const LCHAR* slot, const LCHAR* word, const LCHAR* pronunciation, int weight, const LCHAR* tag) argument
61 SR_GrammarAddNametagToSlot(SR_Grammar* self, const LCHAR* slot, const SR_Nametag* nametag, int weight, const LCHAR* tag) argument
/external/webkit/Source/JavaScriptCore/jit/
H A DJITInlineMethods.h369 inline void JIT::emitLoadTag(unsigned index, RegisterID tag) argument
373 move(mappedTag, tag);
374 unmap(tag);
379 move(Imm32(getConstantOperand(index).tag()), tag);
380 unmap(tag);
384 load32(tagFor(index), tag); local
385 unmap(tag);
407 inline void JIT::emitLoad(const JSValue& v, RegisterID tag, RegisterID payload) argument
410 move(Imm32(v.tag()), ta local
413 emitLoad(unsigned index, RegisterID tag, RegisterID payload, RegisterID base) argument
425 load32(tagFor(index, base), tag); local
431 load32(tagFor(index, base), tag); local
464 emitStore(unsigned index, RegisterID tag, RegisterID payload, RegisterID base) argument
526 map(unsigned bytecodeOffset, unsigned virtualRegisterIndex, RegisterID tag, RegisterID payload) argument
574 getMappedTag(unsigned virtualRegisterIndex, RegisterID& tag) argument
596 emitJumpSlowCaseIfNotJSCell(unsigned virtualRegisterIndex, RegisterID tag) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dhttpread.h114 * to line within header content matching the given tag
115 * (after the tag itself and any spaces/tabs).
117 * The tag should end with a colon for reliable matching.
121 char * httpread_hdr_line_get(struct httpread *h, const char *tag);
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.h108 * to line within header content matching the given tag
109 * (after the tag itself and any spaces/tabs).
111 * The tag should end with a colon for reliable matching.
115 char * httpread_hdr_line_get(struct httpread *h, const char *tag);
/external/wpa_supplicant_8/src/wps/
H A Dhttpread.h108 * to line within header content matching the given tag
109 * (after the tag itself and any spaces/tabs).
111 * The tag should end with a colon for reliable matching.
115 char * httpread_hdr_line_get(struct httpread *h, const char *tag);
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.h108 * to line within header content matching the given tag
109 * (after the tag itself and any spaces/tabs).
111 * The tag should end with a colon for reliable matching.
115 char * httpread_hdr_line_get(struct httpread *h, const char *tag);
/external/chromium/chrome/browser/
H A Dkeychain_mock_mac.cc35 keychain_attr_list_[i].attr[j].tag = tags[j];
80 const SecKeychainAttributeList& attribute_list, UInt32 tag) {
83 if (attribute_list.attr[i].tag == tag) {
89 NOTREACHED() << "Unsupported attribute: " << tag;
95 void MockKeychain::SetTestDataBytes(int item, UInt32 tag, const void* data, argument
98 tag);
112 void MockKeychain::SetTestDataString(int item, UInt32 tag, const char* value) { argument
113 SetTestDataBytes(item, tag, value, value ? strlen(value) : 0);
212 if (attrList->attr[change_attr].tag
79 AttributeWithTag( const SecKeychainAttributeList& attribute_list, UInt32 tag) argument
[all...]

Completed in 412 milliseconds

<<11121314151617181920>>