/external/clang/test/CodeGen/ |
2006-09-11-BitfieldRefCrash.c | 6 unsigned valid : 2; member in struct:state_struct 10 return p->valid;
|
/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...] |
/external/chromium_org/v8/test/webkit/fast/js/ |
parser-syntax-check.js | 25 "This test checks that the following expressions or statements are valid ECMASCRIPT code or should throw parse error" 43 testPassed('Valid: "' + _a + '"'); 48 testFailed('Valid: "' + _a + '" should NOT throw '); 52 function valid(_a) function 78 valid (""); 85 valid ("a: +~!new a"); 87 valid ("new (-1)") 88 valid ("a: b: c: new f(x++)++") 89 valid ("(a)++"); 90 valid ("(1--).x") [all...] |
/external/chromium_org/content/public/browser/ |
favicon_status.cc | 12 FaviconStatus::FaviconStatus() : valid(false) {
|
favicon_status.h | 20 bool valid; member in struct:content::FaviconStatus 27 // loaded asynchronously, so even if the favicon URL is valid we may return
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
ptw32_is_attr.c | 43 /* Return 0 if the attr object is valid, non-zero otherwise. */ 46 *attr == NULL || (*attr)->valid != PTW32_ATTR_VALID);
|
pthread_attr_destroy.c | 74 (*attr)->valid = 0;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/ |
copy_assign.pass.cpp | 28 assert(f0.valid()); 29 assert(f.valid()); 36 assert(!f0.valid()); 37 assert(!f.valid()); 45 assert(f0.valid()); 46 assert(f.valid()); 53 assert(!f0.valid()); 54 assert(!f.valid()); 62 assert(f0.valid()); 63 assert(f.valid()); [all...] |
copy_ctor.pass.cpp | 26 assert(f0.valid()); 27 assert(f.valid()); 33 assert(!f0.valid()); 34 assert(!f.valid()); 41 assert(f0.valid()); 42 assert(f.valid()); 48 assert(!f0.valid()); 49 assert(!f.valid()); 56 assert(f0.valid()); 57 assert(f.valid()); [all...] |
default.pass.cpp | 23 assert(!f.valid()); 27 assert(!f.valid()); 31 assert(!f.valid());
|
ctor_future.pass.cpp | 26 assert(!f0.valid()); 27 assert(f.valid()); 33 assert(!f0.valid()); 34 assert(!f.valid()); 41 assert(!f0.valid()); 42 assert(f.valid()); 48 assert(!f0.valid()); 49 assert(!f.valid()); 56 assert(!f0.valid()); 57 assert(f.valid()); [all...] |
move_assign.pass.cpp | 28 assert(!f0.valid()); 29 assert(f.valid()); 36 assert(!f0.valid()); 37 assert(!f.valid()); 45 assert(!f0.valid()); 46 assert(f.valid()); 53 assert(!f0.valid()); 54 assert(!f.valid()); 62 assert(!f0.valid()); 63 assert(f.valid()); [all...] |
move_ctor.pass.cpp | 26 assert(!f0.valid()); 27 assert(f.valid()); 33 assert(!f0.valid()); 34 assert(!f.valid()); 41 assert(!f0.valid()); 42 assert(f.valid()); 48 assert(!f0.valid()); 49 assert(!f.valid()); 56 assert(!f0.valid()); 57 assert(f.valid()); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/ |
copy_assign.fail.cpp | 28 assert(!f0.valid()); 29 assert(f.valid()); 36 assert(!f0.valid()); 37 assert(!f.valid()); 45 assert(!f0.valid()); 46 assert(f.valid()); 53 assert(!f0.valid()); 54 assert(!f.valid()); 62 assert(!f0.valid()); 63 assert(f.valid()); [all...] |
copy_ctor.fail.cpp | 26 assert(!f0.valid()); 27 assert(f.valid()); 33 assert(!f0.valid()); 34 assert(!f.valid()); 41 assert(!f0.valid()); 42 assert(f.valid()); 48 assert(!f0.valid()); 49 assert(!f.valid()); 56 assert(!f0.valid()); 57 assert(f.valid()); [all...] |
default.pass.cpp | 23 assert(!f.valid()); 27 assert(!f.valid()); 31 assert(!f.valid());
|
move_assign.pass.cpp | 28 assert(!f0.valid()); 29 assert(f.valid()); 36 assert(!f0.valid()); 37 assert(!f.valid()); 45 assert(!f0.valid()); 46 assert(f.valid()); 53 assert(!f0.valid()); 54 assert(!f.valid()); 62 assert(!f0.valid()); 63 assert(f.valid()); [all...] |
move_ctor.pass.cpp | 27 assert(!f0.valid()); 28 assert(f.valid()); 34 assert(!f0.valid()); 35 assert(!f.valid()); 42 assert(!f0.valid()); 43 assert(f.valid()); 49 assert(!f0.valid()); 50 assert(!f.valid()); 57 assert(!f0.valid()); 58 assert(f.valid()); [all...] |
share.pass.cpp | 26 assert(!f0.valid()); 27 assert(f.valid()); 33 assert(!f0.valid()); 34 assert(!f.valid()); 41 assert(!f0.valid()); 42 assert(f.valid()); 48 assert(!f0.valid()); 49 assert(!f.valid()); 56 assert(!f0.valid()); 57 assert(f.valid()); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/ |
default.pass.cpp | 24 assert(f.valid()); 29 assert(f.valid()); 34 assert(f.valid());
|
/external/chromium_org/third_party/icu/source/common/ |
locbased.h | 52 * object. Either the valid or the actual locale may be 62 * object. Either the valid or the actual locale may be 73 * @param valid the ID of the valid locale 76 void setLocaleIDs(const char* valid, const char* actual); 80 char* valid; member in class:LocaleBased 86 valid(validAlias), actual(actualAlias) { 92 valid((char*)validAlias), actual((char*)actualAlias) {
|
/external/icu4c/common/ |
locbased.h | 52 * object. Either the valid or the actual locale may be 62 * object. Either the valid or the actual locale may be 73 * @param valid the ID of the valid locale 76 void setLocaleIDs(const char* valid, const char* actual); 80 char* valid; member in class:LocaleBased 86 valid(validAlias), actual(actualAlias) { 92 valid((char*)validAlias), actual((char*)actualAlias) {
|
/frameworks/base/services/java/com/android/server/display/ |
DisplayViewport.java | 30 // True if this viewport is valid. 31 public boolean valid; field in class:DisplayViewport 54 valid = viewport.valid; 66 return "DisplayViewport{valid=" + valid
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/ |
assign_copy.fail.cpp | 35 assert(!p0.valid()); 36 assert(p.valid()); 45 assert(!p0.valid()); 46 assert(!p.valid());
|