HomeSort by relevance Sort by last modified time
    Searched defs:Group (Results 1 - 25 of 234) sorted by null

1 2 3 4 5 6 7 8 910

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file.rb 7 purpose: Loads the ANTLR recognition code for ANTLR Template Group files
10 require 'antlr3/template/group-file-lexer'
11 require 'antlr3/template/group-file-parser'
15 class Group
  /frameworks/compile/mclinker/include/mcld/LD/
Group.h 1 //===- Group.h ------------------------------------------------------------===//
14 /** \class Group
15 * \brief Group records the grouping of all regions
17 class Group {};
  /external/skia/experimental/sksg/
SkSGGroup.cpp 12 Group::Group() {}
14 Group::~Group() {
20 void Group::addChild(sk_sp<RenderNode> node) {
34 void Group::removeChild(const sk_sp<RenderNode>& node) {
48 void Group::onRender(SkCanvas* canvas) const {
54 SkRect Group::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) {
SkSGGroup.h 20 class Group : public RenderNode {
22 static sk_sp<Group> Make() {
23 return sk_sp<Group>(new Group());
33 Group();
34 ~Group() override;
  /external/skqp/experimental/sksg/
SkSGGroup.cpp 12 Group::Group() {}
14 Group::~Group() {
20 void Group::addChild(sk_sp<RenderNode> node) {
34 void Group::removeChild(const sk_sp<RenderNode>& node) {
48 void Group::onRender(SkCanvas* canvas) const {
54 SkRect Group::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) {
SkSGGroup.h 20 class Group : public RenderNode {
22 static sk_sp<Group> Make() {
23 return sk_sp<Group>(new Group());
33 Group();
34 ~Group() override;
  /libcore/ojluni/src/main/java/java/security/acl/
Group.java 32 * This interface is used to represent a group of principals. (A principal
35 * Note that Group extends Principal. Thus, either a Principal or a Group can
37 * example, you can add either a Principal or a Group to a Group object by
39 * Principal or Group.
43 public interface Group extends Principal {
46 * Adds the specified member to the group.
48 * @param user the principal to add to this group.
56 * Removes the specified member from the group
    [all...]
  /prebuilts/go/darwin-x86/src/internal/singleflight/
singleflight.go 27 // Group represents a class of work and forms a namespace in
29 type Group struct {
47 func (g *Group) Do(key string, fn func() (interface{}, error)) (v interface{}, err error, shared bool) {
71 func (g *Group) DoChan(key string, fn func() (interface{}, error)) (<-chan Result, bool) {
94 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) {
109 func (g *Group) Forget(key string) {
  /prebuilts/go/darwin-x86/src/os/user/
user.go 24 // Gid is the primary group ID.
42 // Group represents a grouping of users.
44 // On POSIX systems Gid contains a decimal number representing the group ID.
45 type Group struct {
46 Gid string // group ID
47 Name string // group name
66 // a group cannot be found.
70 return "group: unknown groupid " + string(e)
74 // a group cannot be found.
78 return "group: unknown group " + string(e
    [all...]
  /prebuilts/go/linux-x86/src/internal/singleflight/
singleflight.go 27 // Group represents a class of work and forms a namespace in
29 type Group struct {
47 func (g *Group) Do(key string, fn func() (interface{}, error)) (v interface{}, err error, shared bool) {
71 func (g *Group) DoChan(key string, fn func() (interface{}, error)) (<-chan Result, bool) {
94 func (g *Group) doCall(c *call, key string, fn func() (interface{}, error)) {
109 func (g *Group) Forget(key string) {
  /prebuilts/go/linux-x86/src/os/user/
user.go 24 // Gid is the primary group ID.
42 // Group represents a grouping of users.
44 // On POSIX systems Gid contains a decimal number representing the group ID.
45 type Group struct {
46 Gid string // group ID
47 Name string // group name
66 // a group cannot be found.
70 return "group: unknown groupid " + string(e)
74 // a group cannot be found.
78 return "group: unknown group " + string(e
    [all...]
  /external/llvm/lib/Option/
Option.cpp 68 const Option Group = getGroup();
69 if (Group.isValid()) {
70 O << " Group:";
71 Group.print(O);
98 const Option Group = getGroup();
99 if (Group.isValid())
100 return Group.matches(Opt);
  /external/python/cpython2/Lib/plat-os2emx/
grp.py 11 OS/2 and similar systems which don't normally have an /etc/group file.
13 The standard Unix group database is an ASCII text file with 4 fields per
15 - group name (string)
16 - group password (optional encrypted string)
17 - group id (integer)
18 - group members (comma delimited list of userids, with no spaces)
20 Note that members are only included in the group file for groups that
29 The module looks for the group database at the following locations
32 - ${ETC}/group (or %ETC%/group)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSectionELF.h 43 const MCSymbol *Group;
48 SectionKind K, unsigned entrySize, const MCSymbol *group)
50 EntrySize(entrySize), Group(group) {}
62 const MCSymbol *getGroup() const { return Group; }
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
Group.java 25 * A named group of zero or more mailboxes.
29 public class Group extends Address {
34 * @param name The group name.
35 * @param mailboxes The mailboxes in this group.
37 public Group(String name, MailboxList mailboxes) {
43 * Returns the group name.
50 * Returns the mailboxes in this group.
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Mld.h 26 EFI_IPv6_ADDRESS Group;
31 // The status of multicast group. It isn't necessary to maintain
32 // explicit state of host state diagram. A group with finity
87 Join the multicast group on behalf of this IP6 service binding instance.
91 @param[in] Address The group address to join.
93 @retval EFI_SUCCESS Successfully joined the multicast group.
95 @retval Others Failed to join the multicast group.
106 Leave the IP6 multicast group.
109 @param[in] Address The group address to leave.
111 @retval EFI_NOT_FOUND The IP6 service instance isn't in the group.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Igmp.c 42 IGMP_GROUP *Group;
50 Group = AllocatePool (sizeof (IGMP_GROUP));
52 if (Group == NULL) {
58 Group->Address = IP4_ALLSYSTEM_ADDRESS;
59 Group->RefCnt = 1;
60 Group->DelayTime = 0;
61 Group->ReportByUs = FALSE;
63 Status = Ip4GetMulticastMac (Mnp, IP4_ALLSYSTEM_ADDRESS, &Group->Mac);
69 Status = Mnp->Groups (Mnp, TRUE, &Group->Mac);
75 InsertHeadList (&IgmpCtrl->Groups, &Group->Link);
    [all...]
Ip4Igmp.h 33 IP4_ADDR Group;
38 /// The status of multicast group. It isn't necessary to maintain
39 /// explicit state of host state diagram. A group with non-zero
79 Join the multicast group on behalf of this IP4 child
81 @param[in] IpInstance The IP4 child that wants to join the group.
82 @param[in] Address The group to join.
84 @retval EFI_SUCCESS Successfully join the multicast group.
86 @retval Others Failed to join the multicast group.
96 Leave the IP4 multicast group on behalf of IpInstance.
98 @param[in] IpInstance The IP4 child that wants to leave the group
    [all...]
  /external/deqp/scripts/
testset.py 52 class Group:
120 group = line.strip()
121 if group != "":
122 groups.append(group)
130 group = Group(groupName)
131 groups.append(group)
138 die("Case '%s' matched by multiple groups (when processing '%s')" % (case.name, group.name))
139 group.cases.append(case)
153 group = Group(groupName
    [all...]
  /external/llvm/include/llvm/MC/
MCSectionELF.h 48 const MCSymbolELF *Group;
56 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
59 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
61 if (Group)
62 Group->setIsSignature();
79 const MCSymbolELF *getGroup() const { return Group; }
  /external/mesa3d/src/intel/genxml/
gen_pack_header.py 242 self.fractional_size = int(ufixed_match.group(2))
247 self.fractional_size = int(sfixed_match.group(2))
288 class Group(object):
315 if type(field) is Group:
354 # Determine number of dwords in this group. If we have a size, use
355 # that, since that'll account for MBZ dwords at the end of a group
526 self.group = Group(self, None, 0, 1, size)
528 elif name == "group":
529 group = Group(self, self.group
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldType.cs 79 Group,
  /external/tensorflow/tensorflow/core/util/sparse/
group_iterator.h 29 class GroupIterable; // Predeclare GroupIterable for Group.
32 // It provides the methods group(), indices(), and values(), which
34 class Group {
36 Group(GroupIterable* iter, int64 loc, int64 next_loc)
39 std::vector<int64> group() const;
54 // Returned when calling sparse_tensor.group({dim0, dim1, ...}).
60 // subset of dimensions provided to the group call.
66 // * group(): returns a vector with the current group dimension values.
68 // this group
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSectionELF.h 46 const MCSymbolELF *Group;
55 unsigned entrySize, const MCSymbolELF *group, unsigned UniqueID,
58 Flags(flags), UniqueID(UniqueID), EntrySize(entrySize), Group(group),
60 if (Group)
61 Group->setIsSignature();
78 const MCSymbolELF *getGroup() const { return Group; }
MCSectionWasm.h 41 const MCSymbolWasm *Group;
49 const MCSymbolWasm *group, unsigned UniqueID, MCSymbol *Begin)
51 Flags(flags), UniqueID(UniqueID), Group(group), SectionOffset(0) {
67 const MCSymbolWasm *getGroup() const { return Group; }

Completed in 602 milliseconds

1 2 3 4 5 6 7 8 910