HomeSort by relevance Sort by last modified time
    Searched defs:pList (Results 1 - 12 of 12) sorted by null

  /tools/loganalysis/src/com/android/loganalysis/util/
RegexTrie.java 147 private V validateAndPut(V value, List<CompPattern> pList) {
148 if (pList.size() == 0) {
151 return recursivePut(value, pList);
162 List<CompPattern> pList = new ArrayList<CompPattern>(patterns.length);
165 pList.add(null);
168 pList.add(new CompPattern(pat));
170 return validateAndPut(value, pList);
183 List<CompPattern> pList = new ArrayList<CompPattern>(regexen.length);
186 pList.add(null);
190 pList.add(new CompPattern(pat))
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
RegexTrie.java 144 * @param pList The sequence of {@link CompPattern}s that must be sequentially matched to
147 private V validateAndPut(V value, List<CompPattern> pList) {
148 if (pList.size() == 0) {
151 return recursivePut(value, pList);
162 List<CompPattern> pList = new ArrayList<CompPattern>(patterns.length);
165 pList.add(null);
168 pList.add(new CompPattern(pat));
170 return validateAndPut(value, pList);
183 List<CompPattern> pList = new ArrayList<CompPattern>(regexen.length);
186 pList.add(null)
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_docpagedata.cpp 240 CPDF_Dictionary* pList = pResources->GetDictFor("ColorSpace");
241 if (pList) {
243 return GetColorSpaceImpl(pList->GetDirectObjectFor(name), nullptr,
  /external/pdfium/xfa/fde/css/
cfde_cssdeclaration.cpp 402 auto pList = pdfium::MakeRetain<CFDE_CSSValueList>(list);
403 AddPropertyHolder(pTable->eName, pList, bImportant);
632 auto pList = pdfium::MakeRetain<CFDE_CSSValueList>(familyList);
633 AddPropertyHolder(FDE_CSSProperty::FontFamily, pList, bImportant);
cfde_cssstyleselector.cpp 399 CFX_RetainPtr<CFDE_CSSValueList> pList = pValue.As<CFDE_CSSValueList>();
400 int32_t iCount = pList->CountValues();
404 pComputedStyle->m_InheritedData.m_pFontFamily = pList;
408 ToTextDecoration(pList);
  /external/pdfium/xfa/fxfa/fm2js/
xfa_fmparse.cpp 960 std::unique_ptr<CXFA_FMExpression> pList = ParseBlockExpression();
966 iDirection, std::move(pStep), std::move(pList));
975 std::unique_ptr<CXFA_FMExpression> pList;
1004 pList = ParseBlockExpression();
1008 line, wsIdentifier, std::move(pAccessors), std::move(pList));
    [all...]
  /external/tpm2/
RSAKeySieve.c 513 UINT32 pList[8];
516 pList[i--] = composite;
520 pList[i] = next;
527 next = pList[i];
  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.cpp 507 const uint32_t* pList = m_WidthList.data();
509 const uint32_t* pEntry = pList + i;
544 const uint32_t* pList = m_WidthList.data();
546 const uint32_t* pEntry = pList + i;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clusapi.h     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 734 milliseconds