Home
last modified time | relevance | path

Searched refs:ERROR_MESSAGE (Results 1 – 17 of 17) sorted by relevance

/external/oj-libjdwp/src/share/back/
DdebugInit.c145 ERROR_MESSAGE(("JDWP unable to configure initial JVMTI event %s: %s(%d)", in set_event_notification()
224 ERROR_MESSAGE(("JDWP Unable to get jvmti extension functions: %s(%d)", in find_extension_functions()
266ERROR_MESSAGE(("Cannot load this JVM TI agent twice, check your java command line for duplicate jd… in Agent_OnLoad()
272 ERROR_MESSAGE(("JDWP unable to load, VM died")); in Agent_OnLoad()
279 ERROR_MESSAGE(("JDWP unable to allocate memory")); in Agent_OnLoad()
295 ERROR_MESSAGE(("JDWP unable to access JVMTI Version 1 (0x%x)," in Agent_OnLoad()
304 ERROR_MESSAGE(("JDWP unable to access either JVMTI Version 1 (0x%x)" in Agent_OnLoad()
326 ERROR_MESSAGE(("This jdwp native library will not work with this VM's " in Agent_OnLoad()
344 ERROR_MESSAGE(("JDWP: unable to initialize NPT library")); in Agent_OnLoad()
349 ERROR_MESSAGE(("JDWP: UTF function initialization failed")); in Agent_OnLoad()
[all …]
Dtransport.c73 ERROR_MESSAGE(("transport error %d: %s",err, utf8msg)); in printLastError()
75 ERROR_MESSAGE(("transport error %d: %s",err, utf8msg)); in printLastError()
77 ERROR_MESSAGE(("transport error %d: %s",err, "UNKNOWN")); in printLastError()
143 ERROR_MESSAGE(("library name is empty")); in loadTransport()
156 ERROR_MESSAGE(("Java property sun.boot.library.path is not set")); in loadTransport()
178 ERROR_MESSAGE(("transport library not found: %s", name)); in loadTransport()
185 ERROR_MESSAGE(("transport library missing onLoad entry: %s", name)); in loadTransport()
201 ERROR_MESSAGE(("insufficient memory to complete initialization")); in loadTransport()
205 ERROR_MESSAGE(("transport doesn't recognize version %x", in loadTransport()
210 ERROR_MESSAGE(("transport doesn't support multiple environments")); in loadTransport()
[all …]
DDDMImpl.c46 ERROR_MESSAGE(("JDWP Cannot find DdmServer.broadcast(I)V method!")); in SendDdmBroadcast()
66 ERROR_MESSAGE(("JDWP Cannot find DdmVmInternal.threadNotify(Z)V method!")); in SendDdmBroadcast()
Derror_messages.h31 #define ERROR_MESSAGE(args) ( \ macro
DclassTrack.c284 ERROR_MESSAGE(("Unable to setup class ObjectFree tracking! Class unloads will not " in classTrack_initialize()
Dutil.c117 ERROR_MESSAGE(("JDWP Can't find class %s", name)); in findClass()
121 ERROR_MESSAGE(("JDWP Exception occurred finding class %s", name)); in findClass()
146 ERROR_MESSAGE(("JDWP Can't find method %s with signature %s", in getMethod()
151 ERROR_MESSAGE(("JDWP Exception occurred finding method %s with signature %s", in getMethod()
177 ERROR_MESSAGE(("JDWP Can't find method %s with signature %s", in getStaticMethod()
182 ERROR_MESSAGE(("JDWP Exception occurred finding method %s with signature %s", in getStaticMethod()
865 ERROR_MESSAGE(("JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = %d", in getEnv()
1770 ERROR_MESSAGE(("JDWP Can't get property value for %s", propertyName)); in getPropertyUTF8()
DdebugLoop.c250ERROR_MESSAGE(("Received jdwpPacket with flags != 0x%d (actual=0x%x) when a jdwpCmdPacket was expe… in reader()
DArrayReferenceImpl.c564 ERROR_MESSAGE(("Invalid array component signature: %s", in setValues()
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DSubclassInjectionLoader.java20 …private static final String ERROR_MESSAGE = join("The current JVM does not support any class injec… field in SubclassInjectionLoader
33 throw new MockitoException(join(ERROR_MESSAGE, "", Platform.describe())); in SubclassInjectionLoader()
45 throw new MockitoException(join(ERROR_MESSAGE, "", Platform.describe()), exception); in tryLookup()
/external/tensorflow/tensorflow/tools/test/
Dfile_name_test.py26 ERROR_MESSAGE = """ variable
44 raise AssertionError(ERROR_MESSAGE.format(dirpath))
/external/proguard/src/proguard/gui/
DProGuardRunnable.java100 JOptionPane.ERROR_MESSAGE); in run()
114 JOptionPane.ERROR_MESSAGE); in run()
DReTraceRunnable.java106 JOptionPane.ERROR_MESSAGE); in run()
120 JOptionPane.ERROR_MESSAGE); in run()
DProGuardGUI.java1370 JOptionPane.ERROR_MESSAGE); in loadConfiguration()
1382 JOptionPane.ERROR_MESSAGE); in loadConfiguration()
1412 JOptionPane.ERROR_MESSAGE); in loadConfiguration()
1424 JOptionPane.ERROR_MESSAGE); in loadConfiguration()
1446 JOptionPane.ERROR_MESSAGE); in saveConfiguration()
1487 JOptionPane.ERROR_MESSAGE); in loadStackTrace()
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/
DWorkSpaceController.java195 …owMessageDialog(view, "Fail to run test:\n" + ex.getMessage(), "Error", JOptionPane.ERROR_MESSAGE); in OnRunTest()
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
DMigratorFrame.java359 JOptionPane.showMessageDialog(this, buf.toString(), "", JOptionPane.ERROR_MESSAGE); in showDialogBox()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DDetectingViewer.java127 JOptionPane.showMessageDialog(this, msg, title, JOptionPane.ERROR_MESSAGE); in errorDialog()
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DOkHttpClientTransportTest.java129 private static final String ERROR_MESSAGE = "simulated error"; field in OkHttpClientTransportTest
321 assertEquals(ERROR_MESSAGE, listener.status.getCause().getMessage()); in nextFrameThrowsError()
1911 throw new Error(ERROR_MESSAGE); in nextFrame()