Searched refs:valid (Results 126 - 150 of 821) sorted by relevance

1234567891011>>

/external/boringssl/src/crypto/base64/
H A Dbase64_test.cc35 // valid indicates that the encoding is /a/ valid encoding of the input, but
37 valid, enumerator in enum:encoding_relation
38 // invalid indicates that the encoded data is valid.
57 {valid, "foobar", "Zm9vYmFy\n\n"},
58 {valid, "foobar", " Zm9vYmFy\n\n"},
59 {valid, "foobar", " Z m 9 v Y m F y\n\n"},
71 {valid, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
73 {valid, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
84 {valid, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[all...]
/external/freetype/src/gxvalid/
H A Dgxvmod.c93 ft_validator_init( &valid, _sfnt, _sfnt + len_ ## _sfnt, \
95 if ( ft_setjmp( valid.jump_buffer ) == 0 ) \
96 gxv_ ## _sfnt ## _validate( _sfnt, face, &valid ); \
97 error = valid.error; \
116 FT_ValidatorRec volatile valid; local
204 FT_ValidatorRec volatile valid; local
215 ft_validator_init( &valid, ckern, ckern + len_ckern,
217 if ( ft_setjmp( valid.jump_buffer ) == 0 )
219 ckern_flags & FT_VALIDATE_CKERN, &valid );
220 error = valid
[all...]
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.y86 bool *valid;
140 *(context->valid) = false;
224 *(context->valid) = false;
249 *(context->valid) = false;
277 *(context->valid) = false;
303 *(context->valid) = false;
371 *(context->valid) = false;
448 bool *valid)
458 context.valid = valid;
[all...]
/external/libpng/contrib/gregbook/
H A Dwpng.c444 int i, valid, result; local
452 valid = TRUE;
470 valid = FALSE;
474 valid = FALSE;
479 } while (!valid);
482 valid = TRUE;
500 valid = FALSE;
504 valid = FALSE;
509 } while (!valid);
512 valid
[all...]
/external/google-breakpad/src/processor/
H A Dwindows_frame_info.h81 valid(VALID_NONE),
101 valid(VALID_ALL),
165 valid = that.valid;
180 valid = VALID_NONE;
186 // Identifies which fields in the structure are valid. This is of
190 int valid; member in struct:google_breakpad::WindowsFrameInfo
200 // Only one of allocates_base_pointer or program_string will be valid.
/external/libcxx/test/std/thread/futures/futures.task/futures.task.members/
H A Dctor_func_alloc.pass.cpp54 assert(p.valid());
69 assert(p.valid());
83 assert(p.valid());
95 assert(p.valid());
106 assert(p.valid());
118 assert(p.valid());
/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp39 while (SegPos.valid()) {
69 if (!SegPos.valid())
87 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) {
97 for (SegmentIter SI = Segments.begin(); SI.valid(); ++SI)
143 while (LiveUnionI.valid()) {
158 if (!(++LiveUnionI).valid()) {
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
H A Danalysis.ml28 (* Test that valid constructs verify. *)
30 Some msg -> bomb "valid module failed verification!"
34 if not (verify_function fn) then bomb "valid function failed verification!";
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
H A DPosition.java70 public boolean valid() { method in class:Position
75 return !valid();
80 if (valid() || anotherPosition.invalid()) {
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
H A DPosition.java73 public boolean valid() { method in class:Position
78 return !valid();
82 if (valid()) {
/external/libcxx/test/std/thread/futures/futures.promise/
H A Dmove_ctor.pass.cpp34 assert(f.valid());
55 assert(f.valid());
76 assert(f.valid());
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Daudio_coding_module.cc91 bool valid = acm2::RentACodec::IsCodecValid(codec); local
92 if (!valid)
95 return valid;
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dxml.rb136 it "should be valid" do
/external/libxml2/doc/examples/
H A Dparse2.c41 if (ctxt->valid == 0)
/external/linux-kselftest/tools/testing/selftests/timers/
H A DMakefile10 DESTRUCTIVE_TESTS = alarmtimer-suspend valid-adjtimex adjtick change_skew \
/external/ltp/testcases/kernel/power_management/
H A Drunpwtests01.sh41 check_input "${valid_input}" valid $test_file
H A Drunpwtests02.sh40 check_input "${valid_input}" valid $test_file
H A Drunpwtests06.sh39 check_input "${valid_input}" valid $test_file
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_setup.h45 unsigned valid; member in struct:sp_setup_info
/external/syslinux/com32/gpllib/acpi/
H A Dfacs.c42 f->valid = true;
/external/tensorflow/tensorflow/contrib/lite/
H A Dallocation.cc53 if (valid()) {
63 bool MMAPAllocation::valid() const { return mmapped_buffer_ != MAP_FAILED; } function in class:tflite::MMAPAllocation
105 bool FileCopyAllocation::valid() const { return copied_buffer_ != nullptr; } function in class:tflite::FileCopyAllocation
120 bool MemoryAllocation::valid() const { return buffer_ != nullptr; } function in class:tflite::MemoryAllocation
/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst_ctrl_iface.h33 int fst_read_next_int_param(const char *params, Boolean *valid, char **endp);
/external/wpa_supplicant_8/src/fst/
H A Dfst_ctrl_iface.h33 int fst_read_next_int_param(const char *params, Boolean *valid, char **endp);
/external/wpa_supplicant_8/wpa_supplicant/src/fst/
H A Dfst_ctrl_iface.h33 int fst_read_next_int_param(const char *params, Boolean *valid, char **endp);
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
H A DUnixNetworkInterfaceTest.java31 private boolean valid = false; field in class:UnixNetworkInterfaceTest
44 if (!up && valid) {
67 if (valid) {
95 if (hardAddr != null && valid) {
125 if (valid) {
152 && subInterfaces2.hasMoreElements() && valid) {
172 while (subInterfaces.hasMoreElements() && valid) {
209 valid = (netifs != null)
216 valid = false;

Completed in 2152 milliseconds

1234567891011>>