Home
last modified time | relevance | path

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

12345678910>>...17

/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/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/webrtc/webrtc/libjingle/xmpp/
Djid.cc161 std::string Jid::PrepNode(const std::string& node, bool* valid) { in PrepNode()
189 char Jid::PrepNodeAscii(char ch, bool* valid) { in PrepNodeAscii()
215 std::string Jid::PrepResource(const std::string& resource, bool* valid) { in PrepResource()
240 char Jid::PrepResourceAscii(char ch, bool* valid) { in PrepResourceAscii()
257 std::string Jid::PrepDomain(const std::string& domain, bool* valid) { in PrepDomain()
277 void Jid::PrepDomain(const std::string& domain, std::string* buf, bool* valid) { in PrepDomain()
305 std::string* buf, bool* valid) { in PrepDomainLabel()
344 char Jid::PrepDomainLabelAscii(char ch, bool* valid) { in PrepDomainLabelAscii()
/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/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DMockSessionBuilder.java31 private boolean valid = true; field in MockSessionBuilder
53 MockSessionBuilder valid(boolean valid) { in valid() method in MockSessionBuilder
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DMockSessionBuilder.java30 private boolean valid = true; field in MockSessionBuilder
52 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/swiftshader/third_party/llvm-7.0/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/u-boot/cmd/x86/
Dmtrr.c29 bool valid; in do_mtrr_list() local
53 bool valid; in do_mtrr_set() local
84 static int mtrr_set_valid(int reg, bool valid) in mtrr_set_valid()
/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/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/tensorflow/tensorflow/lite/
Dallocation.cc74 bool FileCopyAllocation::valid() const { return copied_buffer_ != nullptr; } in valid() function in tflite::FileCopyAllocation
90 bool MemoryAllocation::valid() const { return buffer_ != nullptr; } in valid() function in tflite::MemoryAllocation
/external/strace/tests/
Dxet_thread_area_x86.c68 set_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid, in set_thread_area()
108 get_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid, in get_thread_area()
/external/strace/tests-m32/
Dxet_thread_area_x86.c68 set_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid, in set_thread_area()
108 get_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid, in get_thread_area()
/external/strace/tests-mx32/
Dxet_thread_area_x86.c68 set_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid, in set_thread_area()
108 get_thread_area(kernel_ulong_t ptr_val, const char *ptr_str, bool valid, in get_thread_area()
/external/u-boot/fs/yaffs2/
Dyaffs_attribs.c103 unsigned int valid = attr->ia_valid; in yaffs_set_attribs() local
130 unsigned int valid = 0; in yaffs_get_attribs() local
/external/google-breakpad/src/google_breakpad/processor/
Ddump_object.h42 bool valid() const { return valid_; } in valid() function

12345678910>>...17