HomeSort by relevance Sort by last modified time
    Searched full:groups (Results 51 - 75 of 1621) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Contacts/res/layout/
group_editor_fragment.xml 18 This is the container for either the group editor view for editable groups
19 or read-only groups.
  /tools/build/gradle/src/main/groovy/com/android/build/gradle/
AndroidExtension.groovy 45 public void flavorGroups(String... groups) {
46 flavorGroupList = Arrays.asList(groups)
  /external/iproute2/ip/
xfrm_monitor.c 306 unsigned groups = ~((unsigned)0); /* XXX */ local
322 groups = 0;
325 groups = 0;
328 groups = 0;
331 groups = 0;
334 groups = 0;
337 groups = 0;
348 groups |= nl_mgrp(XFRMNLGRP_ACQUIRE);
350 groups |= nl_mgrp(XFRMNLGRP_EXPIRE);
352 groups |= nl_mgrp(XFRMNLGRP_SA)
    [all...]
  /external/elfutils/libasm/
asm_newscngrp.c 91 assert (ctx->groups == NULL);
92 ctx->groups = result->next = result;
96 result->next = ctx->groups->next;
97 ctx->groups = ctx->groups->next = result;
  /external/skia/src/animator/
SkDump.cpp 26 SK_MEMBER(groups, Boolean),
36 SkDump::SkDump() : displayList(-1), eventList(-1), events(-1), groups(-1), posts(-1) {
47 if (groups > 0)
118 SK_PROPERTY(groups),
128 SK_MEMBER_PROPERTY(groups, Boolean),
  /frameworks/base/core/java/android/widget/
ResourceCursorTreeAdapter.java 43 * defines the views for collapsed groups.
45 * defines the views for expanded groups.
70 * defines the views for collapsed groups.
72 * defines the views for expanded groups.
88 * views for all groups.
ExpandableListConnector.java 35 * <li> gPos - Group position, the position of a group among all the groups
42 * features such as collapsing/expanding groups containing children). By
57 * List of metadata for the currently expanded groups. The metadata consists
63 /** The number of children from all currently expanded groups */
66 /** The maximum number of allowable expanded groups. Defaults to 'no limit' */
99 * groups list to find the flat list pos if it is an exp group, otherwise
100 * finds where the flat list pos fits in between the exp groups.
120 * There aren't any expanded groups (hence no visible children
129 * Binary search over the expanded groups to find either the exact
138 * it, and all groups before it are collapsed)
    [all...]
  /docs/source.android.com/src/community/
groups-charter.md 17 # Android Discussion Groups Charter #
21 These discussion groups are intended for developers working with the
24 experts post to these groups, including members of the Open Handset Alliance.
44 Most of our groups are for technical discussions of Android or users helping each other. Generally we don't put hard restrictions on the topics discussed in the group: as long as the topic is relevant to Android in some way, it's welcome on our groups. We welcome announcements and discussion of products, libraries, publications, and other interesting Android-related news,
48 Some of our groups are considered "working lists", by which we mean that the list is intended to be used in support of the completion of specific tasks. On these groups, we don't welcome off-topic conversations, and will generally ask you to take general discussions to a different list. Since these are lists where people are trying to get work done, we will be pretty aggressive about keeping the noise level low. We ask that you respect our contributors' time and keep general discussions to appropriate lists.
  /external/oprofile/libpp/
populate_for_spu.cpp 112 for (size_t i = 0; i < ip.groups.size(); ++i) {
114 ip.groups[i].begin();
116 = ip.groups[i].end();
132 if (!ip.groups.size())
135 for (size_t i = 0; i < ip.groups.size(); ++i) {
137 = ip.groups[i].begin();
139 = ip.groups[i].end();
populate.cpp 80 for (size_t i = 0; i < ip.groups.size(); ++i) {
82 = ip.groups[i].begin();
84 = ip.groups[i].end();
  /external/chromium/chrome/browser/ui/cocoa/
table_model_array_controller.mm 81 const ui::TableModel::Groups& groups = model_->GetGroups();
83 for (ui::TableModel::Groups::const_iterator it = groups.begin();
84 it != groups.end(); ++it) {
96 const ui::TableModel::Groups& groups = model_->GetGroups();
98 for (NSUInteger i = offset - 1; i < groups.size(); ++i) {
99 if (groups[i].id == groupID)
  /external/chromium/chrome/browser/
plugin_updater.cc 176 // plugin groups.
178 // Files have a path attribute, groups don't.
207 // Otherwise this is a list of groups.
252 std::vector<webkit::npapi::PluginGroup> groups; local
253 webkit::npapi::PluginList::Singleton()->GetPluginGroups(false, &groups);
260 plugins, groups));
266 const std::vector<webkit::npapi::PluginGroup>& groups) {
292 // Add the groups as well.
293 for (size_t i = 0; i < groups.size(); ++i) {
294 DictionaryValue* summary = groups[i].GetSummary()
    [all...]
plugin_updater.h 32 // Get a list of all the plugin groups. The caller should take ownership
42 // Enable or disable plugin groups as defined by the user's preference file.
67 const std::vector<webkit::npapi::PluginGroup>& groups);
  /external/dbus/dbus/
dbus-userdb.h 48 DBusHashTable *groups; /**< Groups in the database by GID */ member in struct:DBusUserDatabase
50 DBusHashTable *groups_by_name; /**< Groups in the database by name */
  /packages/apps/Contacts/src/com/android/contacts/
Collapser.java 23 * Class used for collapsing data items into groups of similar items. The data items that should be
26 * groups.
36 * Interface implemented by data types that can be collapsed into groups of similar data. This
  /packages/apps/Contacts/src/com/android/contacts/list/
CustomContactListFilterActivity.java 40 import android.provider.ContactsContract.Groups;
74 * Shows a list of all available {@link Groups} available, letting the user
142 final Uri.Builder groupsUri = Groups.CONTENT_URI.buildUpon()
143 .appendQueryParameter(Groups.ACCOUNT_NAME, account.name)
144 .appendQueryParameter(Groups.ACCOUNT_TYPE, account.type);
146 groupsUri.appendQueryParameter(Groups.DATA_SET, account.dataSet).build();
149 ContactsContract.Groups.newEntityIterator(resolver.query(
237 * Entry holding any changes to {@link Groups} or {@link Settings} rows,
238 * such as {@link Groups#SHOULD_SYNC} or {@link Groups#GROUP_VISIBLE}
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
Collapser.java 23 * Class used for collapsing data items into groups of similar items. The data items that should be
26 * groups.
36 * Interface implemented by data types that can be collapsed into groups of similar data. This
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_win.h 14 // mechanism provided by Windows Groups Policy. Policy decisions are
  /external/chromium/chrome/browser/ui/options/
options_window.h 28 // These are some well known groups within the Options dialog box that we may
  /external/clang/include/clang/Basic/
CMakeLists.txt 18 clang_tablegen(DiagnosticGroups.inc -gen-clang-diag-groups
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
dh_groups.h 2 * Diffie-Hellman groups
  /frameworks/base/cmds/screenshot/
screenshot.c 153 gid_t groups[] = { AID_LOG, AID_SDCARD_RW }; local
154 setgroups(sizeof(groups)/sizeof(groups[0]), groups);
  /frameworks/base/docs/html/design/building-blocks/
lists.jd 20 <p>Use section dividers to organize the content of your list into groups and facilitate scanning.</p>
  /frameworks/base/docs/html/intl/ja/guide/
index.jd 49 ????????????Android ???????? ?????????????????????????? [<a href="{@docRoot}resources/community-groups.html">??????</a>] ??????????
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
selinux_netlink.h 23 /* Multicast groups - backwards compatiblility for userspace */

Completed in 1606 milliseconds

1 23 4 5 6 7 8 91011>>