Home
last modified time | relevance | path

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

/external/rust/crates/same-file/src/
Dunknown.rs5 static ERROR_MESSAGE: &str = "same-file is not supported on this platform."; variable
16 unreachable!(ERROR_MESSAGE); in eq()
42 unreachable!(ERROR_MESSAGE); in as_file()
46 unreachable!(ERROR_MESSAGE); in as_file_mut()
51 Err(io::Error::new(io::ErrorKind::Other, ERROR_MESSAGE)) in error()
/external/oj-libjdwp/src/share/back/
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 …]
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 …]
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()
DdebugLoop.c250ERROR_MESSAGE(("Received jdwpPacket with flags != 0x%d (actual=0x%x) when a jdwpCmdPacket was expe… in reader()
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()
DArrayReferenceImpl.c564 ERROR_MESSAGE(("Invalid array component signature: %s", in setValues()
/external/connectedappssdk/tests/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/
DValidationMessageFormatterTest.java29 private static final String ERROR_MESSAGE = field in ValidationMessageFormatterTest
39 assertThat(ValidationMessageFormatter.forAnnotations(annotationNames).format(ERROR_MESSAGE)) in crossProfileAnnotationNames_formatsCorrectly()
51 assertThat(ValidationMessageFormatter.forAnnotations(annotationNames).format(ERROR_MESSAGE)) in crossUserAnnotationNames_formatsCorrectly()
/external/tensorflow/tensorflow/tools/test/
Dfile_name_test.py26 ERROR_MESSAGE = """ variable
44 raise AssertionError(ERROR_MESSAGE.format(dirpath))
/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/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/webrtc/tools_webrtc/presubmit_checks_lib/
Dcheck_package_boundaries.py28 ERROR_MESSAGE = ("{build_file_path} in target '{target_name}':\n" variable
37 return ERROR_MESSAGE.format(**self._asdict())
/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()