HomeSort by relevance Sort by last modified time
    Searched refs:Invalid (Results 251 - 275 of 382) sorted by null

<<111213141516

  /external/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"
144 # Prevent following clause from handling this invalid input.
319 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1225 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1431 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
    [all...]
  /external/protobuf/
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/protobuf/gtest/build-aux/
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/qemu/distrib/sdl-1.2.15/build-scripts/
config.sub 39 # If it is invalid, we print an error message on stderr and exit with code 1.
101 echo "$me: invalid option $1$help"
147 # Prevent following clause from handling this invalid input.
323 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1232 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1438 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
    [all...]
  /external/qemu-pc-bios/bochs/
config.sub 37 # If it is invalid, we print an error message on stderr and exit with code 1.
96 echo "$me: invalid option $1$help"
139 # Prevent following clause from handling this invalid input.
275 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1031 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1205 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
  /external/srtp/
config.sub 37 # If it is invalid, we print an error message on stderr and exit with code 1.
96 echo "$me: invalid option $1$help"
140 # Prevent following clause from handling this invalid input.
290 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1109 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1305 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
  /external/stressapptest/
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/tcpdump/
config.sub 37 # If it is invalid, we print an error message on stderr and exit with code 1.
96 echo "$me: invalid option $1$help"
140 # Prevent following clause from handling this invalid input.
290 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1092 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1284 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
  /ndk/sources/host-tools/make-3.81/config/
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.
312 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1154 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1356 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
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"
144 # Prevent following clause from handling this invalid input.
319 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1225 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1431 echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 312 buf.Append(TokenTypes.Invalid);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 355 buf.Append( TokenTypes.Invalid );
  /external/chromium/googleurl/src/
gurl_unittest.cc 122 // 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.
139 TEST(GURLTest, Invalid) {
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
byte_reader.js 67 throw new Error('Invalid read position');
295 * Throw an error if the reader is at an invalid position, or if a read a read
338 throw new Error('Invalid width: ' + width);
  /external/chromium_org/chrome/browser/search_engines/
default_search_policy_handler_unittest.cc 255 // Checks that if the default search policy is invalid, that no elements of the
257 TEST_F(DefaultSearchPolicyHandlerTest, Invalid) {
283 // Checks that if the default search policy is invalid, that no elements of the
  /external/chromium_org/remoting/webapp/
host_list.js 120 console.error('Invalid value for ' + remoting.HostList.HOSTS_KEY);
223 console.error('Invalid "hosts" response from server.');
  /external/chromium_org/sync/internal_api/public/base/
ordinal_unittest.cc 88 TEST(Ordinal, Invalid) {
130 // Create an invalid and a valid Ordinal. EqualsOrBothInvalid should
223 // Create some invalid/valid ordinals. ToDebugString() should always
229 IsNonEmptyPrintableString(TestOrdinal("invalid string").ToDebugString()));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.cc 52 // - Rather than error messages telling you "This string has an invalid
394 AddError("Invalid escape sequence in string literal.");
574 AddError("Invalid control characters encountered in text.");
    [all...]
  /hardware/invensense/60xx/mlsdk/mllite/
mldl.c 49 #error Invalid or undefined CONFIG_MPU_SENSORS_MPUxxxx
520 MPL_LOGE("Invalid full scale range specification for gyros : %f\n",
    [all...]
  /hardware/ti/omap4xxx/domx/make/
build.mk 120 TARGET := $(error Invalid TARGETTYPE)
  /external/clang/lib/AST/
ExprConstant.cpp 155 bool Invalid : 1;
176 SubobjectDesignator() : Invalid(true) {}
179 : Invalid(false), IsOnePastTheEnd(false), MostDerivedPathLength(0),
183 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false),
185 if (!Invalid) {
198 Invalid = true;
214 if (Invalid)
219 /// relevant diagnostic and set the designator as invalid.
263 if (Invalid) return;
668 if (Invalid)
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
scene.js 132 alert('Invalid scene description. See console.');
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/
progress_event_listener.js 36 // Invalid event types are normalized to 'UNEXPECTED'.
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 569 milliseconds

<<111213141516