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

1234567891011>>

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DCustomInlineMethodResolver.java110 String className = m.group(1);
111 String methodName = m.group(2);
112 Iterable<ImmutableMethodParameter> methodParams = ParamUtil.parseParamString(m.group(3));
113 String methodRet = m.group(4);
/external/v8/tools/
H A Dexternal-reference-check.py31 references.append(match.group(1))
/external/aac/libAACdec/src/
H A Dchannel.cpp108 int group; local
110 for (group = 0 ; group < pAacDecoderChannelInfo[L]->icsInfo.WindowGroups; group++) {
111 UCHAR groupMask = 1 << group;
115 CPns_SetCorrelation(&pAacDecoderChannelInfo[L]->data.aac.PnsData, group, band, 0);
117 if (CPns_IsPnsUsed(&pAacDecoderChannelInfo[L]->data.aac.PnsData, group, band) &&
118 CPns_IsPnsUsed(&pAacDecoderChannelInfo[R]->data.aac.PnsData, group, band))
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/
H A DLeftRecursiveRules.stg34 group LeftRecursiveRules;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DASTDbg.stg32 group ASTDbg;
/external/boringssl/src/crypto/ec/
H A Dinternal.h163 int (*mul)(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
166 int (*precompute_mult)(EC_GROUP *group, BN_CTX *);
167 int (*have_precompute_mult)(const EC_GROUP *group);
233 int ec_wNAF_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
236 int ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *);
237 int ec_wNAF_have_precompute_mult(const EC_GROUP *group);
306 int ec_point_set_Jprojective_coordinates_GFp(const EC_GROUP *group,
327 EC_GROUP *group; member in struct:ec_key_st
349 /* cofactor is the cofactor of the group (i.e. the number of elements in the
350 * group divide
[all...]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
H A Ddateinterval.py82 char = match.group(0)[-1].lower()
86 time += int(match.group(0)[:-1]) * timeValues[char]
H A Dquoting.py39 code = name2c.get(match.group(1))
43 return match.group(0)
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/common/
H A Dfiletestcase.py82 line = match.group('line')
83 msg_ids = match.group('msgs')
/external/clang/include/clang/Lex/
H A DHeaderSearchOptions.h23 /// IncludeDirGroup - Identifiers the group a include entry belongs to, which
25 /// path starts at the -iquote group, then searches the Angled group, then
26 /// searches the system group, etc.
57 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, argument
59 : Path(path), Group(group), IsFramework(isFramework),
/external/doclava/src/com/google/doclava/
H A DParamTagInfo.java42 mParameterName = m.group(1);
43 mParameterComment = m.group(2);
H A DThrowsTagInfo.java41 setCommentText(m.group(2));
42 String className = m.group(1);
H A DDocFile.java85 line = lines.group(1);
93 String key = prop.group(1);
94 String value = prop.group(2);
130 line = lines.group(1);
138 String key = prop.group(1);
139 String value = prop.group(2);
/external/e2fsprogs/debian/
H A Dlibuuid1.postinst27 if ! getent group | grep -q libuuid; then
/external/elfutils/src/backends/
H A Dppc_corenote.c126 .group = "register", .pc_register = true \
131 .group = "register" \
/external/guava/guava-testlib/src/com/google/common/testing/
H A DEqualsTester.java35 * <p>To use, create a new EqualsTester and add equality groups where each group
51 * <li>comparing each pair of objects within the same equality group returns
61 * <li>"{@code [group }<i>i</i>{@code , item }<i>j</i>{@code ]}" refers to the
62 * <i>j</i><sup>th</sup> item in the <i>i</i><sup>th</sup> equality group,
65 * equal object is provided, that becomes group 1.
107 for (List<Object> group : equalityGroups) {
108 delegate.addRelatedGroup(group);
/external/linux-tools-perf/src/tools/perf/tests/
H A Dattr.py74 self.group = ''
208 # For each defined group in the expected events
209 # check we match the same group in the result.
211 group = exp_event.group
213 if (group == ''):
217 res_group = result[res_name].group
218 if res_group not in match[group]:
219 raise Fail(self, 'group failure')
221 log.debug(" group
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Dprobe-event.h35 char *group; /* Group name */ member in struct:probe_trace_event
71 char *group; /* Group name */ member in struct:perf_probe_event
/external/llvm/test/MC/X86/AlignedBundling/
H A Dlong-nop-pad.s16 # To align this group to a bundle end, we need a 15-byte NOP and a 12-byte NOP.
25 # To align this group to a bundle end, we need two 15-byte NOPs, and a 1-byte.
H A Dpad-align-to-bundle-end.s18 # To align this group to a bundle end, we need a 1-byte NOP.
29 # otherwise the group crosses a boundary.
/external/llvm/utils/lint/
H A Dcpp_lint.py43 curr_config_header = config_header.group(1)
53 curr_system_header = system_header.group(1)
/external/markdown/markdown/extensions/
H A Dwikilinks.py120 if m.group(2).strip():
122 label = m.group(2).strip()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DRadioGroupTest.java58 public void onCheckedChanged(RadioGroup group, int checkedId) { argument
59 onCheckedChangedGroups.add(group);
/external/lldb/test/types/
H A DAbstractBase.py107 var, val = match.group(1), match.group(2)
147 dt = re.match("^\((.*)\)", output).group(1)
188 var, val = match.group(1), match.group(2)
238 dt = re.match("^\((.*)\) \$[0-9]+ = ", output).group(1)
/external/llvm/test/MC/ARM/
H A Deh-directive-section-comdat.s4 @ Check the .group section for the function in comdat section.
9 @ we have to group the corresponding .ARM.extab and .ARM.exidx with the
12 @ This test case will check the content of .group section. The section index
13 @ of the grouped sections should be recorded in .group section.
41 @ Check the .group section
46 @ CHECK: Name: .group

Completed in 734 milliseconds

1234567891011>>