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

  /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;
  /external/dbus/dbus/
dbus-string-private.h 52 unsigned int invalid : 1; /**< DBusString is invalid (e.g. already freed) */ member in struct:__anon1571
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)
  /dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
SSLSocketFactoryTest.java 94 int[] invalid = { local
120 for (int i = 0; i < invalid.length; i++) {
  /external/v8/src/
allocation.cc 56 static void* invalid = static_cast<void*>(NULL); member in namespace:v8::internal
60 return invalid;
71 return 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
  /dalvik/libcore/sql/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/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 785 * This function checks for incomplete characters, for invalid characters
928 * invalid input is stored here.
973 _("Invalid byte sequence in conversion input"));
1023 * set to the position of the first invalid input
1084 * invalid input is stored here.
1141 _("Invalid sequence in conversion input"));
1150 _("Invalid sequence in conversion input"));
1233 * invalid input is stored here.
1282 _("Invalid sequence in conversion input"));
1291 _("Invalid sequence in conversion input"))
1843 const gchar *remainder, *invalid; local
    [all...]
  /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 326 int invalid; member in struct:TWorker_
403 ras.invalid = 1;
497 if ( !ras.invalid && ( ras.area | ras.cover ) )
516 /* Move the cell pointer to a new position. We set the `invalid' */
541 if ( !ras.invalid )
550 ras.invalid = ( (unsigned)ey >= (unsigned)ras.count_ey ||
574 ras.invalid = 0;
    [all...]
  /external/qemu/audio/
audio.c 271 AUD_log (NULL, "invalid bits %d\n", bits);
287 AUD_log (NULL, "%s passed invalid arguments to audio_calloc\n",
639 AUD_log (NULL, "invalid(%d)", as->fmt);
652 AUD_log (NULL, "invalid");
660 int invalid; local
662 invalid = as->nchannels != 1 && as->nchannels != 2;
663 invalid |= as->endianness != 0 && as->endianness != 1;
674 invalid = 1;
678 invalid |= as->freq <= 0;
679 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:__anon4954
  /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...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 738 milliseconds