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

  /art/runtime/mirror/
object_array.h 26 class MANAGED ObjectArray: public Array {
33 static ObjectArray<T>* Alloc(Thread* self, Class* object_array_class, int32_t length,
37 static ObjectArray<T>* Alloc(Thread* self, Class* object_array_class, int32_t length)
71 void AssignableMemmove(int32_t dst_pos, ObjectArray<T>* src, int32_t src_pos,
75 void AssignableMemcpy(int32_t dst_pos, ObjectArray<T>* src, int32_t src_pos,
79 void AssignableCheckingMemcpy(int32_t dst_pos, ObjectArray<T>* src, int32_t src_pos,
83 ObjectArray<T>* CopyOf(Thread* self, int32_t new_length)
94 DISALLOW_IMPLICIT_CONSTRUCTORS(ObjectArray);
  /external/pdfium/fpdfsdk/src/
fpdf_flatten.cpp 344 CPDF_ObjectArray ObjectArray;
348 iRet = ParserAnnots( pDocument, pPageDict, &RectArray, &ObjectArray, nFlag);
419 int nStreams = ObjectArray.GetSize();
454 CPDF_Dictionary* pAnnotDic = ObjectArray.GetAt(i);
557 ObjectArray.RemoveAll();
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 173 milliseconds