Searched refs:group (Results 226 - 250 of 1472) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gn/
H A Dc_include_iterator_unittest.cc112 for (size_t group = 0; group < kGroupCount; group++) {
125 for (size_t group = 0; group < kGroupCount; group++) {
/external/chromium_org/v8/test/preparser/
H A Dtestcfg.py53 if (rule_match.group(2)):
54 expects += [rule_match.group(2)]
55 if (rule_match.group(3)):
56 expects += [rule_match.group(3), rule_match.group(4)]
57 expectations_map[rule_match.group(1)] = " ".join(expects)
/external/chromium_org/v8/tools/
H A Djsmin.py73 identifier = m.group(1)
102 matched_text = m.group(0)
118 up_to_args = m.group(1)
119 args = m.group(2)
170 """Returns literal strings unchanged, replaces other inputs with group 2.
181 entire_match = m.group(0)
182 replacement = m.group(1)
/external/compiler-rt/lib/asan/scripts/
H A Dsymbolize.py44 load_addr = int(match.group(1), 16)
66 frameno = match.group(2)
67 binary = match.group(4)
68 addr = match.group(5)
107 print "%s%d" % (match.group(1).encode('utf-8'), inline_frameno), \
108 match.group(3).encode('utf-8'), "in", frame[0], frame[1]
/external/deqp/executor/
H A DxeTestCase.hpp195 GroupState (const TestGroup* group_) : group(group_), childNdx(0) {}
197 const TestGroup* group; member in struct:xe::ConstTestNodeIterator::GroupState
202 return group != other.group || childNdx != other.childNdx;
207 return group == other.group && childNdx == other.childNdx;
/external/deqp/modules/gles2/
H A Dtes2CapabilityTests.cpp141 tcu::TestCaseGroup* group; member in struct:deqp::gles2::ExtensionTests::ExtGroup
145 : group (DE_NULL)
148 group = new tcu::TestCaseGroup(parent->getTestContext(), name, desc);
149 parent->addChild(group);
154 group->addChild(new ExtensionCase(group->getTestContext(), ctxInfo, extName, "", extName));
/external/gtest/test/
H A Dgtest_xml_output_unittest.py191 year=int(match.group(1)), month=int(match.group(2)),
192 day=int(match.group(3)), hour=int(match.group(4)),
193 minute=int(match.group(5)), second=int(match.group(6)))
/external/iproute2/include/
H A Dutils.h135 static inline __u32 nl_mgrp(__u32 group) argument
137 if (group > 31 ) {
138 fprintf(stderr, "Use setsockopt for this group %d\n", group);
141 return group ? (1 << (group - 1)) : 0;
156 int *group);
/external/lldb/examples/python/
H A Djump.py27 line_number = int(mo.group(1))
39 line_number = int(mo.group(1))
51 line_number = int(mo.group(1))
63 file_name = mo.group(1)
64 line_number = int(mo.group(2))
72 address = long(mo.group(1), base=0)
H A Ddelta.py91 curr_time = float (match.group(2))
98 print '%s%.6f %+.6f%s' % (match.group(1), curr_time - base_time, delta, match.group(3))
/external/regex-re2/re2/testing/
H A Dexhaustive_tester.cc107 StringPiece* group = new StringPiece[ngroup]; local
112 PrintResult(re, input, RE2::ANCHOR_BOTH, group, ngroup);
114 PrintResult(re, input, RE2::UNANCHORED, group, ngroup);
116 PrintResult(relongest, input, RE2::ANCHOR_BOTH, group, ngroup);
118 PrintResult(relongest, input, RE2::UNANCHORED, group, ngroup);
121 delete[] group;
/external/chromium_org/gpu/command_buffer/service/
H A Dmailbox_synchronizer.h78 explicit TextureVersion(linked_ptr<TextureGroup> group);
82 linked_ptr<TextureGroup> group; member in struct:gpu::gles2::MailboxSynchronizer::TextureVersion
91 TextureGroup* group);
/external/chromium_org/net/dns/
H A Dhost_resolver.cc41 std::string group = base::FieldTrialList::FindFullName( local
44 if (group.empty())
47 // The format of the group name is a list of non-negative integers separated
52 base::SplitString(group, ':', &group_parts);
/external/chromium_org/third_party/markdown/
H A Dpostprocessors.py112 if m.group(1)[0] in ('!', '?', '@', '%'):
115 return util.isBlockLevel(m.group(1))
133 return util.int2str(int(m.group(1)))
/external/chromium_org/tools/resources/
H A Dlist_resources_removed_by_repack.py35 resource_id = int(match.group('resource_id'))
79 resource_id = int(match.group('resource_id'))
80 resource_name = match.group('resource_name')
/external/chromium_org/tools/tcmalloc/
H A Dprint-live-objects.py34 trace = { "size": int(matches.group(1)),
35 "address": matches.group(2),
36 "frames": matches.group(3).strip().split(" ")}
/external/fio/engines/
H A Dcpu.c25 .group = FIO_OPT_G_INVALID,
37 .group = FIO_OPT_G_INVALID,
47 .group = FIO_OPT_G_INVALID,
/external/lldb/test/
H A Dargparse_compat.py29 group = optparse.OptionGroup(self.parser, name)
33 self.groups.append(group)
34 return ArgumentGroup(group)
/external/chromium-trace/trace-viewer/src/tracing/
H A Drecord_selection_dialog.css51 .group-selectors {
56 .group-selectors button {
/external/chromium_org/build/android/
H A Dasan_symbolize.py30 'prefix': m.group(1),
31 'library': m.group(4),
32 'pos': m.group(2),
33 'rel_address': '%08x' % int(m.group(5), 16),
/external/chromium_org/chrome/browser/
H A Dchrome_browser_field_trials_mobile.cc24 // only conducted for installs that are in the "Enabled" group. They are always
51 trial->group();
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_registrar.h64 // These types will be placed in the passive group. This function should be
74 // not already there (initially put in the passive group).
90 // group) and starts the given change processor. Must be called
91 // from |group|'s native thread.
93 syncer::ModelSafeGroup group,
119 virtual void OnWorkerLoopDestroyed(syncer::ModelSafeGroup group) OVERRIDE;
137 void OnWorkerUnregistrationDone(syncer::ModelSafeGroup group);
139 void RemoveWorker(syncer::ModelSafeGroup group);
142 // exists. Must be called from |group|'s native thread.
173 // to that model safe group i
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_type.h25 FieldTypeGroup group() const;
/external/chromium_org/content/test/
H A Dappcache_test_helper.h31 AppCacheGroup* group,
/external/chromium_org/media/
H A DPRESUBMIT.py133 max_arg = match.group(1) # The third argument.
135 if (not uma_max_re.match(max_arg) and match.group(2) !=
140 if line_number <= num <= line_number + match.group().count('\n'):
147 line_number += match.group().count('\n')

Completed in 611 milliseconds

1234567891011>>