HomeSort by relevance Sort by last modified time
    Searched refs:inconsistent (Results 1 - 25 of 194) sorted by null

1 2 3 4 5 6 7 8

  /external/ltp/tools/pounder21/src/time_tests/
inconsistency-check.c 47 int i, inconsistent; local
67 inconsistent = 0;
76 inconsistent = i;
79 if (inconsistent) {
82 if (i == inconsistent)
86 if (i == inconsistent + 1)
89 delta = list[inconsistent].tv_sec * NSEC_PER_SEC;
90 delta += list[inconsistent].tv_nsec;
91 delta -= list[inconsistent + 1].tv_sec * NSEC_PER_SEC;
92 delta -= list[inconsistent + 1].tv_nsec
    [all...]
  /external/linux-kselftest/tools/testing/selftests/timers/
inconsistency-check.c 108 int i, inconsistent; local
121 inconsistent = 0;
130 inconsistent = i;
133 if (inconsistent) {
138 if (i == inconsistent)
142 if (i == inconsistent + 1)
145 delta = list[inconsistent].tv_sec * NSEC_PER_SEC;
146 delta += list[inconsistent].tv_nsec;
147 delta -= list[inconsistent+1].tv_sec * NSEC_PER_SEC;
148 delta -= list[inconsistent+1].tv_nsec
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug472.go 8 // definitions are inconsistent.
issue7129.go 7 // Issue 7129: inconsistent "wrong arg type" error for multivalued g in f(g())
  /prebuilts/go/linux-x86/test/fixedbugs/
bug472.go 8 // definitions are inconsistent.
issue7129.go 7 // Issue 7129: inconsistent "wrong arg type" error for multivalued g in f(g())
  /prebuilts/go/darwin-x86/src/runtime/
defs3_linux.go 17 #define sigset_t __sigset_t // rename the sigset_t here otherwise cgo will complain about "inconsistent definitions for C.sigset_t"
env_test.go 15 t.Skipf("skipping plan9, it is inconsistent by allowing GOROOT to be updated by Setenv")
sigqueue.go 76 throw("sigsend: inconsistent state")
113 throw("signal_recv: inconsistent state")
  /prebuilts/go/linux-x86/src/runtime/
defs3_linux.go 17 #define sigset_t __sigset_t // rename the sigset_t here otherwise cgo will complain about "inconsistent definitions for C.sigset_t"
env_test.go 15 t.Skipf("skipping plan9, it is inconsistent by allowing GOROOT to be updated by Setenv")
sigqueue.go 76 throw("sigsend: inconsistent state")
113 throw("signal_recv: inconsistent state")
  /prebuilts/go/darwin-x86/src/net/
fd_mutex.go 59 panic("net: inconsistent fdMutex")
78 panic("net: inconsistent fdMutex")
104 panic("net: inconsistent fdMutex")
139 panic("net: inconsistent fdMutex")
145 panic("net: inconsistent fdMutex")
177 panic("net: inconsistent fdMutex")
  /prebuilts/go/linux-x86/src/net/
fd_mutex.go 59 panic("net: inconsistent fdMutex")
78 panic("net: inconsistent fdMutex")
104 panic("net: inconsistent fdMutex")
139 panic("net: inconsistent fdMutex")
145 panic("net: inconsistent fdMutex")
177 panic("net: inconsistent fdMutex")
  /prebuilts/go/darwin-x86/src/sync/atomic/
value_test.go 55 t.Fatalf("inconsistent store panic: got '%v', want '%v'", err, nilErr)
65 t.Fatalf("inconsistent store panic: got '%v', want '%v'", err, badErr)
74 t.Fatalf("inconsistent store panic: got '%v', want '%v'", err, nilErr)
value.go 47 // Store of an inconsistent type panics, as does Store(nil).
  /prebuilts/go/linux-x86/src/sync/atomic/
value_test.go 55 t.Fatalf("inconsistent store panic: got '%v', want '%v'", err, nilErr)
65 t.Fatalf("inconsistent store panic: got '%v', want '%v'", err, badErr)
74 t.Fatalf("inconsistent store panic: got '%v', want '%v'", err, nilErr)
value.go 47 // Store of an inconsistent type panics, as does Store(nil).
  /prebuilts/go/darwin-x86/src/crypto/rsa/
pss.go 95 // hash function (2^61 - 1 octets for SHA-1), output "inconsistent"
104 // 3. If emLen < hLen + sLen + 2, output "inconsistent" and stop.
111 // 0xbc, output "inconsistent" and stop.
122 // maskedDB are not all equal to zero, output "inconsistent" and
156 // output "inconsistent" and stop.
183 // 14. If H = H', output "consistent." Otherwise, output "inconsistent."
  /prebuilts/go/linux-x86/src/crypto/rsa/
pss.go 95 // hash function (2^61 - 1 octets for SHA-1), output "inconsistent"
104 // 3. If emLen < hLen + sLen + 2, output "inconsistent" and stop.
111 // 0xbc, output "inconsistent" and stop.
122 // maskedDB are not all equal to zero, output "inconsistent" and
156 // output "inconsistent" and stop.
183 // 14. If H = H', output "consistent." Otherwise, output "inconsistent."
  /bionic/tools/versioner/src/
DeclarationDatabase.h 41 inconsistent, member in class:DeclarationType
  /prebuilts/go/darwin-x86/src/sync/
mutex.go 79 throw("sync: inconsistent mutex state")
  /prebuilts/go/linux-x86/src/sync/
mutex.go 79 throw("sync: inconsistent mutex state")
  /build/soong/cc/config/
clang.go 108 "-Wno-inconsistent-missing-override",
  /build/soong/ui/build/
cleanbuild.go 152 ctx.Println("DISABLE_AUTO_INSTALLCLEAN is set; skipping auto-clean. Your tree may be in an inconsistent state.")

Completed in 546 milliseconds

1 2 3 4 5 6 7 8