HomeSort by relevance Sort by last modified time
    Searched refs:Invalid (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/qemu/android/
charmap.c 487 derror("Invalid format of charmap file %s. Unknown key %s in line %d",
495 derror("Invalid format of charmap file %s. Invalid display value in line %d",
503 derror("Invalid format of charmap file %s. Invalid number value in line %d",
511 derror("Invalid format of charmap file %s. Invalid base value in line %d",
519 derror("Invalid format of charmap file %s. Invalid caps value in line %d",
527 derror("Invalid format of charmap file %s. Invalid fn value in line %d"
    [all...]
  /external/webkit/WebCore/html/
DateComponents.h 58 , m_type(Invalid)
83 // might be invalid.
176 Invalid,
DateComponents.cpp 483 m_type = Invalid;
496 m_type = Invalid;
520 m_type = Invalid;
534 m_type = Invalid;
573 m_type = Invalid;
622 case Invalid:
674 case Invalid:
678 return String("(Invalid DateComponents)");
  /external/webkit/JavaScriptCore/qt/api/
qscriptvalue_p.h 45 Invalid -> QSVP is invalid, no assumptions should be made about class members (apart from m_value).
121 Invalid = 0,
164 : m_state(Invalid)
320 bool QScriptValuePrivate::isValid() const { return m_state != Invalid; }
451 case Invalid:
482 case Invalid:
515 case Invalid:
593 return false; // Invalid state.
725 bool QScriptValuePrivate::isNumberBased() const { return !isJSBased() && !isStringBased() && m_state != Invalid; }
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
checker.py 299 raise ValueError('Invalid "output_format" parameter: '
304 raise ValueError('Invalid "verbosity" parameter: '
528 self._exit_with_usage('Invalid arguments.')
557 raise ValueError('Invalid --output value "%s": The only '
566 raise ValueError('Invalid --verbose value %s: value must '
661 raise ValueError('Invalid file type "%(file_type)s": the only valid file types '
  /ndk/build/tools/
prebuilt-common.sh 123 echo "ERROR: Invalid option format: $1"
411 echo "ERROR: Invalid sysroot path: $SYSROOT"
504 echo "Invalid toolchain specified. Expected (arm-eabi-*|x86-*)"
  /external/chromium/net/proxy/
proxy_server_unittest.cc 181 // Test parsing some invalid inputs.
182 TEST(ProxyServerTest, Invalid) {
271 // Test parsing a ProxyServer from an invalid PAC representation.
  /external/protobuf/gtest/test/
gtest_xml_output_unittest.py 89 <failure message="Failed&#x0A;Invalid characters in brackets []" type=""><![CDATA[gtest_xml_output_unittest_.cc:*
91 Invalid characters in brackets []%(stack)s]]></failure>
  /external/openssl/ssl/
ssl-lib.com 543 $ WRITE SYS$OUTPUT "The Option ",P1," Is Invalid. The Valid Options Are:"
601 $! Tell The User Entered An Invalid Option..
604 $ WRITE SYS$OUTPUT "The Option ",P2," Is Invalid. The Valid Options Are:"
896 $! Else The User Entered An Invalid Argument.
903 $ WRITE SYS$OUTPUT "The Option ",P3," Is Invalid. The Valid Options Are:"
997 $! Else The User Entered An Invalid Argument.
1004 $ WRITE SYS$OUTPUT "The Option ",P4," Is Invalid. The Valid Options Are:"
  /external/v8/src/
d8.js 450 throw new Error('Invalid object id.');
474 throw new Error('Invalid step arguments.');
482 throw new Error('Invalid step count argument "' + args[0] + '".');
510 throw new Error('Invalid step argument "' + args[0] + '".');
549 throw new Error('Invalid start frame argument "' + args[0] + '".');
552 throw new Error('Invalid end frame argument "' + args[1] + '".');
555 throw new Error('Invalid arguments start frame cannot be larger ' +
562 throw new Error('Invalid backtrace arguments.');
686 throw new Error('Invalid scripts arguments.');
707 throw new Error('Invalid argument "' + args[0] + '".')
    [all...]
messages.js 137 malformed_regexp: "Invalid regular expression: /%0/: %1",
138 unterminated_regexp: "Invalid regular expression: missing /",
140 invalid_lhs_in_assignment: "Invalid left-hand side in assignment",
141 invalid_lhs_in_for_in: "Invalid left-hand side in for-in",
142 invalid_lhs_in_postfix_op: "Invalid left-hand side expression in postfix operation",
143 invalid_lhs_in_prefix_op: "Invalid left-hand side expression in prefix operation",
172 value_and_accessor: "Invalid property. A property cannot both have accessors and be writable or have a value: %0",
178 invalid_array_length: "Invalid array length",
184 invalid_regexp: "Invalid RegExp pattern /%0/",
212 // position, or the empty string if the position is invalid
    [all...]
debug-debugger.js 575 throw new Error('Invalid argument');
589 throw new Error('Invalid breakpoint');
687 throw new Error('Invalid argument');
    [all...]
  /external/openssl/apps/
makeapps.com 545 $! Tell The User Entered An Invalid Option..
548 $ WRITE SYS$OUTPUT "The Option ",P1," Is Invalid. The Valid Options Are:"
773 $! Else The User Entered An Invalid Argument.
780 $ WRITE SYS$OUTPUT "The Option ",P2," Is Invalid. The Valid Options Are:"
878 $! Else The User Entered An Invalid Argument.
885 $ WRITE SYS$OUTPUT "The Option ",P3," Is Invalid. The Valid Options Are:"
  /external/icu4c/extra/uconv/
makedata.mak 19 !MESSAGE Invalid configuration "$(CFG)" specified.
30 !ERROR An invalid configuration is specified.
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 52 // - Rather than error messages telling you "This string has an invalid
355 AddError("Invalid escape sequence in string literal.");
493 AddError("Invalid control characters encountered in text.");
628 // empty, it's invalid, so we'll just return.)
639 // interpreting escape sequences. Note that any invalid escape
  /external/v8/test/mjsunit/
object-create.js 114 assertTrue(/Invalid property/.test(e));
169 assertTrue(/Invalid property/.test(e));
  /external/jpeg/
config.sub 30 # If it is invalid, we print an error message on stderr and exit with code 1.
89 # Prevent following clause from handling this invalid input.
170 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
663 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
785 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
  /external/guava/src/com/google/common/primitives/
generate.sh 344 checkArgument(minLength >= 0, "Invalid minLength: %s", minLength);
345 checkArgument(padding >= 0, "Invalid padding: %s", padding);
  /device/samsung/crespo/alsa-lib/
config.sub 39 # If it is invalid, we print an error message on stderr and exit with code 1.
98 echo "$me: invalid option $1$help"
143 # Prevent following clause from handling this invalid input.
310 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1150 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1352 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
  /device/samsung/crespo/alsa-utils/
config.sub 39 # If it is invalid, we print an error message on stderr and exit with code 1.
98 echo "$me: invalid option $1$help"
143 # Prevent following clause from handling this invalid input.
310 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1150 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1352 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
  /external/bison/build-aux/
config.sub 38 # If it is invalid, we print an error message on stderr and exit with code 1.
97 echo "$me: invalid option $1$help"
141 # Prevent following clause from handling this invalid input.
298 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1126 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1326 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
  /external/chromium/sdch/open-vcdiff/
config.sub 39 # If it is invalid, we print an error message on stderr and exit with code 1.
98 echo "$me: invalid option $1$help"
143 # Prevent following clause from handling this invalid input.
311 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1162 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1364 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
  /external/chromium/third_party/icu/source/
config.sub 39 # If it is invalid, we print an error message on stderr and exit with code 1.
98 echo "$me: invalid option $1$help"
143 # Prevent following clause from handling this invalid input.
311 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1194 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1396 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
    [all...]
  /external/chromium/third_party/libevent/
config.sub 39 # If it is invalid, we print an error message on stderr and exit with code 1.
98 echo "$me: invalid option $1$help"
143 # Prevent following clause from handling this invalid input.
311 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1194 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1396 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
    [all...]
  /external/clearsilver/
config.sub 36 # If it is invalid, we print an error message on stderr and exit with code 1.
95 echo "$me: invalid option $1$help"
138 # Prevent following clause from handling this invalid input.
274 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1010 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1177 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2

Completed in 441 milliseconds

1 2 3