HomeSort by relevance Sort by last modified time
    Searched full:afields (Results 1 - 2 of 2) sorted by null

  /external/caliper/caliper/src/main/java/com/google/caliper/memory/
ObjectExplorer.java 238 Field[] afields = fields.toArray(new Field[fields.size()]); local
239 AccessibleObject.setAccessible(afields, true);
240 return afields;
  /external/pdfium/fpdfsdk/javascript/
Document.cpp 564 std::vector<CPDF_FormField*> aFields;
570 aFields.push_back(pPDFForm->GetField(j, swVal));
573 if (!aFields.empty()) {
574 pPDFForm->ResetForm(aFields, true, true);
610 CJS_Array aFields;
622 aFields.Attach(params[3].ToV8Array(pRuntime));
635 pValue = pRuntime->GetObjectProperty(pObj, L"aFields");
636 aFields.Attach(CJS_Value(pRuntime, pValue).ToV8Array(pRuntime));
641 if (aFields.GetLength(pRuntime) == 0 && bEmpty) {
651 for (int i = 0, sz = aFields.GetLength(pRuntime); i < sz; ++i)
    [all...]

Completed in 197 milliseconds