Searched defs:tag (Results 201 - 225 of 981) sorted by relevance

1234567891011>>

/external/chromium_org/tools/chrome_proxy/integration_tests/
H A Dchrome_proxy_benchmark.py12 tag = 'latency' variable in class:ChromeProxyLatency
23 tag = 'latency_direct' variable in class:ChromeProxyLatencyDirect
41 tag = 'data_saving' variable in class:ChromeProxyDataSaving
51 tag = 'data_saving_direct' variable in class:ChromeProxyDataSavingDirect
69 tag = 'header_validation' variable in class:ChromeProxyHeaderValidation
75 tag = 'client_version' variable in class:ChromeProxyClientVersion
81 tag = 'bypass' variable in class:ChromeProxyBypass
87 tag = 'block_once' variable in class:ChromeProxyBlockOnce
94 tag = 'safebrowsing' variable in class:ChromeProxySafeBrowsing
101 tag variable in class:ChromeProxyHTTPFallbackProbeURL
108 tag = 'fallback-viaheader' variable in class:ChromeProxyHTTPFallbackViaHeader
115 tag = 'smoke' variable in class:ChromeProxySmoke
[all...]
/external/chromium_org/tools/perf/benchmarks/
H A Dpage_cycler.py69 tag = 'netsim' variable in class:PageCyclerNetsimTop10
H A Dpeacekeeper.py85 archive_data_file='../page_sets/data/peacekeeper_%s.json' % self.tag,
91 (self.tag, test_name))
103 tag = 'render' variable in class:PeaceKeeperRender
125 tag = 'array' variable in class:PeaceKeeperData
159 tag = 'dom' variable in class:PeaceKeeperDom
193 tag = 'string' variable in class:PeaceKeeperTextParsing
214 tag = 'experimental' variable in class:PeaceKeeperHTML5Canvas
248 tag = 'html5' variable in class:PeaceKeeperHTML5Capabilities
H A Dsmoothness.py71 tag = 'fast_path' variable in class:SmoothnessFastPathKeySilkCases
82 tag = 'gpu_rasterization' variable in class:SmoothnessGpuRasterizationTop25
94 tag = 'gpu_rasterization' variable in class:SmoothnessGpuRasterizationKeyMobileSites
105 tag = 'gpu_rasterization' variable in class:SmoothnessGpuRasterizationKeySilkCases
118 tag = 'fast_path_gpu_rasterization' variable in class:SmoothnessFastPathGpuRasterizationKeySilkCases
158 tag = 'fast_path' variable in class:SmoothnessFastPathPolymer
168 tag = 'gpu_rasterization' variable in class:SmoothnessGpuRasterizationPolymer
181 tag = 'fast_path_gpu_rasterization' variable in class:SmoothnessFastPathGpuRasterizationPolymer
/external/chromium_org/ui/views/controls/button/
H A Dbutton.h53 int tag() const { return tag_; } function in class:views::Button
54 void set_tag(int tag) { tag_ = tag; } argument
82 // The id tag associated with this button. Used to disambiguate buttons in
/external/chromium_org/ui/views/examples/
H A Dwidget_example.cc81 int tag) {
84 button->set_tag(tag);
110 switch (sender->tag()) {
79 BuildButton(View* container, const std::string& label, int tag) argument
/external/chromium_org/v8/src/compiler/
H A Dsimplified-operator.h38 int offset; // offset of the field, without tag.
43 int tag() const { return base_is_tagged == kTaggedBase ? kHeapObjectTag : 0; } function in struct:v8::internal::compiler::FieldAccess
53 int header_size; // size of the header, without tag.
57 int tag() const { return base_is_tagged == kTaggedBase ? kHeapObjectTag : 0; } function in struct:v8::internal::compiler::ElementAccess
81 // - a signed small integer (31 or 32 bits plus a tag)
/external/clang/test/CodeGenCXX/
H A Ddebug-info-enum-class.cpp25 Tag tag() const { return static_cast<Tag>(1); } function in class:A::B::PR14029::Test::Tag
/external/droiddriver/src/com/google/android/droiddriver/finders/
H A DXPaths.java34 * @return The tag name used to build UiElement DOM. It is preferable to use
37 public static String tag(String className) { method in class:XPaths
42 * @return The tag name used to build UiElement DOM. It is preferable to use
45 public static String tag(Class<?> clazz) { method in class:XPaths
46 return tag(clazz.getSimpleName());
/external/e2fsprogs/lib/blkid/
H A Dcache.c139 blkid_tag tag = list_entry(cache->bic_tags.next, local
143 while (!list_empty(&tag->bit_names)) {
144 blkid_tag bad = list_entry(tag->bit_names.next,
148 DBG(DEBUG_CACHE, printf("warning: unfreed tag %s=%s\n",
152 blkid_free_tag(tag);
/external/elfutils/0.153/backends/
H A Dalpha_symbol.c40 alpha_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)), argument
43 switch (tag)
54 alpha_dynamic_tag_check (int64_t tag) argument
56 return tag == DT_ALPHA_PLTRO;
94 Look for the SHT_DYNAMIC section and the DT_PLTGOT tag in it.
H A Dppc64_retval.c87 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
[all...]
H A Dppc_retval.c99 int tag = dwarf_tag (typedie); local
102 while (tag == DW_TAG_typedef
103 || tag == DW_TAG_const_type || tag == DW_TAG_volatile_type
104 || tag == DW_TAG_restrict_type || tag == DW_TAG_mutable_type)
108 tag = dwarf_tag (typedie);
112 switch (tag)
122 tag = dwarf_tag (typedie);
133 if (tag
[all...]
H A Dppc_symbol.c58 ppc_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)), argument
61 switch (tag)
73 ppc_dynamic_tag_check (int64_t tag) argument
75 return tag == DT_PPC_GOT;
H A Dsparc_retval.c82 int tag = dwarf_tag (typedie); local
85 while (tag == DW_TAG_typedef
86 || tag == DW_TAG_const_type || tag == DW_TAG_volatile_type
87 || tag == DW_TAG_restrict_type || tag == DW_TAG_mutable_type)
91 tag = dwarf_tag (typedie);
95 switch (tag)
105 tag = dwarf_tag (typedie);
118 if ((tag
[all...]
H A Dx86_64_retval.c91 int tag = dwarf_tag (typedie); local
94 while (tag == DW_TAG_typedef
95 || tag == DW_TAG_const_type || tag == DW_TAG_volatile_type
96 || tag == DW_TAG_restrict_type || tag == DW_TAG_mutable_type)
100 tag = dwarf_tag (typedie);
104 switch (tag)
114 tag = dwarf_tag (typedie);
125 if (tag
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DIElement.java28 public static IElement create (final Tag tag) argument
30 return new ElementImpl (tag, AttributeSet.create ());
33 public static IElement create (final Tag tag, final AttributeSet attrs) argument
35 return new ElementImpl (tag, attrs);
110 ElementImpl (final Tag tag, final AttributeSet attrs) argument
112 super (tag, attrs);
H A DISimpleElement.java28 public static ISimpleElement create (final Tag tag) argument
30 return new SimpleElementImpl (tag, AttributeSet.create ());
33 public static ISimpleElement create (final Tag tag, final AttributeSet attrs) argument
35 return new SimpleElementImpl (tag, attrs);
79 SimpleElementImpl (final Tag tag, final AttributeSet attrs) argument
81 if ($assert.ENABLED) $assert.ASSERT (tag != null, "tag = null");
84 m_tag = 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/
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/harfbuzz_ng/test/api/
H A Dtest-ot-tag.c31 /* Unit tests for hb-ot-tag.h */
39 hb_script_t tag; local
42 g_test_message ("Testing script %c%c%c%c: tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s);
43 tag = hb_tag_from_string (s, -1);
47 g_assert_cmphex (t1, ==, tag);
50 g_assert_cmphex (hb_ot_tag_to_script (tag), ==, script);
59 g_test_message ("Testing script %c%c%c%c: new tag %s, old tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s1, s2);
146 hb_tag_t tag = hb_tag_from_string (tag_s, -1); local
148 g_test_message ("Testing language %s <-> tag
158 hb_tag_t tag = hb_tag_from_string (tag_s, -1); local
169 hb_tag_t tag = hb_tag_from_string (tag_s, -1); local
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationdata.cpp30 int32_t tag = Collation::tagFromCE32(ce32); local
31 if(tag == Collation::DIGIT_TAG) {
34 } else if(tag == Collation::LEAD_SURROGATE_TAG) {
36 } else if(tag == Collation::U0000_TAG) {
/external/javassist/src/main/javassist/bytecode/
H A DExceptionsAttribute.java29 public static final String tag = "Exceptions"; field in class:ExceptionsAttribute
45 super(cp, tag);
55 super(cp, tag);
H A DLineNumberAttribute.java29 public static final String tag = "LineNumberTable"; field in class:LineNumberAttribute
38 super(cp, tag, i);
/external/libexif/contrib/examples/
H A Dwrite-exif.c9 * to contain an EXIF tag block already, so it is easy to precompute where
128 /* Get an existing tag, or create one if it doesn't exist */
129 static ExifEntry *init_tag(ExifData *exif, ExifIfd ifd, ExifTag tag) argument
132 /* Return an existing tag if one exists */
133 if (!((entry = exif_content_get_entry (exif->ifd[ifd], tag)))) {
137 entry->tag = tag; /* tag must be set before calling
144 exif_entry_initialize (entry, tag);
157 /* Create a brand-new tag wit
162 create_tag(ExifData *exif, ExifIfd ifd, ExifTag tag, size_t len) argument
[all...]

Completed in 3092 milliseconds

1234567891011>>