HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_MESSAGE (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
InputMismatchExceptionTest.java 28 private static final String ERROR_MESSAGE = "for serialization test"; //$NON-NLS-1$
46 ERROR_MESSAGE);
48 assertEquals(ERROR_MESSAGE, exception.getMessage());
56 SerializationTest.verifySelf(new InputMismatchException(ERROR_MESSAGE));
65 ERROR_MESSAGE));
  /external/tensorflow/tensorflow/tools/test/
file_name_test.py 26 ERROR_MESSAGE = """
44 raise AssertionError(ERROR_MESSAGE.format(dirpath))
  /packages/apps/TV/src/com/android/tv/
LauncherActivity.java 38 public static final String ERROR_MESSAGE = "com.android.tv.LauncherActivity.ErrorMessage";
82 intent.putExtra(ERROR_MESSAGE, getResources().getString(R.string.msg_missing_app));
  /external/oj-libjdwp/src/share/back/
error_messages.h 31 #define ERROR_MESSAGE(args) ( \
33 error_message args )
37 void error_message(const char *, ...);
transport.c 73 ERROR_MESSAGE(("transport error %d: %s",err, utf8msg));
75 ERROR_MESSAGE(("transport error %d: %s",err, utf8msg));
77 ERROR_MESSAGE(("transport error %d: %s",err, "UNKNOWN"));
143 ERROR_MESSAGE(("library name is empty"));
156 ERROR_MESSAGE(("Java property sun.boot.library.path is not set"));
178 ERROR_MESSAGE(("transport library not found: %s", name));
185 ERROR_MESSAGE(("transport library missing onLoad entry: %s", name));
201 ERROR_MESSAGE(("insufficient memory to complete initialization"));
205 ERROR_MESSAGE(("transport doesn't recognize version %x",
210 ERROR_MESSAGE(("transport doesn't support multiple environments"))
    [all...]
debugInit.c 143 ERROR_MESSAGE(("JDWP unable to configure initial JVMTI event %s: %s(%d)",
221 ERROR_MESSAGE(("JDWP Unable to get jvmti extension functions: %s(%d)",
260 ERROR_MESSAGE(("Cannot load this JVM TI agent twice, check your java command line for duplicate jdwp options."));
266 ERROR_MESSAGE(("JDWP unable to load, VM died"));
273 ERROR_MESSAGE(("JDWP unable to allocate memory"));
289 ERROR_MESSAGE(("JDWP unable to access JVMTI Version 1 (0x%x),"
298 ERROR_MESSAGE(("JDWP unable to access either JVMTI Version 1 (0x%x)"
320 ERROR_MESSAGE(("This jdwp native library will not work with this VM's "
343 ERROR_MESSAGE(("JDWP: unable to initialize NPT library"));
348 ERROR_MESSAGE(("JDWP: UTF function initialization failed"))
    [all...]
DDMImpl.c 46 ERROR_MESSAGE(("JDWP Cannot find DdmServer.broadcast(I)V method!"));
66 ERROR_MESSAGE(("JDWP Cannot find DdmVmInternal.threadNotify(Z)V method!"));
classTrack.c 284 ERROR_MESSAGE(("Unable to setup class ObjectFree tracking! Class unloads will not "
debugLoop.c 250 ERROR_MESSAGE(("Received jdwpPacket with flags != 0x%d (actual=0x%x) when a jdwpCmdPacket was expected.",
util.c 115 ERROR_MESSAGE(("JDWP Can't find class %s", name));
119 ERROR_MESSAGE(("JDWP Exception occurred finding class %s", name));
144 ERROR_MESSAGE(("JDWP Can't find method %s with signature %s",
149 ERROR_MESSAGE(("JDWP Exception occurred finding method %s with signature %s",
175 ERROR_MESSAGE(("JDWP Can't find method %s with signature %s",
180 ERROR_MESSAGE(("JDWP Exception occurred finding method %s with signature %s",
863 ERROR_MESSAGE(("JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = %d",
    [all...]
  /external/proguard/src/proguard/gui/
ProGuardRunnable.java 100 JOptionPane.ERROR_MESSAGE);
114 JOptionPane.ERROR_MESSAGE);
ReTraceRunnable.java 106 JOptionPane.ERROR_MESSAGE);
120 JOptionPane.ERROR_MESSAGE);
ProGuardGUI.java     [all...]
  /development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/
HardcodedColorDetector.java 81 private static final String ERROR_MESSAGE = "Using hardcoded colors is not allowed";
127 ERROR_MESSAGE);
163 ERROR_MESSAGE);
176 ERROR_MESSAGE);
192 context.report(ISSUE, handle.resolve(), ERROR_MESSAGE);
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTestFixtures.java 85 public static final String ERROR_MESSAGE =
TestAccountType1Authenticator.java 99 AccountManagerServiceTestFixtures.ERROR_MESSAGE);
138 AccountManagerServiceTestFixtures.ERROR_MESSAGE);
188 AccountManagerServiceTestFixtures.ERROR_MESSAGE);
231 AccountManagerServiceTestFixtures.ERROR_MESSAGE);
437 AccountManagerServiceTestFixtures.ERROR_MESSAGE);
AccountManagerServiceTest.java 672 AccountManagerServiceTestFixtures.ERROR_MESSAGE);
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
relay.py 183 ERROR_MESSAGE = ('Error: Attempted to get relay "%s" in %s "%s" but the '
196 raise RelayConfigError(self.ERROR_MESSAGE %
  /tools/tradefederation/core/src/com/android/tradefed/result/
LogcatCrashResultForwarder.java 38 public static final String ERROR_MESSAGE = "Process crashed.";
93 if (errorMessage.contains(ERROR_MESSAGE) && startTime != null) {
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
WorkSpaceController.java 195 JOptionPane.showMessageDialog(view, "Fail to run test:\n" + ex.getMessage(), "Error", JOptionPane.ERROR_MESSAGE);
  /prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/
gui.js 201 msgBox(msg, title, JOptionPane.ERROR_MESSAGE);
  /prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/
gui.js 201 msgBox(msg, title, JOptionPane.ERROR_MESSAGE);
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/charsetdet/
DetectingViewer.java 127 JOptionPane.showMessageDialog(this, msg, title, JOptionPane.ERROR_MESSAGE);
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
MigratorFrame.java 359 JOptionPane.showMessageDialog(this, buf.toString(), "", JOptionPane.ERROR_MESSAGE);
  /frameworks/base/services/core/java/com/android/server/
DiskStatsService.java 101 proto.write(DiskStatsServiceDumpProto.ERROR_MESSAGE, error.toString());

Completed in 581 milliseconds

1 2 3 4 5 6