Home
last modified time | relevance | path

Searched refs:descriptors (Results 1 – 7 of 7) sorted by relevance

/art/test/151-OpenFileLimit/
Dinfo.txt1 This test verifies that running out of file descriptors in the process doesn't
/art/dt_fd_forward/
DREADME.md23 socket a 1 byte message and 3 file-descriptors. The file descriptors are, in
/art/openjdkjvmti/
Dti_class.cc877 std::vector<const char*> descriptors; in CopyClassDescriptors() local
883 descriptors.push_back(CopyString(env, desc, &res).release()); in CopyClassDescriptors()
894 res = env->Allocate(sizeof(char*) * descriptors.size(), in CopyClassDescriptors()
900 for (const char* data : descriptors) { in CopyClassDescriptors()
903 descriptors.clear(); in CopyClassDescriptors()
907 memcpy(out_data, descriptors.data(), sizeof(char*) * descriptors.size()); in CopyClassDescriptors()
908 *count_ptr = static_cast<jint>(descriptors.size()); in CopyClassDescriptors()
/art/runtime/native/
Ddalvik_system_DexFile.cc495 std::set<const char*, CharPointerComparator> descriptors; in DexFile_getClassNameList() local
500 descriptors.insert(descriptor); in DexFile_getClassNameList()
505 jobjectArray result = env->NewObjectArray(descriptors.size(), in DexFile_getClassNameList()
509 auto it = descriptors.begin(); in DexFile_getClassNameList()
510 auto it_end = descriptors.end(); in DexFile_getClassNameList()
/art/tools/hiddenapi/
DREADME.md17 Types are expected in their DEX format - class descriptors are to be provided in
/art/runtime/mirror/
Dvar_handle_test.cc169 std::vector<std::string> descriptors; in MethodTypeOf() local
181 descriptors.push_back(std::string(++it, method_descriptor.cend())); in MethodTypeOf()
195 descriptors.push_back(prefix + std::string(it, it + 1)); in MethodTypeOf()
203 descriptors.push_back(prefix + std::string(it, last + 1)); in MethodTypeOf()
219 int ptypes_count = static_cast<int>(descriptors.size()) - 1; in MethodTypeOf()
225 ptypes->Set(i, class_linker->FindClass(self, descriptors[i].c_str(), boot_class_loader)); in MethodTypeOf()
228 hs.NewHandle(class_linker->FindClass(self, descriptors.back().c_str(), boot_class_loader)); in MethodTypeOf()
/art/test/
DAndroid.bp290 "1946-list-descriptors/descriptors.cc",