| /art/profman/ |
| D | profile_assistant.cc | 114 bool Init(const std::vector<std::string>& filenames, /* out */ std::string* error) { in Init() 126 bool Init(const std::vector<int>& fds, /* out */ std::string* error) { in Init() 152 std::string error; in ProcessProfiles() local 181 std::string error; in ProcessProfiles() local
|
| D | profile_assistant_test.cc | 185 std::string error; in ProcessProfiles() local 194 std::string error; in GenerateTestProfile() local 206 std::string error; in GenerateTestProfileWithInputDex() local 226 std::string error; in CreateProfile() local 244 std::string error; in RunProfman() local 994 std::string error; in TEST_F() local 1088 std::string error; in TEST_F() local 1176 std::string error; in TEST_F() local 1237 std::string error; in TEST_F() local 1786 std::string error; in TEST_F() local [all …]
|
| /art/libartbase/base/ |
| D | zip_archive.cc | 62 const int32_t error = ExtractEntryToFile(handle_, zip_entry_, file.Fd()); in ExtractToFile() local 96 const int32_t error = ::ExtractToMemory(handle_, zip_entry_, buffer, GetUncompressedLength()); in ExtractToMemory() local 237 const int32_t error = OpenArchive(filename, &handle); in Open() local 264 const int32_t error = OpenArchiveFromMemory(data, size, filename, &handle); in OpenFromMemory() local 282 const int32_t error = OpenArchiveFd(fd, filename, &handle, assume_ownership); in OpenFromFdInternal() local 298 const int32_t error = FindEntry(handle_, name, zip_entry.get()); in Find() local
|
| D | mem_map_windows.cc | 107 DWORD error = ::GetLastError(); in TargetMMap() local 122 DWORD error = ::GetLastError(); in TargetMMap() local
|
| /art/test/901-hello-ti-agent/src/art/ |
| D | Test901.java | 54 String error = null; in testErrorNames() local 83 private static native String getErrorName(int error); in getErrorName()
|
| /art/runtime/ti/ |
| D | agent.cc | 50 /*out*/LoadError* error, in Load() 60 /*out*/LoadError* error, in Attach() 72 /*out*/LoadError* error, in DoLoadHelper() 111 /*out*/LoadError* error, in DoDlOpen()
|
| /art/openjdkjvmti/ |
| D | ti_extension.cc | 91 jvmtiError error; in GetExtensionFunctions() local 151 jvmtiError error; in GetExtensionFunctions() local 607 jvmtiError error; in GetExtensionEvents() local 650 jvmtiError error; in GetExtensionEvents() local
|
| D | art_jvmti.h | 204 static inline JvmtiUniquePtr<T> AllocJvmtiUniquePtr(jvmtiEnv* env, jvmtiError* error) { in AllocJvmtiUniquePtr() 217 jvmtiError* error) { in AllocJvmtiUniquePtr() 243 static inline JvmtiUniquePtr<char[]> CopyString(jvmtiEnv* env, const char* src, jvmtiError* error) { in CopyString()
|
| D | ti_logging.h | 64 int error) in JvmtiLogMessage()
|
| D | ti_ddms.cc | 76 jvmtiError error = OK; in HandleChunk() local
|
| /art/test/ti-agent/ |
| D | jvmti_helper.cc | 33 void CheckJvmtiError(jvmtiEnv* env, jvmtiError error) { in CheckJvmtiError() 110 bool JvmtiErrorToException(JNIEnv* env, jvmtiEnv* jvmtienv, jvmtiError error) { in JvmtiErrorToException()
|
| /art/test/update-rollback/src/com/android/tests/apex/art/ |
| D | ArtApexTestUtils.java | 58 String error = mInstallUtils.installStagedPackage(apexFile); in installTestApex() local
|
| /art/test/983-source-transform-verify/ |
| D | source_transform_art.cc | 45 std::string error; in VerifyClassData() local
|
| /art/tools/jvmti-agents/titrace/ |
| D | titrace.cc | 105 jvmtiError error; in Initialize() local 173 jvmtiError error; in LookupBytecode() local 264 jvmtiError error{}; in Agent_OnLoad() local
|
| /art/libdexfile/external/ |
| D | dex_file_supp_test.cc | 44 DexFile::Error error = DexFile::Create(kDexData, size, &size, "", &dex_file); in TEST() local 55 DexFile::Error error = DexFile::Create(kDexData, size, &size, "", &dex_file); in TEST() local
|
| /art/benchmark/golem-tiagent/ |
| D | golem-tiagent.cc | 27 void CheckJvmtiError(jvmtiEnv* env, jvmtiError error) { in CheckJvmtiError()
|
| /art/test/901-hello-ti-agent/ |
| D | basics.cc | 35 jvmtiError error = env->SetEventNotificationMode(JVMTI_ENABLE, evt, nullptr); in EnableEvent() local 191 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jint error) { in Java_art_Test901_getErrorName()
|
| /art/tools/dexfuzz/src/dexfuzz/ |
| D | ExecutionResult.java | 26 public List<String> error; field in ExecutionResult
|
| D | Log.java | 56 public static void error(String msg) { in error() method in Log
|
| /art/tools/ |
| D | PresubmitJsonLinter.java | 64 private static void error(String message) { in error() method in PresubmitJsonLinter
|
| /art/libprofile/profile/ |
| D | profile_compilation_info.cc | 742 std::string error; in MergeWith() local 769 std::string error; in Load() local 885 std::string error; in SaveFallback() local 1364 std::string error; in Load() local 1446 /*out*/ std::string* error) { in OpenSource() 1505 std::string* error) { in Read() 1547 /*out*/ std::string* error) { in ReadSectionData() 1573 /*out*/ std::string* error) { in ReadDexFilesSection() 1639 /*out*/ std::string* error) { in ReadExtraDescriptorsSection() 1691 /*out*/ std::string* error) { in ReadClassesSection() [all …]
|
| /art/compiler/optimizing/ |
| D | graph_checker.h | 112 void AddError(const std::string& error) { in AddError()
|
| /art/libdexfile/external/include/art_api/ |
| D | dex_file_support.h | 101 ADexFile_Error error = g_ADexFile_create(address, size, new_size, location, &adex); in Create() local
|
| /art/runtime/ |
| D | backtrace_helper.cc | 147 unwindstack::ErrorCode error = unwinder->LastErrorCode(); in CollectImpl() local
|
| /art/runtime/verifier/ |
| D | class_verifier.cc | 94 std::string* error) { in VerifyClass()
|