Home
last modified time | relevance | path

Searched defs:valid (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/external/libxml2/python/tests/
Dvalidate.py12 valid = ctxt.isValid() variable
32 valid = ctxt.isValid() variable
49 valid = ctxt.isValid() variable
68 valid = ctxt.isValid() variable
/external/junit-params/src/test/java/junitparams/usage/person_example/
DPersonTest.java18 public void isAdultAgeDirect(int age, boolean valid) throws Exception { in isAdultAgeDirect()
24 public void isAdultAgeDefinedMethod(int age, boolean valid) throws Exception { in isAdultAgeDefinedMethod()
34 public void isAdultAgeDefaultMethod(int age, boolean valid) throws Exception { in isAdultAgeDefaultMethod()
45 public void personIsAdult(Person person, boolean valid) { in personIsAdult()
65 public void isAdultWithCustomTestName(int age, boolean valid) throws Exception { in isAdultWithCustomTestName()
/external/flac/src/test_libFLAC/
Dformat.c33 FLAC__bool valid; member
78 FLAC__bool valid; member
94 FLAC__bool valid; member
126 FLAC__bool valid; member
158 FLAC__bool valid; member
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dv4l2_validator.c29 int valid = 0; in valid_v4l2_std_id() local
66 int valid = 0; in valid_tuner_capability() local
88 int valid = 1; in valid_string() local
Dtest_VIDIOC_PARM.c33 int valid = 0; in valid_v4l2_captureparm_capability() local
45 int valid = 0; in valid_v4l2_outputparm_capability() local
57 int valid = 0; in valid_v4l2_captureparm_capturemode() local
69 int valid = 0; in valid_v4l2_outputparm_outputpmode() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
DRepresenterTest.java39 private Boolean valid; field in RepresenterTest.MyBean
54 public void setValid(Boolean valid) { in setValid()
78 private Boolean valid; field in RepresenterTest.MyBean2
80 public MyBean2(String name, Boolean valid) { in MyBean2()
127 private Boolean valid; field in RepresenterTest.MyBean3
130 public MyBean3(String name, Boolean valid) { in MyBean3()
/external/llvm-project/libc/test/utils/FPUtil/
Dx86_long_double_test.cpp61 long double valid = bits; in TEST() local
71 long double valid = bits; in TEST() local
81 long double valid = bits; in TEST() local
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DMockSessionBuilder.java32 private boolean valid = true; field in MockSessionBuilder
54 MockSessionBuilder valid(boolean valid) { in valid() method in MockSessionBuilder
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DMockSessionBuilder.java33 private boolean valid = true; field in MockSessionBuilder
55 MockSessionBuilder valid(boolean valid) { in valid() method in MockSessionBuilder
/external/linux-kselftest/tools/testing/selftests/sync/
Dsync_alloc.c34 int timeline, valid; in test_alloc_timeline() local
46 int timeline, fence, valid; in test_alloc_fence() local
Dsync_fence.c34 int fence, valid, ret; in test_fence_one_timeline_wait() local
78 int a, b, c, d, valid; in test_fence_one_timeline_merge() local
Dsync_stress_parallelism.c45 int fence, valid, ret, i; in test_stress_two_threads_shared_timeline_thread() local
78 int valid; in test_stress_two_threads_shared_timeline() local
/external/llvm/test/MC/ARM/
Dthumb-load-store-multiple.s89 .global valid symbol
91 valid: label
Darm-load-store-multiple-deprecated.s213 .global valid symbol
215 valid: label
/external/llvm-project/llvm/test/MC/ARM/
Dthumb-load-store-multiple.s89 .global valid symbol
91 valid: label
Darm-load-store-multiple-deprecated.s217 .global valid symbol
219 valid: label
/external/skia/tests/
DClipperTest.cpp101 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst); in test_intersectline() local
125 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst); in test_intersectline() local
144 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst); in test_intersectline() local
/external/skqp/tests/
DClipperTest.cpp101 bool valid = SkLineClipper::IntersectLine(&gEmpty[i], gR, dst); in test_intersectline() local
125 bool valid = SkLineClipper::IntersectLine(&gFull[i], gR, dst); in test_intersectline() local
144 bool valid = SkLineClipper::IntersectLine(&gPartial[i], gR, dst); in test_intersectline() local
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_function_test.cpp174 bool valid = in TEST_P() local
205 bool valid = in TEST_P() local
229 bool valid = in TEST_P() local
250 bool valid = in TEST_P() local
280 bool valid = in TEST_P() local
304 bool valid = in TEST_P() local
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_function_test.cpp174 bool valid = in TEST_P() local
205 bool valid = in TEST_P() local
229 bool valid = in TEST_P() local
250 bool valid = in TEST_P() local
280 bool valid = in TEST_P() local
304 bool valid = in TEST_P() local
/external/autotest/frontend/client/src/autotest/moblab/rpc/
DOperationStatus.java22 public OperationStatus(boolean valid) { in OperationStatus()
26 public OperationStatus(boolean valid, String details) { in OperationStatus()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteRegisterContext.h97 void SetRegisterIsValid(const RegisterInfo *reg_info, bool valid) { in SetRegisterIsValid()
103 void SetRegisterIsValid(uint32_t reg, bool valid) { in SetRegisterIsValid()
/external/tensorflow/tensorflow/lite/
Dallocation.cc78 bool FileCopyAllocation::valid() const { return copied_buffer_ != nullptr; } in valid() function in tflite::FileCopyAllocation
113 bool MemoryAllocation::valid() const { return buffer_ != nullptr; } in valid() function in tflite::MemoryAllocation
/external/angle/src/libANGLE/renderer/
Dserial_utils.h32 constexpr bool valid() const { return mValue != kEmpty && mValue != kDirty; } in valid() function
72 constexpr bool valid() const { return mValue != kInvalid; } in valid() function
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDecodeUtf8Test.java30 int valid = 0; in testOneByte() local
43 int valid = 0; in testTwoBytes() local
61 int valid = 0; in testThreeBytes() local

12345678910>>...24