Home
last modified time | relevance | path

Searched defs:objects (Results 1 – 3 of 3) sorted by relevance

/system/tools/xsdc/tests/src/com/android/xsdc/tests/
DTestCompilationResult.java27 ByteArrayClassLoader(List<TestHelper.InMemoryJavaClassObject> objects) { in ByteArrayClassLoader()
44 TestCompilationResult(List<TestHelper.InMemoryJavaClassObject> objects) in TestCompilationResult()
/system/libhwbinder/
DParcel.cpp378 const binder_size_t* Parcel::objects() const in objects() function in android::hardware::Parcel
679 binder_size_t* objects = (binder_size_t*)realloc(mObjects, newSize*sizeof(binder_size_t)); in writeObject() local
1576 const binder_size_t* objects, size_t objectsCount, release_func relFunc, void* relCookie) in ipcSetDataReference()
1645 binder_size_t* const objects = mObjects; in releaseObjects() local
1659 binder_size_t* const objects = mObjects; in acquireObjects() local
1795 binder_size_t* objects = nullptr; in continueWrite() local
1850 binder_size_t* objects = in continueWrite() local
/system/bt/gd/dumpsys/internal/
Dfilter_internal.cc97const flatbuffers::Vector<flatbuffers::Offset<reflection::Object>>* objects, const flatbuffers::St… in FindReflectionObject()