HomeSort by relevance Sort by last modified time
    Searched defs:group (Results 451 - 475 of 1111) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
netlink.h 119 __u32 group; member in struct:nl_pktinfo
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 53 import org.eclipse.swt.widgets.Group;
135 Group group = new Group(comp, SWT.NONE); local
136 group.setText("Launch Action:");
138 group.setLayoutData(gd);
141 group.setLayout(layout);
142 group.setFont(font);
144 mDefaultActionButton = new Button(group, SWT.RADIO);
162 mActivityActionButton = new Button(group, SWT.RADIO)
253 Group group = new Group(parent, SWT.NONE); local
    [all...]
  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
event.h 109 } group; member in union:sample_read::__anon70055
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
event.h 100 } group; member in union:sample_read::__anon70058
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java 38 import org.eclipse.swt.widgets.Group;
179 Group databaseGroup = createGroup(compositeDatabase, "Database", 5);
191 Group statusGroup = createGroup(compositeStatus, "Status", 1);
194 Group statusErrorGroup = createGroup(statusGroup, "Error level", 5);
206 Group statusSmallGroup = createGroup(statusGroup, "Small value", 5);
212 Group statusStatisticsGroup = createGroup(statusGroup, "Statistics", 5);
295 private Group createGroup(Composite parent, String text, int columns) {
296 Group group = new Group(parent, SWT.NONE) local
    [all...]
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 175 ViewGroup group = (ViewGroup) view; local
177 int count = group.getChildCount();
179 destroyResources(group.getChildAt(i));
  /external/aac/libAACdec/src/
aacdec_hcr.cpp 310 SCHAR group; local
342 for (window = 0, group = 0; group < numOfGroups; group++) {
343 winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group);
345 cb = pCodeBook[group * 16 + band];
625 SCHAR group; local
660 for (group = 0; group < numWinGroup; group++)
    [all...]
  /external/boringssl/src/ssl/
s3_clnt.c 1208 const EC_GROUP *group; local
    [all...]
s3_srvr.c 1353 const EC_GROUP *group = EC_KEY_get0_group(ecdh); local
1852 const EC_GROUP *group; local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp 1289 TestCaseGroup* group = new TestCaseGroup(m_context, groupName.c_str(), groupDesc.c_str()); local
    [all...]
es2fShaderTextureFunctionTests.cpp 567 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), groupName, groupDesc); local
568 parent->addChild(group);
571 group->addChild(new ShaderTextureFunctionCase(parent->getContext(), cases[ndx].name, "", cases[ndx].lookupSpec, cases[ndx].texSpec, cases[ndx].evalFunc, isVertex));
629 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(m_testCtx, "invalid", "Invalid texture function usage", negativeCases); local
630 addChild(group);
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp 444 tcu::TestCaseGroup* group = (indexTest.storage == gls::DrawTestSpec::STORAGE_USER) local
464 group->addChild(test.release());
    [all...]
es3fShaderCommonFunctionTests.cpp 1635 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), functionName, functionName); local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp 1561 TestCaseGroup* const group = new TestCaseGroup(context, "draw_buffers_indexed", "Test for indexed draw buffers. GL_EXT_draw_buffers_indexed."); local
    [all...]
es31fSSBOLayoutTests.cpp 342 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(context.getTestContext(), groupName, description); local
343 parentGroup->addChild(group);
348 group->addChild(new RandomSSBOLayoutCase(context, de::toString(ndx).c_str(), "", bufferMode, features, (deUint32)ndx+baseSeed));
    [all...]
es31fShaderIntegerFunctionTests.cpp 1112 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), functionName, functionName); local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 131 /* Clear the block bitmap uninit flag for the last block group */
269 * If the group descriptor's bitmap and inode table blocks are valid,
276 dgrp_t group)
281 blk = ext2fs_block_bitmap_loc(old_fs, group);
288 blk = ext2fs_inode_bitmap_loc(old_fs, group);
295 blk = ext2fs_inode_table_loc(old_fs, group);
340 * Overhead is the number of bookkeeping blocks per group. It
341 * includes the superblock backup, the group descriptor
352 * See if the last group is big enough to support the
425 * Reallocate the group descriptors as necessary
1899 unsigned int group = 0; local
    [all...]
  /external/icu/icu4c/source/common/
unames.cpp 46 * The Group struct was padded to 8 bytes on compilers for early ARM CPUs,
47 * which broke the assumption that sizeof(Group)==6 and that the ++ operator
57 } Group;
67 * Get the 32-bit group offset.
68 * @param group (const uint16_t *) pointer to a Group triple of uint16_t
69 * @return group offset (int32_t)
71 #define GET_GROUP_OFFSET(group) ((int32_t)(group)[GROUP_OFFSET_HIGH]<<16|(group)[GROUP_OFFSET_LOW]
578 const uint16_t *group=getGroup(names, code); local
670 const uint16_t *group, *groupLimit; local
1349 const uint16_t *group; local
    [all...]
  /external/icu/icu4c/source/i18n/
rematch.cpp 412 // We've got a $. Pick up a capture group name or number if one follows.
413 // Consume digits so long as the resulting group number <= the number of
420 // Scan for a Named Capture Group, ${name}.
443 // $n Scan for a capture group number
455 // Don't consume the next digit if it makes the capture group number too big.
466 // $ not followed by capture group name or number.
473 } // End of $ capture group handling
558 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const {
566 if (group < 0 || group > fPattern->fGroupMap->size())
1151 UnicodeString RegexMatcher::group(UErrorCode &status) const { function in class:RegexMatcher
1156 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { function in class:RegexMatcher
1161 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const { function in class:RegexMatcher
1203 UnicodeString RegexMatcher::group(int32_t groupNum, UErrorCode &status) const { function in class:RegexMatcher
    [all...]
rulebasedcollator.cpp 508 RuleBasedCollator::setMaxVariable(UColReorderCode group, UErrorCode &errorCode) {
512 if(group == UCOL_REORDER_CODE_DEFAULT) {
514 } else if(UCOL_REORDER_CODE_FIRST <= group && group <= UCOL_REORDER_CODE_CURRENCY) {
515 value = group - UCOL_REORDER_CODE_FIRST;
538 if(group == UCOL_REORDER_CODE_DEFAULT) {
539 group = (UColReorderCode)(UCOL_REORDER_CODE_FIRST + defaultSettings.getMaxVariable());
541 uint32_t varTop = data->getLastPrimaryForGroup(group);
605 // Pin the variable top to the end of the reordering group which contains it.
607 int32_t group = data->getGroupForPrimary(varTop) local
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 544 * <group id "calendar_gregorian" resname = "gregorian" restype = "x-icu-array">
594 static const char *group = "group"; variable
595 static const char *close_group = "</group>\n";
690 sid = printContainer(res, group, array_restype, NULL, id, status);
728 sid = printContainer(res, group, intvector_restype, NULL, id, status);
929 sid = printContainer(res, group, table_restype, NULL, id, status);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterName.java 56 * Number of lines per group
124 // try algorithmic names first, if fails then try group names
168 * @param index of group string object in array
180 index = index * m_groupsize_; // byte count offsets of group strings
187 // all 32 lengths must be read to get the offset of the first group
222 * Gets the name of the argument group index.
230 * @param index of the group name string in byte count
231 * @param length of the group name string
233 * @return name of the group
325 * Gets the group index for the codepoint, or the group before it
508 int group = getGroup(ch); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Currency.java 955 Set<T> group = new HashSet<T>(); local
    [all...]
  /external/libxml2/
nanoftp.c 1605 char group[11]; local
    [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-stat.c 97 static bool group = false; variable
463 if (group)
    [all...]

Completed in 716 milliseconds

<<11121314151617181920>>