Searched refs:group (Results 276 - 300 of 1472) sorted by relevance

<<11121314151617181920>>

/external/antlr/antlr-3.4/gunit/src/main/resources/org/antlr/gunit/
H A DgUnitTestResult.stg28 group gUnitTestResult;
/external/chromium-trace/trace-viewer/build/
H A Dcheck_gyp.py21 for group in FILE_GROUPS:
22 gyp_files.extend(data["variables"][group])
/external/chromium_org/chrome/browser/
H A Dicon_loader.h21 // On Windows, we group files by their extension, with several exceptions:
25 // On POSIX, we group files by MIME type.
46 // Invoked when an icon group has been read, but before the icon data
50 const IconGroupID& group) = 0;
56 const IconGroupID& group) = 0;
/external/chromium_org/chrome/browser/resources/omnibox/
H A Domnibox.css17 .group-separator {
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/bin/build/
H A Dsource.py85 self.provides.add(match.group(1))
88 self.requires.add(match.group(1))
/external/chromium_org/components/renderer_context_menu/
H A Dcontext_menu_content_type.h20 // ContextMenuContentType is a helper to decide which category/group of items
28 // Represents a group of menu items.
61 // Returns if |group| is enabled.
62 virtual bool SupportsGroup(int group);
74 bool SupportsGroupInternal(int group);
/external/chromium_org/components/variations/
H A Dactive_field_trials.cc35 id.group = metrics::HashName(group_name);
57 "%x-%x", name_group_ids[i].name, name_group_ids[i].group));
H A Dactive_field_trials_unittest.cc15 std::string group_one("group one");
17 std::string group_two("group two");
33 name_group_id.group = metrics::HashName(group_one);
36 name_group_id.group = metrics::HashName(group_two);
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dcloud_storage_test_base.py221 def AddTestCommandLineArgs(cls, group):
222 group.add_option('--build-revision',
225 group.add_option('--upload-refimg-to-cloud-storage',
229 group.add_option('--download-refimg-from-cloud-storage',
233 group.add_option('--refimg-cloud-storage-bucket',
238 group.add_option('--os-type',
245 group.add_option('--test-machine-name',
250 group.add_option('--generated-dir',
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DrequestCookiesView.css28 .request-cookies-view .data-grid .row-group {
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_lmb.c83 That is, a sometimes-optional 'group' byte, followed by 1 and sometimes 2
131 group byte is for a single byte char set or not we use this define: */
142 each group byte to introduce a fixed-width encoding (to make it faster to
143 count characters), we use a convention of doubling up on the group byte
148 Next, you will notice that the list of group bytes has some gaps.
187 as group '0', as a place to tuck this exceptions list.*/
192 LOTUS added a new group 0x14 to hold Unicode values not otherwise
209 translations even faster,sometimes the optimization group byte can be dropped
211 group byte that is dropped is called the 'optimization group'
744 LMBCSConversionWorker( UConverterDataLMBCS * extraInfo, ulmbcs_byte_t group, ulmbcs_byte_t * pStartLMBCS, UChar * pUniChar, ulmbcs_byte_t * lastConverterIndex, UBool * groups_tried ) argument
920 ulmbcs_byte_t group = FindLMBCSUniRange(uniChar); local
1149 ulmbcs_byte_t group; local
[all...]
/external/chromium_org/tools/findit/
H A Dstacktrace.py149 stack_type = match.group(1)
245 file_path = stack_frame_match.group(5)
246 crashed_line_range = [int(stack_frame_match.group(6))]
247 function = stack_frame_match.group(2)
268 file_path = file_path_and_line_match.group(1)
271 crashed_line_range_num = file_path_and_line_match.group(3)
279 crashed_line_number = int(file_path_and_line_match.group(2))
302 stack_frame_index = int(index_match.group(1))
/external/chromium_org/tools/grit/grit/format/
H A Dandroid_xml.py148 name = match.group('name').lower()
149 product = match.group('product')
H A Dc_format.py53 hex = match.group("hex")
59 return match.group("escaped_backslashes") + result
/external/chromium_org/tools/grit/grit/
H A Dpseudo.py72 if match.group() == 'p':
78 return _VOWELS[match.group()]
/external/chromium_org/tools/metrics/histograms/
H A Dupdate_use_counter_css.py29 # The first group also searches for uppercase letters to account for single
49 enum_name = enum_match.group(1)
50 property_id = int(enum_match.group(2))
/external/chromium_org/tools/perf/benchmarks/
H A Dmaps.py24 total = re.search('total=([0-9]+)', test_results).group(1)
25 render = re.search('render=([0-9.]+),([0-9.]+)', test_results).group(2)
/external/chromium_org/ui/message_center/
H A Dfake_notifier_settings_provider.h45 void AddGroup(NotifierGroup* group, const std::vector<Notifier*>& notifiers);
54 NotifierGroup* group; member in struct:message_center::FakeNotifierSettingsProvider::NotifierGroupItem
/external/chromium_org/v8/tools/
H A Ddisasm.py92 line_address = int(match.group(1), 16)
93 split_lines.append((line_address, match.group(2)))
/external/icu/icu4c/source/common/
H A Ducnv_lmb.c83 That is, a sometimes-optional 'group' byte, followed by 1 and sometimes 2
131 group byte is for a single byte char set or not we use this define: */
142 each group byte to introduce a fixed-width encoding (to make it faster to
143 count characters), we use a convention of doubling up on the group byte
148 Next, you will notice that the list of group bytes has some gaps.
187 as group '0', as a place to tuck this exceptions list.*/
192 LOTUS added a new group 0x14 to hold Unicode values not otherwise
209 translations even faster,sometimes the optimization group byte can be dropped
211 group byte that is dropped is called the 'optimization group'
744 LMBCSConversionWorker( UConverterDataLMBCS * extraInfo, ulmbcs_byte_t group, ulmbcs_byte_t * pStartLMBCS, UChar * pUniChar, ulmbcs_byte_t * lastConverterIndex, UBool * groups_tried ) argument
920 ulmbcs_byte_t group = FindLMBCSUniRange(uniChar); local
1149 ulmbcs_byte_t group; local
[all...]
/external/iproute2/ip/
H A Diptuntap.c40 fprintf(stderr, " [ mode { tun | tap } ] [ user USER ] [ group GROUP ]\n");
149 } else if (gid && matches(*argv, "group") == 0) {
151 unsigned long group; local
155 if (**argv && ((group = strtol(*argv, &end, 10)), !*end))
156 *gid = group;
158 struct group *gr = getgrnam(*argv);
160 fprintf(stderr, "invalid group \"%s\"\n", *argv);
275 long flags, owner = -1, group = -1; local
291 read_prop(d->d_name, "group", &group);
[all...]
/external/kernel-headers/original/uapi/linux/
H A Digmp.h34 __be32 group; member in struct:igmphdr
37 /* V3 group record types [grec_type] */
66 __be32 group; member in struct:igmpv3_query
/external/lldb/test/lang/cpp/virtual/
H A DTestVirtual.py61 my_expr, val = match.group(1), match.group(2)
/external/llvm/include/llvm/MC/
H A DMCSectionELF.h52 SectionKind K, unsigned entrySize, const MCSymbol *group)
54 EntrySize(entrySize), Group(group) {}
51 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K, unsigned entrySize, const MCSymbol *group) argument
/external/llvm/test/MC/X86/AlignedBundling/
H A Dlong-nop-pad.s14 # To align this group to a bundle end, we need a 15-byte NOP and a 12-byte NOP.
23 # To align this group to a bundle end, we need two 15-byte NOPs, and a 1-byte.

Completed in 622 milliseconds

<<11121314151617181920>>