/libcore/luni/src/test/java/libcore/java/util/ |
LocaleTest.java | 33 Locale invalid = new Locale("AaBbCc", "DdEeFf", "GgHhIi"); local 35 assertEquals("aabbcc", invalid.getLanguage()); 36 assertEquals("DDEEFF", invalid.getCountry()); 37 assertEquals("GgHhIi", invalid.getVariant()); 42 assertEquals("aabbcc", invalid.getDisplayLanguage()); 43 assertEquals("", invalid.getDisplayCountry()); 44 assertEquals("DDEEFF_GGHHII", invalid.getDisplayVariant()); 45 assertEquals("aabbcc (DDEEFF,DDEEFF_GGHHII)", invalid.getDisplayName()); 148 // Invalid country code. 167 // Invalid language code [all...] |
/external/elfutils/libdw/ |
dwarf_error.c | 113 [DWARF_E_INVALID_ACCESS] = N_("invalid access"), 116 [DWARF_E_INVALID_ELF] = N_("invalid ELF file"), 122 [DWARF_E_INVALID_CMD] = N_("invalid command"), 123 [DWARF_E_INVALID_VERSION] = N_("invalid version"), 124 [DWARF_E_INVALID_FILE] = N_("invalid file"), 126 [DWARF_E_INVALID_DWARF] = N_("invalid DWARF"), 131 [DWARF_E_INVALID_REFERENCE] = N_("invalid reference value"), 133 [DWARF_E_INVALID_DEBUG_LINE] = N_("invalid .debug_line section"), 135 [DWARF_E_VERSION] = N_("invalid DWARF version"), 136 [DWARF_E_INVALID_DIR_IDX] = N_("invalid directory index") [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | 51 /// If an llvm.dbg.declare intrinsic is invalid, then this function simply 300 // No type specified, must be invalid reference. 509 return Error("Invalid ENTRY record"); 561 return Error("Invalid type forward reference in TYPE_BLOCK"); 577 return Error("Invalid TYPE_CODE_NUMENTRY record"); 612 return Error("Invalid Integer type record"); 619 return Error("Invalid POINTER type record"); 624 if (ResultTy == 0) return Error("invalid element type in pointer type"); 632 return Error("Invalid FUNCTION type record"); 643 return Error("invalid type in function type") [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
shell1.test | 67 # invalid option 212 } {1 {Error: unknown command or invalid arguments: "foo". Enter ".help" for help}} 215 } {1 {Error: unknown command or invalid arguments: "foo OFF". Enter ".help" for help}} 218 } {1 {Error: unknown command or invalid arguments: "foo OFF". Enter ".help" for help}} 223 } {1 {Error: unknown command or invalid arguments: "foo OFF". Enter ".help" for help}} 226 } {1 {Error: unknown command or invalid arguments: "foo OFF". Enter ".help" for help}} 282 } {1 {Error: unknown command or invalid arguments: "backup". Enter ".help" for help}} 292 } {1 {Error: unknown command or invalid arguments: "backup". Enter ".help" for help}} 297 } {1 {Error: unknown command or invalid arguments: "bail". Enter ".help" for help}} 307 } {1 {Error: unknown command or invalid arguments: "bail". Enter ".help" for help} [all...] |
/external/chromium_org/chrome/browser/extensions/api/messaging/ |
native_messaging_host_manifest.cc | 54 *error_message = "Invalid manifest file."; 74 *error_message = "Invalid value for name."; 80 *error_message = "Invalid value for description."; 88 *error_message = "Invalid value for type."; 97 *error_message = "Invalid value for path."; 104 "Invalid value for allowed_origins. Expected a list of strings.";
|
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
shared_module_manifest_unittest.cc | 64 "Invalid value for 'export'."), 66 "Invalid value for 'export.resources'."), 68 "Invalid value for 'export.resources[1]'."), 111 "Invalid value for 'import'."), 113 "Invalid value for 'import[0].id'."), 115 "Invalid value for 'import[0].minimum_version'."),
|
/external/chromium_org/v8/test/webkit/fast/js/ |
modify-non-references-expected.txt | 30 FAIL g()++ should throw ReferenceError: Postfix ++ operator applied to value that is not a reference.. Threw exception ReferenceError: Invalid left-hand side expression in postfix operation. 31 FAIL g()-- should throw ReferenceError: Postfix -- operator applied to value that is not a reference.. Threw exception ReferenceError: Invalid left-hand side expression in postfix operation. 32 FAIL ++g() should throw ReferenceError: Prefix ++ operator applied to value that is not a reference.. Threw exception ReferenceError: Invalid left-hand side expression in prefix operation. 33 FAIL --g() should throw ReferenceError: Prefix -- operator applied to value that is not a reference.. Threw exception ReferenceError: Invalid left-hand side expression in prefix operation. 34 FAIL g() = 1 should throw ReferenceError: Left side of assignment is not a reference.. Threw exception ReferenceError: Invalid left-hand side in assignment. 35 FAIL g() += 1 should throw ReferenceError: Left side of assignment is not a reference.. Threw exception ReferenceError: Invalid left-hand side in assignment.
|
/external/e2fsprogs/tests/f_extents2/ |
expect.1 | 3 (invalid logical block 0, physical block 23, len 12) 16 Inode 16 has an invalid extent 17 (logical block 0, invalid physical block 500, len 10) 20 Inode 17 has an invalid extent 21 (logical block 0, physical block 120, invalid len 6000) 25 (invalid logical block 10, physical block 155, len 45)
|
/external/linux-tools-perf/util/ |
cpumap.c | 122 goto invalid; 130 goto invalid; 133 goto invalid; 142 goto invalid; 148 goto invalid; 163 invalid:
|
/external/valgrind/main/memcheck/tests/ |
badrw.stderr.exp | 0 Invalid read of size 4 7 Invalid write of size 4 13 Invalid read of size 2 19 Invalid write of size 2 25 Invalid read of size 1 31 Invalid write of size 1
|
badrw.stderr.exp-s390x-mvc | 0 Invalid read of size 1 7 Invalid write of size 1 13 Invalid read of size 1 19 Invalid write of size 1 25 Invalid read of size 1 31 Invalid write of size 1
|
fprw.stderr.exp | 7 Invalid read of size 8 13 Invalid write of size 8 19 Invalid read of size 4 25 Invalid write of size 4 31 Invalid free() / delete / delete[] / realloc() 36 Invalid write of size 8
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
regex_error.h | 62 /** The expression contained an invalid collating element name. */ 65 /** The expression contained an invalid character class name. */ 69 * The expression contained an invalid escaped character, or a trailing 74 /** The expression contained an invalid back reference. */ 86 /** The expression contained an invalid range in a {} expression. */ 90 * The expression contained an invalid character range,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
regex_error.h | 62 /** The expression contained an invalid collating element name. */ 65 /** The expression contained an invalid character class name. */ 69 * The expression contained an invalid escaped character, or a trailing 74 /** The expression contained an invalid back reference. */ 86 /** The expression contained an invalid range in a {} expression. */ 90 * The expression contained an invalid character range,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_error.h | 62 /** The expression contained an invalid collating element name. */ 65 /** The expression contained an invalid character class name. */ 69 * The expression contained an invalid escaped character, or a trailing 74 /** The expression contained an invalid back reference. */ 86 /** The expression contained an invalid range in a {} expression. */ 90 * The expression contained an invalid character range,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_error.h | 62 /** The expression contained an invalid collating element name. */ 65 /** The expression contained an invalid character class name. */ 69 * The expression contained an invalid escaped character, or a trailing 74 /** The expression contained an invalid back reference. */ 86 /** The expression contained an invalid range in a {} expression. */ 90 * The expression contained an invalid character range,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
regex_error.h | 62 /** The expression contained an invalid collating element name. */ 65 /** The expression contained an invalid character class name. */ 69 * The expression contained an invalid escaped character, or a trailing 74 /** The expression contained an invalid back reference. */ 86 /** The expression contained an invalid range in a {} expression. */ 90 * The expression contained an invalid character range,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
regex_error.h | 62 /** The expression contained an invalid collating element name. */ 65 /** The expression contained an invalid character class name. */ 69 * The expression contained an invalid escaped character, or a trailing 74 /** The expression contained an invalid back reference. */ 86 /** The expression contained an invalid range in a {} expression. */ 90 * The expression contained an invalid character range,
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
regex_error.h | 67 /** The expression contained an invalid collating element name. */ 70 /** The expression contained an invalid character class name. */ 74 * The expression contained an invalid escaped character, or a trailing 79 /** The expression contained an invalid back reference. */ 91 /** The expression contained an invalid range in a {} expression. */ 95 * The expression contained an invalid character range,
|
/hardware/ti/omap3/dspbridge/libbridge/ |
DSPStrm.c | 39 *! 13-Mar-2002 map Checking for invalid direction in DSPStream_Open() 40 *! 12-Mar-2002 map Checking for invalid node handle in 59 *! catches Invalid Events and Masks. 123 /* Invalid pointer */ 127 "hStrm is Invalid \r\n"))); 131 /* Invalid parameter */ 135 "Invalid pointer in the Input\r\n"))); 202 /* Invalid pointer */ 205 (TEXT("NODE: DSPStream_Close: hStrm is Invalid \r\n"))); 289 /* Invalid pointer * [all...] |
/external/chromium/chrome/browser/remoting/ |
directory_add_request.h | 24 // Invalid authentication token. 26 // Server rejected request because it was invalid (e.g. specified 27 // public key is invalid).
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_pop_up_button.mm | 46 [[self cell] setInvalid:[self invalid]]; 50 - (BOOL)invalid { 64 @synthesize invalid = invalid_;
|
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ec_err.c | 228 {ERR_REASON(EC_R_INVALID_ARGUMENT) ,"invalid argument"}, 229 {ERR_REASON(EC_R_INVALID_COMPRESSED_POINT),"invalid compressed point"}, 230 {ERR_REASON(EC_R_INVALID_COMPRESSION_BIT),"invalid compression bit"}, 231 {ERR_REASON(EC_R_INVALID_CURVE) ,"invalid curve"}, 232 {ERR_REASON(EC_R_INVALID_DIGEST_TYPE) ,"invalid digest type"}, 233 {ERR_REASON(EC_R_INVALID_ENCODING) ,"invalid encoding"}, 234 {ERR_REASON(EC_R_INVALID_FIELD) ,"invalid field"}, 235 {ERR_REASON(EC_R_INVALID_FORM) ,"invalid form"}, 236 {ERR_REASON(EC_R_INVALID_GROUP_ORDER) ,"invalid group order"}, 237 {ERR_REASON(EC_R_INVALID_PENTANOMIAL_BASIS),"invalid pentanomial basis"} [all...] |
/external/chromium_org/v8/test/webkit/ |
regexp-compile-crash-expected.txt | 30 PASS /[/ threw exception SyntaxError: Invalid regular expression: missing /. 31 PASS /[a/ threw exception SyntaxError: Invalid regular expression: missing /. 32 PASS /[-/ threw exception SyntaxError: Invalid regular expression: missing /.
|
/external/clang/test/Sema/ |
block-call.c | 36 IPCC2 = 1; // expected-error {{invalid block pointer conversion assigning to 'int *(^)()' from 'int'}} 38 int (^y)() = 3; // expected-error {{invalid block pointer conversion initializing 'int (^)()' with an expression of type 'int'}} 40 int (^z)() = a+4; // expected-error {{invalid block pointer conversion initializing 'int (^)()' with an expression of type 'int'}}
|