Searched refs:valid (Results 26 - 50 of 821) sorted by relevance

1234567891011>>

/external/syslinux/com32/gplinclude/acpi/
H A Dboot.h26 bool valid; member in struct:__anon23583
H A Dhpet.h26 bool valid; member in struct:__anon23591
H A Dmcfg.h26 bool valid; member in struct:__anon23603
H A Dslic.h26 bool valid; member in struct:__anon23610
H A Dtcpa.h26 bool valid; member in struct:__anon23616
/external/junit-params/src/test/java/junitparams/
H A DSubclassTest.java14 public void isAdult(int age, boolean valid) throws Exception { argument
15 assertThat(new Person(age).isAdult(), is(valid));
/external/libxml2/python/tests/
H A Dvalidate.py8 ctxt = libxml2.createFileParserCtxt("valid.xml")
12 valid = ctxt.isValid() variable
14 if doc.name != "valid.xml":
21 if valid != 1:
28 ctxt = libxml2.createFileParserCtxt("valid.xml")
32 valid = ctxt.isValid() variable
34 if valid != 1:
49 valid = ctxt.isValid() variable
57 if valid != 0:
68 valid
[all...]
/external/llvm/test/MC/Mips/mips1/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips32/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips32r2/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips32r3/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips32r5/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips4/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips5/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips64/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips64r2/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips64r3/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/llvm/test/MC/Mips/mips64r5/
H A Dvalid-xfail.s1 # Instructions that should be valid but currently fail for known reasons (e.g.
/external/freetype/src/otvalid/
H A Dotvalid.h37 FT_Validator valid );
46 FT_Validator valid );
51 FT_Validator valid );
56 FT_Validator valid );
65 FT_Validator valid );
/external/icu/icu4c/source/common/
H A Dlocbased.h54 * object. Either the valid or the actual locale may be
64 * object. Either the valid or the actual locale may be
75 * @param valid the ID of the valid locale
78 void setLocaleIDs(const char* valid, const char* actual);
83 * @param valid the ID of the valid locale
86 void setLocaleIDs(const Locale& valid, const Locale& actual);
90 char* valid; member in class:LocaleBased
96 valid(validAlia
[all...]
/external/junit-params/src/test/java/junitparams/usage/person_example/
H A DPersonTest.java18 public void isAdultAgeDirect(int age, boolean valid) throws Exception { argument
19 assertThat(new Person(age).isAdult()).isEqualTo(valid);
24 public void isAdultAgeDefinedMethod(int age, boolean valid) throws Exception { argument
25 assertThat(new Person(age).isAdult()).isEqualTo(valid);
34 public void isAdultAgeDefaultMethod(int age, boolean valid) throws Exception { argument
35 assertThat(new Person(age).isAdult()).isEqualTo(valid);
45 public void personIsAdult(Person person, boolean valid) { argument
46 assertThat(person.isAdult()).isEqualTo(valid);
65 public void isAdultWithCustomTestName(int age, boolean valid) throws Exception { argument
66 assertThat(new Person(age).isAdult()).isEqualTo(valid);
[all...]
/external/linux-kselftest/tools/testing/selftests/sync/
H A Dsync_fence.c34 int fence, valid, ret; local
37 valid = sw_sync_timeline_is_valid(timeline);
38 ASSERT(valid, "Failure allocating timeline\n");
41 valid = sw_sync_fence_is_valid(fence);
42 ASSERT(valid, "Failure allocating fence\n");
78 int a, b, c, d, valid; local
86 valid = sw_sync_fence_is_valid(a) &&
89 ASSERT(valid, "Failure allocating fences\n");
93 valid = sw_sync_fence_is_valid(d);
94 ASSERT(valid, "Failur
[all...]
/external/libcxx/test/std/thread/futures/futures.promise/
H A Dalloc_ctor.pass.cpp34 assert(f.valid());
42 assert(f.valid());
50 assert(f.valid());
57 assert(f.valid());
62 assert(f.valid());
67 assert(f.valid());
73 assert(f.valid());
78 assert(f.valid());
83 assert(f.valid());
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUFormat.java43 * <i>valid</i> locale).
47 * locale is returned correctly, but the <i>valid</i> locale is
69 * less specific than the valid locale. This method is intended
72 * @param valid the most specific locale containing any resource
80 final void setLocale(ULocale valid, ULocale actual) { argument
82 if ((valid == null) != (actual == null)) {
88 // the same level or less specific than the valid locale.
89 this.validLocale = valid;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUFormat.java45 * <i>valid</i> locale).
49 * locale is returned correctly, but the <i>valid</i> locale is
72 * less specific than the valid locale. This method is intended
75 * @param valid the most specific locale containing any resource
83 final void setLocale(ULocale valid, ULocale actual) { argument
85 if ((valid == null) != (actual == null)) {
91 // the same level or less specific than the valid locale.
92 this.validLocale = valid;

Completed in 510 milliseconds

1234567891011>>