Searched refs:tag (Results 401 - 425 of 965) sorted by relevance

<<11121314151617181920>>

/external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
H A Dupdate_html_tags_from_sources.sh35 ruby -e '$stdin.readlines.join("").scan(/\"([\w-]+)"/) { |tag| puts tag }' > ${tmp_prefix}.html-values
36 grep -r "protocolIs" $src_dir/Source/WebCore/* | ruby -e '$stdin.readlines.join("").scan(/\"([\w-]+)"/) { |tag| puts "#{tag}:" }' > ${tmp_prefix}.protocols
85 ruby -e '$stdin.readlines.join("").scan(/\"(.*?)\"/) { |tag| puts tag }' > ${tmp_prefix}.css-values
90 ruby -e '$stdin.readlines.join("").scan(/\"([-a-z]+)\"/) { |tag| puts tag }' > ${tmp_prefix}.html-values
103 grep g_ascii_strcasecmp $src_dir/gtkhtml/htmlengine.c | ruby -e '$stdin.readlines.join("").scan(/\"([\/\w-]+)"/) { |tag| puts tag }' >
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dasn1.h55 unsigned int tag, length; member in struct:asn1_hdr
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dasn1.h49 unsigned int tag, length; member in struct:asn1_hdr
/external/wpa_supplicant_8/src/tls/
H A Dasn1.h49 unsigned int tag, length; member in struct:asn1_hdr
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dasn1.h49 unsigned int tag, length; member in struct:asn1_hdr
/external/chromium/chrome/browser/sync/glue/
H A Dtyped_url_change_processor.cc94 std::string tag = url->url().spec(); local
108 if (update_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) {
113 typed_url_root, tag)) {
119 create_node.SetTitle(UTF8ToWide(tag));
122 model_associator_->Associate(&tag, create_node.GetId());
172 std::string tag = details->row.url().spec(); local
174 if (!update_node.InitByClientTagLookup(syncable::TYPED_URLS, tag)) {
/external/emma/core/java12/com/vladium/emma/report/xml/
H A DReportGenerator.java377 final String tag = metadata.getTypeName ();
381 // emit opening tag with name attribute:
383 openElementTag (tag);
412 // emit closing tag:
414 endElement (tag);
455 private void openElementTag (final String tag) argument
459 m_out.write (tag);
471 private void endElement (final String tag) argument
475 m_out.write (tag);
/external/linux-tools-perf/util/
H A Dprobe-finder.c338 int tag; local
344 tag = dwarf_tag(vr_die);
345 } while (tag == DW_TAG_const_type ||
346 tag == DW_TAG_restrict_type ||
347 tag == DW_TAG_volatile_type ||
348 tag == DW_TAG_shared_type);
695 int tag; local
697 tag = dwarf_tag(die_mem);
698 if ((tag == DW_TAG_formal_parameter ||
699 tag
742 int tag, ret, ret2; local
1004 int ret, tag; local
1673 int tag, ret; local
[all...]
/external/wpa_supplicant_6/wpa_supplicant/tests/
H A Dtest_aes.c71 u8 data[sizeof(msg)], tag[BLOCK_SIZE]; local
75 data, sizeof(data), tag)) {
84 if (memcmp(tag, cipher + sizeof(data), BLOCK_SIZE) != 0) {
85 printf("AES-128 EAX mode encryption returned invalid tag\n");
90 data, sizeof(data), tag)) {
179 u8 tag[16]; member in struct:omac1_test_vector
276 if (memcmp(result, tv->tag, 16) != 0) {
291 if (memcmp(result, tv->tag, 16) != 0) {
/external/qemu/audio/
H A Ddsoundaudio.c274 dolog ("tag = %d\n", wfx->wFormatTag);
943 .tag = AUD_OPT_INT,
949 .tag = AUD_OPT_INT,
955 .tag = AUD_OPT_INT,
961 .tag = AUD_OPT_BOOL,
967 .tag = AUD_OPT_INT,
973 .tag = AUD_OPT_INT,
979 .tag = AUD_OPT_INT,
985 .tag = AUD_OPT_FMT,
991 .tag
[all...]
/external/libvpx/examples/includes/HTML-Toc-0.91/
H A DTocUpdator.pm113 # function: Check whether tag & attributes matches any of the tags & attributes
117 # [$tag, \%attributes]
119 # args: - $aTag: tag to search for
120 # - $aAttributes: tag attributes to search for
122 # returns: 1 if tag does exist in array, 0 if not.
129 my ($tag, $result);
130 # Bias to non-existing tag
133 TAG: foreach $tag (@{$aArray}) {
134 if (defined(@{$tag}[0])) {
135 # Does tag equal
[all...]
/external/valgrind/main/cachegrind/
H A Dcg_main.c487 EventTag tag; member in struct:__anon13482
519 switch (ev->tag) {
528 switch (ev->tag) {
581 if (Ist_IMark == st->tag) n_instrs++;
606 switch (ev->tag) {
698 switch (ev->tag) {
701 if (ev2 && (ev2->tag == Ev_Dr || ev2->tag == Ev_Dm)) {
721 if (ev2 && ev2->tag == Ev_Dw) {
733 if (ev2 && ev3 && ev2->tag
[all...]
/external/webkit/Source/WebCore/platform/mac/
H A DHTMLConverter.mm730 - (void)_newParagraphForElement:(DOMElement *)element tag:(NSString *)tag allowEmpty:(BOOL)flag suppressTrailingSpace:(BOOL)suppress
737 NSString *string = (([@"BODY" isEqualToString:tag] || [@"HTML" isEqualToString:tag]) ? @"" : @"\n");
959 - (BOOL)_enterElement:(DOMElement *)element tag:(NSString *)tag display:(NSString *)displayVal
962 if ([self _elementIsBlockLevel:element] && ![@"BR" isEqualToString:tag] && !([@"table-cell" isEqualToString:displayVal] && [_textTables count] == 0)
963 && !([_textLists count] > 0 && [@"block" isEqualToString:displayVal] && ![@"LI" isEqualToString:tag] && ![@"UL" isEqualToString:tag] && ![@"OL" isEqualToString:tag]))
[all...]
/external/protobuf/python/google/protobuf/internal/
H A Dencoder.py51 * Every field's tag is encoded to bytes at startup, since it can't change at
103 """Returns the number of bytes required to serialize a tag with this field
105 # Just pass in type 0, since the type won't affect the tag+type size.
335 """Return an encoder for a basic varint value (does not include tag)."""
352 tag)."""
383 """Encode the given tag and return the bytes. Only called at startup."""
572 tag = TagBytes(field_number, wire_format.WIRETYPE_LENGTH_DELIMITED)
580 write(tag)
587 write(tag)
596 tag
[all...]
/external/webkit/Source/WebCore/bindings/objc/
H A DDOM.mm67 static void addElementClass(const QualifiedName& tag, Class objCClass)
69 elementClassMap->set(tag.impl(), objCClass);
231 static Class lookupElementClass(const QualifiedName& tag)
234 if (tag.hasPrefix())
235 return elementClassMap->get(QualifiedName(nullAtom, tag.localName(), tag.namespaceURI()).impl());
237 return elementClassMap->get(tag.impl());
240 static Class elementClass(const QualifiedName& tag, Class defaultClass)
244 Class objcClass = lookupElementClass(tag);
/external/aac/libMpegTPEnc/src/
H A Dtpenc_asc.cpp241 FDKwriteBits(hBs, instanceTagPCE, 4); /* Element instance tag */
266 UCHAR tag = (isCpe) ? cpeCnt++ : sceCnt++; local
268 FDKwriteBits(hBs, tag, 4); /* Front channel Instance Tag.*/
272 UCHAR tag = (isCpe) ? cpeCnt++ : sceCnt++; local
274 FDKwriteBits(hBs, tag, 4); /* Front channel Instance Tag.*/
278 UCHAR tag = (isCpe) ? cpeCnt++ : sceCnt++; local
280 FDKwriteBits(hBs, tag, 4); /* Front channel Instance Tag.*/
312 bits += 4 + 2 + 4; /* Element instance tag + Object type + Sample rate index */
/external/elfutils/tests/
H A Dshow-die-info.c228 unsigned int tag; local
238 tag = dwarf_tag (die);
239 if (tag != DW_TAG_invalid)
241 if (tag < ntagnames)
242 str = tagnames[tag];
245 snprintf (buf, sizeof buf, "%#x", tag);
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedInputStream.java76 * Attempt to read a field tag, returning zero if we have reached EOF.
78 * may legally end wherever a tag occurs, and zero is not a valid tag number.
88 // If we actually read zero (or any tag number corresponding to field
89 // number zero), that's not a valid tag.
96 * Verifies that the last call to readTag() returned the given tag value.
98 * end tag.
101 * last tag.
111 * Reads and discards a single field, given its tag value.
113 * @return {@code false} if the tag i
116 skipField(final int tag) argument
[all...]
H A DGeneratedMessageLite.java76 * @return {@code true} unless the tag is an end-group tag.
81 final int tag) throws IOException {
82 return input.skipField(tag);
298 * @return {@code true} unless the tag is an end-group tag.
304 final int tag) throws IOException {
308 final int wireType = WireFormat.getTagWireType(tag);
309 final int fieldNumber = WireFormat.getTagFieldNumber(tag);
334 return input.skipField(tag);
78 parseUnknownField( final CodedInputStream input, final ExtensionRegistryLite extensionRegistry, final int tag) argument
301 parseUnknownField( final CodedInputStream input, final ExtensionRegistryLite extensionRegistry, final int tag) argument
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DCodedInputStreamMicro.java74 * Attempt to read a field tag, returning zero if we have reached EOF.
76 * may legally end wherever a tag occurs, and zero is not a valid tag number.
86 // If we actually read zero, that's not a valid tag.
93 * Verifies that the last call to readTag() returned the given tag value.
95 * end tag.
98 * last tag.
108 * Reads and discards a single field, given its tag value.
110 * @return {@code false} if the tag is an endgroup tag, i
113 skipField(final int tag) argument
[all...]
/external/v8/benchmarks/spinning-balls/
H A Dv.js118 function GeneratePayloadTree(depth, tag) {
122 string : 'String for key ' + tag + ' in leaf node'
126 left: GeneratePayloadTree(depth - 1, tag),
127 right: GeneratePayloadTree(depth - 1, tag)
429 function create(tag) { return document.createElement(tag); }
/external/webkit/Source/WebCore/loader/archive/android/
H A DWebArchiveAndroid.cpp316 static bool saveArchiveResourceField(xmlTextWriterPtr writer, const xmlChar* tag, const char* data, int size) argument
318 int result = xmlTextWriterStartElement(writer, tag);
348 static bool saveArchiveResourceField(xmlTextWriterPtr writer, const xmlChar* tag, SharedBuffer* buffer) argument
350 return saveArchiveResourceField(writer, tag, buffer->data(), buffer->size());
353 static bool saveArchiveResourceField(xmlTextWriterPtr writer, const xmlChar* tag, const String& string) argument
357 return saveArchiveResourceField(writer, tag, utf8String.data(), utf8String.length());
/external/webkit/Source/WebCore/xml/
H A DXMLViewer.js314 var tag = createHTMLElement('span');
315 tag.classList.add('webkit-html-tag');
322 tag.appendChild(textBeforeAttrs);
326 tag.appendChild(createAttribute(node.attributes[i]));
334 tag.appendChild(textAfterAttrs);
336 return tag;
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultContextMenuDelegate.mm55 - (NSMenuItem *)menuItemWithTag:(int)tag target:(id)target representedObject:(id)representedObject
58 [menuItem setTag:tag];
65 switch(tag) {
/external/valgrind/main/VEX/priv/
H A Dhost_s390_defs.c208 am->tag = S390_AMODE_B12;
225 am->tag = S390_AMODE_B20;
244 am->tag = S390_AMODE_BX12;
263 am->tag = S390_AMODE_BX20;
293 switch (am->tag) {
327 switch (am->tag) {
352 switch (am->tag) {
373 switch (am->tag) {
507 switch (op.tag) {
531 switch (insn->tag) {
4020 s390_insn_alu(UChar size, s390_alu_t tag, HReg dst, s390_opnd_RMI op2) argument
4114 s390_insn_unop(UChar size, s390_unop_t tag, HReg dst, s390_opnd_RMI opnd) argument
4227 s390_insn_bfp_triop(UChar size, s390_bfp_triop_t tag, HReg dst, HReg op2, HReg op3, s390_round_t rounding_mode) argument
4245 s390_insn_bfp_binop(UChar size, s390_bfp_binop_t tag, HReg dst, HReg op2, s390_round_t rounding_mode) argument
4262 s390_insn_bfp_unop(UChar size, s390_bfp_unop_t tag, HReg dst, HReg op, s390_round_t rounding_mode) argument
4296 s390_insn_bfp128_binop(UChar size, s390_bfp_binop_t tag, HReg dst_hi, HReg dst_lo, HReg op2_hi, HReg op2_lo, s390_round_t rounding_mode) argument
4316 s390_insn_bfp128_unop(UChar size, s390_bfp_unop_t tag, HReg dst_hi, HReg dst_lo, HReg op_hi, HReg op_lo, s390_round_t rounding_mode) argument
4354 s390_insn_bfp128_convert_to(UChar size, s390_bfp_unop_t tag, HReg dst_hi, HReg dst_lo, HReg op) argument
4373 s390_insn_bfp128_convert_from(UChar size, s390_bfp_unop_t tag, HReg dst, HReg op_hi, HReg op_lo, s390_round_t rounding_mode) argument
[all...]

Completed in 507 milliseconds

<<11121314151617181920>>