HomeSort by relevance Sort by last modified time
    Searched defs:invalid (Results 1 - 25 of 27) sorted by null

1 2

  /external/e2fsprogs/lib/ext2fs/
read_bb_file.c 35 void (*invalid)(ext2_filsys fs,
63 if (invalid)
64 (invalid)(fs, blockno, buf, priv_data);
75 void (*invalid)(ext2_filsys, blk_t); member in struct:compat_struct
85 if (st->invalid)
86 (st->invalid)(fs, blk);
95 void (*invalid)(ext2_filsys fs, blk_t blk))
99 st.invalid = invalid;
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionTest.java 29 assertNotNull(s.invalid);
30 assertFalse(s.invalid.isValid());
37 assertTrue(s.invalid.getApplicationBufferSize() > 0);
44 assertNotNull(s.invalid.getCipherSuite());
45 assertEquals(StandardNames.CIPHER_SUITE_INVALID, s.invalid.getCipherSuite());
55 assertTrue(s.invalid.getCreationTime() > 0);
63 assertNotNull(s.invalid.getId());
66 assertEquals(0, s.invalid.getId().length);
78 assertTrue(s.invalid.getLastAccessedTime() > 0);
91 assertNull(s.invalid.getLocalCertificates())
    [all...]
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLSessions.java 26 * client/server pair of SSLSession as well as an invalid SSLSession.
31 * An invalid session that is not connected
33 public final SSLSession invalid; field in class:TestSSLSessions
51 private TestSSLSessions(SSLSession invalid,
55 this.invalid = invalid;
65 SSLSession invalid = ssl.getSession(); local
67 return new TestSSLSessions(invalid, s.server.getSession(), s.client.getSession(), s);
  /external/dbus/dbus/
dbus-string-private.h 52 unsigned int invalid : 1; /**< DBusString is invalid (e.g. already freed) */ member in struct:__anon3238
78 #define DBUS_GENERIC_STRING_PREAMBLE(real) _dbus_assert ((real) != NULL); _dbus_assert (!(real)->invalid); _dbus_assert ((real)->len >= 0); _dbus_assert ((real)->allocated >= 0); _dbus_assert ((real)->max_length >= 0); _dbus_assert ((real)->len <= ((real)->allocated - _DBUS_STRING_ALLOCATION_PADDING)); _dbus_assert ((real)->len <= (real)->max_length)
  /external/v8/src/
allocation.cc 56 static void* invalid = static_cast<void*>(NULL); member in namespace:v8::internal
60 return invalid;
71 return invalid;
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSocketFactoryTest.java 94 int[] invalid = { local
120 for (int i = 0; i < invalid.length; i++) {
  /external/chromium/net/http/
http_auth.h 56 Identity() : source(IDENT_SRC_NONE), invalid(true) { }
59 bool invalid; member in struct:net::HttpAuth::Identity
74 // it back in |*handler|. If the challenge is unsupported or invalid
  /external/chromium/googleurl/src/
gurl_unittest.cc 121 // Copying of invalid URL should be invalid
122 GURL invalid; local
123 GURL invalid2(invalid);
137 // Given an invalid URL, we should still get most of the components.
138 TEST(GURLTest, Invalid) {
  /external/webkit/WebKit/chromium/tests/
KURLTest.cpp 293 // Test the error behavior for invalid UTF-8 (we differ from WebKit here).
294 WebCore::String invalid = WebCore::decodeURLEscapeSequences( local
300 EXPECT_EQ(invalidExpected, invalid);
330 // which would normally be invalid since the base URL is invalid.
343 // replacements on invalid URLs, but here we do.
353 // GKURL will say that a URL with just a scheme is invalid, KURL will not.
384 // Now let's test that giving an invalid replacement still fails.
514 // Resolving an empty URL on an invalid string.
529 // Non-empty but invalid C string as input
    [all...]
  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_common.h 147 unsigned int invalid; member in struct:ip_conntrack_stat
  /external/bluetooth/bluez/test/
avtest.c 556 unsigned char cmd, int invalid, int preconf)
566 if (invalid)
580 len = write(sk, buf, invalid ? 2 : 3);
592 if (invalid)
603 if (invalid)
604 buf[2] = 13 << 2; /* Invalid ACP SEID */
623 if (!invalid)
640 if (invalid)
641 buf[2] = 13 << 2; /* Invalid ACP SEID */
648 if (invalid)
779 int opt, mode = MODE_NONE, sk, invalid = 0, preconf = 0, fragment = 0; local
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 343 int invalid, exists; local
351 invalid = xdg_check_file (file_name, &exists);
353 if (invalid)
366 invalid = xdg_check_file (file_name, NULL);
368 if (invalid)
377 invalid = xdg_check_file (file_name, NULL);
379 if (invalid)
  /external/bluetooth/glib/glib/
gutf8.c 788 * This function checks for incomplete characters, for invalid characters
931 * invalid input is stored here.
976 _("Invalid byte sequence in conversion input"));
1026 * set to the position of the first invalid input
1087 * invalid input is stored here.
1144 _("Invalid sequence in conversion input"));
1153 _("Invalid sequence in conversion input"));
1236 * invalid input is stored here.
1285 _("Invalid sequence in conversion input"));
1294 _("Invalid sequence in conversion input"))
1846 const gchar *remainder, *invalid; local
    [all...]
  /external/chromium/base/
string_util_unittest.cc 238 // most of them are invalid as UTF-8.
411 {"Invalid offset", 9999, "t", "foobar", "Invalid offset"},
441 {"Invalid offset", 9999, "t", "foobar", "Invalid offset"},
977 wchar_t invalid[2]; local
    [all...]
  /external/chromium/base/third_party/xdg_mime/
xdgmime.c 343 int invalid, exists; local
351 invalid = xdg_check_file (file_name, &exists);
353 if (invalid)
366 invalid = xdg_check_file (file_name, NULL);
368 if (invalid)
377 invalid = xdg_check_file (file_name, NULL);
379 if (invalid)
  /external/chromium/net/base/
net_util_unittest.cc 249 // Invalid IDN
524 // Unfortunately, UTF8ToWide discards invalid UTF8 input.
526 // Test that no conversion happens if the UTF-8 input is invalid, and that
749 // Invalid hex-digit "G"
1609 std::wstring invalid[] = { L"1,2,a", L"'1','2'", L"1, 2, 3", L"1 0,11,12" }; local
    [all...]
  /external/icu4c/test/cintltst/
custrtrn.c 1693 static const uint8_t invalid[]={ local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimestampTest.java 191 int[][] invalid = { local
195 for (int[] element : invalid) {
446 String[] invalid = { local
456 for (String element : invalid) {
  /external/bluetooth/glib/gio/
glocalfileinfo.c 726 _("Invalid attribute type (string expected)"));
733 _("Invalid extended attribute name"));
999 const gchar *remainder, *invalid; local
1008 if (g_utf8_validate (remainder, remaining_bytes, &invalid))
1010 valid_bytes = invalid - remainder;
1020 remainder = invalid + 1;
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 330 int invalid; member in struct:TWorker_
407 ras.invalid = 1;
501 if ( !ras.invalid && ( ras.area | ras.cover ) )
520 /* Move the cell pointer to a new position. We set the `invalid' */
545 if ( !ras.invalid )
554 ras.invalid = ( (unsigned)ey >= (unsigned)ras.count_ey ||
578 ras.invalid = 0;
    [all...]
  /external/qemu/audio/
audio.c 268 AUD_log (NULL, "invalid bits %d\n", bits);
284 AUD_log (NULL, "%s passed invalid arguments to audio_calloc\n",
636 AUD_log (NULL, "invalid(%d)", as->fmt);
649 AUD_log (NULL, "invalid");
657 int invalid; local
659 invalid = as->nchannels != 1 && as->nchannels != 2;
660 invalid |= as->endianness != 0 && as->endianness != 1;
671 invalid = 1;
675 invalid |= as->freq <= 0;
676 return invalid ? -1 : 0
    [all...]
  /external/quake/quake/src/QW/client/
client.h 96 qboolean invalid; // true if the packet_entities delta was invalid member in struct:__anon6518
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c 1069 wpa_printf(MSG_DEBUG, "MLME: invalid aid value %d; bits 15:14 "
1287 int channel, invalid = 0, clen; local
    [all...]
  /external/wpa_supplicant/
mlme.c 1494 int channel, invalid = 0, clen; local
    [all...]
  /external/qemu/
ppc-dis.c 215 the INVALID argument is not NULL, *INVALID will be set to
218 operand is valid, *INVALID will not be changed. */
219 long (*extract) (unsigned long instruction, int dialect, int *invalid);
5196 int invalid; local
5281 int invalid; local
    [all...]

Completed in 772 milliseconds

1 2