HomeSort by relevance Sort by last modified time
    Searched defs:group (Results 526 - 550 of 1507) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
netlink.h 119 __u32 group; member in struct:nl_pktinfo
  /prebuilts/ndk/current/platforms/android-24/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/ext4_utils/
make_ext4fs.c 90 Allocating blocks in the same block group as the file inode
384 /* After properly rounding up the number of inodes/group,
536 int i, group = 0; local
539 group = i;
543 return group;
620 // Assummption is that allocations are within the same block group
624 "block group than start block. did you change fs params?");
773 printf(" Blocks per group: %d\n", info.blocks_per_group);
774 printf(" Inodes per group: %d\n", info.inodes_per_group);
783 printf(" Reserved block group size: %d\n", info.bg_desc_reserve_blocks)
    [all...]
  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
event.h 109 } group; member in union:sample_read::__anon74869
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
event.h 100 } group; member in union:sample_read::__anon74872
  /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 513 ViewGroup group = (ViewGroup) view; local
515 int count = group.getChildCount();
517 destroyResources(group.getChildAt(i));
    [all...]
  /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/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderIntegerFunctionTests.cpp 5 * Copyright (c) 2015 The Khronos Group Inc.
279 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), functionName, functionName); local
281 parent->addChild(group);
305 group->addChild(new TestClass(parent->getTestContext(), glu::DataType(scalarType + vecSize - 1), glu::Precision(prec), glu::ShaderType(shaderTypeNdx)));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 5 * Copyright (c) 2015 The Khronos Group Inc.
333 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(testCtx, groupName, description); local
334 parentGroup->addChild(group);
339 group->addChild(new RandomSSBOLayoutCase(testCtx, de::toString(ndx).c_str(), "", bufferMode, features, (deUint32)ndx+baseSeed));
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp 1290 TestCaseGroup* group = new TestCaseGroup(m_context, groupName.c_str(), groupDesc.c_str()); local
    [all...]
es2fShaderTextureFunctionTests.cpp 562 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), groupName, groupDesc); local
563 parent->addChild(group);
566 group->addChild(new ShaderTextureFunctionCase(parent->getContext(), cases[ndx].name, "", cases[ndx].lookupSpec, cases[ndx].texSpec, cases[ndx].evalFunc, isVertex));
624 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(m_testCtx, "invalid", "Invalid texture function usage", negativeCases); local
625 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 1639 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/android_icu4j/src/main/java/android/icu/impl/
UCharacterName.java 57 * Number of lines per group
125 // try algorithmic names first, if fails then try group names
169 * @param index of group string object in array
181 index = index * m_groupsize_; // byte count offsets of group strings
188 // all 32 lengths must be read to get the offset of the first group
223 * Gets the name of the argument group index.
231 * @param index of the group name string in byte count
232 * @param length of the group name string
234 * @return name of the group
326 * Gets the group index for the codepoint, or the group before it
509 int group = getGroup(ch); local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Currency.java 917 Set<T> group = new HashSet<T>(); 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 408 // We've got a $. Pick up a capture group name or number if one follows.
409 // Consume digits so long as the resulting group number <= the number of
416 // Scan for a Named Capture Group, ${name}.
439 // $n Scan for a capture group number
451 // Don't consume the next digit if it makes the capture group number too big.
462 // $ not followed by capture group name or number.
469 } // End of $ capture group handling
554 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const {
562 if (group < 0 || group > fPattern->fGroupMap->size())
1147 UnicodeString RegexMatcher::group(UErrorCode &status) const { function in class:RegexMatcher
1152 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { function in class:RegexMatcher
1157 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const { function in class:RegexMatcher
1199 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 545 * <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...]

Completed in 578 milliseconds

<<21222324252627282930>>