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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_quota/
expect.1 6 [QUOTA WARNING] Usage inconsistent for ID 0:actual (13312, 2) != expected (14336, 3)
7 [QUOTA WARNING] Usage inconsistent for ID 100:actual (2048, 2) != expected (1024, 1)
  /bionic/tools/versioner/tests/multiple_decl_mismatch/
expected_fail 1 versioner: inconsistent availability for symbol 'foo'
  /bionic/tools/versioner/tests/version_mismatch/
expected_fail 1 versioner: inconsistent availability for symbol 'foo'
  /external/libxml2/result/schemas/
restriction-attr1_0_0.err 1 ./test/schemas/restriction-attr1_0.xsd:5: element complexType: Schemas parser error : local complex type, attribute use 'barA': The 'optional' attribute use is inconsistent with the corresponding 'required' attribute use of the base complex type definition '{http://FOO}typeA'.
  /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())
  /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...]
  /frameworks/compile/mclinker/include/mcld/LD/
DiagMips.inc 44 "inconsistent ISA between .MIPS.abiflags and ELF header e_flags field: %0",
45 "inconsistent ISA between .MIPS.abiflags and ELF header e_flags field: %0")
48 "inconsistent ISA extensions between .MIPS.abiflags and ELF header e_flags field: %0",
49 "inconsistent ISA extensions between .MIPS.abiflags and ELF header e_flags field: %0")
52 "inconsistent ASEs between .MIPS.abiflags and ELF header e_flags field: %0",
53 "inconsistent ASEs between .MIPS.abiflags and ELF header e_flags field: %0")
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
StatusCode.h 31 /// Inconsistent with specification here:
42 /// Inconsistent with specification here:
57 /// Inconsistent with specification here:
67 /// Inconsistent with specification here:
101 /// Inconsistent with specification here:
110 /// Inconsistent with specification here:
124 /// Inconsistent with specification here:
135 /// Inconsistent with specification here:
  /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...]
  /external/syslinux/gpxe/src/arch/i386/include/bits/
compiler.h 16 * inconsistent; for example, if -mregparm=3 is used then the implicit
  /system/core/libutils/tests/
SystemClock_test.cpp 43 << "elapsedRealtime() and elapsedRealtimeNano() are inconsistent";
45 << "elapsedRealtime() and elapsedRealtimeNano() are inconsistent";
71 << "elapsedRealtime() and elapsedRealtimeNano() are inconsistent after nanosleep()";
73 << "elapsedRealtime() and elapsedRealtimeNano() are inconsistent after nanosleep()";
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Guid/
DataHubRecords.h 53 /// Inconsistent with specification here:
148 /// Inconsistent with specification here:
169 /// Inconsistent with specification here:
271 /// Inconsistent with specification here:
305 /// Inconsistent with specification here:
455 /// Inconsistent with specification here:
497 /// Inconsistent with specification here:
502 /// Inconsistent with specification here:
507 /// Inconsistent with specification here:
512 /// Inconsistent with specification here:
    [all...]
SmmCommunicate.h 23 /// Inconsistent with specification here:
SmramMemoryReserve.h 36 * Inconsistent with specification here:
45 /// Inconsistent with specification here:
  /compatibility/cdd/8_performance-and-power/
8_1_user-experience-consistency.md 9 * [H-0-1] **Consistent frame latency**. Inconsistent frame latency or a
18 * [T-0-1] **Consistent frame latency**. Inconsistent frame latency or a
  /external/clang/test/SemaObjC/
conflicting-ivar-test-1.m 24 int IVAR1; // expected-error {{inconsistent number of instance variables specified}}
49 int IVAR1; // expected-error {{inconsistent number of instance variables specified}}
  /frameworks/compile/slang/tests/F_reflection3264_variable_mismatch/
stderr.txt.expect 3 reflection3264_variable_mismatch.rs:16:5: error: global variable 'd' has inconsistent 'const' qualification between 32-bit targets and 64-bit targets
4 reflection3264_variable_mismatch.rs:21:5: error: global variable 'e' has inconsistent 'const' qualification between 32-bit targets and 64-bit targets
  /external/e2fsprogs/lib/et/test_cases/
simple.et 25 "Request is inconsistent"
  /external/llvm/test/CodeGen/AArch64/
arm64-stack-no-frame.ll 7 ; inconsistent about how much to move SP.
  /external/tpm2/
CreatePrimary.c 18 // fixedParent, or encryptedDuplication attributes are inconsistent
19 // between themselves or with those of the parent object; inconsistent
25 // TPM_RC_SCHEME inconsistent attributes decrypt, sign, restricted and key's scheme ID;
26 // or hash algorithm is inconsistent with the scheme ID for keyed hash
  /external/valgrind/helgrind/tests/
tc14_laog_dinphils.c 6 /* Naive dining philosophers with inconsistent lock acquisition
  /frameworks/base/services/tests/servicestests/src/com/android/server/
BootReceiverFixFsckFsStatTest.java 47 "[QUOTA WARNING] Usage inconsistent for ID 10038:actual (71667712, 1000) != expected (71671808, 1000)",
50 "[QUOTA WARNING] Usage inconsistent for ID 10038:actual (59555840, 953) != expected (59559936, 953)",
74 "[QUOTA WARNING] Usage inconsistent for ID 10038:actual (71667712, 1000) != expected (71671808, 1000)",
77 "[QUOTA WARNING] Usage inconsistent for ID 10038:actual (59555840, 953) != expected (59559936, 953)",
157 "[QUOTA WARNING] Usage inconsistent for ID 10038:actual (71667712, 1000) != expected (71671808, 1000)",
160 "[QUOTA WARNING] Usage inconsistent for ID 10038:actual (59555840, 953) != expected (59559936, 953)",
182 "[QUOTA WARNING] Usage inconsistent for ID 10038:actual (71667712, 1000) != expected (71671808, 1000)",
185 "[QUOTA WARNING] Usage inconsistent for ID 10038:actual (59555840, 953) != expected (59559936, 953)",

Completed in 1126 milliseconds

1 2 3 4 5 6 7 8 91011>>