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

1 2

  /external/skia/tests/
InfRectTest.cpp 21 float invalid = 1 / make_zero(); // infinity local
23 SkFixed invalid = SK_FixedNaN;
31 check_invalid(reporter, small, small, big, invalid);
32 check_invalid(reporter, small, small, invalid, big);
33 check_invalid(reporter, small, invalid, big, big);
34 check_invalid(reporter, invalid, small, big, big);
35 check_invalid(reporter, small, small, big, -invalid);
36 check_invalid(reporter, small, small, -invalid, big);
37 check_invalid(reporter, small, -invalid, big, big);
38 check_invalid(reporter, -invalid, small, big, big)
    [all...]
  /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());
38 assertTrue(s.invalid.getApplicationBufferSize() > 0);
46 assertNotNull(s.invalid.getCipherSuite());
47 assertEquals(StandardNames.CIPHER_SUITE_INVALID, s.invalid.getCipherSuite());
58 assertTrue(s.invalid.getCreationTime() > 0);
67 assertNotNull(s.invalid.getId());
70 assertEquals(0, s.invalid.getId().length);
83 assertTrue(s.invalid.getLastAccessedTime() > 0);
97 assertNull(s.invalid.getLocalCertificates())
    [all...]
  /external/chromium/base/
stringprintf_unittest.cc 141 TEST(StringPrintfTest, Invalid) {
142 wchar_t invalid[2]; local
143 invalid[0] = 0xffff;
144 invalid[1] = 0;
147 SStringPrintf(&out, L"%ls", invalid);
  /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;
69 SSLSession invalid = ssl.getSession(); local
71 return new TestSSLSessions(invalid, s.server.getSession(), s.client.getSession(), s);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
CyclicDependencyValidator.java 30 private CyclicDependencyValidator(Collection<String> invalid) {
31 this.mInvalidIds = invalid;
54 final Collection<String> invalid = local
57 return new CyclicDependencyValidator(invalid);
  /external/dbus/dbus/
dbus-string-private.h 50 unsigned int invalid : 1; /**< DBusString is invalid (e.g. already freed) */ member in struct:__anon5487
76 #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 58 static void* invalid = static_cast<void*>(NULL); member in namespace:v8::internal
62 return invalid;
73 return invalid;
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLEngineResultTest.java 133 String [] invalid = {"", "OK1", "BUFFER_overflow", "BUFFER_UND", local
144 for (int i = 0; i < invalid.length; i++) {
146 SSLEngineResult.Status.valueOf(invalid[i]);
147 fail("IllegalArgumentException must be thrown for name: " + invalid[i]);
182 String [] invalid = {"", "FINISHED1", "NEED_task", "NEED_UN", local
195 for (int i = 0; i < invalid.length; i++) {
197 SSLEngineResult.HandshakeStatus.valueOf(invalid[i]);
198 fail("IllegalArgumentException must be thrown for name: " + invalid[i]);
  /external/harfbuzz/src/
harfbuzz-hebrew.c 89 HB_Bool invalid = FALSE; local
102 invalid = TRUE;
110 invalid = TRUE;
117 invalid = TRUE;
136 if (invalid) {
harfbuzz-tibetan.c 103 static HB_Bool tibetan_shape_syllable(HB_Bool openType, HB_ShaperItem *item, HB_Bool invalid)
119 if (invalid) {
161 static int tibetan_nextSyllableBoundary(const HB_UChar16 *s, int start, int end, HB_Bool *invalid)
173 *invalid = TRUE;
201 *invalid = FALSE;
224 HB_Bool invalid; local
226 int send = tibetan_nextSyllableBoundary(item->string, sstart, end, &invalid);
227 /* IDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart,
228 invalid ? "TRUE" : "FALSE"); */
236 if (!tibetan_shape_syllable(openType, &syllable, invalid)) {
258 HB_Bool invalid; local
    [all...]
harfbuzz-indic.cpp 52 Invalid = 0x0,
53 UnknownForm = Invalid,
68 Invalid, VowelMark, VowelMark, VowelMark,
109 Invalid, VowelMark, VowelMark, VowelMark,
110 Invalid, IndependentVowel, IndependentVowel, IndependentVowel,
112 IndependentVowel, Invalid, Invalid, IndependentVowel,
114 IndependentVowel, Invalid, Invalid, IndependentVowel,
121 Consonant, Invalid, Consonant, Consonant
1834 bool invalid; local
1875 bool invalid; local
    [all...]
harfbuzz-khmer.c 312 static int khmer_nextSyllableBoundary(const HB_UChar16 *s, int start, int end, HB_Bool *invalid)
317 *invalid = FALSE;
322 *invalid = (charClass > 0) && ! (charClass & CF_CONSONANT);
612 HB_Bool invalid; local
613 int send = khmer_nextSyllableBoundary(item->string, sstart, end, &invalid);
614 KHDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart,
615 invalid ? "TRUE" : "FALSE");
652 HB_Bool invalid; local
653 hb_uint32 boundary = khmer_nextSyllableBoundary( text, from+i, end, &invalid ) - from;
harfbuzz-myanmar.c 176 /* exit state -2 is for invalid order of medials and combination of invalids
195 static int myanmar_nextSyllableBoundary(const HB_UChar16 *s, int start, int end, HB_Bool *invalid)
200 *invalid = FALSE;
206 *invalid = (HB_Bool)(charClass & Mymr_CF_DOTTED_CIRCLE);
254 static HB_Bool myanmar_shape_syllable(HB_Bool openType, HB_ShaperItem *item, HB_Bool invalid)
341 if (invalid) {
479 HB_Bool invalid; local
480 int send = myanmar_nextSyllableBoundary(item->string, sstart, end, &invalid);
481 MMDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart,
482 invalid ? "TRUE" : "FALSE")
520 HB_Bool invalid; local
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSocketFactoryTest.java 70 int[] invalid = { local
96 for (int i = 0; i < invalid.length; i++) {
  /external/chromium/googleurl/src/
gurl_unittest.cc 122 // Copying of invalid URL should be invalid
123 GURL invalid; local
124 GURL invalid2(invalid);
138 // Given an invalid URL, we should still get most of the components.
139 TEST(GURLTest, Invalid) {
  /external/chromium/net/http/
http_auth.h 105 bool invalid; member in struct:net::HttpAuth::Identity
  /external/webkit/Source/WebKit/chromium/tests/
KURLTest.cpp 296 // Test the error behavior for invalid UTF-8 (we differ from WebKit here).
297 WTF::String invalid = WebCore::decodeURLEscapeSequences( local
303 EXPECT_EQ(invalidExpected, invalid);
333 // which would normally be invalid since the base URL is invalid.
346 // replacements on invalid URLs, but here we do.
356 // GKURL will say that a URL with just a scheme is invalid, KURL will not.
387 // Now let's test that giving an invalid replacement fails. Invalid
518 // Resolving an empty URL on an invalid string
    [all...]
  /external/chromium/chrome/common/extensions/
extension_unittest.cc 64 ASSERT_EQ(0, Extension::INVALID);
78 // INVALID is not a valid location.
79 if (loc == Extension::INVALID)
125 Extension::INVALID));
154 // Test missing and invalid versions
166 // Test missing and invalid names.
178 // Test invalid description
185 // Test invalid icons
192 // Test invalid icon paths
202 // Test invalid user scripts lis
768 std::vector<std::string> invalid; local
    [all...]
  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_common.h 147 unsigned int invalid; member in struct:ip_conntrack_stat
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue.cpp 267 << QString::fromAscii("") // Undefined is an invalid property.
287 << QString::fromAscii("") // Undefined is an invalid property.
292 << QString::fromAscii("") // Undefined is an invalid property.
328 QScriptValue invalid; local
331 invalid.setProperty("aaa", property);
332 invalid.setProperty(13, property);
333 invalid.setProperty(engine.toStringHandle("aaa"), property);
335 QVERIFY(!invalid.property("aaa").isValid());
336 QVERIFY(!invalid.property(13).isValid());
337 QVERIFY(!invalid.property(engine.toStringHandle("aaa")).isValid())
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimestampTest.java 182 int[][] invalid = { { 106, 11, 31, 23, 59, 59, 1999999999 }, local
184 for (int[] element : invalid) {
352 String[] invalid = { null, "ABCDEFGHI", "233104", local
365 for (String element : invalid) {
  /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...]

Completed in 2706 milliseconds

1 2