HomeSort by relevance Sort by last modified time
    Searched full:misuse (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /art/test/434-shifter-operand/
info.txt 2 compiler, that used to misuse ShifterOperand::CanHold.
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
unsafeptr.go 15 x = unsafe.Pointer(y) // ERROR "possible misuse of unsafe.Pointer"
21 x = unsafe.Pointer(1 + uintptr(x)) // ERROR "possible misuse of unsafe.Pointer"
22 x = unsafe.Pointer(uintptr(x) + uintptr(x)) // ERROR "possible misuse of unsafe.Pointer"
24 x = unsafe.Pointer(1 - uintptr(x)) // ERROR "possible misuse of unsafe.Pointer"
35 x = unsafe.Pointer(s3.Data) // ERROR "possible misuse of unsafe.Pointer"
37 x = unsafe.Pointer(s4.Data) // ERROR "possible misuse of unsafe.Pointer"
41 x = unsafe.Pointer(vv.Pointer()) // ERROR "possible misuse of unsafe.Pointer"
42 x = unsafe.Pointer(vv.UnsafeAddr()) // ERROR "possible misuse of unsafe.Pointer"
44 x = unsafe.Pointer(ss1.Data) // ERROR "possible misuse of unsafe.Pointer"
46 x = unsafe.Pointer(ss2.Data) // ERROR "possible misuse of unsafe.Pointer
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
unsafeptr.go 15 x = unsafe.Pointer(y) // ERROR "possible misuse of unsafe.Pointer"
21 x = unsafe.Pointer(1 + uintptr(x)) // ERROR "possible misuse of unsafe.Pointer"
22 x = unsafe.Pointer(uintptr(x) + uintptr(x)) // ERROR "possible misuse of unsafe.Pointer"
24 x = unsafe.Pointer(1 - uintptr(x)) // ERROR "possible misuse of unsafe.Pointer"
35 x = unsafe.Pointer(s3.Data) // ERROR "possible misuse of unsafe.Pointer"
37 x = unsafe.Pointer(s4.Data) // ERROR "possible misuse of unsafe.Pointer"
41 x = unsafe.Pointer(vv.Pointer()) // ERROR "possible misuse of unsafe.Pointer"
42 x = unsafe.Pointer(vv.UnsafeAddr()) // ERROR "possible misuse of unsafe.Pointer"
44 x = unsafe.Pointer(ss1.Data) // ERROR "possible misuse of unsafe.Pointer"
46 x = unsafe.Pointer(ss2.Data) // ERROR "possible misuse of unsafe.Pointer
    [all...]
  /external/llvm/test/CodeGen/X86/
anyregcc-crash.ll 3 ; Check that misuse of anyregcc results in a compile time error.
  /prebuilts/go/darwin-x86/src/runtime/
sys_arm.go 34 throw("runtime: misuse of rewindmorestack")
sys_arm64.go 35 throw("runtime: misuse of rewindmorestack")
sys_ppc64x.go 36 throw("runtime: misuse of rewindmorestack")
sys_x86.go 53 throw("runtime: misuse of rewindmorestack")
  /prebuilts/go/linux-x86/src/runtime/
sys_arm.go 34 throw("runtime: misuse of rewindmorestack")
sys_arm64.go 35 throw("runtime: misuse of rewindmorestack")
sys_ppc64x.go 36 throw("runtime: misuse of rewindmorestack")
sys_x86.go 53 throw("runtime: misuse of rewindmorestack")
  /prebuilts/go/darwin-x86/src/cmd/vet/
unsafeptr.go 17 "check for misuse of unsafe.Pointer",
28 f.Badf(x.Pos(), "possible misuse of unsafe.Pointer")
  /prebuilts/go/linux-x86/src/cmd/vet/
unsafeptr.go 17 "check for misuse of unsafe.Pointer",
28 f.Badf(x.Pos(), "possible misuse of unsafe.Pointer")
  /external/llvm/test/CodeGen/AArch64/
arm64-anyregcc-crash.ll 3 ; Check that misuse of anyregcc results in a compile time error.
  /external/llvm/test/CodeGen/PowerPC/
ppc64-anyregcc-crash.ll 3 ; Check that misuse of anyregcc results in a compile time error.
  /prebuilts/go/darwin-x86/src/sync/
waitgroup.go 73 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
82 // Still do a cheap sanity check to detect WaitGroup misuse.
84 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
waitgroup_test.go 81 err != "sync: WaitGroup misuse: Add called concurrently with Wait" &&
124 err != "sync: WaitGroup misuse: Add called concurrently with Wait" &&
  /prebuilts/go/linux-x86/src/sync/
waitgroup.go 73 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
82 // Still do a cheap sanity check to detect WaitGroup misuse.
84 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
waitgroup_test.go 81 err != "sync: WaitGroup misuse: Add called concurrently with Wait" &&
124 err != "sync: WaitGroup misuse: Add called concurrently with Wait" &&
  /external/libchrome/sandbox/linux/bpf_dsl/
trap_registry.h 64 // misuse by marking it protected.
  /external/deqp/framework/delibs/decpp/
deMutex.hpp 79 * to misuse or other reason it will lead to process termination
96 * to misuse or other reason it will lead to process termination
  /docs/source.android.com/src/security/keystore/
index.jd 60 of security compromise due to misuse of keys
  /external/guava/guava/src/com/google/common/io/
Closeables.java 98 * more {@code Closeable} objects. This method is deprecated because it is easy to misuse and
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
ChainedData.java 39 // bad planning or misuse.

Completed in 4195 milliseconds

1 2 3 4 5 6