HomeSort by relevance Sort by last modified time
    Searched defs:group (Results 126 - 150 of 1664) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/ltp/testcases/network/multicast/mc_member/
mc_member_test.c 65 printf("Unabled to read group file %s\n", group_list);
79 fprintf(stderr, "bad group address\n");
114 char group[40], itf[40]; local
122 fprintf(stderr, "bad group address\n");
132 perror("can't join group");
135 strcpy(group, inet_ntoa(imr->imr_multiaddr));
137 printf("IPM group: %s added to interface: %s\n", group,
149 char group[40], itf[40]; local
157 fprintf(stderr, "leave_group: bad group address\n")
    [all...]
  /external/nos/host/android/hals/keymaster/
import_key.cpp 168 const EC_GROUP *group = EC_KEY_get0_group(ec_key); local
169 switch (EC_GROUP_get_curve_name(group)) {
  /external/skia/src/sksl/lex/
RegexParser.cpp 45 case '(': this->group(); break;
106 void RegexParser::group() { function in class:RegexParser
  /external/skqp/src/sksl/lex/
RegexParser.cpp 45 case '(': this->group(); break;
106 void RegexParser::group() { function in class:RegexParser
  /external/v8/src/
compilation-dependencies.cc 43 void CompilationDependencies::Insert(DependentCode::DependencyGroup group,
45 if (groups_[group] == nullptr) {
46 groups_[group] = new (zone_) ZoneList<Handle<HeapObject>>(2, zone_);
48 groups_[group]->Add(object, zone_);
60 DependentCode::InsertCompilationDependencies(old_dependent_code, group,
79 DependentCode::DependencyGroup group = local
83 dependent_code->UpdateToFinishedCode(group, *object_wrapper_, *cell);
98 DependentCode::DependencyGroup group = local
102 dependent_code->RemoveCompilationDependencies(group, *object_wrapper_);
  /external/vboot_reference/cgpt/
cgpt_prioritize.c 18 int priority; // priority of this group
19 int num_parts; // number of partitions in this group
20 uint32_t *part; // array of partitions in this group
24 int max_parts; // max number of partitions in any group
26 group_t group[MAX_GROUPS]; // array of groups member in struct:__anon43224
36 // reserve space for the maximum number of partitions in every group
38 gl->group[i].priority = -1;
39 gl->group[i].num_parts = 0;
40 gl->group[i].part = (uint32_t *)malloc(sizeof(uint32_t) * max_p);
41 require(gl->group[i].part)
    [all...]
  /external/wpa_supplicant_8/src/fst/
fst.c 43 struct fst_group *group = NULL; local
53 group = g;
58 if (!group) {
59 group = fst_group_create(cfg->group_id);
60 if (!group) {
61 fst_printf(MSG_ERROR, "%s: FST group cannot be created",
68 iface = fst_iface_create(group, ifname, own_addr, iface_obj, cfg);
70 fst_printf_group(group, MSG_ERROR, "cannot create iface for %s",
73 fst_group_delete(group);
77 fst_group_attach_iface(group, iface)
92 struct fst_group *group = fst_iface_get_group(iface); local
117 struct fst_group *group; local
    [all...]
fst_iface.h 19 struct fst_group *group; member in struct:fst_iface
36 return i->group;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
ZenRadioLayout.java 73 ViewGroup group = (ViewGroup) content; local
74 for (int i = 0; i < group.getChildCount(); i++) {
75 View v = findFirstClickable(group.getChildAt(i));
85 ViewGroup group = (ViewGroup) content; local
86 for (int i = group.getChildCount() - 1; i >= 0; i--) {
87 View v = findLastClickable(group.getChildAt(i));
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ClipOutlineActivity.java 38 final RegionView group = new RegionView(this); local
42 group.addView(text);
44 setContentView(group);
46 ObjectAnimator animator = ObjectAnimator.ofFloat(group, "clipPosition", 0.0f, 1.0f);
ClipRegion2Activity.java 33 final RegionView group = new RegionView(this); local
37 group.addView(text);
39 setContentView(group);
ClipRegion3Activity.java 33 final RegionView group = new RegionView(this); local
37 group.addView(text);
39 setContentView(group);
  /frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/vo/
User.java 21 private int group; field in class:User
25 public User(String name, String lastName, int photoResource, int group) {
29 this.group = group;
32 public void setGroup(int group) {
33 if (this.group == group) {
36 this.group = group;
37 notifyPropertyChanged(BR.group);
    [all...]
  /frameworks/rs/tests/lldb/java/ScriptGroup/src/com/android/rs/scriptgroup/
MainActivity.java 57 ScriptGroup group = builder.create("scriptgroup_test", c1.getReturn()); local
60 ((Allocation) group.execute(input)[0]).copyTo(a);
  /frameworks/support/media/src/main/java/androidx/media/
MediaSessionLegacyStub.java 104 SessionCommandGroup2 group = new SessionCommandGroup2(); external variable declarations
105 group.addAllPlaybackCommands();
106 group.addAllPlaylistCommands();
107 group.addAllVolumeCommands();
108 Set<SessionCommand2> commands = group.getCommands();
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupListItem.java 16 package com.android.contacts.group;
19 * Meta-data for a contact group. We load all groups associated with the contact's
GroupMetaData.java 16 package com.android.contacts.group;
33 /** Meta data for a contact group. */
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SizeClustering.java 56 final ArrayList<Path>[] group = new ArrayList[SIZE_LEVELS.length]; local
69 ArrayList<Path> list = group[i];
72 group[i] = list;
79 for (int i = 0; i < group.length; i++) {
80 if (group[i] != null) {
91 // Go through group in the reverse order, so the group with the largest
93 for (int i = group.length - 1; i >= 0; i--) {
94 if (group[i] == null) continue;
96 mClusters[k] = group[i]
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
AppPermissionsFragment.java 193 for (AppPermissionGroup group : mAppPermissions.getPermissionGroups()) {
194 if (!Utils.shouldShowPermission(group, mAppPermissions.getPackageInfo().packageName)) {
198 boolean isPlatform = group.getDeclaringPackage().equals(Utils.OS_PKG);
202 preference.setKey(group.getName());
204 group.getIconPkg(), group.getIconResId());
207 preference.setTitle(group.getLabel());
208 if (group.isPolicyFixed()) {
212 preference.setEnabled(!group.isPolicyFixed());
213 preference.setChecked(group.areRuntimePermissionsGranted())
273 final AppPermissionGroup group = mAppPermissions.getPermissionGroup(groupName); local
352 AppPermissionGroup group = mAppPermissions.getPermissionGroup(switchPref.getKey()); local
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
SafetyNetLogger.java 63 AppPermissionGroup group = groups.get(groupNum); local
65 int permissionCount = group.getPermissions().size();
67 Permission permission = group.getPermissions().get(permissionNum);
75 if (group.doesSupportRuntimePermissions()) {
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
operand.cpp 1 // Copyright (c) 2015-2016 The Khronos Group Inc.
82 const auto& group = table->types[typeIndex]; local
83 if (type != group.type) continue;
84 for (uint64_t index = 0; index < group.count; ++index) {
85 const auto& entry = group.entries[index];
105 const auto& group = table->types[typeIndex]; local
106 if (type != group.type) continue;
107 for (uint64_t index = 0; index < group.count; ++index) {
108 const auto& entry = group.entries[index];
192 return "group operation"
    [all...]
  /system/extras/runconuid/
runconuid.cpp 21 with the specified group membership.
24 -g Group ID by name or numeric value
76 perror_exit("Setting group failed.");
105 struct group* gr;
116 perror_exit("Could not resolve group ID by name");
120 char* group; local
123 for (group = c; *group; group++) {
124 if (*group == ',')
    [all...]
  /system/iot/attestation/atap/ops/
openssl_ops.cpp 57 EC_GROUP* group = NULL; local
74 group = EC_GROUP_new_by_curve_name(NID_X9_62_prime256v1);
75 other_point = EC_POINT_new(group);
76 if (!EC_POINT_oct2point(group,
89 EC_KEY_set_group(pkey, group);
97 if (1 != EC_KEY_set_group(pkey, group)) {
109 if (!EC_POINT_point2oct(group,
136 if (group) EC_GROUP_free(group);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationHeaderViewWrapper.java 168 ViewGroup group = (ViewGroup) child; local
169 for (int i = 0; i < group.getChildCount(); i++) {
170 stack.push(group.getChildAt(i));
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_script_group2_nochain.java 71 ScriptGroup group = builder.create("AddDouble2", c2.getReturn()); local
74 ((Allocation) group.execute(input)[0]).copyTo(a);
77 group.destroy();

Completed in 931 milliseconds

1 2 3 4 56 7 8 91011>>