HomeSort by relevance Sort by last modified time
    Searched full:longmessage (Results 1 - 25 of 52) sorted by null

1 2 3

  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
SupportMessageTest.java 45 private static class LongMessage {
66 setLongMessage(LongMessage.SIMPLE);
72 setLongMessage(LongMessage.SIMPLE);
75 assertEquals(LongMessage.SIMPLE, getLongMessage());
93 mDevicePolicyManager.setLongSupportMessage(ADMIN_RECEIVER_COMPONENT, LongMessage.LONG);
94 assertEquals(LongMessage.LONG, getLongMessage());
99 setLongMessage(LongMessage.EMPTY);
104 setLongMessage(LongMessage.UNICODE);
109 setLongMessage(LongMessage.CONTAINS_NULL);
127 mDevicePolicyManager.setLongSupportMessage(null, LongMessage.SIMPLE)
    [all...]
  /libcore/luni/src/test/java/tests/targets/security/
MessageDigestTestMD5.java 29 super.expected3 = longmessage;
34 private static final String longmessage = "7707d6ae4e027c70eea2a935c2296f21"; field in class:MessageDigestTestMD5
MessageDigestTestSHA1.java 29 super.expected3 = longmessage;
35 private static final String longmessage = "34aa973cd4c4daa4f61eeb2bdbad27316534016f"; field in class:MessageDigestTestSHA1
MessageDigestTestSHA256.java 29 super.expected3 = longmessage;
35 private static final String longmessage = "cdc76e5c9914fb9281a1c7e284d73e67f1809a48a497200e046d39ccc7112cd0"; field in class:MessageDigestTestSHA256
MessageDigestTestSHA384.java 29 super.expected3 = longmessage;
35 private static final String longmessage = "9d0e1809716474cb086e834e310a4a1ced149e9c00f248527972cec5704c2a5b07b8b3dc38ecc4ebae97ddd87f3d8985"; field in class:MessageDigestTestSHA384
MessageDigestTestSHA512.java 29 super.expected3 = longmessage;
35 private static final String longmessage = "e718483d0ce769644e2e42c7bc15b4638e1f98b13b2044285632a803afa973ebde0ff244877ea60a4cb0432ce577c31beb009c5c2c49aa2e4eadb217ad8cc09b"; field in class:MessageDigestTestSHA512
  /external/python/cpython3/Lib/unittest/test/
test_assertions.py 142 """Test that the individual asserts honour longMessage.
144 asserts that use longMessage."""
148 longMessage = False
155 longMessage = True
165 self.assertTrue(unittest.TestCase.longMessage)
186 1) longMessage = False and no msg passed;
187 2) longMessage = False and msg passed;
188 3) longMessage = True and no msg passed;
189 4) longMessage = True and msg passed;
352 1) longMessage = False and no msg passed
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_assertions.py 106 """Test that the individual asserts honour longMessage.
108 asserts that use longMessage."""
112 longMessage = False
119 longMessage = True
129 self.assertFalse(unittest.TestCase.longMessage)
  /external/python/cpython2/Lib/unittest/test/
test_assertions.py 110 """Test that the individual asserts honour longMessage.
112 asserts that use longMessage."""
116 longMessage = False
123 longMessage = True
133 self.assertFalse(unittest.TestCase.longMessage)
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_assertions.py 106 """Test that the individual asserts honour longMessage.
108 asserts that use longMessage."""
112 longMessage = False
119 longMessage = True
129 self.assertFalse(unittest.TestCase.longMessage)
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_assertions.py 106 """Test that the individual asserts honour longMessage.
108 asserts that use longMessage."""
112 longMessage = False
119 longMessage = True
129 self.assertFalse(unittest.TestCase.longMessage)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_assertions.py 106 """Test that the individual asserts honour longMessage.
108 asserts that use longMessage."""
112 longMessage = False
119 longMessage = True
129 self.assertFalse(unittest.TestCase.longMessage)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_assertions.py 106 """Test that the individual asserts honour longMessage.
108 asserts that use longMessage."""
112 longMessage = False
119 longMessage = True
129 self.assertFalse(unittest.TestCase.longMessage)
  /external/jarjar/lib/
maven-plugin-api.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-api/2.0.9/
maven-plugin-api-2.0.9.jar 
  /external/python/cpython2/Doc/library/
basehttpserver.rst 173 longmessage)}``. The *shortmessage* is usually used as the *message* key in an
174 error response, and *longmessage* as the *explain* key (see the
  /external/python/cpython2/Lib/unittest/
case.py 156 * longMessage: determines whether long messages (including repr of
166 longMessage = False
425 """Honour the longMessage attribute when generating failure messages.
426 If longMessage is False this means:
430 If longMessage is True:
434 if not self.longMessage:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
case.py 158 * longMessage: determines whether long messages (including repr of
168 longMessage = False
427 """Honour the longMessage attribute when generating failure messages.
428 If longMessage is False this means:
432 If longMessage is True:
436 if not self.longMessage:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
case.py 158 * longMessage: determines whether long messages (including repr of
168 longMessage = False
427 """Honour the longMessage attribute when generating failure messages.
428 If longMessage is False this means:
432 If longMessage is True:
436 if not self.longMessage:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py 158 * longMessage: determines whether long messages (including repr of
168 longMessage = False
427 """Honour the longMessage attribute when generating failure messages.
428 If longMessage is False this means:
432 If longMessage is True:
436 if not self.longMessage:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py 158 * longMessage: determines whether long messages (including repr of
168 longMessage = False
427 """Honour the longMessage attribute when generating failure messages.
428 If longMessage is False this means:
432 If longMessage is True:
436 if not self.longMessage:
    [all...]
  /external/python/cpython3/Lib/unittest/
case.py 362 * longMessage: determines whether long messages (including repr of
372 longMessage = True
681 """Honour the longMessage attribute when generating failure messages.
682 If longMessage is False this means:
686 If longMessage is True:
690 if not self.longMessage:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
case.py 164 longMessage = False
423 """Honour the longMessage attribute when generating failure messages.
424 If longMessage is False this means:
428 If longMessage is True:
432 if not self.longMessage:
    [all...]
  /external/python/cpython3/Doc/library/
http.server.rst 157 longmessage)}``. The *shortmessage* is usually used as the *message* key in an
158 error response, and *longmessage* as the *explain* key. It is used by
  /external/owasp/sanitizer/tools/findbugs/src/xsl/
default.xsl 252 <xsl:value-of select="LongMessage"/>

Completed in 1280 milliseconds

1 2 3