HomeSort by relevance Sort by last modified time
    Searched full:invalid (Results 326 - 350 of 15080) sorted by null

<<11121314151617181920>>

  /external/e2fsprogs/tests/f_unused_itable/
expect.1 10 One or more block group descriptor checksums are invalid. Fix? yes
12 Group descriptor 0 checksum is invalid. FIXED.
13 Group descriptor 1 checksum is invalid. FIXED.
  /external/e2fsprogs/tests/progs/test_data/
expect.brel 8 brel_put: Invalid argument while calling ext2fs_brel_put
10 brel_get: Invalid argument while calling ext2fs_brel_get
12 brel_delete: Invalid argument while calling ext2fs_brel_delete
  /external/llvm/test/Bindings/Ocaml/
analysis.ml 37 (* Test that invalid constructs do not verify.
43 | None -> bomb "invalid module passed verification!"
46 if verify_function fn then bomb "invalid function passed verification!";
  /external/llvm/test/MC/X86/
x86_errors.s 14 // 32: test.s:8:2: error: invalid instruction mnemonic 'movi'
19 movl 0(%rax), 0(%edx) // error: invalid operand for instruction
32 // 32: error: invalid operand for instruction
  /external/valgrind/main/memcheck/tests/
realloc3.stderr.exp 0 Invalid read of size 4
7 Invalid read of size 4
13 Invalid read of size 4
  /libcore/luni/src/test/java/tests/security/interfaces/
DSAParamsTest.java 36 assertEquals("Invalid G", g, params.getG());
45 assertEquals("Invalid P", p, params.getP());
54 assertEquals("Invalid Q", q, params.getQ());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libdl-2.7.so 
libdl.so 
libdl.so.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libdl-2.7.so 
libdl.so 
libdl.so.2 
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
ConstantPool.java 28 * as element {@code 0} is always invalid.
41 * in-range but invalid
53 * in-range and non-zero but invalid
59 * {@code null} if the index is in-range but invalid. In
67 * the index is in-range but invalid
  /dalvik/dx/src/com/android/dx/rop/cst/
ConstantPool.java 28 * as element {@code 0} is always invalid.
41 * in-range but invalid
53 * in-range and non-zero but invalid
59 * {@code null} if the index is in-range but invalid. In
67 * the index is in-range but invalid
  /external/chromium_org/remoting/protocol/
authentication_method.h 25 INVALID,
37 static AuthenticationMethod Invalid();
43 // invalid value if the string is invalid.
52 bool is_valid() const { return type_ != INVALID; }
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
screencastid.h 23 enum Type { INVALID, WINDOW, DESKTOP };
25 // Default constructor indicates invalid ScreencastId.
26 ScreencastId() : type_(INVALID) {}
43 if (type_ == INVALID) {
57 if (type_ == INVALID) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
ConstantPool.java 28 * as element {@code 0} is always invalid.
41 * in-range but invalid
53 * in-range and non-zero but invalid
59 * {@code null} if the index is in-range but invalid. In
67 * the index is in-range but invalid
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/util/bugzilla/
messages.properties 1 UpdateBugStateTask.invalidStatus=Invalid initial status
3 UpdateBugStateTask.invalidResolution=Invalid resolution
6 UpdateBugStateTask.invalidBuildID=Invalid buildID. Entered
7 UpdateBugStateTask.invalidTimestamp=Invalid timestamp (must be yyyymmddHHMM or yyyymmdd0000). Entered
21 UpdateBugStateTask.invalidBugID=Invalid bugID
  /external/llvm/test/MC/AArch64/
neon-diagnostics.s 12 // CHECK-ERROR: error: invalid operand for instruction
15 // CHECK-ERROR: error: invalid operand for instruction
23 // Mismatched and invalid vector types
28 // CHECK-ERROR: error: invalid operand for instruction
31 // CHECK-ERROR: error: invalid operand for instruction
34 // CHECK-ERROR: error: invalid operand for instruction
42 // Mismatched and invalid vector types
46 // CHECK-ERROR: error: invalid operand for instruction
49 // CHECK-ERROR: error: invalid operand for instruction
60 // CHECK-ERROR: error: invalid operand for instructio
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
ECFieldF2m_ImplTest.java 117 // set 2: valid m, invalid (null) rp
123 // set 3: valid m, invalid rp - bit 0 not set
129 // set 4: valid m, invalid rp - bit m not set
135 // set 5: valid m, invalid rp - bit k improperly set
141 // set 6: valid m, invalid rp - k1 k2 k3
147 // set 7: valid m, invalid rp - number of bits set
153 // set 8: valid m, invalid rp - number of bits set
159 // set 9: valid m, invalid rp - number of bits set
166 // set 10: valid m, invalid rp
172 // set 11: invalid
    [all...]
  /external/chromium_org/ui/gfx/range/
range_unittest.cc 197 // Invalid rect tests
200 gfx::Range invalid = r1.Intersect(r2); local
201 EXPECT_FALSE(invalid.IsValid());
202 EXPECT_FALSE(invalid.Contains(invalid));
203 EXPECT_FALSE(invalid.Contains(r1));
204 EXPECT_FALSE(invalid.Intersects(invalid));
205 EXPECT_FALSE(invalid.Intersects(r1));
206 EXPECT_FALSE(r1.Contains(invalid));
    [all...]
  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.cpp 41 llvm_unreachable("Invalid operand");
57 assert(isUInt<4>(Value) && "Invalid u4imm argument");
64 assert(isUInt<6>(Value) && "Invalid u6imm argument");
71 assert(isInt<8>(Value) && "Invalid s8imm argument");
78 assert(isUInt<8>(Value) && "Invalid u8imm argument");
85 assert(isInt<16>(Value) && "Invalid s16imm argument");
92 assert(isUInt<16>(Value) && "Invalid u16imm argument");
99 assert(isInt<32>(Value) && "Invalid s32imm argument");
106 assert(isUInt<32>(Value) && "Invalid u32imm argument");
113 assert(Value < 16 && "Invalid access register number")
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestRunner.java 91 // Invalid argument, fall back to default value
100 // Invalid argument, fall back to default value
109 // Invalid argument, fall back to default value
118 // Invalid argument, fall back to default value
127 // Invalid argument, fall back to default value
136 // Invalid argument, fall back to default value
145 // Invalid argument, fall back to default value
154 // Invalid argument, fall back to default value
163 // Invalid argument, fall back to default value
172 // Invalid argument, fall back to default valu
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 56 public const int Invalid = 0;
69 public static readonly IToken Invalid = new CommonToken( TokenTypes.Invalid );
76 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );
87 public static readonly T Invalid = new T()
89 Type = TokenTypes.Invalid
94 Type = TokenTypes.Invalid
  /external/chromium_org/ppapi/cpp/
url_response_info.h 42 /// invalid.
63 /// is invalid.
73 /// is invalid.
83 /// is invalid.
92 /// <code>is_undefined Var</code> if an input parameter is invalid.
102 /// is invalid.
112 /// is invalid.

Completed in 2401 milliseconds

<<11121314151617181920>>