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

  /dalvik/vm/reflect/
Annotation.c 903 Object** pContents;
923 pContents = (Object**) annoArray->contents;
934 *pContents = processEncodedAnnotation(clazz, &ptr);
935 if (*pContents == NULL) {
939 pContents++;
    [all...]
  /frameworks/base/libs/utils/
AssetManager.cpp 993 SortedVector<AssetDir::FileInfo>* pContents;
1003 pContents = new SortedVector<AssetDir::FileInfo>;
1016 delete pContents;
1045 pContents->add(tmp);
1057 pContents = scanDirLocked(path);
1058 if (pContents == NULL)
    [all...]

Completed in 496 milliseconds