Searched refs:Validate (Results 1 - 25 of 121) sorted by relevance

12345

/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dnative_struct_data.cc14 bool NativeStruct_Data::Validate(const void* data, function in class:mojo::internal::NativeStruct_Data
17 return Array_Data<uint8_t>::Validate(data, validation_context,
H A Dnative_enum_data.h19 static bool Validate(int32_t value, function in class:mojo::internal::NativeEnum_Data
H A Dnative_struct_data.h21 static bool Validate(const void* data, ValidationContext* validation_context);
H A Dpipe_control_message_handler.cc35 if (!Validate(message))
45 bool PipeControlMessageHandler::Validate(Message* message) { function in class:mojo::PipeControlMessageHandler
H A Dvalidation_util.h81 return ParamsType::Validate(message->payload(), validation_context);
84 // The following Validate.*NonNullable() functions validate that the given
149 T::Validate(input.Get(), validation_context, validate_params);
162 T::Validate(input.Get(), validation_context);
174 return T::Validate(&input, validation_context, true);
187 T::Validate(input.Get(), validation_context, false);
H A Dmap_data_internal.h27 static bool Validate(const void* data, function in class:mojo::internal::Map_Data
/external/pdfium/xfa/fwl/
H A Dcfwl_eventvalidate.cpp10 : CFWL_Event(CFWL_Event::Type::Validate, pSrcTarget) {}
H A Dcfwl_event.h34 Validate
/external/perfetto/src/tracing/core/
H A Dpacket_stream_validator.h37 static bool Validate(const Slices&);
H A Dsliced_protobuf_input_stream.cc34 PERFETTO_DCHECK(Validate());
40 PERFETTO_DCHECK(Validate());
47 PERFETTO_DCHECK(Validate());
65 PERFETTO_DCHECK(Validate());
69 PERFETTO_DCHECK(Validate());
72 PERFETTO_DCHECK(Validate());
85 PERFETTO_DCHECK(Validate());
90 PERFETTO_DCHECK(Validate());
102 bool SlicedProtobufInputStream::Validate() const { function in class:perfetto::SlicedProtobufInputStream
H A Dpacket_stream_validator.cc29 bool PacketStreamValidator::Validate(const Slices& slices) { function in class:perfetto::PacketStreamValidator
H A Dpacket_stream_validator_unittest.cc31 EXPECT_TRUE(PacketStreamValidator::Validate(seq));
41 EXPECT_TRUE(PacketStreamValidator::Validate(seq));
58 EXPECT_TRUE(PacketStreamValidator::Validate(seq));
68 EXPECT_FALSE(PacketStreamValidator::Validate(seq));
78 EXPECT_FALSE(PacketStreamValidator::Validate(seq));
88 EXPECT_FALSE(PacketStreamValidator::Validate(seq));
106 EXPECT_FALSE(PacketStreamValidator::Validate(seq));
125 EXPECT_TRUE(PacketStreamValidator::Validate(seq));
147 EXPECT_FALSE(PacketStreamValidator::Validate(seq));
159 EXPECT_FALSE(PacketStreamValidator::Validate(se
[all...]
H A Dsliced_protobuf_input_stream.h44 bool Validate() const;
/external/avb/test/
H A Davb_atx_validate_unittest.cc208 virtual AvbIOResult Validate(bool* is_trusted) { function in class:avb::AvbAtxValidateTest
261 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
295 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
302 EXPECT_EQ(AVB_IO_RESULT_ERROR_IO, Validate(&is_trusted));
309 EXPECT_EQ(AVB_IO_RESULT_ERROR_IO, Validate(&is_trusted));
317 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
324 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
333 AvbIOResult Validate(bool* is_trusted) override {
346 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(&is_trusted));
362 EXPECT_EQ(AVB_IO_RESULT_OK, Validate(
[all...]
/external/libmojo/mojo/public/cpp/bindings/
H A Dpipe_control_message_handler.h44 bool Validate(Message* message);
/external/pdfium/core/fpdfdoc/
H A Dcpdf_aaction.h31 Validate, enumerator in enum:CPDF_AAction::AActionType
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_acrobat.cpp13 {XFA_Element::Validate, 1, 0},
H A Dcxfa_present.cpp19 {XFA_Element::Validate, 1, 0},
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_sharding_test.cc53 EXPECT_IS_OK(sharding.Validate(ShapeUtil::MakeShape(U32, {4}),
69 EXPECT_IS_OK(sharding.Validate(ShapeUtil::MakeShape(U32, {4}),
72 sharding.Validate(ShapeUtil::MakeShape(U32, {4}), /*num_devices=*/5));
86 EXPECT_IS_NOT_OK(sharding.Validate(ShapeUtil::MakeShape(F32, {4, 6}),
95 EXPECT_IS_NOT_OK(sharding.Validate(ShapeUtil::MakeShape(U32, {4, 6}),
104 EXPECT_IS_NOT_OK(sharding.Validate(ShapeUtil::MakeShape(F32, {2, 2}),
114 EXPECT_IS_NOT_OK(sharding.Validate(ShapeUtil::MakeShape(F32, {6, 3}),
123 EXPECT_IS_OK(sharding.Validate(ShapeUtil::MakeShape(F32, {3, 5}),
164 EXPECT_IS_OK(tuple_sharding.Validate(nested_tuple_shape, /*num_devices=*/5));
166 EXPECT_IS_NOT_OK(tuple_sharding.Validate(ShapeUti
[all...]
/external/tensorflow/tensorflow/core/lib/histogram/
H A Dhistogram_test.cc25 static void Validate(const Histogram& h) { function in namespace:tensorflow::histogram
51 Validate(h);
57 Validate(h);
66 Validate(h);
112 Validate(h);
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_tensor_coding_test.cc31 void Validate(const Tensor& t, bool is_dead) { function in class:tensorflow::GrpcTensorCodingTest
62 Validate(a, (elems == 0));
73 Validate(a, (elems == 0));
/external/mesa3d/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h40 bool Validate(uint32 width, uint32 height);
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.h64 bool Validate(string* error);
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_file.h66 bool Validate(string* error);
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_shadingpattern.cpp102 return Validate();
105 bool CPDF_ShadingPattern::Validate() const { function in class:CPDF_ShadingPattern
113 // Validate color space

Completed in 8372 milliseconds

12345