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

1 2 3 45 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGLexer.cpp 185 return ReturnError(CurPtr, "invalid escape in string literal");
195 return ReturnError(TokStart, "Invalid variable name");
339 return ReturnError(TokStart, "Invalid hexadecimal number");
344 return ReturnError(TokStart, "Invalid hexadecimal number");
349 return ReturnError(TokStart, "Invalid hexadecimal number");
362 return ReturnError(CurPtr-2, "Invalid binary number");
409 return ReturnError(CurPtr - 1, "Invalid \"!operator\"");
  /external/valgrind/memcheck/tests/
partial_load_dflt.stderr.exp 2 Invalid read of size 4
8 Invalid read of size 2
14 Invalid read of size 4
partial_load_ok.stderr.exp 2 Invalid read of size 4
8 Invalid read of size 2
14 Invalid read of size 4
malloc2.stderr.exp 0 Invalid write of size 1
10 Invalid free() / delete / delete[] / realloc()
doublefree.stderr.exp 0 Invalid free() / delete / delete[] / realloc()
err_disable1.stderr.exp 7 Invalid read of size 1
23 Invalid read of size 1
36 Invalid read of size 1
46 Invalid read of size 1
big_blocks_freed_list.stderr.exp 2 Invalid read of size 1
11 Invalid read of size 1
20 Invalid read of size 1
24 Invalid read of size 1
33 Invalid read of size 1
42 Invalid read of size 1
51 Invalid read of size 1
mempool2.stderr.exp 4 Invalid read of size 1
12 Invalid read of size 1
23 Invalid read of size 1
31 Invalid read of size 1
54 Invalid read of size 1
66 Invalid read of size 1
80 Invalid free() / delete / delete[] / realloc()
92 Invalid free() / delete / delete[] / realloc()
104 ------ 2 invalid access in 'no no-access superblock' ---
106 Invalid read of size
    [all...]
  /external/clang/tools/libclang/
CIndexInclusionStack.cpp 35 bool Invalid = false;
36 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid);
38 if (!SL.isFile() || Invalid)
  /frameworks/native/services/surfaceflinger/
LayerVector.h 40 Invalid,
  /system/chre/core/include/chre/core/
wifi_scan_request.h 37 * improve type-safety. In addition, an invalid wifi scan type is added for
41 Invalid,
49 * also performs input validation and will default to WifiScanType::Invalid if
71 * configuration. The WifiScanType is set to Invalid and the frequency and
  /external/v8/src/
v8threads.cc 104 lazily_archived_thread_ = ThreadId::Invalid();
109 lazily_archived_thread_state_->set_id(ThreadId::Invalid());
146 state->set_id(ThreadId::Invalid());
161 mutex_owner_ = ThreadId::Invalid();
178 : id_(ThreadId::Invalid()),
241 : mutex_owner_(ThreadId::Invalid()),
242 lazily_archived_thread_(ThreadId::Invalid()),
269 DCHECK(lazily_archived_thread_.Equals(ThreadId::Invalid()));
279 DCHECK(state->id().Equals(ThreadId::Invalid()));
281 DCHECK(!state->id().Equals(ThreadId::Invalid()));
    [all...]
  /build/make/core/
multilib.mk 13 $(error $(LOCAL_PATH): Invalid LOCAL_MULTILIB specified for module $(LOCAL_MODULE))
  /external/clang/test/SemaCXX/
underlying_type.cpp 46 void PR19966(enum Invalid) { // expected-note 2{{forward declaration of}}
49 __underlying_type(Invalid) dont_crash;
50 // expected-error@-1 {{cannot determine underlying type of incomplete enumeration type 'PR19966::Invalid'}}
  /external/libchrome/base/memory/
ptr_util.h 35 using Invalid = void;
69 typename internal::MakeUniqueResult<T>::Invalid MakeUnique(Args&&... args) =
  /external/llvm/test/MC/MachO/AArch64/
reloc-errors.s 6 ; CHECK: error: Invalid relocation on conditional branch
  /external/pdfium/third_party/base/
ptr_util.h 35 using Invalid = void;
69 typename internal::MakeUniqueResult<T>::Invalid MakeUnique(Args&&... args) =
  /external/valgrind/memcheck/tests/solaris/
strlcpy.stderr.exp 0 Invalid write of size 1
  /frameworks/native/libs/ui/include/ui/
Fence.h 49 // Construct a new Fence object with an invalid file descriptor. This
66 // methods treat an invalid file descriptor just like a valid fence that
102 // then SIGNAL_TIME_PENDING is returned. If the fence is invalid or if an
107 Invalid, // Fence is invalid
126 return Status::Invalid;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-err-24.d 5 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
tls-err-25.d 5 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
tls-err-28.d 5 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
tls-err-77.d 5 #error: \A[^\n]*\.o, [^\n]*\n[^\n]*mixup[^\n]*\n[^\n]*Invalid operation\Z
  /external/valgrind/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
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
LowLevelTypeImpl.h 43 Invalid,
51 assert(SizeInBits > 0 && "invalid scalar size");
63 assert(NumElements > 1 && "invalid number of vector elements");
69 assert(NumElements > 1 && "invalid number of vector elements");
70 assert(ScalarTy.isScalar() && "invalid vector element type");
77 "invalid number of vector elements");
80 explicit LLT() : SizeInBits(0), ElementsOrAddrSpace(0), Kind(Invalid) {}
84 bool isValid() const { return Kind != Invalid; }
185 return LLT{LLT::Invalid, 0, -1u};
188 return LLT{LLT::Invalid, 0, -2u}
    [all...]

Completed in 474 milliseconds

1 2 3 45 6 7 8 91011>>