Searched defs:invalid (Results 1 - 25 of 35) 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:__anon5037
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
120 if (invalid) {
162 static int tibetan_nextSyllableBoundary(const HB_UChar16 *s, int start, int end, HB_Bool *invalid) argument
174 *invalid = TRUE;
202 *invalid = FALSE;
225 HB_Bool invalid; local
227 int send = tibetan_nextSyllableBoundary(item->string, sstart, end, &invalid);
228 /* IDEBUG("syllable from %d, length %d, invalid=%s", sstart, send-sstart,
229 invalid ? "TRUE" : "FALSE"); */
237 if (!tibetan_shape_syllable(openType, &syllable, invalid)) {
259 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/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;
/external/freetype/src/smooth/
H A Dftgrays.c340 int invalid; member in struct:gray_TWorker_
415 ras.invalid = 1;
509 if ( !ras.invalid && ( ras.area | ras.cover ) )
528 /* Move the cell pointer to a new position. We set the `invalid' */
553 if ( !ras.invalid )
562 ras.invalid = ( (unsigned)ey >= (unsigned)ras.count_ey ||
586 ras.invalid = 0;
1814 ras.invalid = 1;
1933 ras.invalid = 1;
/external/openssh/
H A Dssh-keygen.c747 int i, skip = 0, num = 0, invalid = 1; local
838 invalid = 0;
842 if (invalid) {
976 int c, skip = 0, inplace = 0, num = 0, invalid = 0, has_unhashed = 0; local
1015 invalid = 1;
1049 invalid = 1;
1061 error("line %d invalid key: %.40s...",
1064 invalid = 1;
1073 error("line %d: invalid hashed "
1075 invalid
[all...]
/external/qemu/audio/
H A Daudio.c267 AUD_log (NULL, "invalid bits %d\n", bits);
283 AUD_log (NULL, "%s passed invalid arguments to audio_calloc\n",
635 AUD_log (NULL, "invalid(%d)", as->fmt);
648 AUD_log (NULL, "invalid");
656 int invalid; local
658 invalid = as->nchannels != 1 && as->nchannels != 2;
659 invalid |= as->endianness != 0 && as->endianness != 1;
670 invalid = 1;
674 invalid |= as->freq <= 0;
675 return invalid
[all...]

Completed in 4090 milliseconds

12