Searched defs:invalid (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium/base/
H A Dstringprintf_unittest.cc142 wchar_t invalid[2]; local
143 invalid[0] = 0xffff;
144 invalid[1] = 0;
147 SStringPrintf(&out, L"%ls", invalid);
/external/skia/tests/
H A DInfRectTest.cpp28 float invalid = 1 / make_zero(); // infinity local
30 SkFixed invalid = SK_FixedNaN;
38 check_invalid(reporter, small, small, big, invalid);
39 check_invalid(reporter, small, small, invalid, big);
40 check_invalid(reporter, small, invalid, big, big);
41 check_invalid(reporter, invalid, small, big, big);
42 check_invalid(reporter, small, small, big, -invalid);
43 check_invalid(reporter, small, small, -invalid, big);
44 check_invalid(reporter, small, -invalid, big, big);
45 check_invalid(reporter, -invalid, smal
[all...]
/external/dbus/dbus/
H A Ddbus-string-private.h50 unsigned int invalid : 1; /**< DBusString is invalid (e.g. already freed) */ member in struct:__anon4497
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/e2fsprogs/lib/ext2fs/
H A Dread_bb_file.c35 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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
H A DModifier.java25 /** This variable indicates if the modifier is invalid (<b>true</b>) or not (<b>false</b>). */
26 protected boolean invalid; field in class:Modifier
49 invalid = pError.isNotNull();
50 return !invalid;
/external/harfbuzz/src/
H A Dharfbuzz-hebrew.c89 HB_Bool invalid = FALSE; local
102 invalid = TRUE;
110 invalid = TRUE;
117 invalid = TRUE;
136 if (invalid) {
H A Dharfbuzz-tibetan.c103 static HB_Bool tibetan_shape_syllable(HB_Bool openType, HB_ShaperItem *item, HB_Bool invalid) argument
119 if (invalid) {
161 static int tibetan_nextSyllableBoundary(const HB_UChar16 *s, int start, int end, HB_Bool *invalid) argument
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...]
H A Dharfbuzz-khmer.c312 static int khmer_nextSyllableBoundary(const HB_UChar16 *s, int start, int end, HB_Bool *invalid) argument
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;
H A Dharfbuzz-myanmar.c176 /* 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) argument
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) argument
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
520 HB_Bool invalid; local
[all...]
H A Dharfbuzz-indic.cpp1198 static bool indic_shape_syllable(HB_Bool openType, HB_ShaperItem *item, bool invalid) argument
1209 IDEBUG(">>>>> indic shape: from=%d, len=%d invalid=%d", item->item.pos, item->item.length, invalid);
1221 if (invalid) {
1720 We return syllable boundaries on invalid combinations aswell
1722 static int indic_nextSyllableBoundary(HB_Script script, const HB_UChar16 *s, int start, int end, bool *invalid) argument
1724 *invalid = false;
1735 *invalid = true;
1838 bool invalid; local
1839 int send = indic_nextSyllableBoundary(item->item.script, item->string, sstart, end, &invalid);
1879 bool invalid; local
[all...]
/external/v8/src/
H A Dallocation.cc59 static void* invalid = static_cast<void*>(NULL); member in namespace:v8::internal
63 return invalid;
74 return invalid;
H A Dscanner.h309 static Location invalid() { return Location(-1, -1); } function in struct:v8::internal::Scanner::Location
399 void clear_octal_position() { octal_pos_ = Location::invalid(); }
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DCompactArray.java48 private boolean invalid; field in class:CompactArray
75 invalid = true;
148 if (invalid) {
158 invalid = false;
/external/chromium/googleurl/src/
H A Dgurl_unittest.cc122 // 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.
/external/chromium/net/http/
H A Dhttp_auth.h105 bool invalid; member in struct:net::HttpAuth::Identity
/external/webkit/Source/WebKit/chromium/tests/
H A DKURLTest.cpp296 // 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.
533 // Non-empty but invalid
[all...]
/external/chromium/chrome/common/extensions/
H A Dextension_unittest.cc154 // 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 list
209 // Test invalid user script item
219 // Test missing and invalid matches array
240 // Test invalid match element
251 // Test missing and invalid file
768 std::vector<std::string> invalid; local
[all...]
/external/kernel-headers/original/linux/netfilter/
H A Dnf_conntrack_common.h147 unsigned int invalid; member in struct:ip_conntrack_stat
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue.cpp267 << 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
[all...]
/external/bluetooth/bluez/test/
H A Davtest.c556 unsigned char cmd, int invalid, int preconf)
566 if (invalid)
580 len = write(sk, buf, invalid ? 2 : 3);
592 if (invalid)
603 if (invalid)
623 if (!invalid)
640 if (invalid)
648 if (invalid)
690 static void do_avctp_send(int sk, int invalid) argument
701 if (invalid)
555 do_avdtp_send(int sk, const bdaddr_t *src, const bdaddr_t *dst, unsigned char cmd, int invalid, int preconf) argument
779 int opt, mode = MODE_NONE, sk, invalid = 0, preconf = 0, fragment = 0; local
[all...]
/external/bluetooth/glib/gio/xdgmime/
H A Dxdgmime.c343 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/
H A Dgutf8.c788 * This function checks for incomplete characters, for invalid characters
931 * invalid input is stored here.
1026 * set to the position of the first invalid input
1087 * invalid input is stored here.
1236 * invalid input is stored here.
1378 * invalid input is stored here.
1492 * If an error occurs then the index of the invalid input
1739 * will be stored there (i.e. the start of the first invalid
1740 * character if some bytes were invalid, or the end of the text
1846 const gchar *remainder, *invalid; local
[all...]
/external/icu4c/test/cintltst/
H A Dcustrtrn.c1691 0x81, 0xc0, 0xe0, 0xb8, 0xf0, 0x90, 0x80, 0x80, /* invalid sequences */
1718 static const uint8_t invalid[]={ local
1886 (const char *)invalid, LENGTHOF(invalid),
1893 log_err("u_strFromJavaModifiedUTF8WithSub(invalid->fffd) failed - %s\n", u_errorName(errorCode));
1899 (const char *)invalid, LENGTHOF(invalid),
1906 log_err("u_strFromJavaModifiedUTF8WithSub(invalid->50000) failed - %s\n", u_errorName(errorCode));
1912 (const char *)invalid, LENGTHOF(invalid),
[all...]
/external/chromium/net/base/
H A Dnet_util_unittest.cc566 // Unfortunately, UTF8ToWide discards invalid UTF8 input.
568 // Test that no conversion happens if the UTF-8 input is invalid, and that
2133 std::string invalid[] = { "1,2,a", "'1','2'", "1, 2, 3", "1 0,11,12" }; local
2136 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(invalid); ++i) {
2137 SetExplicitlyAllowedPorts(invalid[i]);
2156 // Test that invalid IP literals fail to parse.
2195 // Test parsing invalid CIDR notation literals.
/external/llvm/lib/Analysis/
H A DProfileInfo.cpp779 double iw = 0; unsigned inmissing = 0; unsigned incount = 0; unsigned invalid = 0; local
788 invalid++;
799 if (invalid == 0) continue;

Completed in 471 milliseconds

12