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

<<21222324252627282930>>

  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipEditor.java 547 PreferenceGroup group = (PreferenceGroup) screen.findPreference( local
549 screen.removePreference(group);
551 mPreferences = new Preference[group.getPreferenceCount()];
554 Preference pref = group.getPreference(i);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XKBlib.h 101 int group; /* keyboard group */ member in struct:_XkbStateNotifyEvent
102 int base_group; /* base keyboard group */
103 int latched_group; /* latched keyboard group */
104 int locked_group; /* locked keyboard group */
216 int group; /* effective group */ member in struct:_XkbActionMessage
365 int /* group */,
597 unsigned int /* group */
603 unsigned int /* group */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XKBlib.h 99 int group; /* keyboard group */ member in struct:_XkbStateNotifyEvent
100 int base_group; /* base keyboard group */
101 int latched_group; /* latched keyboard group */
102 int locked_group; /* locked keyboard group */
214 int group; /* effective group */ member in struct:_XkbActionMessage
363 int /* group */,
595 unsigned int /* group */
601 unsigned int /* group */
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
GridLayoutConverter.java 855 Set<View> group = new HashSet<View>(); local
912 List<View> group = new ArrayList<View>(2); local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
options.cc 1389 Input_file_group* group = new Input_file_group(); local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-cli-1.2.jar 
  /prebuilts/misc/common/commons-cli/
commons-cli-1.2.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.5.201505241946/
org.jacoco.ant-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.6.201602180812/
org.jacoco.ant-0.7.6.201602180812.jar 
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 133 /* Idle time after a peer is gone when the group is torn down */
138 /* Delayed message to timeout group creation */
193 /* When a group has been explicitly created by an app, we persist the group
198 /* Invitation to join an existing p2p group */
248 * For example, device limit or group limit is set. */
263 /* Unknown p2p group. For example, Device A tries to invoke the previous persistent group,
267 /* Both p2p devices indicated an intent of 15 in group owner negotiation. */
1358 WifiP2pGroup group = (WifiP2pGroup) message.obj; local
2394 ViewGroup group = (ViewGroup) textEntryView.findViewById(R.id.info); local
2416 ViewGroup group = (ViewGroup) textEntryView.findViewById(R.id.info); local
2541 WifiP2pGroup group = new WifiP2pGroup(); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/stringtemplate/3.2.1/
stringtemplate-3.2.1.jar 
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
TestCaseEditController.java 466 ButtonGroup group = new ButtonGroup(); local
467 group.add(tbFail);
468 group.add(tbOk);
  /external/chromium-trace/catapult/telemetry/third_party/png/
png.py 206 def group(s, n): function
747 # Adding padding bytes so we can group into a whole
753 l = group(a, spb)
    [all...]
  /external/dbus/bus/
config-parser.c 973 const char *group; local
990 "group", &group,
996 (context && group) ||
998 ((user && group) ||
1000 (group && at_console) ||
1001 !(context || user || group || at_console))
1004 "<policy> element must have exactly one of (context|user|group|at_console) attributes");
1038 else if (group != NULL)
1041 _dbus_string_init_const (&group_name, group);
1159 const char *group; local
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 1521 TestCaseGroup* group = s_sequenceCases[caseNdx].containsSideEffects ? sequenceSideEffGroup : sequenceNoSideEffGroup; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fMultisampleTests.cpp 1651 TestCaseGroup* group = new TestCaseGroup(m_context, local
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 1788 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "workload", "Workload"); member in class:deqp::gles3::Performance::tcu
1798 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "occluder_discard", "Discard"); member in class:deqp::gles3::Performance::tcu
1814 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "partial_coverage", "Partial Coverage"); member in class:deqp::gles3::Performance::tcu
1830 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "frag_depth", "Partial Coverage"); member in class:deqp::gles3::Performance::tcu
1841 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "order", "Rendering order"); member in class:deqp::gles3::Performance::tcu
1855 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "gradient", "Gradients with small depth differences"); member in class:deqp::gles3::Performance::tcu
1868 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "occluder_geometry", "Occluders with varying geometry complexity"); member in class:deqp::gles3::Performance::tcu
1898 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, "frag_depth", "Modifying gl_FragDepth"); member in class:deqp::gles3::Performance::tcu
    [all...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp 2089 TestCaseGroup* const group = new TestCaseGroup(root->getContext(), groupName.c_str(), groupName.c_str()); local
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 106 com_err(device, 0, "catastrophic mode - not reading inode or group bitmaps");
323 static void print_bg_opts(ext2_filsys fs, dgrp_t group, int mask,
326 if (ext2fs_bg_flags_test(fs, group, mask)) {
378 fprintf(out, " Group %2d: block bitmap at %llu, "
757 fprintf(out, "%sUser: %5d Group: %5d Size: ",
1230 modify_u16(argv[0], "Group ID", decimal_format, &inode.i_gid);
2118 unsigned long group, block, block_nr, offset; local
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 101 static int quotatype = -1; /* Initialize both user and group quotas by default */
122 "\t[-G flex-group-size] [-N number-of-inodes]\n"
124 "\t[-g blocks-per-group] [-L volume-label] "
249 int group; local
256 * The primary superblock and group descriptors *must* be
263 "superblock/group descriptor area bad.\n"), i);
274 * superblocks and/or group descriptors. If so, issue a
287 _("Warning: the backup superblock/group descriptors at block %u contain\n"
291 group = ext2fs_group_of_blk2(fs, group_block+j);
292 ext2fs_bg_free_blocks_count_set(fs, group, ext2fs_bg_free_blocks_count(fs, group) + 1)
2326 int grp_free, num_free, group; local
    [all...]
tune2fs.c 120 "[-g group]\n"
289 int group; local
293 group = ext2fs_group_of_blk2(fs, block);
294 ext2fs_bg_free_blocks_count_set(fs, group, ext2fs_bg_free_blocks_count(fs, group) + 1);
295 ext2fs_group_desc_csum_set(fs, group);
473 * We want to update group desc with the new free blocks count
512 /* We need to force out the group descriptors as well */
597 /* Enable both user quota and group quota by default */
614 /* Disable both user quota and group quota by default *
1354 dgrp_t group; local
1382 dgrp_t group = 0; local
1666 unsigned int group = 0; local
    [all...]

Completed in 3734 milliseconds

<<21222324252627282930>>