OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Groups
(Results
1 - 25
of
32
) sorted by null
1
2
/external/llvm/tools/llvm-pdbdump/
ClassDefinitionDumper.cpp
72
SymbolGroupByAccess
Groups
;
73
Groups
.insert(std::make_pair(0, SymbolGroup()));
74
Groups
.insert(std::make_pair((int)PDB_MemberAccess::Private, SymbolGroup()));
75
Groups
.insert(
77
Groups
.insert(std::make_pair((int)PDB_MemberAccess::Public, SymbolGroup()));
84
auto &AccessGroup =
Groups
.find((int)Access)->second;
103
Count += dumpAccessGroup((PDB_MemberAccess)0,
Groups
[0]);
105
Groups
[(int)PDB_MemberAccess::Public]);
107
Groups
[(int)PDB_MemberAccess::Protected]);
109
Groups
[(int)PDB_MemberAccess::Private])
[
all
...]
/external/llvm/utils/TableGen/
OptParserEmitter.cpp
109
// Get the option
groups
and options.
110
const std::vector<Record*> &
Groups
=
117
// Generate prefix
groups
.
158
OS << "//
Groups
\n\n";
160
for (unsigned i = 0, e =
Groups
.size(); i != e; ++i) {
161
const Record &R = *
Groups
[i];
185
// The other option arguments (unused for
groups
).
/external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp
233
// We build the
groups
from dependency candidates equivalence classes
243
// We use the following (greedy) algorithm to construct the
groups
271
// separate checking
groups
for all pointers.
293
// Go through all equivalence classes, get the "pointer check
groups
"
305
SmallVector<CheckingPtrGroup, 2>
Groups
;
322
for (CheckingPtrGroup &Group :
Groups
) {
326
// will create separate
groups
for all remaining pointers.
342
Groups
.push_back(CheckingPtrGroup(Pointer, *this));
347
std::copy(
Groups
.begin(),
Groups
.end(), std::back_inserter(CheckingGroups))
[
all
...]
/frameworks/base/core/java/android/provider/
Contacts.java
170
* A setting that is used to indicate if we should sync down all
groups
for the
172
* If this isn't set then we will only sync the
groups
whose SHOULD_SYNC column
463
Cursor groupsCursor = resolver.query(
Groups
.CONTENT_URI, GROUPS_PROJECTION,
464
Groups
.SYSTEM_ID + "='" +
Groups
.GROUP_MY_CONTACTS + "'", null, null);
509
Cursor groupsCursor = resolver.query(
Groups
.CONTENT_URI, GROUPS_PROJECTION,
510
Groups
.NAME + "=?", new String[] { groupName }, null);
546
Groups
._ID,
580
new String[]{String.valueOf(person)},
Groups
.DEFAULT_SORT_ORDER);
748
* Columns from the
groups
table
[
all
...]
ContactsContract.java
88
* {@link
Groups
}, which contains information about raw contact
groups
89
* such as Gmail contact
groups
. The
90
* current API does not support the notion of
groups
spanning multiple accounts.
102
* and
groups
.
770
* @see
Groups
789
* @see
Groups
[
all
...]
/external/clang/lib/AST/
VTableBuilder.cpp
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h
23
PTOKEN_GROUPS
Groups
;
29
PTOKEN_GROUPS
Groups
;
[
all
...]
adoctint.h
162
typedef struct ADOGroups
Groups
;
[
all
...]