HomeSort by relevance Sort by last modified time
    Searched refs:valid (Results 76 - 100 of 3361) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/sun/nio/ch/
FileLockImpl.java 34 private volatile boolean valid = true; field in class:FileLockImpl
47 return valid;
52 valid = false;
59 if (valid) {
65 valid = false;
  /external/junit-params/src/test/java/junitparams/usage/person_example/
PersonTest.java 18 public void isAdultAgeDirect(int age, boolean valid) throws Exception {
19 assertThat(new Person(age).isAdult()).isEqualTo(valid);
24 public void isAdultAgeDefinedMethod(int age, boolean valid) throws Exception {
25 assertThat(new Person(age).isAdult()).isEqualTo(valid);
34 public void isAdultAgeDefaultMethod(int age, boolean valid) throws Exception {
35 assertThat(new Person(age).isAdult()).isEqualTo(valid);
45 public void personIsAdult(Person person, boolean valid) {
46 assertThat(person.isAdult()).isEqualTo(valid);
65 public void isAdultWithCustomTestName(int age, boolean valid) throws Exception {
66 assertThat(new Person(age).isAdult()).isEqualTo(valid);
    [all...]
  /external/linux-kselftest/tools/testing/selftests/sync/
sync_fence.c 34 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, "Failure merging fences\n")
    [all...]
  /external/libcxx/test/std/thread/futures/futures.promise/
alloc_ctor.pass.cpp 34 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());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.promise/
alloc_ctor.pass.cpp 34 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/
UFormat.java 43 * <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) {
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/
UFormat.java 45 * <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) {
85 if ((valid == null) != (actual == null)) {
91 // the same level or less specific than the valid locale.
92 this.validLocale = valid;
  /external/libcxx/test/std/thread/futures/futures.shared_future/
wait_for.pass.cpp 55 assert(f.valid());
57 assert(f.valid());
59 assert(f.valid());
63 assert(f.valid());
71 assert(f.valid());
73 assert(f.valid());
75 assert(f.valid());
79 assert(f.valid());
87 assert(f.valid());
89 assert(f.valid());
    [all...]
  /external/libcxx/test/std/thread/futures/futures.unique_future/
wait_for.pass.cpp 55 assert(f.valid());
57 assert(f.valid());
59 assert(f.valid());
63 assert(f.valid());
71 assert(f.valid());
73 assert(f.valid());
75 assert(f.valid());
79 assert(f.valid());
87 assert(f.valid());
89 assert(f.valid());
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.shared_future/
wait_for.pass.cpp 55 assert(f.valid());
57 assert(f.valid());
59 assert(f.valid());
63 assert(f.valid());
71 assert(f.valid());
73 assert(f.valid());
75 assert(f.valid());
79 assert(f.valid());
87 assert(f.valid());
89 assert(f.valid());
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.unique_future/
wait_for.pass.cpp 55 assert(f.valid());
57 assert(f.valid());
59 assert(f.valid());
63 assert(f.valid());
71 assert(f.valid());
73 assert(f.valid());
75 assert(f.valid());
79 assert(f.valid());
87 assert(f.valid());
89 assert(f.valid());
    [all...]
  /external/curl/lib/vauth/
vauth.c 130 bool valid = FALSE; local
136 valid = (p != NULL && p > user && p < user + strlen(user) - 1 ? TRUE :
143 valid = TRUE;
146 return valid;
  /external/freetype/src/otvalid/
otvmod.c 86 FT_ValidatorRec volatile valid; local
152 ft_validator_init( &valid, base, base + len_base, FT_VALIDATE_DEFAULT );
153 if ( ft_setjmp( valid.jump_buffer ) == 0 )
154 otv_BASE_validate( base, &valid );
155 error = valid.error;
162 ft_validator_init( &valid, gpos, gpos + len_gpos, FT_VALIDATE_DEFAULT );
163 if ( ft_setjmp( valid.jump_buffer ) == 0 )
164 otv_GPOS_validate( gpos, num_glyphs, &valid );
165 error = valid.error;
172 ft_validator_init( &valid, gsub, gsub + len_gsub, FT_VALIDATE_DEFAULT )
    [all...]
  /external/icu/icu4c/source/common/
locbased.cpp 30 return valid;
41 uprv_strncpy(valid, validID, ULOC_FULLNAME_CAPACITY);
42 valid[ULOC_FULLNAME_CAPACITY-1] = 0; // always terminate
51 uprv_strcpy(valid, validID.getName());
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
JsValidateUnquotedLiteral.java 40 boolean valid = true;
44 * There must be at least one hex digit after the 0x for it to be valid. Hex number. Check
50 valid = false;
61 valid = false;
67 if (valid) {
  /external/libcxx/test/std/thread/futures/futures.task/futures.task.members/
assign_move.pass.cpp 38 assert(!p0.valid());
39 assert(p.valid());
48 assert(!p0.valid());
49 assert(!p.valid());
  /external/syslinux/com32/gplinclude/acpi/
dsdt.h 24 bool valid; member in struct:__anon36905
ssdt.h 25 bool valid; member in struct:__anon36932
xsdt.h 27 bool valid; member in struct:__anon36939
  /external/tensorflow/tensorflow/contrib/lite/
allocation.h 39 // Whether the allocation is valid
40 virtual bool valid() const = 0;
52 bool valid() const override;
67 bool valid() const override;
85 bool valid() const override;
  /external/toolchain-utils/toolchain_utils_githooks/
pre-push.real 14 valid=0
19 while [[ $valid -eq 0 ]] ; do
22 n|N ) valid=1 ;;
23 y|Y ) valid=1; cd crosperf; ./run_tests.sh; status=$? ;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.task/futures.task.members/
assign_move.pass.cpp 38 assert(!p0.valid());
39 assert(p.valid());
48 assert(!p0.valid());
49 assert(!p.valid());
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
byte-1.s 1 # Test BYTE sequences, excercising code paths for valid input.
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_rbsp.h 53 unsigned valid, bits_left = vl_vlc_bits_left(nal); local
69 valid = vl_vlc_valid_bits(&rbsp->nal);
71 for (i = 24; i <= valid; i += 8) {
78 valid = vl_vlc_valid_bits(&rbsp->nal);
80 rbsp->escaped = (valid >= 16) ? 16 : ((valid >= 8) ? 8 : 0);
88 unsigned valid = vl_vlc_valid_bits(&rbsp->nal); local
92 if (valid >= 32)
102 assert(valid >= rbsp->escaped);
105 valid -= rbsp->escaped
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
local9.d 5 #error: valid only with a register or absolute value

Completed in 555 milliseconds

1 2 34 5 6 7 8 91011>>