HomeSort by relevance Sort by last modified time
    Searched refs:nKeys (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/Basic/
IdentifierTable.cpp 346 MultiKeywordSelector(unsigned nKeys) {
347 ExtraKindOrNumArgs = NUM_EXTRA_KINDS + nKeys;
351 MultiKeywordSelector(unsigned nKeys, IdentifierInfo **IIV) {
352 assert((nKeys > 1) && "not a multi-keyword selector");
353 ExtraKindOrNumArgs = NUM_EXTRA_KINDS + nKeys;
357 for (unsigned i = 0; i != nKeys; ++i)
593 Selector SelectorTable::getSelector(unsigned nKeys, IdentifierInfo **IIV) {
594 if (nKeys < 2)
595 return Selector(IIV[0], nKeys);
601 MultiKeywordSelector::Profile(ID, IIV, nKeys);
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetBasherTest.java 109 int nKeys = keys.size();
110 int[] deltas = new int[nKeys];
113 int keyIndex = random.nextInt(nKeys);
  /external/guava/guava-tests/benchmark/com/google/common/collect/
ConcurrentHashMultisetBenchmark.java 103 int nKeys = keys.size();
106 Integer key = keys.get(random.nextInt(nKeys));
116 int nKeys = keys.size();
119 Integer key = keys.get(random.nextInt(nKeys));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 601 CARD8 nKeys;
625 CARD8 nKeys;
672 CARD8 nKeys;
696 CARD8 nKeys;
1160 CARD8 nKeys;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 601 CARD8 nKeys;
625 CARD8 nKeys;
672 CARD8 nKeys;
696 CARD8 nKeys;
1160 CARD8 nKeys;
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlobj.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 530 milliseconds