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

  /external/clang/include/clang/Lex/
PTHManager.h 71 /// NumIds - The number of identifiers in the PTH file.
72 const unsigned NumIds;
92 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PTHManager.h 68 /// NumIds - The number of identifiers in the PTH file.
69 const unsigned NumIds;
89 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
PTHManager.h 68 /// NumIds - The number of identifiers in the PTH file.
69 const unsigned NumIds;
89 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
PTHManager.h 68 /// NumIds - The number of identifiers in the PTH file.
69 const unsigned NumIds;
89 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
PTHManager.h 68 /// NumIds - The number of identifiers in the PTH file.
69 const unsigned NumIds;
89 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
PTHManager.h 68 /// NumIds - The number of identifiers in the PTH file.
69 const unsigned NumIds;
89 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
PTHManager.h 68 /// NumIds - The number of identifiers in the PTH file.
69 const unsigned NumIds;
89 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
PTHManager.h 68 /// NumIds - The number of identifiers in the PTH file.
69 const unsigned NumIds;
89 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PTHManager.h 68 /// NumIds - The number of identifiers in the PTH file.
69 const unsigned NumIds;
89 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
PTHManager.h 68 /// NumIds - The number of identifiers in the PTH file.
69 const unsigned NumIds;
89 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
PTHManager.h 68 /// NumIds - The number of identifiers in the PTH file.
69 const unsigned NumIds;
89 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
PTHManager.h 68 /// NumIds - The number of identifiers in the PTH file.
69 const unsigned NumIds;
89 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
PTHManager.h 68 /// NumIds - The number of identifiers in the PTH file.
69 const unsigned NumIds;
89 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
PTHManager.h 68 /// NumIds - The number of identifiers in the PTH file.
69 const unsigned NumIds;
89 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
PTHManager.h 68 /// NumIds - The number of identifiers in the PTH file.
69 const unsigned NumIds;
89 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
  /frameworks/base/services/autofill/java/com/android/server/autofill/ui/
AutoFillUI.java 275 int numIds = 0;
276 numIds += info.getRequiredIds() == null ? 0 : info.getRequiredIds().length;
277 numIds += info.getOptionalIds() == null ? 0 : info.getOptionalIds().length;
282 .addTaggedData(MetricsEvent.FIELD_AUTOFILL_NUM_IDS, numIds);
  /external/clang/lib/Lex/
PTHLexer.cpp 420 std::unique_ptr<PTHStringIdLookup> stringIdLookup, unsigned numIds,
424 StringIdLookup(std::move(stringIdLookup)), NumIds(numIds), PP(nullptr),
532 uint32_t NumIds = endian::readNext<uint32_t, little, aligned>(IData);
539 if (NumIds) {
540 PerIDCache.reset((IdentifierInfo **)calloc(NumIds, sizeof(PerIDCache[0])));
555 std::move(PerIDCache), std::move(SL), NumIds,
  /external/skia/src/ports/
SkFontMgr_fontconfig.cpp 263 int numIds;
268 numIds = id;
283 for (int id = lastStrongId + 1; id < numIds; ++id) {
    [all...]
  /external/skqp/src/ports/
SkFontMgr_fontconfig.cpp 263 int numIds;
268 numIds = id;
283 for (int id = lastStrongId + 1; id < numIds; ++id) {
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 98 Id getUniqueIds(int numIds)
101 uniqueId += numIds;
  /frameworks/base/core/java/android/view/autofill/
AutofillManager.java     [all...]

Completed in 1361 milliseconds