HomeSort by relevance Sort by last modified time
    Searched refs:Invalid (Results 51 - 75 of 421) sorted by null

1 23 4 5 6 7 8 91011>>

  /build/core/
multilib.mk 13 $(error $(LOCAL_PATH): Invalid LOCAL_MULTILIB specified for module $(LOCAL_MODULE))
  /external/valgrind/main/memcheck/tests/
doublefree.stderr.exp 0 Invalid free() / delete / delete[] / realloc()
err_disable1.stderr.exp 7 Invalid read of size 1
20 Invalid read of size 1
30 Invalid read of size 1
37 Invalid read of size 1
memalign_test.stderr.exp 0 Invalid free() / delete / delete[] / realloc()
partial_load_dflt.stderr.exp 2 Invalid read of size 4
8 Invalid read of size 4
14 Invalid read of size 2
20 Invalid read of size 4
err_disable_arange1.stderr.exp 2 Doing invalid access. Expect complaint.
4 Invalid write of size 4
14 Doing invalid another access. Expect no complaint.
22 Invalid write of size 4
noisy_child.stderr.exp 2 Invalid write of size 1
8 Invalid write of size 1
describe-block.stderr.exp 2 Invalid write of size 1
err_disable2.stderr.exp 4 Invalid read of size 1
  /external/valgrind/main/memcheck/tests/s390x/
cu21.stderr.exp 0 Invalid write of size 2
8 Invalid write of size 2
15 Invalid write of size 1
22 Invalid write of size 1
29 Invalid write of size 4
36 Invalid write of size 4
43 Invalid write of size 4
cu42.stderr.exp 0 Invalid write of size 2
8 Invalid write of size 4
15 Invalid write of size 4
22 Invalid write of size 4
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 45 bool Invalid;
46 unsigned CLine = SM.getSpellingLineNumber(Start, &Invalid);
47 EXPECT_TRUE(!Invalid) << "Invalid line number on comment " << C;
49 unsigned CCol = SM.getSpellingColumnNumber(Start, &Invalid);
50 EXPECT_TRUE(!Invalid) << "Invalid column number on comment " << C;
  /external/chromium_org/v8/src/
dateparser-inl.h 31 // but -000000 is invalid (year zero must be positive),
240 return DateToken::Invalid();
245 if (!scanner->SkipSymbol(':')) return DateToken::Invalid();
249 return DateToken::Invalid();
256 return DateToken::Invalid();
262 return DateToken::Invalid();
281 return DateToken::Invalid();
289 return DateToken::Invalid();
292 if (!scanner->SkipSymbol(':')) return DateToken::Invalid();
295 return DateToken::Invalid();
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
image_parsers.js 53 throw new Error('Invalid PNG signature: ' + signature);
82 throw new Error('Invalid BMP signature: ' + signature);
107 throw new Error('Invalid GIF signature: ' + signature);
131 throw new Error('Invalid RIFF signature: ' + riffSignature);
136 throw new Error('Invalid WEBP signature: ' + webpSignature);
145 throw new Error('Invalid VP8 lossy bitstream signature: ' +
158 throw new Error('Invalid VP8 lossless bitstream signature: ' +
175 throw new Error('Invalid chunk format: ' + chunkFormat);
203 throw new Error('Invalid ICO signature: ' + signature);
  /external/valgrind/main/memcheck/tests/amd64/
sh-mem-vec256-plo-yes.stderr.exp 28 Invalid read of size 32
35 Invalid write of size 8
47 Invalid read of size 32
54 Invalid write of size 8
352 Invalid read of size 32
368 Invalid read of size 32
384 Invalid read of size 32
400 Invalid read of size 32
416 Invalid read of size 32
432 Invalid read of size 3
    [all...]
sh-mem-vec256-plo-no.stderr.exp 28 Invalid read of size 32
35 Invalid write of size 8
47 Invalid read of size 32
54 Invalid write of size 8
64 Invalid read of size 32
80 Invalid read of size 32
96 Invalid read of size 32
112 Invalid read of size 32
128 Invalid read of size 32
144 Invalid read of size 3
    [all...]
  /external/clang/lib/Parse/
ParseAST.cpp 63 bool Invalid = false;
66 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid);
67 if (Invalid) {
  /external/chromium_org/remoting/protocol/
authentication_method.h 25 INVALID,
37 static AuthenticationMethod Invalid();
43 // invalid value if the string is invalid.
52 bool is_valid() const { return type_ != INVALID; }
  /external/clang/lib/Edit/
EditedSource.cpp 120 bool Invalid = false;
121 StringRef text = getSourceText(BeginOffs, B, Invalid);
122 if (Invalid)
131 bool Invalid = false;
132 StringRef text = getSourceText(BeginOffs, EndOffs, Invalid);
133 if (Invalid)
275 bool Invalid = false;
276 StringRef buffer = SM.getBufferData(offs.getFID(), &Invalid);
277 if (Invalid)
373 bool &Invalid) {
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
llgnubby.js 43 /** Invalid command */
45 /** Invalid parameter */
47 /** Invalid message length */
49 /** Invalid message sequencing */
  /external/chromium_org/third_party/WebKit/Source/platform/
DateComponents.h 58 , m_type(Invalid)
63 Invalid,
95 // might be invalid.
  /external/valgrind/main/drd/tests/
tc18_semabuse.stderr.exp 9 Invalid semaphore: semaphore 0x........
  /external/clang/lib/AST/
RawCommentList.cpp 109 bool Invalid = false;
111 &Invalid).data();
112 if (Invalid)
175 bool Invalid = false;
176 const char *Buffer = SM.getBufferData(Loc1Info.first, &Invalid).data();
177 if (Invalid)
  /external/clang/lib/Lex/
MacroArgs.cpp 120 assert(Result < Start+NumUnexpArgTokens && "Invalid arg #");
124 assert(Result < Start+NumUnexpArgTokens && "Invalid arg #");
150 assert(Arg < MI->getNumArgs() && "Invalid argument number!");
223 bool Invalid = false;
224 std::string TokStr = PP.getSpelling(Tok, &Invalid);
225 if (!Invalid) {
237 bool Invalid = false;
238 unsigned ActualTokLen = PP.getSpelling(Tok, BufPtr, &Invalid);
240 if (!Invalid) {
254 // is an invalid string literal, diagnose it as specified in C99
    [all...]
  /external/llvm/lib/TableGen/
TGLexer.cpp 227 return ReturnError(CurPtr, "invalid escape in string literal");
237 return ReturnError(TokStart, "Invalid variable name");
389 return ReturnError(TokStart, "Invalid hexadecimal number");
394 return ReturnError(TokStart, "Invalid hexadecimal number");
399 return ReturnError(TokStart, "Invalid hexadecimal number");
412 return ReturnError(CurPtr-2, "Invalid binary number");
459 return ReturnError(CurPtr - 1, "Invalid \"!operator\"");

Completed in 1352 milliseconds

1 23 4 5 6 7 8 91011>>