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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2006-09-11-BitfieldRefCrash.c 6 unsigned valid : 2; member in struct:state_struct
10 return p->valid;
  /libcore/ojluni/src/main/java/java/nio/channels/spi/
AbstractSelectionKey.java 50 private volatile boolean valid = true; field in class:AbstractSelectionKey
53 return valid;
57 valid = false;
71 if (valid) {
72 valid = false;
  /external/google-breakpad/src/google_breakpad/processor/
dump_object.h 42 bool valid() const { return valid_; } function in class:google_breakpad::DumpObject
45 // DumpObjects are not valid when created. When a subclass populates its own
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
AbstractFsObject.java 37 * Remembers if this object still valid.
39 private boolean valid; field in class:AbstractFsObject
42 * Creates a new instance of {@code AbstractFsObject} which will be valid
48 this.valid = true;
61 return this.valid;
71 this.valid = false;
75 * Convience method to check if this object is still valid and throw an
85 this + " is not valid");
90 * writable if it is both, valid and not read-only.
  /libcore/luni/src/test/java/libcore/java/security/
OldAlgorithmParameterGeneratorTest.java 29 int[] valid = {512, 576, 640, 960, 1024}; local
33 for (int i = 0; i < valid.length; i++) {
35 gen.init(valid[i]);
37 fail("Exception should not be thrown for valid parameter" + valid[i]);
47 int[] valid = {512, 576, 640, 960, 1024}; local
51 for (int i = 0; i < valid.length; i++) {
53 gen.init(valid[i], new SecureRandom());
54 gen.init(valid[i], null);
56 fail("Exception should not be thrown for valid parameter" + valid[i])
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
cr-err.l 2 .*:[0-9]+: Error: .\(%cr0\). is not a valid base/index expression
3 .*:[0-9]+: Error: .\(%cr7\). is not a valid base/index expression
4 .*:[0-9]+: Error: .\(%cr8\). is not a valid base/index expression
5 .*:[0-9]+: Error: .\(%cr15\). is not a valid base/index expression
6 .*:[0-9]+: Error: .\(%db0\). is not a valid base/index expression
7 .*:[0-9]+: Error: .\(%db7\). is not a valid base/index expression
8 .*:[0-9]+: Error: .\(%dr0\). is not a valid base/index expression
9 .*:[0-9]+: Error: .\(%dr7\). is not a valid base/index expression
10 .*:[0-9]+: Error: .\(%tr0\). is not a valid base/index expression
11 .*:[0-9]+: Error: .\(%tr7\). is not a valid base/index expressio
    [all...]
mpx-inval-1.l 2 .*:6: Error: expecting valid branch instruction after `bnd'
3 .*:7: Error: expecting valid branch instruction after `bnd'
4 .*:8: Error: expecting valid branch instruction after `bnd'
6 .*:9: Error: expecting valid branch instruction after `bnd'
8 .*:10: Error: expecting valid branch instruction after `bnd'
9 .*:11: Error: expecting valid branch instruction after `bnd'
10 .*:14: Error: expecting valid branch instruction after `bnd'
11 .*:15: Error: expecting valid branch instruction after `bnd'
12 .*:16: Error: expecting valid branch instruction after `bnd'
13 .*:17: Error: expecting valid branch instruction after `bnd
    [all...]
  /external/syslinux/com32/hdt/
hdt-dump-acpi.c 85 char valid[8]={0}; local
86 snprintf(valid,sizeof(valid),"%s","false");
87 if (acpi->rsdt.valid) {
88 snprintf(valid,sizeof(valid),"%s","true");
92 add_as("acpi.rsdt.is_valid",valid)
95 if (acpi->rsdt.valid==false) {
105 char valid[8]={0}; local
106 snprintf(valid,sizeof(valid),"%s","false")
125 char valid[8]={0}; local
145 char valid[8]={0}; local
165 char valid[8]={0}; local
185 char valid[8]={0}; local
205 char valid[8]={0}; local
225 char valid[8]={0}; local
245 char valid[8]={0}; local
265 char valid[8]={0}; local
286 char valid[8]={0}; local
306 char valid[8]={0}; local
326 char valid[8]={0}; local
346 char valid[8]={0}; local
380 char valid[8]={0}; local
    [all...]
  /external/libcxx/test/std/thread/futures/futures.shared_future/
copy_assign.pass.cpp 36 assert(f0.valid());
37 assert(f.valid());
44 assert(!f0.valid());
45 assert(!f.valid());
53 assert(f0.valid());
54 assert(f.valid());
61 assert(!f0.valid());
62 assert(!f.valid());
70 assert(f0.valid());
71 assert(f.valid());
    [all...]
copy_ctor.pass.cpp 35 assert(f0.valid());
36 assert(f.valid());
42 assert(!f0.valid());
43 assert(!f.valid());
50 assert(f0.valid());
51 assert(f.valid());
57 assert(!f0.valid());
58 assert(!f.valid());
65 assert(f0.valid());
66 assert(f.valid());
    [all...]
default.pass.cpp 25 assert(!f.valid());
29 assert(!f.valid());
33 assert(!f.valid());
ctor_future.pass.cpp 29 assert(!f0.valid());
30 assert(f.valid());
36 assert(!f0.valid());
37 assert(!f.valid());
44 assert(!f0.valid());
45 assert(f.valid());
51 assert(!f0.valid());
52 assert(!f.valid());
59 assert(!f0.valid());
60 assert(f.valid());
    [all...]
  /external/libcxx/test/std/thread/futures/futures.unique_future/
default.pass.cpp 25 assert(!f.valid());
29 assert(!f.valid());
33 assert(!f.valid());
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
v4l2_validator.c 29 int valid = 0; local
57 valid = 1;
59 valid = 0;
61 return valid;
66 int valid = 0; local
74 valid = 1;
76 valid = 0;
78 return valid;
88 int valid = 1; local
97 valid = 0
    [all...]