/external/chromium_org/tools/json_schema_compiler/test/ |
enums_unittest.cc | 25 value.Set("type", Value::CreateStringValue("invalid")); 72 params_value.Append(List(Value::CreateStringValue("invalid")).release()); 127 value.Set("type", Value::CreateStringValue("invalid")); 143 params_value.Append(Value::CreateStringValue("invalid")); 164 params_value.Append(List(Value::CreateStringValue("invalid")).release()); 189 params_value.Append(Value::CreateStringValue("invalid")); 227 params_value.Append(Value::CreateStringValue("invalid"));
|
/external/mesa3d/src/mapi/glapi/gen/ |
typeexpr.py | 158 raise RuntimeError("Invalid type expression (dangling pointer)") 161 raise RuntimeError("Invalid type expression (signed / unsigned applied to pointer)") 168 raise RuntimeError('Invalid type expression (garbage after pointer qualifier -> "%s")' % (self.original_string)) 176 raise RuntimeError("Invalid type expression (both signed and unsigned specified)") 180 raise RuntimeError("Invalid type expression (dangling const)") 183 raise RuntimeError("Invalid type expression (dangling signed)") 186 raise RuntimeError("Invalid type expression (dangling unsigned)")
|
/external/oprofile/libpp/ |
parse_filename.cpp | 89 throw invalid_argument("parse_anon() invalid name: " + str2 + "\n" 96 throw invalid_argument("parse_anon() invalid name: " + str); 127 throw invalid_argument("parse_filename() invalid filename: " + 145 throw invalid_argument("parse_filename() invalid filename: " + 158 throw invalid_argument("parse_filename() invalid filename: " + 168 throw invalid_argument("parse_filename() invalid filename: " + 214 throw invalid_argument("parse_filename() invalid filename: "
|
/external/valgrind/main/memcheck/tests/ |
mempool2.stderr.exp | 4 Invalid read of size 1 12 Invalid read of size 1 23 Invalid read of size 1 31 Invalid read of size 1 80 ------ 2 invalid access in 'no no-access superblock' --- 82 Invalid read of size 1 89 Invalid read of size 1
|
/external/valgrind/main/none/tests/s390x/ |
cu24.c | 37 /* Invalid low surrogate */ 38 uint16_t invalid[] = { 0xd801, 0x0098 }; variable 172 /* Input has invalid low surrogate. */ 174 run_test(buff, sizeof buff, invalid, sizeof invalid); 175 run_test(buff, 0, invalid, sizeof invalid);
|
cu24_1.c | 37 /* Invalid low surrogate */ 38 uint16_t invalid[] = { 0xd801, 0x0098 }; variable 172 /* Input has invalid low surrogate. */ 174 run_test(buff, sizeof buff, invalid, sizeof invalid); 175 run_test(buff, 0, invalid, sizeof invalid);
|
/frameworks/base/core/tests/coretests/src/android/util/ |
PatternsTest.java | 47 assertFalse("Matched invalid TLD!", t); 50 assertFalse("Matched invalid TLD!", t); 53 assertFalse("Matched invalid TLD!", t); 96 assertFalse("Matched invalid protocol", t); 116 assertFalse("Invalid IP", t); 134 assertFalse("Invalid domain", t); 153 assertFalse("Invalid phone", t);
|
/external/chromium_org/chrome/browser/google_apis/ |
drive_api_parser.cc | 36 // TODO(mukai): make it return false in case of invalid |url_string|. 231 LOG(ERROR) << "Unable to create: Invalid About resource JSON!"; 268 LOG(ERROR) << "Unable to parse: Invalid About resource JSON!"; 298 LOG(ERROR) << "Unable to create: Invalid DriveAppIcon JSON!"; 333 LOG(ERROR) << "Unable to parse: Invalid DriveAppIcon"; 392 LOG(ERROR) << "Unable to create: Invalid AppResource JSON!"; 449 LOG(ERROR) << "Unable to parse: Invalid AppResource"; 474 LOG(ERROR) << "Unable to create: Invalid AppList JSON!"; 503 LOG(ERROR) << "Unable to parse: Invalid AppList"; 532 LOG(ERROR) << "Unable to create: Invalid ParentRefernce JSON!" [all...] |
/hardware/ril/libril/ |
ril.cpp | 370 RLOGE("invalid request block"); 404 RLOGE("invalid command block for token %d request %s", 440 invalid: 456 goto invalid; 497 invalid: 513 goto invalid; 528 goto invalid; 543 invalid: 569 goto invalid; 593 invalid [all...] |
/external/chromium/net/http/ |
http_auth_controller.cc | 207 DCHECK(identity_.invalid); 235 identity_.invalid = false; 315 identity_.invalid = true; 353 identity_.invalid = false; 358 if (identity_.invalid) { 372 DCHECK(identity_.invalid || (username.empty() && password.empty())); 374 if (identity_.invalid) { 377 identity_.invalid = false; 416 return handler_.get() && !identity_.invalid; 444 DCHECK(identity_.invalid); [all...] |
/external/chromium_org/net/http/ |
http_auth_controller.cc | 201 DCHECK(identity_.invalid); 229 identity_.invalid = false; 312 identity_.invalid = true; 355 identity_.invalid = false; 360 if (identity_.invalid) { 386 DCHECK(identity_.invalid || credentials.Empty()); 388 if (identity_.invalid) { 391 identity_.invalid = false; 428 return handler_.get() && !identity_.invalid; 458 DCHECK(identity_.invalid); [all...] |
/external/chromium_org/ppapi/tests/ |
test_char_set.cc | 89 // Try some invalid input encoding. 101 // Invalid encoding name. 194 // Try some invalid input encoding. 207 // Invalid encoding name. 245 // Invalid input encoding with FAIL. 254 // Invalid input with SKIP. 264 // Invalid input with SUBSTITUTE. 274 // Invalid encoding name. 310 // Invalid input encoding with FAIL. 320 // Invalid input with SKIP [all...] |
/external/bison/lib/ |
mbrtowc.c | 113 /* mbtowc does not distinguish between invalid and incomplete multibyte 126 goto invalid; 182 goto invalid; 210 goto invalid; 226 goto invalid; 245 goto invalid; 279 goto invalid; 291 goto invalid; 315 invalid:
|
printf-args.c | 98 /* A null pointer is an invalid argument for "%s", but in practice 107 /* A null pointer is an invalid argument for "%ls", but in practice 147 /* A null pointer is an invalid argument for "%U", but in practice 159 /* A null pointer is an invalid argument for "%lU", but in practice 171 /* A null pointer is an invalid argument for "%llU", but in practice
|
/external/chromium_org/content/renderer/pepper/ |
ppb_var_deprecated_impl.cc | 33 const char kInvalidObjectException[] = "Error: Invalid object"; 34 const char kInvalidPropertyException[] = "Error: Invalid property"; 35 const char kInvalidValueException[] = "Error: Invalid value"; 49 // False means that the given variant is invalid. In this case, the result 104 // an exception if it's invalid. At the end of construction, if there is no 136 // exception if it's invalid. 297 // This argument was invalid, throw an exception & give up. 357 // This argument was invalid, throw an exception & give up. 394 DLOG(ERROR) << "Create object passed an invalid instance.";
|
/external/chromium_org/ppapi/cpp/ |
websocket.h | 60 /// or <code>protocols</code> contains invalid string as defined in 95 /// an invalid character as a UTF-8 string, or is longer than 123 bytes. 143 /// <code>message</code> contains an invalid character as a 168 /// <code>PP_VARTYPE_UNDEFINED</code> if called on an invalid resource. 175 /// closed, called on an invalid resource, or closed for abnormal reasons. 186 /// invalid resource. Currently the <code>Var</code>'s data for valid 196 /// invalid resource. 204 /// invalid resource. 212 /// is called on an invalid resource.
|
/external/icu4c/extra/uconv/ |
uconv.1.in | 107 it is possible to specify callbacks that are used to handle invalid 112 representation of the invalid data. 200 Omit invalid characters from the output. 213 Ignore invalid sequences in the input. 261 supports specifying callbacks to handle invalid data. Callbacks can be 285 Ignore the invalid data. 288 Stop with an error when encountering invalid data. 419 does report errors as occuring at the first invalid byte 422 which reports errors as occuring at the first byte of an invalid
|
/external/llvm/lib/Target/SystemZ/Disassembler/ |
SystemZDisassembler.cpp | 53 assert(RegNo < 16 && "Invalid register"); 107 assert(isUInt<N>(Imm) && "Invalid immediate"); 114 assert(isUInt<N>(Imm) && "Invalid immediate"); 168 assert(isUInt<N>(Imm) && "Invalid PC-relative offset"); 189 assert(Base < 16 && "Invalid BDAddr12"); 199 assert(Base < 16 && "Invalid BDAddr20"); 210 assert(Index < 16 && "Invalid BDXAddr12"); 222 assert(Index < 16 && "Invalid BDXAddr20"); 234 assert(Length < 256 && "Invalid BDLAddr12Len8");
|
/hardware/qcom/display/msm8960/libgenlock/ |
genlock.cpp | 54 ALOGE("%s: invalid lockType (lockType = %d)", 69 ALOGE("%s: handle is invalid", __FUNCTION__); 140 ALOGE("%s: handle is invalid", __FUNCTION__); 195 ALOGE("%s: handle is invalid", __FUNCTION__); 202 ALOGE("%s: the lock is invalid", __FUNCTION__); 225 ALOGE("%s: handle is invalid", __FUNCTION__); 277 ALOGE("%s: invalid lockType", __FUNCTION__); 318 ALOGE("%s: handle is invalid", __FUNCTION__); 325 ALOGE("%s: the lock is invalid", __FUNCTION__);
|
/hardware/qcom/display/msm8x26/libgenlock/ |
genlock.cpp | 54 ALOGE("%s: invalid lockType (lockType = %d)", 69 ALOGE("%s: handle is invalid", __FUNCTION__); 140 ALOGE("%s: handle is invalid", __FUNCTION__); 195 ALOGE("%s: handle is invalid", __FUNCTION__); 202 ALOGE("%s: the lock is invalid", __FUNCTION__); 225 ALOGE("%s: handle is invalid", __FUNCTION__); 277 ALOGE("%s: invalid lockType", __FUNCTION__); 318 ALOGE("%s: handle is invalid", __FUNCTION__); 325 ALOGE("%s: the lock is invalid", __FUNCTION__);
|
/libcore/luni/src/test/java/libcore/java/net/ |
InetAddressTest.java | 92 for (String invalid : INVALID_IPv4_NUMERIC_ADDRESSES) { 94 InetAddress.parseNumericAddress(invalid); 95 fail(invalid); 124 for (String invalid : INVALID_IPv4_NUMERIC_ADDRESSES) { 125 assertFalse(invalid, InetAddress.isNumeric(invalid)); 182 for (String invalid : INVALID_IPv4_NUMERIC_ADDRESSES) { 184 InetAddress.getByName(invalid); 185 fail(invalid);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
mbrtowc.c | 112 /* mbtowc does not distinguish between invalid and incomplete multibyte 125 goto invalid; 181 goto invalid; 208 goto invalid; 221 goto invalid; 239 goto invalid; 272 goto invalid; 284 goto invalid; 308 invalid:
|
/developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/java/com/example/android/basicandroidkeystore/ |
MainActivity.java | 93 Log.w(TAG, "Invalid Algorithm Parameter Exception", e); 106 Log.w(TAG, "Invalid Key", e); 108 Log.w(TAG, "Invalid Signature", e); 134 Log.w(TAG, "Invalid Key", e); 136 Log.w(TAG, "Invalid Signature", e);
|
/external/bison/src/ |
scan-code.h | 100 * - \c self will become invalid if the caller frees \c code before invoking 115 * - \c self will become invalid if the caller frees \c code before invoking 133 * - \c self will become invalid if: 162 * invalid. 172 * instances may now be invalid.
|
/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);
|