HomeSort by relevance Sort by last modified time
    Searched refs:tag (Results 276 - 300 of 2284) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ppapi/cpp/documentation/
doxy_cleanup.py 17 from BeautifulSoup import BeautifulSoup, Tag
38 - Putting the "name" attribute into the "id" attribute of the <tr> tag.
57 for tag in self.soup.findAll('tr'):
58 if tag.td and tag.td.h2 and tag.td.h2.a and tag.td.h2.a['name']:
59 #tag['id'] = tag.td.h2.a['name']
60 tag.string = tag.td.h2.a.nex
    [all...]
  /external/elfutils/0.153/backends/
ppc64_retval.c 87 int tag = dwarf_tag (typedie); local
90 while (tag == DW_TAG_typedef
91 || tag == DW_TAG_const_type || tag == DW_TAG_volatile_type
92 || tag == DW_TAG_restrict_type || tag == DW_TAG_mutable_type)
96 tag = dwarf_tag (typedie);
100 switch (tag)
110 tag = dwarf_tag (typedie);
121 if (tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type
    [all...]
arm_retval.c 73 int tag = dwarf_tag (typedie); local
76 while (tag == DW_TAG_typedef
77 || tag == DW_TAG_const_type || tag == DW_TAG_volatile_type
78 || tag == DW_TAG_restrict_type || tag == DW_TAG_mutable_type)
82 tag = dwarf_tag (typedie);
86 switch (tag)
96 tag = dwarf_tag (typedie);
107 if (tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFeatureSettings.cpp 31 FontFeature::FontFeature(const AtomicString& tag, int value)
32 : m_tag(tag)
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-tag.h 48 hb_ot_tag_to_script (hb_tag_t tag);
54 hb_ot_tag_to_language (hb_tag_t tag);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
table_subsetter_impl.cc 30 bool TableSubsetterImpl::TagHandled(int32_t tag) {
31 return tags_.find(tag) != tags_.end();
  /external/harfbuzz_ng/src/
hb-ot-tag.h 48 hb_ot_tag_to_script (hb_tag_t tag);
54 hb_ot_tag_to_language (hb_tag_t tag);
  /external/chromium_org/tools/metrics/histograms/
histogram_ownership.py 17 assert root.tag == 'histogram-configuration'
22 if node.tag == 'histograms':
28 if histogram.tag != 'histogram':
35 if node.tag == 'obsolete':
38 if node.tag != 'owner':
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDeclContext.cpp 44 if (pos->tag == DW_TAG_namespace)
46 else if (pos->tag == DW_TAG_class_type)
48 else if (pos->tag == DW_TAG_structure_type)
50 else if (pos->tag == DW_TAG_union_type)
84 if (pos->tag != rhs_pos->tag)
88 if (pos->tag == DW_TAG_structure_type && rhs_pos->tag == DW_TAG_class_type)
90 if (pos->tag == DW_TAG_class_type && rhs_pos->tag == DW_TAG_structure_type
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 210 for tag in tags:
211 self._writeTable(tag, writer, done)
244 for tag in skipTables:
245 if tag in tables:
246 tables.remove(tag)
269 tag = tables[i]
271 tablePath = fileNameTemplate % tagToIdentifier(tag)
276 writer.simpletag(tagToXML(tag), src=os.path.basename(tablePath))
280 self._tableToXML(tableWriter, tag, progress, quiet)
293 def _tableToXML(self, writer, tag, progress, quiet)
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Value.java 36 private byte tag; field in class:Value
45 * Creates new value with no tag.
48 tag = JDWPConstants.Tag.NO_TAG;
52 * Creates new ID value with specified tag.
54 public Value(byte tag, long value) {
55 this.tag = tag;
63 this.tag = JDWPConstants.Tag.BYTE_TAG
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
table.cc 24 #include "sfntly/tag.h"
71 derived_table->header_ = new Header(header()->tag(),
79 int32_t tag = header->tag(); local
84 if (tag == Tag::head) {
88 } else if (tag == Tag::cmap) {
92 } else if (tag == Tag::hhea)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1StreamParser.java 55 ASN1Encodable readImplicit(boolean constructed, int tag) throws IOException
64 return readIndef(tag);
69 switch (tag)
81 switch (tag)
96 ASN1Primitive readTaggedObject(boolean constructed, int tag) throws IOException
102 return new DERTaggedObject(false, tag, new DEROctetString(defIn.toByteArray()));
110 ? new BERTaggedObject(true, tag, v.get(0))
111 : new BERTaggedObject(false, tag, BERFactory.createSequence(v));
115 ? new DERTaggedObject(true, tag, v.get(0))
116 : new DERTaggedObject(false, tag, DERFactory.createSequence(v))
122 int tag = _in.read(); local
    [all...]
DERApplicationSpecific.java 15 private final int tag; field in class:DERApplicationSpecific
20 int tag,
24 this.tag = tag;
29 int tag,
32 this(false, tag, octets);
36 int tag,
40 this(true, tag, object);
45 int tag,
54 this.tag = tag
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
MifareUltralightTagTester.java 19 import android.nfc.Tag;
28 * tag's first user page and verifies that it matches when scanned later.
37 public boolean isTestableTag(Tag tag) {
38 if (tag != null) {
39 for (String tech : tag.getTechList()) {
49 public TagVerifier writeTag(Tag tag) throws IOException {
51 MifareUltralight ultralight = MifareUltralight.get(tag);
66 public Result verifyTag(Tag tag) throws IOException
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
ISimpleElement.java 22 Tag getTag ();
28 public static ISimpleElement create (final Tag tag)
30 return new SimpleElementImpl (tag, AttributeSet.create ());
33 public static ISimpleElement create (final Tag tag, final AttributeSet attrs)
35 return new SimpleElementImpl (tag, attrs);
45 public Tag getTag ()
79 SimpleElementImpl (final Tag tag, final AttributeSet attrs
    [all...]
  /external/chromium_org/third_party/hwcplus/src/
hwcplus_util.c 15 static int default_log_fn(int prio, const char* tag, const char* msg);
49 static int default_log_fn(int prio, const char* tag, const char* msg) {
50 fprintf(stderr, "<%d> %s %s\n", prio, tag, msg);
53 int __android_log_write(int prio, const char* tag, const char* msg) {
54 hwcplus_log_fn(prio, tag, msg);
57 int __android_log_print(int prio, const char* tag, const char* fmt, ...) {
65 return __android_log_write(prio, tag, buf);
69 const char* tag,
90 __android_log_write(ANDROID_LOG_FATAL, tag, buf);
  /developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 46 * @param tag Tag for for the log data. Can be used to organize log statements.
52 public void println(int priority, String tag, String msg, Throwable tr) {
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 46 * @param tag Tag for for the log data. Can be used to organize log statements.
52 public void println(int priority, String tag, String msg, Throwable tr) {
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 46 * @param tag Tag for for the log data. Can be used to organize log statements.
52 public void println(int priority, String tag, String msg, Throwable tr) {
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 46 * @param tag Tag for for the log data. Can be used to organize log statements.
52 public void println(int priority, String tag, String msg, Throwable tr) {
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 46 * @param tag Tag for for the log data. Can be used to organize log statements.
52 public void println(int priority, String tag, String msg, Throwable tr) {
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 46 * @param tag Tag for for the log data. Can be used to organize log statements.
52 public void println(int priority, String tag, String msg, Throwable tr) {
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 46 * @param tag Tag for for the log data. Can be used to organize log statements.
52 public void println(int priority, String tag, String msg, Throwable tr) {
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/common/logger/
LogWrapper.java 46 * @param tag Tag for for the log data. Can be used to organize log statements.
52 public void println(int priority, String tag, String msg, Throwable tr) {
66 // This is functionally identical to Log.x(tag, useMsg);
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);

Completed in 630 milliseconds

<<11121314151617181920>>