HomeSort by relevance Sort by last modified time
    Searched refs:Invalid (Results 176 - 200 of 719) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 40 /// \brief A mostly-opaque identifier, where 0 is "invalid", >0 is
105 /// Invalid SourceLocations are often used when events have no corresponding
288 unsigned getExpansionLineNumber(bool *Invalid = nullptr) const;
289 unsigned getExpansionColumnNumber(bool *Invalid = nullptr) const;
291 unsigned getSpellingLineNumber(bool *Invalid = nullptr) const;
292 unsigned getSpellingColumnNumber(bool *Invalid = nullptr) const;
294 const char *getCharacterData(bool *Invalid = nullptr) const;
299 StringRef getBufferData(bool *Invalid = nullptr) const;
365 /// \brief Return true if this object is invalid or uninitialized.
367 /// This occurs when created with invalid source locations or when walkin
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceLocation.h 40 /// \brief A mostly-opaque identifier, where 0 is "invalid", >0 is
105 /// Invalid SourceLocations are often used when events have no corresponding
288 unsigned getExpansionLineNumber(bool *Invalid = nullptr) const;
289 unsigned getExpansionColumnNumber(bool *Invalid = nullptr) const;
291 unsigned getSpellingLineNumber(bool *Invalid = nullptr) const;
292 unsigned getSpellingColumnNumber(bool *Invalid = nullptr) const;
294 const char *getCharacterData(bool *Invalid = nullptr) const;
299 StringRef getBufferData(bool *Invalid = nullptr) const;
365 /// \brief Return true if this object is invalid or uninitialized.
367 /// This occurs when created with invalid source locations or when walkin
    [all...]
  /art/runtime/
dex_file_types.h 36 static StringIndex Invalid() {
71 static TypeIndex Invalid() {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTree.cs 175 return TokenTypes.Invalid;
218 if (Type == TokenTypes.Invalid) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTree.cs 228 return TokenTypes.Invalid;
287 if (Type == TokenTypes.Invalid)
  /external/valgrind/gdbserver_tests/
mcsignopass.stderr.exp 2 Test 1: Invalid write of size 4
mcsigpass.stderr.exp 2 Test 1: Invalid write of size 4
  /external/valgrind/memcheck/tests/
err_disable2.stderr.exp 4 Invalid read of size 1
mempool.stderr.exp 0 Invalid write of size 1
9 Invalid write of size 1
17 Invalid write of size 1
26 Invalid write of size 1
suppfree.stderr.exp 0 Invalid free() / delete / delete[] / realloc()
err_disable_arange1.stderr.exp 2 Doing invalid access. Expect complaint.
4 Invalid write of size 4
17 Doing invalid another access. Expect no complaint.
25 Invalid write of size 4
errs1.stderr.exp 0 Invalid read of size 1
15 Invalid write of size 1
threadname_xml.stderr.exp 35 <what>Invalid write of size 1</what>
87 <what>Invalid write of size 1</what>
140 <what>Invalid write of size 1</what>
199 <what>Invalid write of size 1</what>
251 <what>Invalid write of size 1</what>
  /external/clang/lib/Edit/
EditedSource.cpp 162 bool Invalid = false;
163 StringRef text = getSourceText(BeginOffs, B, Invalid);
164 if (Invalid)
173 bool Invalid = false;
174 StringRef text = getSourceText(BeginOffs, EndOffs, Invalid);
175 if (Invalid)
327 bool Invalid = false;
328 StringRef buffer = SM.getBufferData(offs.getFID(), &Invalid);
329 if (Invalid)
339 assert(begin < buffer.size() && end < buffer.size() && "Invalid range!")
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
assignments.go 18 // x.mode is set to invalid if the assignment failed.
23 case invalid:
41 x.mode = invalid
47 if x.mode == invalid {
66 x.mode = invalid
71 if x.mode == invalid || x.typ == Typ[Invalid] || lhs.typ == Typ[Invalid] {
73 lhs.typ = Typ[Invalid]
82 lhs.typ = Typ[Invalid]
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
assignments.go 18 // x.mode is set to invalid if the assignment failed.
23 case invalid:
41 x.mode = invalid
47 if x.mode == invalid {
66 x.mode = invalid
71 if x.mode == invalid || x.typ == Typ[Invalid] || lhs.typ == Typ[Invalid] {
73 lhs.typ = Typ[Invalid]
82 lhs.typ = Typ[Invalid]
    [all...]
  /external/bart/bart/common/
Utils.py 48 raise ValueError("Invalid trace Object")
158 raise ValueError("Invalid Value for step: {}".format(step))
166 raise ValueError("Invalid method: {}".format(method))
268 raise ValueError("Invalid value for step: {}".format(step))
  /external/clang/test/SemaCXX/
destructor.cpp 90 // expected-error@+3 {{indirection requires pointer operand ('int' invalid)}}
123 // Make sure classes are marked invalid when they have invalid
124 // members. This avoids a crash-on-invalid.
427 class Invalid {
428 ~Invalid();
433 Invalid::~Invalid() {}
  /external/curl/tests/
valgrind.pm 72 push @o, "\n Read $invalidread invalid bytes\n";
91 elsif($_ =~ /Invalid read of size (\d+)/) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
MemoryDependenceAnalysis.h 42 /// Invalid - Clients of MemDep never see this.
43 Invalid = 0,
101 MemDepResult() : Value(0, Invalid) {}
179 /// isDirty - Return true if this is a MemDepResult in its dirty/invalid.
181 bool isDirty() const { return Value.getInt() == Invalid; }
184 return MemDepResult(PairTy(Inst, Invalid));
  /external/v8/src/compiler/
live-range-separator.cc 75 LifetimePosition first_cut = LifetimePosition::Invalid();
76 LifetimePosition last_cut = LifetimePosition::Invalid();
99 first_cut = LifetimePosition::Invalid();
100 last_cut = LifetimePosition::Invalid();
  /external/valgrind/exp-sgcheck/tests/
hsg.stderr.exp 36 <what>Invalid read of size 2</what>
64 <what>Invalid read of size 2</what>
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardSecurityModel.java 32 Invalid, // NULL state
  /prebuilts/go/darwin-x86/src/runtime/
os2_nacl.go 34 _EINVAL = 22 /* Invalid argument */
63 _EBADE = 52 /* Invalid exchange */
64 _EBADR = 53 /* Invalid request descriptor */
67 _EBADRQC = 56 /* Invalid request code */
68 _EBADSLT = 57 /* Invalid slot */
88 _EBADFD = 77 /* f.d. invalid for this operation */
  /prebuilts/go/linux-x86/src/runtime/
os2_nacl.go 34 _EINVAL = 22 /* Invalid argument */
63 _EBADE = 52 /* Invalid exchange */
64 _EBADR = 53 /* Invalid request descriptor */
67 _EBADRQC = 56 /* Invalid request code */
68 _EBADSLT = 57 /* Invalid slot */
88 _EBADFD = 77 /* f.d. invalid for this operation */

Completed in 1104 milliseconds

1 2 3 4 5 6 78 91011>>