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

<<21222324252627282930>>

  /packages/apps/Launcher2/res/values/
strings.xml 62 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all apps -->
64 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all shortcuts -->
68 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all live folders -->
70 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of all widgets/gadgets -->
72 <!-- Options in "Add to Home" dialog box; Title of the group containing the list of apps that can set the wallpaper-->
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xos.h 15 Copyright 1987, 1998 The Open Group
29 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
33 Except as contained in this notice, the name of The Open Group shall not be
35 in this Software without prior written authorization from The Open Group.
37 * The X Window System is a Trademark of The Open Group.
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/srv/inc/
scrApi.h 122 SCR_PR_DIFFERENT_GROUP_RUNNING, /**< The current SCR group is different than the client's group */
218 * \brief Changes the current SCR group.\n
222 * \param newGroup - the new group to use.\n
230 * when changing mode - clients that are not valid in the new group/mode are aborted \n
  /system/wlan/ti/wilink_6_1/Test/
MibDbg.c 106 WLAN_OS_REPORT(("Get Group Address Table failed\n"));
110 /* print Group Address Table */
111 WLAN_OS_REPORT(("Group addresses Table:\n"));
118 WLAN_OS_REPORT(("Group addresses: \n"));
241 WLAN_OS_REPORT(("2102 - Print Group Address Table\n"));
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
scrApi.h 131 SCR_PR_DIFFERENT_GROUP_RUNNING, /**< The current SCR group is different than the client's group */
227 * \brief Changes the current SCR group.\n
231 * \param newGroup - the new group to use.\n
239 * when changing mode - clients that are not valid in the new group/mode are aborted \n
  /external/dbus/bus/
config-parser.c 923 const char *group; local
940 "group", &group,
946 (context && group) ||
948 ((user && group) ||
950 (group && at_console) ||
951 !(context || user || group || at_console))
954 "<policy> element must have exactly one of (context|user|group|at_console) attributes");
988 else if (group != NULL)
991 _dbus_string_init_const (&group_name, group);
1107 const char *group; local
    [all...]
  /external/icu4c/i18n/unicode/
regex.h 406 UVector32 *fGroupMap; // Map from capture group number to position of
407 // the group's variables in the matcher stack frame.
549 * <code>end()</code>, and <code>group()</code> functions.</p>
564 * <code>end()</code>, and <code>group()</code> functions.</p>
577 * If a match is found, <code>start(), end()</code> and <code>group()</code>
609 virtual UnicodeString group(UErrorCode &status) const;
613 * Returns a string containing the text captured by the given group
614 * during the previous match operation. Group(0) is the entire match.
616 * @param groupNum the capture group number
620 * U_INDEX_OUTOFBOUNDS_ERROR for a bad capture group number
    [all...]
  /development/ide/xcode/freetype2.xcodeproj/
project.pbxproj 85 003A0FA10E0BE8C700136848 /* pshinter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pshinter.c; path = "../../extlibs/freetype-2.3.6/src/pshinter/pshinter.c"; sourceTree = "<group>"; };
119 sourceTree = "<group>";
127 sourceTree = "<group>";
135 sourceTree = "<group>";
142 sourceTree = "<group>";
176 sourceTree = "<group>";
184 sourceTree = "<group>";
192 sourceTree = "<group>";
200 sourceTree = "<group>";
208 sourceTree = "<group>";
    [all...]
  /external/e2fsprogs/ext2ed/
init.c 101 add_user_command (&ext2_commands,"group","Moves to the first group descriptor",type_ext2___group);
290 add_user_command (&ptr->type_commands,"next","Move to next inode in current block group",type_ext2_inode___next);
291 add_user_command (&ptr->type_commands,"prev","Move to next inode in current block group",type_ext2_inode___prev);
292 add_user_command (&ptr->type_commands,"group","Move to the group descriptors of the current inode table",type_ext2_inode___group);
318 add_user_command (&ptr->type_commands,"next","Pass to the next block group decriptor",type_ext2_group_desc___next);
319 add_user_command (&ptr->type_commands,"prev","Pass to the previous group descriptor",type_ext2_group_desc___prev);
320 add_user_command (&ptr->type_commands,"entry","Pass to a specific group descriptor",type_ext2_group_desc___entry);
321 add_user_command (&ptr->type_commands,"show","Shows the current group descriptor",type_ext2_group_desc___show)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
inode.c 48 dgrp_t group,
190 dgrp_t group,
237 int group)
239 scan->current_group = group - 1;
240 scan->groups_left = scan->fs->group_desc_count - group;
393 * Do we need to start reading a new block group?
414 * they can be done for block group #0.
507 unsigned long group, block, block_nr, offset; local
547 group = (ino - 1) / EXT2_INODES_PER_GROUP(fs->super);
551 if (!fs->group_desc[(unsigned)group].bg_inode_table
613 unsigned long group, block, block_nr, offset; local
    [all...]
  /external/icu4c/tools/toolutil/
xmlparser.cpp 120 // Capture group 1 is name,
139 // We will figure out what we've got based on which capture group has content.
240 UnicodeString attName = mAttrValue.group(1, errorCode);
241 UnicodeString attValue = mAttrValue.group(2, errorCode);
429 const UnicodeString name = mXMLElemEnd.group(1, status);
488 // First capture group is the element's name.
489 UXMLElement *el = new UXMLElement(this, intern(mEl.group(1, status), status), status);
495 UnicodeString attName = mAttrValue.group(1, status);
496 UnicodeString attValue = mAttrValue.group(2, status);
566 result = mXMLCharData.group(0, status)
    [all...]
  /external/opencore/codecs_v2/audio/aac/dec/src/
pns_left.cpp 63 information about each group.
66 scalefactor bands per group, etc.)
68 const Int group[] = Array that contains indexes of the
69 the first window in the next group.
113 The function steps through each scalefactor band in the group, and
117 group has its spectral information filled with scaled random data.
318 const Int group[],
337 const Int *pGroup = &(group[0]);
353 /* PNS goes by group */
362 Partition is equal to the first window in the next group
    [all...]
apply_ms_synt.cpp 38 pFrameInfo = Pointer to structure that holds information about each group.
40 per group, etc.)
43 group = Array that contains indexes of the
44 first window in the next group.
298 const Int group[],
329 const Int *pGroup = group;
362 * Partition is equal to the first window in the next group
364 * { Group 0 }{ Group 1 }{ Group 2 }{Group 3
    [all...]
  /external/openssl/crypto/evp/
evp_pkey.c 257 EC_GROUP *group; local
270 group = EC_GROUP_new_by_curve_name(OBJ_obj2nid(a->parameter->value.object));
271 if (group == NULL)
273 EC_GROUP_set_asn1_flag(group, OPENSSL_EC_NAMED_CURVE);
274 if (EC_KEY_set_group(eckey, group) == 0)
276 EC_GROUP_free(group);
290 const EC_GROUP *group; local
294 group = EC_KEY_get0_group(eckey);
295 pub_key = EC_POINT_new(group);
301 if (!EC_POINT_copy(pub_key, EC_GROUP_get0_generator(group)))
606 const EC_GROUP *group; local
    [all...]
p_lib.c 95 const EC_GROUP *group; local
103 group = EC_KEY_get0_group(pkey->pkey.ec);
104 if (!EC_GROUP_get_order(group, order, NULL))
198 EC_GROUP *group = EC_GROUP_dup(EC_KEY_get0_group(from->pkey.ec)); local
199 if (group == NULL)
201 if (EC_KEY_set_group(to->pkey.ec, group) == 0)
203 EC_GROUP_free(group);
288 const EC_GROUP *group = EC_KEY_get0_group(b->pkey.ec); local
291 r = EC_POINT_cmp(group, pa, pb, NULL);
  /frameworks/base/media/libstagefright/codecs/aacdec/
pns_left.cpp 63 information about each group.
66 scalefactor bands per group, etc.)
68 const Int group[] = Array that contains indexes of the
69 the first window in the next group.
113 The function steps through each scalefactor band in the group, and
117 group has its spectral information filled with scaled random data.
318 const Int group[],
337 const Int *pGroup = &(group[0]);
353 /* PNS goes by group */
362 Partition is equal to the first window in the next group
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
wpa_core.c 66 S32 group; member in struct:__anon8112
118 pWpaCore->WpaSupplParams.group = WPA_CIPHER_NONE;
298 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - WpaCore_SetEncryptionGroup - group encryption cant be NONE\n");
301 pWpaCore->WpaSupplParams.group = WPA_CIPHER_WEP40;
305 pWpaCore->WpaSupplParams.group = WPA_CIPHER_TKIP;
308 pWpaCore->WpaSupplParams.group = WPA_CIPHER_CCMP;
678 /* set group encryption of the new network block */
680 if (pWpaCore->WpaSupplParams.group == WPA_CIPHER_WEP40)
681 os_sprintf(cmd, (PS8)"SET_NETWORK %d group WEP40", NetworkID);
682 else if (pWpaCore->WpaSupplParams.group == WPA_CIPHER_TKIP
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
wpa_core.c 66 S32 group; member in struct:__anon13954
118 pWpaCore->WpaSupplParams.group = WPA_CIPHER_NONE;
298 os_error_printf(CU_MSG_ERROR, (PS8)"ERROR - WpaCore_SetEncryptionGroup - group encryption cant be NONE\n");
301 pWpaCore->WpaSupplParams.group = WPA_CIPHER_WEP40;
305 pWpaCore->WpaSupplParams.group = WPA_CIPHER_TKIP;
308 pWpaCore->WpaSupplParams.group = WPA_CIPHER_CCMP;
678 /* set group encryption of the new network block */
680 if (pWpaCore->WpaSupplParams.group == WPA_CIPHER_WEP40)
681 os_sprintf(cmd, (PS8)"SET_NETWORK %d group WEP40", NetworkID);
682 else if (pWpaCore->WpaSupplParams.group == WPA_CIPHER_TKIP
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 696 ViewGroup group = (ViewGroup) view; local
697 dumpViewHierarchy(group, out, 0);
836 ViewGroup group = (ViewGroup) view; local
837 dumpViewHierarchy(group, out, 0);
1087 ViewGroup group = (ViewGroup) view; local
1161 ViewGroup group = (ViewGroup) view; local
1162 dumpViewHierarchyWithProperties(group.getContext(), group, out, 0); local
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/
SecurityManager.java 123 // Only worry about system threads. Dead threads have a null group.
124 ThreadGroup group = thread.getThreadGroup(); local
125 if ((group != null) && (group.parent == null)) {
132 * thread group.
134 * @param group
135 * the thread group to access.
137 * if {@code group} is {@code null}.
139 * if the calling thread is not allowed to access {@code group}.
141 public void checkAccess(ThreadGroup group) {
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
menus.jd 124 The <var>groupId</var> allows you to associate this menu item with a group of other items
275 three valid elements: <code>&lt;menu></code>, <code>&lt;group></code> and <code>&lt;item></code>. The
276 <code>item</code> and <code>group</code> elements must be children of a <code>menu</code>, but <code>item</code>
277 elements may also be the children of a <code>group</code>, and another <code>menu</code> element may be the child
310 <p>You can define <a href="#groups">menu groups</a> by wrapping <code>item</code> elements in a <code>group</code>
321 <p>When adding new items to a menu, you can optionally include each item in a group.
322 A menu group is a collection of menu items that can share certain traits, like
325 <p>A group is defined by an integer (or a resource id, in XML). A menu item is added to the group when it is
329 <p>You can show or hide the entire group with
    [all...]
  /external/icu4c/i18n/
uspoof_buildwsconf.cpp 57 "^([ \\t]*(?:#.*?)?)$" // A blank or comment line. Matches Group 1.
60 "\\s*([A-Za-z]+)\\s*;" // The source script. Group 4.
61 "\\s*([A-Za-z]+)\\s*;" // The target script. Group 5.
62 "\\s*(?:(A)|(L))" // The table A or L. Group 6 or 7
65 "^(.*?)$"; // An error line. Group 8.
71 // Extract a regular expression match group into a char * string.
72 // The group must contain only invariant characters.
76 URegularExpression *e, int32_t group, char *destBuf, int32_t destCapacity, UErrorCode &status) {
81 int32_t len = uregex_group(e, group, ubuf, 50, &status);
  /external/openssl/crypto/ecdsa/
ecdsatest.c 289 EC_GROUP *group; local
336 group = EC_GROUP_new_by_curve_name(nid);
337 if (group == NULL)
339 if (EC_KEY_set_group(eckey, group) == 0)
341 EC_GROUP_free(group);
359 group = EC_GROUP_new_by_curve_name(nid);
360 if (group == NULL)
362 if (EC_KEY_set_group(wrong_eckey, group) == 0)
364 EC_GROUP_free(group);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiDialog.java 187 ViewGroup group = (ViewGroup) mView.findViewById(R.id.info); local
191 addRow(group, R.string.wifi_status, Summary.get(getContext(), state));
195 addRow(group, R.string.wifi_security, type[mAccessPoint.security]);
200 addRow(group, R.string.wifi_signal, signal[level]);
205 addRow(group, R.string.wifi_speed, info.getLinkSpeed() + WifiInfo.LINK_SPEED_UNITS);
209 addRow(group, R.string.wifi_ip_address, Formatter.formatIpAddress(address));
239 private void addRow(ViewGroup group, int name, String value) {
240 View row = getLayoutInflater().inflate(R.layout.wifi_dialog_row, group, false);
243 group.addView(row);
  /external/skia/xcode/freetype2.xcodeproj/
project.pbxproj 119 sourceTree = "<group>";
127 sourceTree = "<group>";
135 sourceTree = "<group>";
142 sourceTree = "<group>";
176 sourceTree = "<group>";
184 sourceTree = "<group>";
192 sourceTree = "<group>";
200 sourceTree = "<group>";
208 sourceTree = "<group>";
216 sourceTree = "<group>";
    [all...]

Completed in 252 milliseconds

<<21222324252627282930>>