HomeSort by relevance Sort by last modified time
    Searched full:invalid (Results 851 - 875 of 14636) sorted by null

<<31323334353637383940>>

  /external/clang/include/clang/Basic/
DiagnosticLexKinds.td 75 "invalid argument to convert to character">;
84 "invalid character '%0' character in raw string delimiter"
123 def err_ucn_escape_invalid : Error<"invalid universal character">;
153 def err_invalid_decimal_digit : Error<"invalid digit '%0' in decimal constant">;
154 def err_invalid_binary_digit : Error<"invalid digit '%0' in binary constant">;
155 def err_invalid_octal_digit : Error<"invalid digit '%0' in octal constant">;
157 "invalid suffix '%0' on integer constant">;
159 "invalid suffix '%0' on floating constant">;
204 "invalid suffix on literal; C++11 requires a space between literal and "
207 "invalid suffix on literal; C++11 requires a space between literal and
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 79 // messages when invalid pairs like %r1 are used.
230 assert(N == 1 && "Invalid number of operands");
234 assert(N == 1 && "Invalid number of operands");
235 assert(Kind == KindAccessReg && "Invalid operand type");
239 assert(N == 1 && "Invalid number of operands");
243 assert(N == 2 && "Invalid number of operands");
244 assert(Kind == KindMem && Mem.Index == 0 && "Invalid operand type");
249 assert(N == 3 && "Invalid number of operands");
250 assert(Kind == KindMem && "Invalid operand type");
256 assert(N == 3 && "Invalid number of operands")
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp 115 * @note after this call the context is invalid
162 "VideoEditorMp3Reader_open: invalid context pointer");
164 "VideoEditorMp3Reader_open: invalid pointer pFileDescriptor");
215 "VideoEditorMp3Reader_close: invalid context pointer");
271 "invalid value pointer");
273 "invalid value pointer");
328 * @return M4ERR_PARAMETER The option parameter is invalid
341 "invalid context pointer");
343 "invalid value pointer");
378 "VideoEditorMp3Reader_jump: invalid context")
    [all...]
  /external/llvm/test/MC/AArch64/
basic-a64-diagnostics.s 43 // CHECK-ERROR: error: invalid operand for instruction
55 // CHECK-ERROR: error: invalid operand for instruction
119 // CHECK-ERROR: error: invalid operand for instruction
122 // CHECK-ERROR-NEXT: error: invalid operand for instruction
125 // CHECK-ERROR-NEXT: error: invalid operand for instruction
128 // CHECK-ERROR-NEXT: error: invalid operand for instruction
135 // CHECK-ERROR: error: invalid operand for instruction
138 // CHECK-ERROR-NEXT: error: invalid operand for instruction
153 // CHECK-ERROR: error: invalid operand for instruction
156 // CHECK-ERROR-NEXT: error: invalid operand for instructio
    [all...]
  /external/clang/test/Preprocessor/
macro_with_initializer_list.cpp 81 // expected-error@-1 {{invalid operands}}
83 // expected-error@-1 {{invalid operands}}
85 // expected-error@-1 {{invalid operands}}
87 // expected-error@-1 {{invalid operands}}
92 // expected-error@-3 {{invalid operands}}
96 // expected-error@-3 {{invalid operands}}
100 // expected-error@-3 {{invalid operands}}
105 // expected-error@-3 {{invalid operands}}
109 // expected-error@-3 {{invalid operands}}
113 // expected-error@-3 {{invalid operands}
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
sync.h 101 * DSP_EHANDLE: Invalid handle.
105 * Any subsequent usage of hEvent would be invalid.
117 * DSP_EHANDLE: Invalid handle.
131 * DSP_EHANDLE: Invalid handle.
200 * DSP_EHANDLE: Invalid handle.
230 * DSP_EINVALIDARG SYNC_ATTRS values are invalid.
250 * DSP_EHANDLE: Invalid Window handle
266 * DSP_EHANDLE: Invalid handle.
282 * DSP_EHANDLE: Invalid handle.
304 * DSP_EHANDLE: Invalid handle
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
sync.h 101 * DSP_EHANDLE: Invalid handle.
105 * Any subsequent usage of hEvent would be invalid.
117 * DSP_EHANDLE: Invalid handle.
131 * DSP_EHANDLE: Invalid handle.
200 * DSP_EHANDLE: Invalid handle.
230 * DSP_EINVALIDARG SYNC_ATTRS values are invalid.
250 * DSP_EHANDLE: Invalid Window handle
266 * DSP_EHANDLE: Invalid handle.
282 * DSP_EHANDLE: Invalid handle.
304 * DSP_EHANDLE: Invalid handle
    [all...]
  /external/smack/src/org/xbill/DNS/
Tokenizer.java 230 * @throws TextParseException The input was invalid.
276 throw exception("invalid " +
341 * @throws TextParseException The input was invalid.
367 * @throws TextParseException The input was invalid or not a string.
391 * @throws TextParseException The input was invalid or not an unquoted string.
402 * @throws TextParseException The input was invalid or not a long.
421 * @throws TextParseException The input was invalid or not an unsigned 32
437 * @throws TextParseException The input was invalid or not an unsigned 16
453 * @throws TextParseException The input was invalid or not an unsigned 8
505 * @throws TextParseException The input was invalid or not a valid name
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 66 wpa_printf(MSG_ERROR, "Invalid VLAN ID at "
80 wpa_printf(MSG_ERROR, "Invalid VLAN ifname at line %d "
151 wpa_printf(MSG_ERROR, "Invalid MAC address '%s' at "
231 wpa_printf(MSG_ERROR, "Invalid EAP identity (no \" in "
251 wpa_printf(MSG_ERROR, "Invalid EAP identity "
371 wpa_printf(MSG_ERROR, "Invalid EAP password "
394 wpa_printf(MSG_ERROR, "Invalid password hash "
405 wpa_printf(MSG_ERROR, "Invalid hash password "
418 wpa_printf(MSG_ERROR, "Invalid hex password "
430 wpa_printf(MSG_ERROR, "Invalid hex password
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SignalStrength.java 51 public static final int INVALID = 0x7FFFFFFF;
100 mLteRsrp = INVALID;
101 mLteRsrq = INVALID;
102 mLteRssnr = INVALID;
103 mLteCqi = INVALID;
124 mLteRsrp = INVALID;
125 mLteRsrq = INVALID;
126 mLteRssnr = INVALID;
127 mLteCqi = INVALID;
156 evdoDbm, evdoEcio, evdoSnr, 99, INVALID,
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
ECFieldF2mTest.java 121 // set 2: invalid m
123 // set 3: invalid m
177 // set 2: valid m, invalid (null) ks
183 // set 3: valid m, invalid ks - wrong length
189 // set 4: valid m, invalid ks - wrong length
195 // set 5: valid m, invalid ks - wrong value
201 // set 6: valid m, invalid ks - wrong value
207 // set 7: valid m, invalid ks - wrong values
213 // set 8: valid m, invalid ks - wrong values
219 // set 9: invalid
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libasound.so 
libasound.so.2 
libasound.so.2.0 
libasound.so.2.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libasound.so 
libasound.so.2 
libasound.so.2.0 
libasound.so.2.0.0 
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_validator_unittest.cc 146 policy_.policy_data().set_policy_type("invalid");
197 policy_.policy_data().set_request_token("invalid");
209 policy_.policy_data().set_policy_value("invalid");
220 policy_.policy_data().set_username("invalid");
246 policy_.policy().set_policy_data_signature("invalid");
260 policy_.policy().set_new_public_key("invalid");
274 policy_.policy().set_new_public_key_signature("invalid");
  /external/chromium_org/third_party/WebKit/ManualTests/
css3-cursor-fallback-strict.html 24 <p>In each of the blue boxes below, the cursor should remain the default cursor, since all cursor definitions are invalid in strict mode.</p>
26 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
27 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1, text;'></div></td> <!-- CSS3 hot spot - invalid, should have two hotspot coords -->
28 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2 3, text;'></div></td> <!-- CSS3 hot spot - invalid, should have two hotspot coords -->
29 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff);'></div></td> <!-- Invalid -->
34 <p><span style='background-color:gray; cursor:url(nonexistent.png), url("resources/helpCursor.tiff");'>Should show an I-beam cursor.</span></p> <!-- An invalid declaration, even by WinIE standards -->
35 <p>The following testcases test inheritance of the cursor property. The first one should have the help cursor for both divs (normal inheritance). The second one should have help cursor for big div, text cursor for small div (inner div has cursor property, should not inherit). The next two have invalid css syntax in the inner div, so they should inherit from parent. The rightmost testcase has a nonexistant url, but the syntax is correct, and there is no inheritance in this case.</p>
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
ParsedContentType.cpp 160 LOG_ERROR("Invalid Content-Type string '%s'", contentType.ascii().data());
177 LOG_ERROR("Invalid Content-Type parameter name.");
183 LOG_ERROR("Invalid Content-Type malformed parameter.");
196 LOG_ERROR("Invalid Content-Type, invalid parameter value.");
202 LOG_ERROR("Invalid Content-Type, invalid character at the end of key/value parameter.");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseChunkRange.pl 43 # Invalid and malformed chunk range
47 testName => "[invalid] Empty string",
52 testName => "[invalid] Bogus chunk range",
57 testName => "[invalid] Chunk range missing -/+ prefix",
62 testName => "[invalid] Chunk range missing commas",
67 testName => "[invalid] Chunk range with swapped old and rew ranges",
72 testName => "[invalid] Chunk range with leading junk",
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/npapi/npspy/extern/nspr/
prerr.h 47 /* Invalid file descriptor */
53 /* Invalid memory address argument */
56 /* Invalid function for file type */
59 /* Invalid memory address argument */
83 /* Invalid function argument */
95 /* Network address is invalid */
221 /* The required device was in an invalid state */

Completed in 4708 milliseconds

<<31323334353637383940>>