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

1 2 3

  /frameworks/compile/mclinker/include/mcld/Script/
ScriptCommand.h 25 GROUP,
  /cts/tests/tests/content/src/android/content/pm/cts/
PermissionGroupInfoTest.java 27 private static final String GROUP = "android.permission-group.COST_MONEY";
37 .getPermissionGroupInfo(GROUP, 0);
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
ICoverageNode.java 40 /** Logical Group of Bundles */
41 GROUP,
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/fake/example/
WindowsFakeFileSystemPermissionsTest.java 41 final String GROUP = "dev";
48 directoryEntry1.setGroup(GROUP);
53 directoryEntry2.setGroup(GROUP);
58 fileEntry1.setGroup(GROUP);
63 fileEntry2.setGroup(GROUP);
  /frameworks/base/core/java/android/widget/
ExpandableListPosition.java 22 * ExpandableListPosition can refer to either a group's position or a child's
23 * position. Referring to a child's position requires both a group position (the
24 * group containing the child) and a child position (the child's position within
25 * that group). To create objects, use {@link #obtainChildPosition(int, int)} or
40 * This data type represents a group position
42 public final static int GROUP = 2;
45 * The position of either the group being referred to, or the parent
46 * group of the child being referred to
51 * The position of the child within its parent group
57 * the corresponding flat list position for the group or child is known
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/logging/
ListEvent.java 62 public static final int GROUP = 3;
  /test/vts/web/dashboard/src/main/java/com/android/vts/entity/
CoverageEntity.java 34 public static final String GROUP = "group";
44 public final String group; field in class:CoverageEntity
56 * @param group The group within the test run describing the coverage.
64 public CoverageEntity(Key parentKey, String group, long coveredLineCount, long totalLineCount,
67 this.group = group;
79 coverageEntity.setProperty(GROUP, group);
106 String group = (String) e.getProperty(GROUP); local
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
WireFormat.java 123 GROUP (JavaType.MESSAGE , WIRETYPE_START_GROUP ) {
240 case GROUP:
Descriptors.java     [all...]
  /libcore/ojluni/src/main/java/sun/net/ftp/
FtpDirEntry.java 34 * time, owner and group of the file, although some of these could be unavailable
49 USER(0), GROUP(1), OTHERS(2);
58 private String group = null; field in class:FtpDirEntry
113 * Returns the group name of the file as returned by the FTP
114 * server, if provided. This could be a name or a group id (number).
116 * @return a {@code String} containing the group name or
120 return group;
124 * Sets the name of the group to which the file belong. Intended mostly to be
127 * @param group The name of the group to which the file belong, or {@code null
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 44 GROUP = 260,
209 #define GROUP 260
  /toolchain/binutils/binutils-2.25/gas/config/
tc-bfin.c 1165 #define GROUP(x) ((x->regno & CLASS_MASK) >> 4)
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis.h 476 #define GROUP(a, m) (((a) & ((m) << 8)) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nis.h 477 #define GROUP(a, m) (((a) & ((m) << 8)) != 0)
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/
jFormatString-3.0.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h 391 typedef unsigned int GROUP;
541 typedef int (CALLBACK *LPCONDITIONPROC)(LPWSABUF lpCallerId,LPWSABUF lpCallerData,LPQOS lpSQOS,LPQOS lpGQOS,LPWSABUF lpCalleeId,LPWSABUF lpCalleeData,GROUP *g,DWORD_PTR dwCallbackData);
931 typedef SOCKET (WSAAPI *LPFN_WSASOCKETA)(int af,int type,int protocol,LPWSAPROTOCOL_INFOA lpProtocolInfo,GROUP g,DWORD dwFlags);
932 typedef SOCKET (WSAAPI *LPFN_WSASOCKETW)(int af,int type,int protocol,LPWSAPROTOCOL_INFOW lpProtocolInfo,GROUP g,DWORD dwFlags);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/commons-validator/commons-validator/1.2.0/
commons-validator-1.2.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
memoryfilesystem-0.6.4.jar 
  /prebuilts/misc/common/jacoco/lib/
org.jacoco.core-0.7.2.201409121644.jar 

Completed in 506 milliseconds

1 2 3