Searched defs:tag (Results 126 - 150 of 981) sorted by relevance

1234567891011>>

/external/chromium_org/sync/internal_api/
H A Dread_node.cc56 const std::string& tag) {
58 if (tag.empty())
61 const std::string hash = syncable::GenerateSyncableHash(model_type, tag);
81 const std::string& tag) {
83 if (tag.empty())
86 entry_ = new syncable::Entry(trans, syncable::GET_BY_SERVER_TAG, tag);
54 InitByClientTagLookup( ModelType model_type, const std::string& tag) argument
80 InitByTagLookupForBookmarks( const std::string& tag) argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebNotification.cpp81 WebString WebNotification::tag() const function in class:blink::WebNotification
83 return m_private->tag();
/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_common.h36 uint32_t tag; member in struct:woff2::Table
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dstats.cc21 #include "sfntly/tag.h"
37 double TableSizePercent(Font* font, int32_t tag) { argument
38 TablePtr table = font->GetTable(tag);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
H A Dtable.cc24 #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) {
95 } else if (tag == Tag::hmtx) {
98 } else if (tag == Tag::maxp) {
101 } else if (tag
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dotf_basic_editing_test.cc21 #include "sfntly/tag.h"
47 char tag[5] = {0}; local
49 memcpy(tag, &value, 4);
50 fprintf(stderr, "tag %s does not have valid builder\n", tag);
70 EXPECT_TRUE(builder_tags.find(header->tag()) != builder_tags.end());
71 builder_tags.erase(header->tag());
/external/chromium_org/third_party/skia/src/utils/win/
H A DSkDWrite.h76 static const UINT32 tag = DWRITE_MAKE_OPENTYPE_TAG(T::TAG0, T::TAG1, T::TAG2, T::TAG3); member in class:AutoTDWriteTable
77 AutoTDWriteTable(IDWriteFontFace* fontFace) : AutoDWriteTable(fontFace, tag) { }
/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 Dmaps.py60 tag = 'novsync' variable in class:MapsNoVsync
H A Dmedia.py51 tag = 'android' variable in class:MediaAndroid
62 tag = 'chromeOS4kOnly' variable in class:MediaChromeOS4kOnly
79 tag = 'chromeOS' variable in class:MediaChromeOS
H A Dsession_restore.py36 tag = 'cold' variable in class:SessionRestoreColdTypical25
46 tag = 'warm' variable in class:SessionRestoreWarmTypical25
57 tag = 'cold' variable in class:SessionRestoreWithUrlCold
68 tag = 'warm' variable in class:SessionRestoreWithUrlWarm
H A Dthread_times.py24 tag = 'fast_path' variable in class:ThreadTimesFastPathKeySilkCases
43 key mobile sites labeled with fast-path tag.
/external/clang/test/Sema/
H A Dwarn-type-safety.cpp54 c->MPI_Send(int_buf, 1, MPI_FLOAT); // expected-warning {{argument type 'int *' doesn't match specified 'mpi' type tag that requires 'float *'}}
60 c->MPI_Send(i, 1, MPI_FLOAT); // expected-warning {{argument type 'int *' doesn't match specified 'mpi' type tag that requires 'float *'}}
64 void test2(C *c, int *int_buf, T tag) argument
66 c->MPI_Send(int_buf, 1, tag); // no-warning
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DLog.java36 public static void d (String tag, String msg) { argument
38 android.util.Log.d(tag, msg);
41 public static void i (String tag, String msg) { argument
43 android.util.Log.i(tag, msg);
46 public static void w (String tag, String msg) { argument
48 android.util.Log.w(tag, msg);
51 public static void w (String tag, String msg, Throwable tr) { argument
53 android.util.Log.w(tag, msg, tr);
56 public static void e (String tag, String msg) { argument
58 android.util.Log.e(tag, ms
61 e(String tag, String msg, Throwable tr) argument
[all...]
/external/e2fsprogs/lib/blkid/
H A Dsave.c46 blkid_tag tag = list_entry(p, struct blkid_struct_tag, bit_tags); local
47 fprintf(file, " %s=\"%s\"", tag->bit_name,tag->bit_val);
/external/elfutils/0.153/backends/
H A Dalpha_retval.c77 int tag = dwarf_tag (typedie); local
80 while (tag == DW_TAG_typedef
81 || tag == DW_TAG_const_type || tag == DW_TAG_volatile_type
82 || tag == DW_TAG_restrict_type || tag == DW_TAG_mutable_type)
86 tag = dwarf_tag (typedie);
89 switch (tag)
99 tag = dwarf_tag (typedie);
112 if (tag
[all...]
H A Di386_retval.c77 int tag = dwarf_tag (typedie); local
80 while (tag == DW_TAG_typedef
81 || tag == DW_TAG_const_type || tag == DW_TAG_volatile_type
82 || tag == DW_TAG_restrict_type || tag == DW_TAG_mutable_type)
86 tag = dwarf_tag (typedie);
89 switch (tag)
99 tag = dwarf_tag (typedie);
112 if (tag
[all...]
H A Ds390_retval.c78 int tag = dwarf_tag (typedie); local
81 while (tag == DW_TAG_typedef
82 || tag == DW_TAG_const_type || tag == DW_TAG_volatile_type
83 || tag == DW_TAG_restrict_type || tag == DW_TAG_mutable_type)
87 tag = dwarf_tag (typedie);
91 switch (tag)
101 tag = dwarf_tag (typedie);
118 if (tag
[all...]
H A Dsh_retval.c75 int tag = dwarf_tag (typedie); local
78 while (tag == DW_TAG_typedef
79 || tag == DW_TAG_const_type || tag == DW_TAG_volatile_type
80 || tag == DW_TAG_restrict_type || tag == DW_TAG_mutable_type)
84 tag = dwarf_tag (typedie);
88 switch (tag)
98 tag = dwarf_tag (typedie);
109 if (tag
[all...]
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_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

Completed in 293 milliseconds

1234567891011>>