HomeSort by relevance Sort by last modified time
    Searched full:group (Results 351 - 375 of 3028) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/luni-kernel/src/main/java/java/lang/
Thread.java 146 volatile ThreadGroup group; field in class:Thread
286 * @param group
293 * if <code>group.checkAccess()</code> fails with a
296 * if <code>group.destroy()</code> has already been done
304 public Thread(ThreadGroup group, Runnable runnable) {
305 create(group, runnable, null, 0);
312 * @param group
320 * if <code>group.checkAccess()</code> fails with a
323 * if <code>group.destroy()</code> has already been done
331 public Thread(ThreadGroup group, Runnable runnable, String threadName)
    [all...]
  /hardware/ti/wlan/wl1271/Test/
scrDbg.c 176 WLAN_OS_REPORT(("1705 - Change SCR group\n"));
222 * \brief Change the SCR group.\n
226 * \param group - the group to change to.\n
228 void changeGroup( TI_HANDLE hScr, EScrGroupId group )
230 scr_setGroup( hScr, group );
231 WLAN_OS_REPORT(("SCR group was changed to %s\n",
232 groupDesc[ group ]));
264 WLAN_OS_REPORT( ("SCR current group:%s, mode: %s, serving channel owner:%s, periodic scan owner: %s "
  /system/wlan/ti/wilink_6_1/Test/
scrDbg.c 176 WLAN_OS_REPORT(("1705 - Change SCR group\n"));
222 * \brief Change the SCR group.\n
226 * \param group - the group to change to.\n
228 void changeGroup( TI_HANDLE hScr, EScrGroupId group )
230 scr_setGroup( hScr, group );
231 WLAN_OS_REPORT(("SCR group was changed to %s\n",
232 groupDesc[ group ]));
264 WLAN_OS_REPORT( ("SCR current group:%s, mode: %s, serving channel owner:%s, periodic scan owner: %s "
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList2.java 60 new String[] {People.NAME}, // Name for group layouts
78 // Given the group, we return a cursor for all the children within that group
ExpandableList3.java 48 curGroupMap.put(NAME, "Group " + i);
49 curGroupMap.put(IS_EVEN, (i % 2 == 0) ? "This group is even" : "This group is odd");
  /external/e2fsprogs/misc/
dumpe2fs.8.in 22 prints the super block and blocks group information for the filesystem
56 group descriptor detail information.
66 print the detailed group information block numbers in hexadecimal format
  /external/e2fsprogs/resize/
main.c 99 unsigned int group; local
107 for (group = 0; group < fs->group_desc_count; group++) {
108 has_sb = ext2fs_bg_has_super(fs, group);
109 if (group == 0 || has_sb != prev_has_sb)
111 b_stride = fs->group_desc[group].bg_block_bitmap -
112 fs->group_desc[group-1].bg_block_bitmap -
114 i_stride = fs->group_desc[group].bg_inode_bitmap -
115 fs->group_desc[group-1].bg_inode_bitmap -
    [all...]
  /external/jpeg/
NOTICE 1 This software is based in part on the work of the Independent JPEG Group.
22 the Independent JPEG Group".
33 it. This software may be referred to only as "the Independent JPEG Group's
  /external/libxml2/include/libxml/
nanoftp.h 28 * @group: the group string
42 const char *owner, const char *group,
  /external/qemu/gdb-xml/
arm-vfp3.xml 42 <reg name="fpsid" bitsize="32" type="int" group="float"/>
43 <reg name="fpscr" bitsize="32" type="int" group="float"/>
44 <reg name="fpexc" bitsize="32" type="int" group="float"/>
  /external/webkit/WebCore/manual-tests/inspector/
multiple-console-messages.html 34 console.group();
51 console.group();
53 console.group();
  /frameworks/base/core/java/android/widget/
RadioGroup.java 30 * buttons. Checking one radio button that belongs to a radio group unchecks
31 * any previously checked radio button within the same group.</p>
34 * to uncheck a particular radio button, the radio group can be cleared to
147 * @param id the unique id of the radio button to select in this group
184 * <p>Returns the identifier of the selected radio button in this group.
187 * @return the unique id of the selected radio button in this group
198 * in this group is selected and {@link #getCheckedRadioButtonId()} returns
210 * changes in this group.</p>
315 * radio button changed in this group.</p>
322 * @param group the group in which the checked radio button has change
    [all...]
AppSecurityPermissions.java 237 * Canonicalizes the group description before it is displayed to the user.
287 Log.i(TAG, "Invalid group name:" + grpName);
296 * Utility method that displays permissions from a map containing group name and
308 //will belong to the default group
309 if(localLOGV) Log.i(TAG, "Adding view group:" + grpLabel + ", desc:"
391 * Utility method that aggregates all permission descriptions categorized by group
392 * Say group1 has perm11, perm12, perm13, the group description will be
418 if(localLOGV) Log.i(TAG, "Group:"+grpNameKey+" description:"+grpDesc.toString());
442 // Map containing group names and a list of permissions under that group
    [all...]
  /frameworks/base/docs/html/resources/
community-groups.jd 78 <p>To subscribe to a group without using the Google Groups site, use the link under "subscribe via email" in the lists above.</p>
81 <ol><li>Sign into the group via the Google Groups site. For example, for the android-framework group you would visit <a href="http://groups.google.com/group/android-framework">http://groups.google.com/group/android-framework</a>.</li>
83 <li>Under "How do you want to read this group?" select one of the email options.</li>
89 <li><strong><a href="http://groups.google.com/group/android-developers">android-developers</a></strong>
94 <li><strong><a href="http://groups.google.com/group/android-discuss">android-discuss</a></strong>
99 <li><strong><a href="http://groups.google.com/group/android-ndk">android-ndk</a></strong>
104 <li><strong><a href="http://groups.google.com/group/android-security-discuss">android-security-discuss</a></strong
    [all...]
  /system/core/init/
readme.txt 73 socket <name> <type> <perm> [ <user> [ <group> ] ]
76 User and group default to 0.
85 group <groupname> [ <groupname> ]*
154 chown <owner> <group> <path>
155 Change file owner and group.
174 mkdir <path> [mode] [owner] [group]
176 group. If not provided, the directory is created with permissions 755 and
177 owned by the root user and root group.
266 group adb
270 group usb
    [all...]
  /external/clearsilver/scripts/
document.py 103 line = m.group(1)
112 func_name = m.group(3)
119 func_name = m.group(3)
130 f = self.func(m.group(1))
131 f._title = m.group(2)
136 f._desc = m.group(1)
141 f._args = m.group(2)
146 f._retr = m.group(2)
151 f._output = m.group(1)
157 f._other = f._other + "%s: %s" % (m.group(1), m.group(2)
    [all...]
  /frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java 29 * group's, children. Each child uses the same animation but for every one of
33 * characteristics of each child, like its index in the view group.
36 * amount of miliseconds by the index of the child in its parent view group.
42 * group.
57 * to their view group.
63 * added to their view group.
73 * The animation applied on each child of the view group on which this
98 * @param context the Context the view group is running in, through which
129 * @param animation the animation to use on each child of the view group
139 * @param animation the animation to use on each child of the view group
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventLogParser.java 152 int value = Integer.parseInt(m.group(1));
153 String name = m.group(2);
167 String description = m.group(3);
183 int value = Integer.parseInt(m.group(1));
184 String name = m.group(2);
202 String name = m.group(1);
204 String typeString = m.group(2);
212 typeString = m.group(3);
297 int month = Integer.parseInt(m.group(1));
298 int day = Integer.parseInt(m.group(2))
    [all...]
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheGroup.cpp 72 ASSERT(m_newestCache->group() == this);
94 if (ApplicationCacheGroup* group = cacheStorage().cacheGroupForURL(url)) {
95 ASSERT(group->newestCache());
96 ASSERT(!group->isObsolete());
98 return group->newestCache();
113 if (ApplicationCacheGroup* group = cacheStorage().fallbackCacheGroupForURL(url)) {
114 ASSERT(group->newestCache());
115 ASSERT(!group->isObsolete());
117 return group->newestCache();
145 if (manifestURL == mainResourceCache->group()->m_manifestURL)
185 ApplicationCacheGroup* group = cacheStorage().findOrCreateCacheGroup(manifestURL); local
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scr.c 72 /* client status for idle group */
81 /* client status for DRV scan group */
90 /* client status for APP scan group */
99 /* client status for connect group */
108 /* client status for connected group */
117 /* client status for roaming group */
130 { /* client status for idle group */
139 /* client status for DRV scan group */
148 /* client status for APP scan group */
157 /* client status for connect group */
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scr.c 72 /* client status for idle group */
81 /* client status for DRV scan group */
90 /* client status for APP scan group */
99 /* client status for connect group */
108 /* client status for connected group */
117 /* client status for roaming group */
130 { /* client status for idle group */
139 /* client status for DRV scan group */
148 /* client status for APP scan group */
157 /* client status for connect group */
    [all...]
  /external/bluetooth/glib/docs/reference/glib/
building.sgml 188 <group>
190 </group>
191 <group>
194 </group>
195 <group>
198 </group>
199 <group>
202 </group>
203 <group>
205 </group>
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 42 import org.eclipse.swt.widgets.Group;
114 * Creates the top group with the field to replace which string and by what
123 Group group = new Group(content, SWT.NONE); local
124 group.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
126 group.setText("String Replacement");
128 group.setText("New String");
133 group.setLayout(layout);
137 Label label = new Label(group, SWT.NONE)
197 Group group = new Group(content, SWT.NONE); local
    [all...]
  /build/tools/droiddoc/src/
AttrTagInfo.java 63 String command = m.group(1);
64 String more = m.group(2);
82 if (!m.matches() || m.group(2).trim().length() != 0) {
87 mAttrName = m.group(1);
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
BrokenBarrierException.java 3 * Expert Group and released to the public domain, as explained at

Completed in 490 milliseconds

<<11121314151617181920>>